structure DOT11_CHANNEL_HINT (windot11.h)
Important L’interface LAN sans fil Native 802.11 est déconseillée dans Windows 10 et versions ultérieures. Utilisez l’interface WDI (Wlan Device Driver Interface) à la place. Pour plus d’informations sur WDI, consultez Modèle de pilote Windows universel WLAN.
Syntaxe
typedef struct _DOT11_CHANNEL_HINT {
DOT11_PHY_TYPE Dot11PhyType;
ULONG uChannelNumber;
} DOT11_CHANNEL_HINT, *PDOT11_CHANNEL_HINT;
Membres
Dot11PhyType
Type de média et PHY 802.11.
uChannelNumber
Numéro de canal.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Versions :_Supported dans Windows 8 |
En-tête | windot11.h (inclure Windot11.h) |