802.11 status code; values correspond to the standard.
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
// // 802.11 status code; values correspond to the standard. // enum Ieee80211StatusCode { SC_SUCCESSFUL = 0; SC_UNSPECIFIED = 1; SC_UNSUP_CAP = 10; SC_REASS_DENIED = 11; SC_ASS_DENIED_UNKNOWN = 12; SC_AUTH_ALG0_UNSUP = 13; SC_AUTH_OUT_OF_SEQ = 14; SC_AUTH_CHALLENGE_FAIL = 15; SC_AUTH_TIMEOUT = 16; SC_ASS_TOO_MANY_MS = 17; SC_DATARATE_UNSUP = 18; }