/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 334 reply_res = WLAN_STATUS_SUCCESS; in send_auth_reply() 359 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS || in handle_auth_ft_finish() 360 status != WLAN_STATUS_SUCCESS)) { in handle_auth_ft_finish() 366 if (status != WLAN_STATUS_SUCCESS) in handle_auth_ft_finish() 476 WLAN_STATUS_SUCCESS, wpabuf_head(data), in auth_sae_send_commit() 497 WLAN_STATUS_SUCCESS, wpabuf_head(data), in auth_sae_send_confirm() 681 if (ret != WLAN_STATUS_SUCCESS) in auth_sae_retransmit_timer() 712 if (status == WLAN_STATUS_SUCCESS && sta->sae) in sae_sme_send_external_auth_status() 757 sae_sme_send_external_auth_status(hapd, sta, WLAN_STATUS_SUCCESS); in sae_accept_sta() 843 return WLAN_STATUS_SUCCESS; in sae_sm_step() [all …]
|
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()
|
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() 382 if (status != WLAN_STATUS_SUCCESS) { in hostapd_notif_assoc() 514 if (sta && delay_assoc && status == WLAN_STATUS_SUCCESS) { in hostapd_notif_assoc() 564 if (!npos || reason != WLAN_STATUS_SUCCESS) in hostapd_notif_assoc() 1040 if (resp == WLAN_STATUS_SUCCESS) { in hostapd_notify_auth_fils_finish() 1065 u16 status = WLAN_STATUS_SUCCESS; in hostapd_notif_auth()
|
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()
|
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() 1782 WLAN_STATUS_SUCCESS, in gas_serv_rx_gas_comeback_req() 1792 WLAN_STATUS_SUCCESS, in gas_serv_rx_gas_comeback_req()
|
D | gas_query_ap.c | 528 } else if (query->status_code != WLAN_STATUS_SUCCESS) { in gas_query_ap_rx()
|
D | wpa_auth_ft.c | 2298 rdie->status_code = host_to_le16(WLAN_STATUS_SUCCESS); in wpa_ft_process_rdie() 3050 return WLAN_STATUS_SUCCESS; in wpa_ft_process_auth_req() 3310 return WLAN_STATUS_SUCCESS; in wpa_ft_validate_reassoc() 3398 WLAN_STATUS_SUCCESS, ies, ies_len); in wpa_ft_rrb_rx_request_cb()
|
D | dpp_hostapd.c | 685 if (!resp || status_code != WLAN_STATUS_SUCCESS) { in hostapd_dpp_gas_resp_cb()
|
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 1051 return WLAN_STATUS_SUCCESS; in sae_group_allowed() 1166 return WLAN_STATUS_SUCCESS; in sae_parse_commit_scalar() 1213 return WLAN_STATUS_SUCCESS; in sae_parse_commit_element_ecc() 1263 return WLAN_STATUS_SUCCESS; in sae_parse_commit_element_ffc() 1290 return WLAN_STATUS_SUCCESS; /* No Password Identifier */ in sae_parse_password_identifier() 1310 return WLAN_STATUS_SUCCESS; in sae_parse_password_identifier() 1324 if (res != WLAN_STATUS_SUCCESS) in sae_parse_commit() 1333 if (res != WLAN_STATUS_SUCCESS) in sae_parse_commit() 1338 if (res != WLAN_STATUS_SUCCESS) in sae_parse_commit() 1343 if (res != WLAN_STATUS_SUCCESS) in sae_parse_commit() [all …]
|
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()
|
D | ieee802_11_defs.h | 109 #define WLAN_STATUS_SUCCESS 0 macro
|
/external/wpa_supplicant_8/src/fst/ |
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()
|
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()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
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() 1085 WLAN_STATUS_SUCCESS) { in sme_sae_auth() 1133 if (status_code != WLAN_STATUS_SUCCESS) in sme_sae_auth() 1156 if (res != WLAN_STATUS_SUCCESS) in sme_sae_auth() 1185 WLAN_STATUS_SUCCESS); in sme_sae_auth() 1291 if (data->auth.status_code != WLAN_STATUS_SUCCESS) { in sme_event_auth()
|
D | ibss_rsn.c | 502 auth.u.auth.status_code = host_to_le16(WLAN_STATUS_SUCCESS); in ibss_rsn_send_auth() 913 le_to_host16(header->u.auth.status_code) != WLAN_STATUS_SUCCESS) in ibss_rsn_handle_auth()
|
D | gas_query.c | 581 } else if (query->status_code != WLAN_STATUS_SUCCESS) { in gas_query_rx()
|
D | mesh_mpm.c | 145 return WLAN_STATUS_SUCCESS; in copy_supp_rates()
|
D | dpp_supplicant.c | 998 !resp || status_code != WLAN_STATUS_SUCCESS) { in wpas_dpp_gas_resp_cb()
|
D | events.c | 4241 wpa_s->assoc_status_code = WLAN_STATUS_SUCCESS; in wpa_supplicant_event()
|
/external/wpa_supplicant_8/src/p2p/ |
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()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_event.c | 237 if (status != WLAN_STATUS_SUCCESS) { in mlme_event_assoc() 321 status_code = status ? nla_get_u16(status) : WLAN_STATUS_SUCCESS; in mlme_event_connect() 332 if (cmd == NL80211_CMD_CONNECT && status_code != WLAN_STATUS_SUCCESS) { in mlme_event_connect()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | tdls.c | 2239 if (status != WLAN_STATUS_SUCCESS) { in wpa_tdls_process_tpk_m2()
|
D | wpa.c | 3574 wpabuf_put_le16(buf, WLAN_STATUS_SUCCESS); in fils_build_auth()
|