802.11 reason 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 reason code; values correspond to the standard. // enum Ieee80211ReasonCode { RC_UNSPECIFIED = 1; RC_PREV_AUTH_EXPIRED = 2; RC_DEAUTH_MS_LEAVING = 3; RC_DISASS_INACTIVITY = 4; RC_DISASS_TOO_MANY_MS = 5; RC_NONAUTH_CLASS2 = 6; RC_NONASS_CLASS3 = 7; RC_DIASS_MS_LEAVING = 8; RC_NONAUTH_ASS_REQUEST = 9; }