Condividi tramite


struttura WLAN_STATISTICS (wlanapi.h)

La struttura WLAN_STATISTICS contiene statistiche diverse su un'interfaccia.

Sintassi

typedef struct WLAN_STATISTICS {
  ULONGLONG                 ullFourWayHandshakeFailures;
  ULONGLONG                 ullTKIPCounterMeasuresInvoked;
  ULONGLONG                 ullReserved;
  WLAN_MAC_FRAME_STATISTICS MacUcastCounters;
  WLAN_MAC_FRAME_STATISTICS MacMcastCounters;
  DWORD                     dwNumberOfPhys;
#if ...
  WLAN_PHY_FRAME_STATISTICS *PhyCounters[];
#else
  WLAN_PHY_FRAME_STATISTICS PhyCounters[1];
#endif
} WLAN_STATISTICS, *PWLAN_STATISTICS;

Members

ullFourWayHandshakeFailures

Indica il numero di errori di handshake a 4 vie. Questo membro è valido solo se il servizio IHV viene usato come servizio di autenticazione per la rete corrente.

ullTKIPCounterMeasuresInvoked

Indica il numero di contromisure TKIP eseguite da un driver IHV Miniport. Questo conteggio non include le contromisure TKIP richiamate dal sistema operativo.

ullReserved

Riservato per l'uso da parte di Microsoft.

MacUcastCounters

Struttura WLAN_MAC_FRAME_STATISTICS che contiene contatori livello MAC per i pacchetti unicast indirizzati al ricevitore della scheda di interfaccia di rete.

MacMcastCounters

Struttura WLAN_MAC_FRAME_STATISTICS che contiene contatori del livello MAC per i pacchetti multicast indirizzati all'indirizzo multicast corrente.

dwNumberOfPhys

Contiene il numero di strutture WLAN_PHY_FRAME_STATISTICS nel membro PhyCounters .

PhyCounters[*]

Matrice di strutture WLAN_PHY_FRAME_STATISTICS che contengono contatori livello PHY.

PhyCounters[1]

Matrice di strutture WLAN_PHY_FRAME_STATISTICS che contengono contatori livello PHY.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione wlanapi.h

Vedi anche

WLAN_MAC_FRAME_STATISTICS

WLAN_PHY_FRAME_STATISTICS

WlanQueryInterface