#include <include.h>
Collaboration diagram for ClientInfo_t:
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 | hasWep: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] |
UINT8 | LastIV [4] |
float | coef_a_TS |
float | coef_b_TS |
for analyse Timestamp | |
UINT8 | MaxSpeed |
char | Manuf [32] |
char | Model [32] |
Definition at line 434 of file include.h.
|
|
|
|
|
|
|
Definition at line 438 of file include.h. Referenced by LogPutSN(), and WritePanel(). |
|
= Max of (S/N * 100) Definition at line 439 of file include.h. Referenced by LogPutSN(). |
|
= Min of (S/N * 100) Definition at line 440 of file include.h. Referenced by LogPutSN(), and WritePanel(). |
|
= Min of (S/N * 100) Definition at line 441 of file include.h. Referenced by LogPutSN(). |
|
= Max of (S/N * 100) Definition at line 442 of file include.h. Referenced by LogPutRate(). |
|
Definition at line 443 of file include.h. Referenced by LogPutRate(). |
|
Definition at line 444 of file include.h. Referenced by LogPutIsAP(), LogPutIsP2P(), and LogPutWep(). |
|
Definition at line 445 of file include.h. Referenced by LogPutDS(). |
|
if == 1 then this client is in Wire Network (DS) Definition at line 446 of file include.h. Referenced by LogPutIsAP(), and LogPutIsP2P(). |
|
if == 1 then this client is an AP Definition at line 447 of file include.h. Referenced by LogPutIsP2P(). |
|
if == 1 then this client is a part of a P2P connection Definition at line 448 of file include.h. Referenced by DoSummary(), LogPutChannel_byAddMac(), and LogPutChannel_byBSSID(). |
|
Definition at line 449 of file include.h. Referenced by LogPutIsAP(), and LogPutIsP2P(). |
|
History of beacon interval (IDS use) Definition at line 450 of file include.h. Referenced by LogPutTimestamp(). |
|
History of TimeStamp (IDS use) Definition at line 451 of file include.h. Referenced by LogPutSeqNum(). |
|
History of Sequence Number (IDS use) |
|
History of Sequence Number (IDS use) |
|
Definition at line 454 of file include.h. Referenced by LogPutLastIV(). |
|
|
|
for analyse Timestamp
|
|
Definition at line 457 of file include.h. Referenced by LogPutMaxRate(). |
|
Definition at line 458 of file include.h. Referenced by WritePanel(). |
|
|