Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DOT11_RADIO_STATE enumeration (wlanapi.h)

The DOT11_RADIO_STATE enumeration specifies an 802.11 radio state.

Syntax

typedef enum _DOT11_RADIO_STATE {
 dot11_radio_state_unknown = 0,
 dot11_radio_state_on,
 dot11_radio_state_off
} DOT11_RADIO_STATE, *PDOT11_RADIO_STATE;

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header wlanapi.h

See also

WLAN_PHY_RADIO_STATE


Feedback

Was this page helpful?

Additional resources