#include <include.h>
Data Fields | |
UINT8 | AddMac [WLAN_ADDR_LEN] |
UINT8 | BSSID [WLAN_ADDR_LEN] |
char | SSID [32+1] |
UINT32 | SNMax |
UINT32 | SNMin |
UINT32 | SNMed |
UINT32 | SN [4] |
UINT8 | RateMax |
UINT8 | RateMin |
UINT8 | MaxSpeed |
UINT8 | hasWep:1 |
UINT8 | hasWPA:1 |
UINT8 | hasTKIP:1 |
UINT8 | hasCCMP:1 |
UINT8 | hasWPAPSK:1 |
UINT8 | hasWPA2PSK:1 |
UINT8 | IsDS:1 |
UINT8 | IsAP:1 |
UINT8 | IsP2P:1 |
UINT8 | Channel |
UINT16 | bcn_int [4] |
UINT64 | TimeStamp [4] |
UINT16 | SeqNum [4] |
UINT16 | SeqNumWithAP [4] |
char | OtherInformation [0x100+1] |
UINT8 | LastIV [4] |
float | coef_a_TS |
float | coef_b_TS |
char | Manuf [32+1] |
for analyse Timestamp | |
char | Model [32+1] |
Definition at line 563 of file include.h.
UINT8 ClientInfo_t::AddMac[WLAN_ADDR_LEN] |
UINT8 ClientInfo_t::BSSID[WLAN_ADDR_LEN] |
char ClientInfo_t::SSID[32+1] |
= Min of (S/N * 100)
Definition at line 569 of file include.h.
Referenced by LogPutSN(), and WritePanel().
Definition at line 573 of file include.h.
Referenced by AnalyseTAG221(), LogPutIsAP(), LogPutIsP2P(), and LogPutWep().
Definition at line 574 of file include.h.
Referenced by AnalyseTAG221(), LogPutIsAP(), and LogPutWep().
if == 1 then this client is in Wire Network (DS)
Definition at line 580 of file include.h.
Referenced by LogPutIsAP(), LogPutIsP2P(), and WritePanel().
if == 1 then this client is an AP
Definition at line 581 of file include.h.
Referenced by LogPutIsP2P().
if == 1 then this client is a part of a P2P connection
Definition at line 582 of file include.h.
Referenced by DoSummary(), LogPutChannel_byAddMac(), and LogPutChannel_byBSSID().
Definition at line 583 of file include.h.
Referenced by IDS_BcnInt(), LogPutIsAP(), and LogPutIsP2P().
History of beacon interval (IDS use)
Definition at line 584 of file include.h.
Referenced by IDS_TimeStamp(), and LogPutTimestamp().
History of TimeStamp (IDS use)
Definition at line 585 of file include.h.
Referenced by IDS_Var_SeqNum(), and LogPutSeqNum().
char ClientInfo_t::OtherInformation[0x100+1] |
float ClientInfo_t::coef_a_TS |
float ClientInfo_t::coef_b_TS |
char ClientInfo_t::Manuf[32+1] |
char ClientInfo_t::Model[32+1] |