estrutura DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS (windot11.h)
Importante A interface lan sem fio Native 802.11 foi preterida no Windows 10 e posterior. Em vez disso, use a WDI (Interface de Driver de Dispositivo) da WLAN. Para obter mais informações sobre o WDI, consulte Modelo de driver universal do Windows da WLAN.
Sintaxe
typedef struct _DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS {
NDIS_OBJECT_HEADER Header;
NDIS_STATUS Status;
} DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS, *PDOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS;
Membros
Header
O tipo, a revisão e o tamanho da estrutura DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS. As configurações necessárias para os membros do Cabeçalho são as seguintes.
Membro | Configuração |
---|---|
Tipo | NDIS_OBJECT_TYPE_DEFAULT |
Revisão | DOT11_OFFLOAD_NETWORK_STATUS_PARAMETERS_REVISION_1 |
Tamanho | DOT11_SIZEOF_OFFLOAD_NETWORK_STATUS_PARAMETERS_REVISION_1 |
Status
Isso deve ser STATUS_SUCCESS.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Versions:_Supported no Windows 8 |
Cabeçalho | windot11.h (inclua Windot11.h) |