WLAN_RADIO_STATE (Compact 7)

3/12/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