WLAN_RADIO_STATE (Compact 2013)
3/26/2014
This structure specifies the radio state on a list of PHY types.
Syntax
typedef struct _WLAN_RADIO_STATE {
DWORD dwNumberofItems;
WLAN_PHY_RADIO_STATE PhyRadioState[64];
} WLAN_RADIO_STATE,
*PWLAN_RADIO_STATE;
Members
- dwNumberofItems
Specifies the number of PHY indices in the PhyRadioStare member.
- PhyRadioState
An array of WLAN_PHY_RADIO_STATE structures that specify the radio states of some PHY indices
See Also
Reference
Native Wi-Fi Structures
WLAN_PHY_RADIO_STATE
WlanQueryInterface
Native Wi-Fi Reference