Lines Matching refs:status_code
2956 u16 auth_alg, auth_transaction, status_code; in ieee80211_rx_mgmt_auth() local
2980 status_code = le16_to_cpu(mgmt->u.auth.status_code); in ieee80211_rx_mgmt_auth()
2995 if (status_code != WLAN_STATUS_SUCCESS) { in ieee80211_rx_mgmt_auth()
2999 (status_code == WLAN_STATUS_ANTI_CLOG_REQUIRED || in ieee80211_rx_mgmt_auth()
3001 (status_code == WLAN_STATUS_SAE_HASH_TO_ELEMENT || in ieee80211_rx_mgmt_auth()
3002 status_code == WLAN_STATUS_SAE_PK)))) in ieee80211_rx_mgmt_auth()
3006 mgmt->sa, status_code); in ieee80211_rx_mgmt_auth()
3009 event.u.mlme.reason = status_code; in ieee80211_rx_mgmt_auth()
3677 u16 capab_info, status_code, aid; in ieee80211_rx_mgmt_assoc_resp() local
3709 status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code); in ieee80211_rx_mgmt_assoc_resp()
3729 capab_info, status_code, (u16)(aid & ~(BIT(15) | BIT(14)))); in ieee80211_rx_mgmt_assoc_resp()
3740 if (status_code == WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY && in ieee80211_rx_mgmt_assoc_resp()
3756 if (status_code != WLAN_STATUS_SUCCESS) { in ieee80211_rx_mgmt_assoc_resp()
3758 mgmt->sa, status_code); in ieee80211_rx_mgmt_assoc_resp()
3761 event.u.mlme.reason = status_code; in ieee80211_rx_mgmt_assoc_resp()