// dot11wificxtypes.h
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_LINK_MEASUREMENT_REQUEST = 2,
WDI_RADIO_MEASUREMENT_ACTION_LINK_MEASUREMENT_RESPONSE = 3,
WDI_RADIO_MEASUREMENT_ACTION_NEIGHBOR_REPORT_REQUEST = 4,
WDI_RADIO_MEASUREMENT_ACTION_NEIGHBOR_REPORT_RESPONSE = 5
} WDI_RADIO_MEASUREMENT_ACTION;
View the official Windows Driver Kit DDI reference// wditypes.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
[!IMPORTANT] This topic is part of the WiFiCx driver model. 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 previous Wi-Fi driver model WDI is in maintenance mode and will only receive high priority fixes.
The WDI_RADIO_MEASUREMENT_ACTION enumeration defines the radio measurement action frames.
WDI_RADIO_MEASUREMENT_ACTION_RADIO_MEASUREMENT_REQUEST:0The message is a radio measurement request action frame sent by the client to the AP.
WDI_RADIO_MEASUREMENT_ACTION_RADIO_MEASUREMENT_REPORT:1The message is a radio measurement report action frame from the AP.
WDI_RADIO_MEASUREMENT_ACTION_LINK_MEASUREMENT_REQUEST:2The message is a link measurement request action frame sent by the client to the AP.
WDI_RADIO_MEASUREMENT_ACTION_LINK_MEASUREMENT_RESPONSE:3The message is a link measurement response action frame from the AP.
WDI_RADIO_MEASUREMENT_ACTION_NEIGHBOR_REPORT_REQUEST:4The message is a neighbor report request action frame sent by the client to the AP.
WDI_RADIO_MEASUREMENT_ACTION_NEIGHBOR_REPORT_RESPONSE:5The message is a neighbor report response action frame from the AP.
WDI_ACTION_FRAME_CATEGORY_RADIO_MEASUREMENT
[!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.
WDI_RADIO_MEASUREMENT_ACTION_RADIO_MEASUREMENT_REQUEST:0WDI_RADIO_MEASUREMENT_ACTION_RADIO_MEASUREMENT_REPORT:1WDI_RADIO_MEASUREMENT_ACTION_NEIGHBOR_REPORT_REQUEST:4This refers to the neighbor report request action frame sent by the client to the AP.
WDI_RADIO_MEASUREMENT_ACTION_NEIGHBOR_REPORT_RESPONSE:5This refers to the neighbor report response action frame from the AP.