/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11_vht.c | 180 return WLAN_STATUS_SUCCESS; in copy_sta_vht_capab() 194 return WLAN_STATUS_SUCCESS; in copy_sta_vht_capab() 204 return WLAN_STATUS_SUCCESS; in copy_sta_vht_oper() 217 return WLAN_STATUS_SUCCESS; in copy_sta_vht_oper() 251 return WLAN_STATUS_SUCCESS; in copy_sta_vendor_vht() 255 return WLAN_STATUS_SUCCESS; in copy_sta_vendor_vht() 288 return WLAN_STATUS_SUCCESS; in set_sta_vht_opmode() 293 return WLAN_STATUS_SUCCESS; in set_sta_vht_opmode()
|
H A D | ieee802_11.c | 406 (resp == WLAN_STATUS_SUCCESS || in send_auth_reply() 414 return WLAN_STATUS_SUCCESS; in send_auth_reply() 435 reply_res = WLAN_STATUS_SUCCESS; in send_auth_reply() 460 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS || in handle_auth_ft_finish() 461 status != WLAN_STATUS_SUCCESS)) { in handle_auth_ft_finish() 467 if (status != WLAN_STATUS_SUCCESS) in handle_auth_ft_finish() 556 else if (status_code == WLAN_STATUS_SUCCESS) in auth_build_sae_commit() 648 status = WLAN_STATUS_SUCCESS; in auth_sae_send_commit() 682 WLAN_STATUS_SUCCESS, wpabuf_head(data), in auth_sae_send_confirm() 896 if (ret != WLAN_STATUS_SUCCESS) in auth_sae_retransmit_timer() [all...] |
H A D | ieee802_11_he.c | 463 return WLAN_STATUS_SUCCESS; in copy_sta_he_capab() 478 return WLAN_STATUS_SUCCESS; in copy_sta_he_capab() 491 return WLAN_STATUS_SUCCESS; in copy_sta_he_6ghz_capab() 505 return WLAN_STATUS_SUCCESS; in copy_sta_he_6ghz_capab()
|
H A D | drv_callbacks.c | 62 u16 reply_res = WLAN_STATUS_SUCCESS; in hostapd_notify_assoc_fils_finish() 87 WLAN_STATUS_SUCCESS, in hostapd_notify_assoc_fils_finish() 111 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) { in hostapd_notify_assoc_fils_finish() 157 int status = WLAN_STATUS_SUCCESS; in hostapd_notif_assoc() 380 status = WLAN_STATUS_SUCCESS; in hostapd_notif_assoc() 431 if (status != WLAN_STATUS_SUCCESS) { in hostapd_notif_assoc() 458 if (status != WLAN_STATUS_SUCCESS) { in hostapd_notif_assoc() 604 if (sta && delay_assoc && status == WLAN_STATUS_SUCCESS) { in hostapd_notif_assoc() 656 if (!npos || status != WLAN_STATUS_SUCCESS) in hostapd_notif_assoc() 1283 if (resp == WLAN_STATUS_SUCCESS) { in hostapd_notify_auth_fils_finish() [all...] |
H A D | ieee802_11_ht.c | 370 return WLAN_STATUS_SUCCESS; in copy_sta_ht_capab() 384 return WLAN_STATUS_SUCCESS; in copy_sta_ht_capab()
|
H A D | gas_serv.c | 1502 dialog_token, WLAN_STATUS_SUCCESS, in gas_serv_req_local_processing() 1508 dialog_token, WLAN_STATUS_SUCCESS, 0, buf); in gas_serv_req_local_processing() 1563 dialog_token, WLAN_STATUS_SUCCESS, in gas_serv_req_dpp_processing() 1574 dialog_token, WLAN_STATUS_SUCCESS, 0, in gas_serv_req_dpp_processing() 1794 WLAN_STATUS_SUCCESS, in gas_serv_rx_gas_comeback_req() 1805 WLAN_STATUS_SUCCESS, in gas_serv_rx_gas_comeback_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.c | 335 reply_res = WLAN_STATUS_SUCCESS; in send_auth_reply() 360 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS || in handle_auth_ft_finish() 361 status != WLAN_STATUS_SUCCESS)) { in handle_auth_ft_finish() 367 if (status != WLAN_STATUS_SUCCESS) in handle_auth_ft_finish() 477 WLAN_STATUS_SUCCESS, wpabuf_head(data), in auth_sae_send_commit() 498 WLAN_STATUS_SUCCESS, wpabuf_head(data), in auth_sae_send_confirm() 682 if (ret != WLAN_STATUS_SUCCESS) in auth_sae_retransmit_timer() 713 if (status == WLAN_STATUS_SUCCESS && sta->sae && in sae_sme_send_external_auth_status() 759 sae_sme_send_external_auth_status(hapd, sta, WLAN_STATUS_SUCCESS); in sae_accept_sta() 845 return WLAN_STATUS_SUCCESS; in sae_sm_step() [all...] |
H A D | ieee802_11_vht.c | 342 return WLAN_STATUS_SUCCESS; in copy_sta_vht_capab() 356 return WLAN_STATUS_SUCCESS; in copy_sta_vht_capab() 366 return WLAN_STATUS_SUCCESS; in copy_sta_vht_oper() 379 return WLAN_STATUS_SUCCESS; in copy_sta_vht_oper() 413 return WLAN_STATUS_SUCCESS; in copy_sta_vendor_vht() 417 return WLAN_STATUS_SUCCESS; in copy_sta_vendor_vht() 448 return WLAN_STATUS_SUCCESS; in set_sta_vht_opmode() 453 return WLAN_STATUS_SUCCESS; in set_sta_vht_opmode()
|
H A D | drv_callbacks.c | 49 u16 reply_res = WLAN_STATUS_SUCCESS; in hostapd_notify_assoc_fils_finish() 74 WLAN_STATUS_SUCCESS, in hostapd_notify_assoc_fils_finish() 98 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) { in hostapd_notify_assoc_fils_finish() 119 u16 status = WLAN_STATUS_SUCCESS; in hostapd_notif_assoc() 395 if (status != WLAN_STATUS_SUCCESS) { in hostapd_notif_assoc() 527 if (sta && delay_assoc && status == WLAN_STATUS_SUCCESS) { in hostapd_notif_assoc() 577 if (!npos || reason != WLAN_STATUS_SUCCESS) in hostapd_notif_assoc() 1067 if (resp == WLAN_STATUS_SUCCESS) { in hostapd_notify_auth_fils_finish() 1092 u16 status = WLAN_STATUS_SUCCESS; in hostapd_notif_auth() 1636 if (status != WLAN_STATUS_SUCCESS) in hostapd_notif_update_dh_ie() [all...] |
H A D | ieee802_11_he.c | 332 return WLAN_STATUS_SUCCESS; in copy_sta_he_capab() 347 return WLAN_STATUS_SUCCESS; in copy_sta_he_capab()
|
H A D | ieee802_11_ht.c | 392 return WLAN_STATUS_SUCCESS; in copy_sta_ht_capab() 406 return WLAN_STATUS_SUCCESS; in copy_sta_ht_capab()
|
H A D | gas_serv.c | 1499 dialog_token, WLAN_STATUS_SUCCESS, in gas_serv_req_local_processing() 1505 dialog_token, WLAN_STATUS_SUCCESS, 0, buf); in gas_serv_req_local_processing() 1559 dialog_token, WLAN_STATUS_SUCCESS, in gas_serv_req_dpp_processing() 1568 dialog_token, WLAN_STATUS_SUCCESS, 0, in gas_serv_req_dpp_processing() 1783 WLAN_STATUS_SUCCESS, in gas_serv_rx_gas_comeback_req() 1793 WLAN_STATUS_SUCCESS, in gas_serv_rx_gas_comeback_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | sae.c | 857 return WLAN_STATUS_SUCCESS; in sae_group_allowed() 972 return WLAN_STATUS_SUCCESS; in sae_parse_commit_scalar() 1019 return WLAN_STATUS_SUCCESS; in sae_parse_commit_element_ecc() 1069 return WLAN_STATUS_SUCCESS; in sae_parse_commit_element_ffc() 1096 return WLAN_STATUS_SUCCESS; /* No Password Identifier */ in sae_parse_password_identifier() 1116 return WLAN_STATUS_SUCCESS; in sae_parse_password_identifier() 1130 if (res != WLAN_STATUS_SUCCESS) in sae_parse_commit() 1139 if (res != WLAN_STATUS_SUCCESS) in sae_parse_commit() 1144 if (res != WLAN_STATUS_SUCCESS) in sae_parse_commit() 1149 if (res != WLAN_STATUS_SUCCESS) in sae_parse_commit() [all...] |
H A D | gas_server.c | 119 resp = gas_build_initial_resp(dialog_token, WLAN_STATUS_SUCCESS, in gas_server_send_resp() 257 WLAN_STATUS_SUCCESS, in gas_server_handle_rx_comeback_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.c | 1794 return WLAN_STATUS_SUCCESS; in sae_group_allowed() 1934 return WLAN_STATUS_SUCCESS; in sae_parse_commit_scalar() 1981 return WLAN_STATUS_SUCCESS; in sae_parse_commit_element_ecc() 2031 return WLAN_STATUS_SUCCESS; in sae_parse_commit_element_ffc() 2061 return WLAN_STATUS_SUCCESS; /* No Password Identifier */ in sae_parse_password_identifier() 2090 return WLAN_STATUS_SUCCESS; in sae_parse_password_identifier() 2103 return WLAN_STATUS_SUCCESS; in sae_parse_rejected_groups() 2121 return WLAN_STATUS_SUCCESS; in sae_parse_rejected_groups() 2134 return WLAN_STATUS_SUCCESS; in sae_parse_akm_suite_selector() 2150 return WLAN_STATUS_SUCCESS; in sae_parse_akm_suite_selector() [all...] |
H A D | gas_server.c | 122 resp = gas_build_initial_resp(dialog_token, WLAN_STATUS_SUCCESS, in gas_server_send_resp() 268 WLAN_STATUS_SUCCESS, 0, 0, in gas_server_handle_rx_comeback_req() 300 WLAN_STATUS_SUCCESS, in gas_server_handle_rx_comeback_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | pasn_supplicant.c | 192 if (res != WLAN_STATUS_SUCCESS) { in wpas_pasn_wd_sae_rx() 229 if (alg != WLAN_AUTH_SAE || seq != 2 || status != WLAN_STATUS_SUCCESS) { in wpas_pasn_wd_sae_rx() 239 if (res != WLAN_STATUS_SUCCESS) { in wpas_pasn_wd_sae_rx() 265 wpabuf_put_le16(buf, WLAN_STATUS_SUCCESS); in wpas_pasn_wd_sae_confirm() 338 wpabuf_put_le16(buf, WLAN_STATUS_SUCCESS); in wpas_pasn_fils_build_auth() 486 status != WLAN_STATUS_SUCCESS) { in wpas_pasn_wd_fils_rx() 701 pasn->trans_seq + 1, WLAN_STATUS_SUCCESS); in wpas_pasn_build_auth_1() 804 pasn->trans_seq + 1, WLAN_STATUS_SUCCESS); in wpas_pasn_build_auth_3() 1387 if (status != WLAN_STATUS_SUCCESS && in wpas_pasn_auth_rx() 1407 if (status == WLAN_STATUS_SUCCESS) { in wpas_pasn_auth_rx() [all...] |
H A D | sme.c | 132 wpabuf_put_le16(buf, WLAN_STATUS_SUCCESS); 287 wpabuf_put_le16(buf,WLAN_STATUS_SUCCESS); 314 wpabuf_put_le16(buf, WLAN_STATUS_SUCCESS); 547 status_code == WLAN_STATUS_SUCCESS || 1418 status = WLAN_STATUS_SUCCESS; 1447 if (wpa_s->conf->sae_pmkid_in_assoc && status == WLAN_STATUS_SUCCESS) 1503 WLAN_STATUS_SUCCESS, 1509 WLAN_STATUS_SUCCESS); 1658 status_code == WLAN_STATUS_SUCCESS || 1724 WLAN_STATUS_SUCCESS) { [all...] |
H A D | robust_av.c | 520 wpa_s->mscs_setup_done = status_code == WLAN_STATUS_SUCCESS; in wpas_handle_robust_av_recv_action() 550 wpa_s->mscs_setup_done = status == WLAN_STATUS_SUCCESS; in wpas_handle_assoc_resp_mscs() 657 if (status != WLAN_STATUS_SUCCESS) { in wpas_handle_robust_av_scs_recv_action() 660 } else if (status == WLAN_STATUS_SUCCESS) { in wpas_handle_robust_av_scs_recv_action()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_session.c | 551 if (res->status_code == WLAN_STATUS_SUCCESS && in fst_session_handle_setup_response() 561 if (res->status_code != WLAN_STATUS_SUCCESS) { in fst_session_handle_setup_response() 975 if (status_code == WLAN_STATUS_SUCCESS) { in fst_session_respond() 1013 if (status_code != WLAN_STATUS_SUCCESS) { in fst_session_respond() 1426 status_code = WLAN_STATUS_SUCCESS; in fst_test_req_send_fst_response() 1449 if (res.status_code == WLAN_STATUS_SUCCESS) { in fst_test_req_send_fst_response()
|
H A D | fst_ctrl_iface.c | 49 if (ss->extra.to_initial.reject_code != WLAN_STATUS_SUCCESS) in format_session_state_extra() 340 status_code = WLAN_STATUS_SUCCESS; in session_respond()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_session.c | 551 if (res->status_code == WLAN_STATUS_SUCCESS && in fst_session_handle_setup_response() 561 if (res->status_code != WLAN_STATUS_SUCCESS) { in fst_session_handle_setup_response() 975 if (status_code == WLAN_STATUS_SUCCESS) { in fst_session_respond() 1013 if (status_code != WLAN_STATUS_SUCCESS) { in fst_session_respond() 1426 status_code = WLAN_STATUS_SUCCESS; in fst_test_req_send_fst_response() 1449 if (res.status_code == WLAN_STATUS_SUCCESS) { in fst_test_req_send_fst_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | sme.c | 103 wpabuf_put_le16(buf, WLAN_STATUS_SUCCESS); in sme_auth_build_sae_commit() 148 wpabuf_put_le16(buf, WLAN_STATUS_SUCCESS); in sme_auth_build_sae_commit() 168 wpabuf_put_le16(buf, WLAN_STATUS_SUCCESS); in sme_auth_build_sae_confirm() 927 resp->u.auth.status_code = host_to_le16(WLAN_STATUS_SUCCESS); in sme_external_auth_build_buf() 1090 WLAN_STATUS_SUCCESS) { in sme_sae_auth() 1138 if (status_code != WLAN_STATUS_SUCCESS) in sme_sae_auth() 1161 if (res != WLAN_STATUS_SUCCESS) in sme_sae_auth() 1190 WLAN_STATUS_SUCCESS); in sme_sae_auth() 1296 if (data->auth.status_code != WLAN_STATUS_SUCCESS) { in sme_event_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_sd.c | 460 resp = p2p_build_sd_response(dialog_token, WLAN_STATUS_SUCCESS, in p2p_sd_response() 466 WLAN_STATUS_SUCCESS, 0, in p2p_sd_response() 661 resp = p2p_build_gas_comeback_resp(dialog_token, WLAN_STATUS_SUCCESS, in p2p_rx_gas_comeback_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_sd.c | 460 resp = p2p_build_sd_response(dialog_token, WLAN_STATUS_SUCCESS, in p2p_sd_response() 466 WLAN_STATUS_SUCCESS, 0, in p2p_sd_response() 661 resp = p2p_build_gas_comeback_resp(dialog_token, WLAN_STATUS_SUCCESS, in p2p_rx_gas_comeback_req()
|