WDI_RADIO_MEASUREMENT_ACTION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dot11wificxtypes-wdi_radio_measurement_action)

Description

[!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.

Constants

WDI_RADIO_MEASUREMENT_ACTION_RADIO_MEASUREMENT_REQUEST:0

The message is a radio measurement request action frame sent by the client to the AP.

WDI_RADIO_MEASUREMENT_ACTION_RADIO_MEASUREMENT_REPORT:1

The message is a radio measurement report action frame from the AP.

The message is a link measurement request action frame sent by the client to the AP.

The message is a link measurement response action frame from the AP.

WDI_RADIO_MEASUREMENT_ACTION_NEIGHBOR_REPORT_REQUEST:4

The message is a neighbor report request action frame sent by the client to the AP.

WDI_RADIO_MEASUREMENT_ACTION_NEIGHBOR_REPORT_RESPONSE:5

The message is a neighbor report response action frame from the AP.

Remarks

See also

WDI_ACTION_FRAME_CATEGORY_RADIO_MEASUREMENT


Windows Driver Kit DDI reference (ne-wditypes-_wdi_radio_measurement_action)

_WDI_RADIO_MEASUREMENT_ACTION enumeration

Description

[!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.

Constants

WDI_RADIO_MEASUREMENT_ACTION_RADIO_MEASUREMENT_REQUEST:0

WDI_RADIO_MEASUREMENT_ACTION_RADIO_MEASUREMENT_REPORT:1

WDI_RADIO_MEASUREMENT_ACTION_NEIGHBOR_REPORT_REQUEST:4

This refers to the neighbor report request action frame sent by the client to the AP.

WDI_RADIO_MEASUREMENT_ACTION_NEIGHBOR_REPORT_RESPONSE:5

This refers to the neighbor report response action frame from the AP.