|
Classes |
class | Ieee80211PrimRequest |
class | Ieee80211PrimConfirm |
class | Ieee80211Prim_ScanRequest |
class | Ieee80211Prim_BSSDescription |
class | Ieee80211Prim_ScanConfirm |
class | Ieee80211Prim_AuthenticateRequest |
class | Ieee80211Prim_AuthenticateConfirm |
class | Ieee80211Prim_DeauthenticateRequest |
class | Ieee80211Prim_AssociateRequest |
class | Ieee80211Prim_AssociateConfirm |
class | Ieee80211Prim_ReassociateRequest |
class | Ieee80211Prim_ReassociateConfirm |
class | Ieee80211Prim_DisassociateRequest |
Defines |
#define | MSGC_VERSION 0x0304 |
Enumerations |
enum | Ieee80211PrimRequestCode {
PR_SCAN_REQUEST = 1,
PR_AUTHENTICATE_REQUEST = 2,
PR_DEAUTHENTICATE_REQUEST = 3,
PR_ASSOCIATE_REQUEST = 4,
PR_REASSOCIATE_REQUEST = 5,
PR_DISASSOCIATE_REQUEST = 6
} |
enum | Ieee80211PrimConfirmCode {
PR_SCAN_CONFIRM = 1,
PR_AUTHENTICATE_CONFIRM = 2,
PR_DEAUTHENTICATE_CONFIRM = 3,
PR_ASSOCIATE_CONFIRM = 4,
PR_REASSOCIATE_CONFIRM = 5,
PR_DISASSOCIATE_CONFIRM = 6
} |
enum | Ieee80211BSSType { BSSTYPE_ANY = 0,
BSSTYPE_INFRASTRUCTURE = 1,
BSSTYPE_INDEPENDENT = 2
} |
enum | Ieee80211PrimResultCode {
PRC_SUCCESS = 0,
PRC_INVALID_PARAMETERS = 1,
PRC_TIMEOUT = 2,
PRC_TOO_MANY_SIMULTANEOUS_REQUESTS = 3,
PRC_REFUSED = 4
} |
Functions |
void | doPacking (cCommBuffer *b, Ieee80211PrimRequest &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211PrimRequest &obj) |
void | doPacking (cCommBuffer *b, Ieee80211PrimConfirm &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211PrimConfirm &obj) |
void | doPacking (cCommBuffer *b, Ieee80211Prim_ScanRequest &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211Prim_ScanRequest &obj) |
void | doPacking (cCommBuffer *b, Ieee80211Prim_BSSDescription &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211Prim_BSSDescription &obj) |
void | doPacking (cCommBuffer *b, Ieee80211Prim_ScanConfirm &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211Prim_ScanConfirm &obj) |
void | doPacking (cCommBuffer *b, Ieee80211Prim_AuthenticateRequest &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211Prim_AuthenticateRequest &obj) |
void | doPacking (cCommBuffer *b, Ieee80211Prim_AuthenticateConfirm &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211Prim_AuthenticateConfirm &obj) |
void | doPacking (cCommBuffer *b, Ieee80211Prim_DeauthenticateRequest &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211Prim_DeauthenticateRequest &obj) |
void | doPacking (cCommBuffer *b, Ieee80211Prim_AssociateRequest &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211Prim_AssociateRequest &obj) |
void | doPacking (cCommBuffer *b, Ieee80211Prim_AssociateConfirm &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211Prim_AssociateConfirm &obj) |
void | doPacking (cCommBuffer *b, Ieee80211Prim_ReassociateRequest &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211Prim_ReassociateRequest &obj) |
void | doPacking (cCommBuffer *b, Ieee80211Prim_ReassociateConfirm &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211Prim_ReassociateConfirm &obj) |
void | doPacking (cCommBuffer *b, Ieee80211Prim_DisassociateRequest &obj) |
void | doUnpacking (cCommBuffer *b, Ieee80211Prim_DisassociateRequest &obj) |