Enum Ieee80211PrimResultCode

File: NetworkInterfaces/Ieee80211/Mgmt/Ieee80211Primitives.msg

Values for the resultCode field in confirm primitives, sent from the management entity to the agent.

See also: Ieee80211PrimConfirmCode, Ieee80211MgmtSTA, Ieee80211AgentSTA

Enum values:

Name Value Description
PRC_SUCCESS 0
PRC_INVALID_PARAMETERS 1
PRC_TIMEOUT 2
PRC_TOO_MANY_SIMULTANEOUS_REQUESTS 3
PRC_REFUSED 4

Source code:

enum Ieee80211PrimResultCode
{
    PRC_SUCCESS = 0;
    PRC_INVALID_PARAMETERS = 1;
    PRC_TIMEOUT = 2;
    PRC_TOO_MANY_SIMULTANEOUS_REQUESTS = 3;
    PRC_REFUSED = 4;
};