Lines Matching refs:status_code
2956 u16 auth_alg, auth_transaction, status_code; in ieee80211_rx_mgmt_auth() local
2977 status_code = le16_to_cpu(mgmt->u.auth.status_code); in ieee80211_rx_mgmt_auth()
2992 if (status_code != WLAN_STATUS_SUCCESS) { in ieee80211_rx_mgmt_auth()
2996 (status_code == WLAN_STATUS_ANTI_CLOG_REQUIRED || in ieee80211_rx_mgmt_auth()
2998 (status_code == WLAN_STATUS_SAE_HASH_TO_ELEMENT || in ieee80211_rx_mgmt_auth()
2999 status_code == WLAN_STATUS_SAE_PK)))) in ieee80211_rx_mgmt_auth()
3003 mgmt->sa, status_code); in ieee80211_rx_mgmt_auth()
3006 event.u.mlme.reason = status_code; in ieee80211_rx_mgmt_auth()
3644 u16 capab_info, status_code, aid; in ieee80211_rx_mgmt_assoc_resp() local
3675 status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code); in ieee80211_rx_mgmt_assoc_resp()
3686 capab_info, status_code, (u16)(aid & ~(BIT(15) | BIT(14)))); in ieee80211_rx_mgmt_assoc_resp()
3695 if (status_code == WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY && in ieee80211_rx_mgmt_assoc_resp()
3711 if (status_code != WLAN_STATUS_SUCCESS) { in ieee80211_rx_mgmt_assoc_resp()
3713 mgmt->sa, status_code); in ieee80211_rx_mgmt_assoc_resp()
3716 event.u.mlme.reason = status_code; in ieee80211_rx_mgmt_assoc_resp()