Lines Matching refs:status
237 info->links[link_id].status = WPA_GET_LE16(sta_profile); in hostapd_update_sta_links_status()
265 int status = WLAN_STATUS_SUCCESS; in hostapd_notif_assoc() local
353 status = WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY; in hostapd_notif_assoc()
355 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc()
484 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
535 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
539 status = WLAN_STATUS_SUCCESS; in hostapd_notif_assoc()
543 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
547 status = WLAN_STATUS_GROUP_CIPHER_NOT_VALID; in hostapd_notif_assoc()
551 status = WLAN_STATUS_PAIRWISE_CIPHER_NOT_VALID; in hostapd_notif_assoc()
555 status = WLAN_STATUS_AKMP_NOT_VALID; in hostapd_notif_assoc()
559 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
563 status = WLAN_STATUS_UNSPECIFIED_FAILURE; in hostapd_notif_assoc()
567 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
571 status = WLAN_STATUS_CIPHER_REJECTED_PER_POLICY; in hostapd_notif_assoc()
575 status = WLAN_STATUS_INVALID_MDIE; in hostapd_notif_assoc()
579 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
583 status = WLAN_STATUS_INVALID_PMKID; in hostapd_notif_assoc()
587 status = WLAN_STATUS_ASSOC_DENIED_UNSPEC; in hostapd_notif_assoc()
590 if (status != WLAN_STATUS_SUCCESS) { in hostapd_notif_assoc()
605 status = wpa_ft_validate_reassoc(sta->wpa_sm, req_ies, in hostapd_notif_assoc()
607 if (status != WLAN_STATUS_SUCCESS) { in hostapd_notif_assoc()
608 if (status == WLAN_STATUS_INVALID_PMKID) in hostapd_notif_assoc()
610 if (status == WLAN_STATUS_INVALID_MDIE) in hostapd_notif_assoc()
612 if (status == WLAN_STATUS_INVALID_FTIE) in hostapd_notif_assoc()
627 status = WLAN_STATUS_UNSPECIFIED_FAILURE; in hostapd_notif_assoc()
644 status = WLAN_STATUS_INVALID_IE; in hostapd_notif_assoc()
753 if (sta && delay_assoc && status == WLAN_STATUS_SUCCESS) { in hostapd_notif_assoc()
795 status = ret_status; in hostapd_notif_assoc()
800 status == WLAN_STATUS_FINITE_CYCLIC_GROUP_NOT_SUPPORTED) { in hostapd_notif_assoc()
806 if (!npos || status != WLAN_STATUS_SUCCESS) in hostapd_notif_assoc()
849 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc()
858 if (status) { in hostapd_notif_assoc()
866 status = WLAN_STATUS_UNSPECIFIED_FAILURE; in hostapd_notif_assoc()
906 if (status >= 0) in hostapd_notif_assoc()
907 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc()
1542 u16 auth_transaction, u16 status, in hostapd_notify_auth_ft_finish() argument
1556 hostapd_sta_auth(hapd, dst, auth_transaction, status, ies, ies_len); in hostapd_notify_auth_ft_finish()
1591 u16 status = WLAN_STATUS_SUCCESS; in hostapd_notif_auth() local
1599 status = WLAN_STATUS_AP_UNABLE_TO_HANDLE_NEW_STA; in hostapd_notif_auth()
1614 status = WLAN_STATUS_UNSPECIFIED_FAILURE; in hostapd_notif_auth()
1638 status, resp_ies, resp_ies_len); in hostapd_notif_auth()
2296 u16 status; in hostapd_notif_update_dh_ie() local
2310 status = WLAN_STATUS_AKMP_NOT_VALID; in hostapd_notif_update_dh_ie()
2316 status = WLAN_STATUS_UNSPECIFIED_FAILURE; in hostapd_notif_update_dh_ie()
2319 status = owe_validate_request(hapd, peer, elems.rsn_ie, in hostapd_notif_update_dh_ie()
2322 if (status != WLAN_STATUS_SUCCESS) in hostapd_notif_update_dh_ie()
2338 status = WLAN_STATUS_UNSPECIFIED_FAILURE; in hostapd_notif_update_dh_ie()
2359 status = owe_process_rsn_ie(hapd, sta, elems.rsn_ie, in hostapd_notif_update_dh_ie()
2362 if (status != WLAN_STATUS_SUCCESS) in hostapd_notif_update_dh_ie()
2367 hostapd_drv_update_dh_ie(hapd, link_addr ? link_addr : peer, status, in hostapd_notif_update_dh_ie()