DOT11_SUPPORTED_ANTENNA (Compact 2013)
3/26/2014
This structure defines an antenna entry in a DOT11_SUPPORTED_ANTENNA_LIST structure.
Syntax
typedef struct _DOT11_SUPPORTED_ANTENNA {
ULONG uAntennaListIndex;
BOOLEAN bSupportedAntenna;
} DOT11_SUPPORTED_ANTENNA, *PDOT11_SUPPORTED_ANTENNA;
Members
- uAntennaListIndex
A value, from 1 through 255, that uniquely identifies the antenna
- bSupportedAntenna
A Boolean value that indicates, if TRUE, that the antenna referenced by the uAntennaListIndex value supports transmit and receive operations
Remarks
The meaning of the bSupportedAntenna member depends on the OID that it is used with. For example, if bSupportedAntenna is TRUE when an antenna list is queried through OID_DOT11_SUPPORTED_RX_ANTENNA, the antenna referenced by the uAntennaListIndex member is supported for receive operations.
Requirements
Header |
windot11.h |
See Also
Reference
Native 802.11 Data Types
DOT11_SUPPORTED_ANTENNA_LIST
OID_DOT11_SUPPORTED_RX_ANTENNA
OID_DOT11_SUPPORTED_TX_ANTENNA
Native 802.11 Wireless LAN Reference