DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS struttura (windot11.h)
Importante L'interfaccia LAN wireless nativa 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_OFFLOAD_NETWORK_STATUS_PARAMETERS {
NDIS_OBJECT_HEADER Header;
NDIS_STATUS Status;
} DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS, *PDOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS;
Members
Header
Tipo, revisione e dimensione della struttura DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS. Le impostazioni necessarie per i membri di Intestazione sono le seguenti.
Membro | Impostazione |
---|---|
Tipo | NDIS_OBJECT_TYPE_DEFAULT |
Revisione | DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS_REVISION_1 |
Size | DOT11_SIZEOF_OFFLOAD_NETWORK_STATUS_PARAMETERS_REVISION_1 |
Status
Questo deve essere STATUS_SUCCESS.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Versioni:_Supported in Windows 8 |
Intestazione | windot11.h (include Windot11.h) |