Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

ClientInfo_t Struct Reference

#include <include.h>

Collaboration diagram for ClientInfo_t:

Collaboration graph
[legend]

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]

Detailed Description

Structure to stock collected data

Definition at line 434 of file include.h.


Field Documentation

UINT8 ClientInfo_t::AddMac[WLAN_ADDR_LEN]
 

Definition at line 435 of file include.h.

UINT8 ClientInfo_t::BSSID[WLAN_ADDR_LEN]
 

Definition at line 436 of file include.h.

char ClientInfo_t::SSID[32+1]
 

Definition at line 437 of file include.h.

UINT32 ClientInfo_t::SNMax
 

Definition at line 438 of file include.h.

Referenced by LogPutSN(), and WritePanel().

UINT32 ClientInfo_t::SNMin
 

= Max of (S/N * 100)

Definition at line 439 of file include.h.

Referenced by LogPutSN().

UINT32 ClientInfo_t::SNMed
 

= Min of (S/N * 100)

Definition at line 440 of file include.h.

Referenced by LogPutSN(), and WritePanel().

UINT32 ClientInfo_t::SN[4]
 

= Min of (S/N * 100)

Definition at line 441 of file include.h.

Referenced by LogPutSN().

UINT8 ClientInfo_t::RateMax
 

= Max of (S/N * 100)

Definition at line 442 of file include.h.

Referenced by LogPutRate().

UINT8 ClientInfo_t::RateMin
 

Definition at line 443 of file include.h.

Referenced by LogPutRate().

UINT8 ClientInfo_t::hasWep
 

Definition at line 444 of file include.h.

Referenced by LogPutIsAP(), LogPutIsP2P(), and LogPutWep().

UINT8 ClientInfo_t::IsDS
 

Definition at line 445 of file include.h.

Referenced by LogPutDS().

UINT8 ClientInfo_t::IsAP
 

if == 1 then this client is in Wire Network (DS)

Definition at line 446 of file include.h.

Referenced by LogPutIsAP(), and LogPutIsP2P().

UINT8 ClientInfo_t::IsP2P
 

if == 1 then this client is an AP

Definition at line 447 of file include.h.

Referenced by LogPutIsP2P().

UINT8 ClientInfo_t::Channel
 

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().

UINT16 ClientInfo_t::bcn_int[4]
 

Definition at line 449 of file include.h.

Referenced by LogPutIsAP(), and LogPutIsP2P().

UINT64 ClientInfo_t::TimeStamp[4]
 

History of beacon interval (IDS use)

Definition at line 450 of file include.h.

Referenced by LogPutTimestamp().

UINT16 ClientInfo_t::SeqNum[4]
 

History of TimeStamp (IDS use)

Definition at line 451 of file include.h.

Referenced by LogPutSeqNum().

UINT16 ClientInfo_t::SeqNumWithAP[4]
 

History of Sequence Number (IDS use)

Definition at line 452 of file include.h.

char ClientInfo_t::OtherInformation[0x100]
 

History of Sequence Number (IDS use)

Definition at line 453 of file include.h.

UINT8 ClientInfo_t::LastIV[4]
 

Definition at line 454 of file include.h.

Referenced by LogPutLastIV().

float ClientInfo_t::coef_a_TS
 

Definition at line 455 of file include.h.

float ClientInfo_t::coef_b_TS
 

for analyse Timestamp

Definition at line 456 of file include.h.

UINT8 ClientInfo_t::MaxSpeed
 

Definition at line 457 of file include.h.

Referenced by LogPutMaxRate().

char ClientInfo_t::Manuf[32]
 

Definition at line 458 of file include.h.

Referenced by WritePanel().

char ClientInfo_t::Model[32]
 

Definition at line 459 of file include.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 25 12:03:16 2005 for WifiScanner by  doxygen 1.4.1