WLAN_HOSTED_NETWORK_RADIO_STATE structure (wlanapi.h)
The WLAN_HOSTED_NETWORK_RADIO_STATE structure contains information about the radio state on the wireless Hosted Network.
Syntax
typedef struct _WLAN_HOSTED_NETWORK_RADIO_STATE {
DOT11_RADIO_STATE dot11SoftwareRadioState;
DOT11_RADIO_STATE dot11HardwareRadioState;
} WLAN_HOSTED_NETWORK_RADIO_STATE, *PWLAN_HOSTED_NETWORK_RADIO_STATE;
Members
dot11SoftwareRadioState
The software radio state of the wireless Hosted Network.
dot11HardwareRadioState
The hardware radio state of the wireless Hosted Network.
Remarks
The WLAN_HOSTED_NETWORK_RADIO_STATE structure is an extension to native wireless APIs added to support the wireless Hosted Network on Windows 7 and later.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | wlanapi.h (include Wlanapi.h) |