Namespace inet::ieee80211
Ieee80211PrimResultCode
enumValues for the resultCode field in confirm primitives, sent from the management entity to the agent.
See also: Ieee80211PrimConfirmCode, Ieee80211MgmtSta, Ieee80211AgentSta
Source code
// // Values for the resultCode field in confirm primitives, sent from // the management entity to the agent. // // @see ~Ieee80211PrimConfirmCode, ~Ieee80211MgmtSta, ~Ieee80211AgentSta // enum Ieee80211PrimResultCode { PRC_SUCCESS = 0; PRC_INVALID_PARAMETERS = 1; PRC_TIMEOUT = 2; PRC_TOO_MANY_SIMULTANEOUS_REQUESTS = 3; PRC_REFUSED = 4; }File: src/inet/linklayer/ieee80211/mgmt/Ieee80211Primitives.msg