WDI_RADIO_MEASUREMENT_ACTION enumeration (wditypes.hpp)

Important

This topic is part of the WDI driver model released in Windows 10. The WDI driver model is in maintenance mode and will only receive high priority fixes. WiFiCx is the Wi-Fi driver model released in Windows 11. We recommend that you use WiFiCx to take advantage of the latest features.

The WDI_RADIO_MEASUREMENT_ACTION enumeration defines the radio measurement actions.

Syntax

typedef enum _WDI_RADIO_MEASUREMENT_ACTION {
  WDI_RADIO_MEASUREMENT_ACTION_RADIO_MEASUREMENT_REQUEST = 0,
  WDI_RADIO_MEASUREMENT_ACTION_RADIO_MEASUREMENT_REPORT = 1,
  WDI_RADIO_MEASUREMENT_ACTION_NEIGHBOR_REPORT_REQUEST = 4,
  WDI_RADIO_MEASUREMENT_ACTION_NEIGHBOR_REPORT_RESPONSE = 5
} WDI_RADIO_MEASUREMENT_ACTION;

Constants

 
WDI_RADIO_MEASUREMENT_ACTION_RADIO_MEASUREMENT_REQUEST
Value: 0
WDI_RADIO_MEASUREMENT_ACTION_RADIO_MEASUREMENT_REPORT
Value: 1
WDI_RADIO_MEASUREMENT_ACTION_NEIGHBOR_REPORT_REQUEST
Value: 4
This refers to the neighbor report request action frame sent by the client to the AP.
WDI_RADIO_MEASUREMENT_ACTION_NEIGHBOR_REPORT_RESPONSE
Value: 5
This refers to the neighbor report response action frame from the AP.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header wditypes.hpp