#include <include.h>
Data Fields | |
char | DestMac [18] |
char | SrcMac [18] |
char | BssId [18] |
char | SSID [32+1] |
UINT8 | hasWep |
UINT8 | hasWPA |
UINT8 | Channel |
UINT8 | SChannel |
UINT8 | Signal |
UINT8 | Noise |
UINT8 | Rate |
UINT16 | TypeOfClient |
char | OtherInformation [0x100] |
char | TypeOfPacket [(6+4+1)] |
UINT16 | PacketSize |
UINT8 | TypeSubtype |
UINT8 | IV [4] |
Definition at line 541 of file include.h.
char ScanResult_t::DestMac[18] |
Definition at line 542 of file include.h.
Referenced by analyseACK(), analyseBeacon(), analyseCTS(), analyseData(), analyseMGMT(), analyseProbeRep(), analyseProbeReq(), analysePSPOLL(), analyseRTS(), and main().
char ScanResult_t::SrcMac[18] |
Definition at line 543 of file include.h.
Referenced by analyseACK(), analyseBeacon(), analyseCTS(), analyseData(), analyseMGMT(), analyseProbeRep(), analyseProbeReq(), analysePSPOLL(), analyseRTS(), main(), and WritePanel().
char ScanResult_t::BssId[18] |
Definition at line 544 of file include.h.
Referenced by analyseACK(), analyseBeacon(), analyseCTS(), analyseData(), analyseMGMT(), analyseProbeRep(), analyseProbeReq(), analysePSPOLL(), analyseRTS(), and main().
char ScanResult_t::SSID[32+1] |
Definition at line 546 of file include.h.
Referenced by analyseBeacon(), analyseData(), analyseProbeRep(), analyseProbeReq(), and main().
Definition at line 547 of file include.h.
Referenced by analyseBeacon(), analyseData(), analyseProbeRep(), analyseProbeReq(), and main().
Definition at line 550 of file include.h.
Referenced by main(), selectChannel(), selectChannelWLAN(), and sendDeauth().
Definition at line 551 of file include.h.
Referenced by analyseBeacon(), analyseData(), analyseMGMT(), analyseProbeRep(), analyseProbeReq(), analysePSPOLL(), analyseRTS(), main(), processPacket(), and WritePanel().
Definition at line 552 of file include.h.
Referenced by analyseBeacon(), analyseProbeRep(), analyseProbeReq(), main(), and processPacket().
Definition at line 553 of file include.h.
Referenced by analyseBeacon(), analyseData(), analyseMGMT(), analyseProbeRep(), analyseProbeReq(), analysePSPOLL(), analyseRTS(), main(), and processPacket().
Definition at line 554 of file include.h.
Referenced by analyseBeacon(), analyseData(), analyseProbeRep(), main(), processPacket(), and ProcessTagBits().
char ScanResult_t::OtherInformation[0x100] |
Definition at line 555 of file include.h.
Referenced by ProcessTagBits(), and UpdateOtherInformation().
char ScanResult_t::TypeOfPacket[(6+4+1)] |