|
Defines |
#define | MSGC_VERSION 0x0302 |
Enumerations |
enum | Ieee80211ReasonCode {
RC_UNSPECIFIED = 1,
RC_PREV_AUTH_EXPIRED = 2,
RC_DEAUTH_MS_LEAVING = 3,
RC_DISASS_INACTIVITY = 4,
RC_DISASS_TOO_MANY_MS = 5,
RC_NONAUTH_CLASS2 = 6,
RC_NONASS_CLASS3 = 7,
RC_DIASS_MS_LEAVING = 8,
RC_NONAUTH_ASS_REQUEST = 9
} |
enum | Ieee80211StatusCode {
SC_SUCCESSFUL = 0,
SC_UNSPECIFIED = 1,
SC_UNSUP_CAP = 10,
SC_REASS_DENIED = 11,
SC_ASS_DENIED_UNKNOWN = 12,
SC_AUTH_ALG0_UNSUP = 13,
SC_AUTH_OUT_OF_SEQ = 14,
SC_AUTH_CHALLENGE_FAIL = 15,
SC_AUTH_TIMEOUT = 16,
SC_ASS_TOO_MANY_MS = 17,
SC_DATARATE_UNSUP = 18
} |
Functions |
void | doPacking (cCommBuffer *b, Ieee80211CapabilityInformation &a) |
void | doUnpacking (cCommBuffer *b, Ieee80211CapabilityInformation &a) |
void | doPacking (cCommBuffer *b, Ieee80211HandoverParameters &a) |
void | doUnpacking (cCommBuffer *b, Ieee80211HandoverParameters &a) |
void | doPacking (cCommBuffer *b, Ieee80211SupportedRatesElement &a) |
void | doUnpacking (cCommBuffer *b, Ieee80211SupportedRatesElement &a) |
void | doPacking (cCommBuffer *b, Ieee80211FrameBody &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211FrameBody &obj) |
void | doPacking (cCommBuffer *b, Ieee80211AuthenticationFrameBody &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211AuthenticationFrameBody &obj) |
void | doPacking (cCommBuffer *b, Ieee80211DeauthenticationFrameBody &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211DeauthenticationFrameBody &obj) |
void | doPacking (cCommBuffer *b, Ieee80211DisassociationFrameBody &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211DisassociationFrameBody &obj) |
void | doPacking (cCommBuffer *b, Ieee80211ProbeRequestFrameBody &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211ProbeRequestFrameBody &obj) |
void | doPacking (cCommBuffer *b, Ieee80211AssociationRequestFrameBody &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211AssociationRequestFrameBody &obj) |
void | doPacking (cCommBuffer *b, Ieee80211ReassociationRequestFrameBody &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211ReassociationRequestFrameBody &obj) |
void | doPacking (cCommBuffer *b, Ieee80211AssociationResponseFrameBody &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211AssociationResponseFrameBody &obj) |
void | doPacking (cCommBuffer *b, Ieee80211ReassociationResponseFrameBody &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211ReassociationResponseFrameBody &obj) |
void | doPacking (cCommBuffer *b, Ieee80211BeaconFrameBody &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211BeaconFrameBody &obj) |
void | doPacking (cCommBuffer *b, Ieee80211ProbeResponseFrameBody &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211ProbeResponseFrameBody &obj) |
void | doPacking (cCommBuffer *b, Ieee80211AuthenticationFrame &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211AuthenticationFrame &obj) |
void | doPacking (cCommBuffer *b, Ieee80211DeauthenticationFrame &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211DeauthenticationFrame &obj) |
void | doPacking (cCommBuffer *b, Ieee80211DisassociationFrame &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211DisassociationFrame &obj) |
void | doPacking (cCommBuffer *b, Ieee80211ProbeRequestFrame &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211ProbeRequestFrame &obj) |
void | doPacking (cCommBuffer *b, Ieee80211AssociationRequestFrame &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211AssociationRequestFrame &obj) |
void | doPacking (cCommBuffer *b, Ieee80211ReassociationRequestFrame &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211ReassociationRequestFrame &obj) |
void | doPacking (cCommBuffer *b, Ieee80211AssociationResponseFrame &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211AssociationResponseFrame &obj) |
void | doPacking (cCommBuffer *b, Ieee80211ReassociationResponseFrame &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211ReassociationResponseFrame &obj) |
void | doPacking (cCommBuffer *b, Ieee80211BeaconFrame &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211BeaconFrame &obj) |
void | doPacking (cCommBuffer *b, Ieee80211ProbeResponseFrame &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211ProbeResponseFrame &obj) |