DOT11_SUPPORTED_ANTENNA structure (windot11.h)

Important  The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.
 
The DOT11_SUPPORTED_ANTENNA 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

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header windot11.h (include Ndis.h)

See also

DOT11_SUPPORTED_ANTENNA_LIST

OID_DOT11_SUPPORTED_TX_ANTENNA

OID_DOT11_SUPPORTED_RX_ANTENNA