Namespace inet::ieee80211
Ieee80211PrimRequestCode
enumIEEE 802.11 command codes, sent by the agent to the management entity. These constants should be set as message kind on the messages.
See also: Ieee80211PrimConfirmCode, Ieee80211MgmtSta, Ieee80211AgentSta
Source code
// // IEEE 802.11 command codes, sent by the agent to the management entity. // These constants should be set as message kind on the messages. // // @see ~Ieee80211PrimConfirmCode, ~Ieee80211MgmtSta, ~Ieee80211AgentSta // 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; }File: src/inet/linklayer/ieee80211/mgmt/Ieee80211Primitives.msg