Lines Matching refs:status_code
2959 u16 auth_alg, auth_transaction, status_code; in ieee80211_rx_mgmt_auth() local
2983 status_code = le16_to_cpu(mgmt->u.auth.status_code); in ieee80211_rx_mgmt_auth()
2998 if (status_code != WLAN_STATUS_SUCCESS) { in ieee80211_rx_mgmt_auth()
3002 (status_code == WLAN_STATUS_ANTI_CLOG_REQUIRED || in ieee80211_rx_mgmt_auth()
3004 (status_code == WLAN_STATUS_SAE_HASH_TO_ELEMENT || in ieee80211_rx_mgmt_auth()
3005 status_code == WLAN_STATUS_SAE_PK)))) { in ieee80211_rx_mgmt_auth()
3016 mgmt->sa, status_code); in ieee80211_rx_mgmt_auth()
3019 event.u.mlme.reason = status_code; in ieee80211_rx_mgmt_auth()
3693 u16 capab_info, status_code, aid; in ieee80211_rx_mgmt_assoc_resp() local
3728 status_code = le16_to_cpu(mgmt->u.assoc_resp.status_code); in ieee80211_rx_mgmt_assoc_resp()
3748 capab_info, status_code, (u16)(aid & ~(BIT(15) | BIT(14)))); in ieee80211_rx_mgmt_assoc_resp()
3759 if (status_code == WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY && in ieee80211_rx_mgmt_assoc_resp()
3775 if (status_code != WLAN_STATUS_SUCCESS) { in ieee80211_rx_mgmt_assoc_resp()
3777 mgmt->sa, status_code); in ieee80211_rx_mgmt_assoc_resp()
3780 event.u.mlme.reason = status_code; in ieee80211_rx_mgmt_assoc_resp()