enumerazione DOT11_DIVERSITY_SUPPORT (windot11.h)
Importante L'interfaccia LAN wireless native 802.11 è deprecata in Windows 10 e versioni successive. Usare invece l'interfaccia WDI (WLAN Device Driver Interface). Per altre informazioni su WDI, vedere Modello di driver WINDOWS universale WLAN.
L'enumerazione DOT11_DIVERSITY_SUPPORT specifica il tipo di diversità dell'antenna supportata da un PHY nella stazione 802.11.
Sintassi
typedef enum _DOT11_DIVERSITY_SUPPORT {
dot11_diversity_support_unknown = 0,
dot11_diversity_support_fixedlist = 1,
dot11_diversity_support_notsupported = 2,
dot11_diversity_support_dynamic = 3
} DOT11_DIVERSITY_SUPPORT, *PDOT11_DIVERSITY_SUPPORT;
Costanti
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Disponibile in Windows Vista e versioni successive dei sistemi operativi Windows. |
Intestazione | windot11.h (include Ndis.h) |