Lines Matching refs:status_code
2961 u16 auth_alg, auth_transaction, status_code; in ieee80211_rx_mgmt_auth() local
2982 status_code = le16_to_cpu(mgmt->u.auth.status_code); in ieee80211_rx_mgmt_auth()
2997 if (status_code != WLAN_STATUS_SUCCESS) { in ieee80211_rx_mgmt_auth()
3001 (status_code == WLAN_STATUS_ANTI_CLOG_REQUIRED || in ieee80211_rx_mgmt_auth()
3003 (status_code == WLAN_STATUS_SAE_HASH_TO_ELEMENT || in ieee80211_rx_mgmt_auth()
3004 status_code == WLAN_STATUS_SAE_PK)))) { in ieee80211_rx_mgmt_auth()
3015 mgmt->sa, status_code); in ieee80211_rx_mgmt_auth()
3018 event.u.mlme.reason = status_code; in ieee80211_rx_mgmt_auth()
3663 u16 capab_info, status_code, aid; in ieee80211_rx_mgmt_assoc_resp() local
3694 status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code); in ieee80211_rx_mgmt_assoc_resp()
3705 capab_info, status_code, (u16)(aid & ~(BIT(15) | BIT(14)))); in ieee80211_rx_mgmt_assoc_resp()
3714 if (status_code == WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY && in ieee80211_rx_mgmt_assoc_resp()
3730 if (status_code != WLAN_STATUS_SUCCESS) { in ieee80211_rx_mgmt_assoc_resp()
3732 mgmt->sa, status_code); in ieee80211_rx_mgmt_assoc_resp()
3735 event.u.mlme.reason = status_code; in ieee80211_rx_mgmt_assoc_resp()