Lines Matching refs:status_code
2934 u16 auth_alg, auth_transaction, status_code; in ieee80211_rx_mgmt_auth() local
2958 status_code = le16_to_cpu(mgmt->u.auth.status_code); in ieee80211_rx_mgmt_auth()
2973 if (status_code != WLAN_STATUS_SUCCESS) { in ieee80211_rx_mgmt_auth()
2977 (status_code == WLAN_STATUS_ANTI_CLOG_REQUIRED || in ieee80211_rx_mgmt_auth()
2979 (status_code == WLAN_STATUS_SAE_HASH_TO_ELEMENT || in ieee80211_rx_mgmt_auth()
2980 status_code == WLAN_STATUS_SAE_PK)))) in ieee80211_rx_mgmt_auth()
2984 mgmt->sa, status_code); in ieee80211_rx_mgmt_auth()
2987 event.u.mlme.reason = status_code; in ieee80211_rx_mgmt_auth()
3642 u16 capab_info, status_code, aid; in ieee80211_rx_mgmt_assoc_resp() local
3674 status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code); in ieee80211_rx_mgmt_assoc_resp()
3694 capab_info, status_code, (u16)(aid & ~(BIT(15) | BIT(14)))); in ieee80211_rx_mgmt_assoc_resp()
3703 if (status_code == WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY && in ieee80211_rx_mgmt_assoc_resp()
3719 if (status_code != WLAN_STATUS_SUCCESS) { in ieee80211_rx_mgmt_assoc_resp()
3721 mgmt->sa, status_code); in ieee80211_rx_mgmt_assoc_resp()
3724 event.u.mlme.reason = status_code; in ieee80211_rx_mgmt_assoc_resp()