struttura DOT11_WFD_CHANNEL (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.
Sintassi
typedef struct _DOT11_WFD_CHANNEL {
DOT11_COUNTRY_OR_REGION_STRING CountryRegionString;
UCHAR OperatingClass;
UCHAR ChannelNumber;
} DOT11_WFD_CHANNEL, *PDOT11_WFD_CHANNEL;
Members
CountryRegionString
Codice paese o area geografica in cui OperatingClass e ChannelNumber sono validi.
OperatingClass
Banda di frequenza per ChannelNumber.
ChannelNumber
Numero di canale per il gruppo P2P.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Supportato a partire da Windows 8. |
Intestazione | windot11.h (include Windot11.h) |