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