WLAN_PHY_RADIO_STATE (Compact 2013)
3/26/2014
This structure specifies the radio state on a specific PHY type.
Syntax
typedef struct _WLAN_PHY_RADIO_STATE {
DWORD dwPhyIndex;
DOT11_RADIO_STATE dot11SoftwareRadioState;
DOT11_RADIO_STATE dot11HardwareRadioState;
} WLAN_PHY_RADIO_STATE,
*PWLAN_PHY_RADIO_STATE;
Members
- dwPhyIndex
The index of the PHY type on which which the radio state is being set or queried. The WlanGetInterfaceCapability function returns a list of PHY types
- dot11SoftwareRadioState
A DOT11_RADIO_STATE value that indicates the software radio state
- dot11HardwareRadioState
A DOT11_RADIO_STATE value that indicates the hardware radio state
See Also
Reference
Native Wi-Fi Structures
WlanGetInterfaceCapability
DOT11_RADIO_STATE
WLAN_RADIO_STATE
WlanSetInterface
Native Wi-Fi Reference