Home
last modified time | relevance | path

Searched refs:WLAN_STATUS_SUCCESS (Results 1 – 22 of 22) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c313 reply_res = WLAN_STATUS_SUCCESS; in send_auth_reply()
337 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS || in handle_auth_ft_finish()
338 status != WLAN_STATUS_SUCCESS)) { in handle_auth_ft_finish()
344 if (status != WLAN_STATUS_SUCCESS) in handle_auth_ft_finish()
419 WLAN_STATUS_SUCCESS, wpabuf_head(data), in auth_sae_send_commit()
440 WLAN_STATUS_SUCCESS, wpabuf_head(data), in auth_sae_send_confirm()
562 if (ret != WLAN_STATUS_SUCCESS) in auth_sae_retransmit_timer()
671 return WLAN_STATUS_SUCCESS; in sae_sm_step()
703 return WLAN_STATUS_SUCCESS; in sae_sm_step()
731 return WLAN_STATUS_SUCCESS; in sae_sm_step()
[all …]
Dieee802_11_vht.c342 return WLAN_STATUS_SUCCESS; in copy_sta_vht_capab()
356 return WLAN_STATUS_SUCCESS; in copy_sta_vht_capab()
390 return WLAN_STATUS_SUCCESS; in copy_sta_vendor_vht()
394 return WLAN_STATUS_SUCCESS; in copy_sta_vendor_vht()
425 return WLAN_STATUS_SUCCESS; in set_sta_vht_opmode()
430 return WLAN_STATUS_SUCCESS; in set_sta_vht_opmode()
Ddrv_callbacks.c47 u16 reply_res = WLAN_STATUS_SUCCESS; in hostapd_notify_assoc_fils_finish()
72 WLAN_STATUS_SUCCESS, in hostapd_notify_assoc_fils_finish()
96 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) { in hostapd_notify_assoc_fils_finish()
117 u16 status = WLAN_STATUS_SUCCESS; in hostapd_notif_assoc()
365 if (status != WLAN_STATUS_SUCCESS) { in hostapd_notif_assoc()
493 if (sta && delay_assoc && status == WLAN_STATUS_SUCCESS) { in hostapd_notif_assoc()
870 if (resp == WLAN_STATUS_SUCCESS) { in hostapd_notify_auth_fils_finish()
895 u16 status = WLAN_STATUS_SUCCESS; in hostapd_notif_auth()
Dieee802_11_ht.c348 return WLAN_STATUS_SUCCESS; in copy_sta_ht_capab()
362 return WLAN_STATUS_SUCCESS; in copy_sta_ht_capab()
Dgas_serv.c1388 dialog_token, WLAN_STATUS_SUCCESS, in gas_serv_req_local_processing()
1394 dialog_token, WLAN_STATUS_SUCCESS, 0, buf); in gas_serv_req_local_processing()
1448 dialog_token, WLAN_STATUS_SUCCESS, in gas_serv_req_dpp_processing()
1457 dialog_token, WLAN_STATUS_SUCCESS, 0, in gas_serv_req_dpp_processing()
1671 WLAN_STATUS_SUCCESS, in gas_serv_rx_gas_comeback_req()
1681 WLAN_STATUS_SUCCESS, in gas_serv_rx_gas_comeback_req()
Dgas_query_ap.c528 } else if (query->status_code != WLAN_STATUS_SUCCESS) { in gas_query_ap_rx()
Dwpa_auth_ft.c1683 rdie->status_code = host_to_le16(WLAN_STATUS_SUCCESS); in wpa_ft_process_rdie()
2194 return WLAN_STATUS_SUCCESS; in wpa_ft_process_auth_req()
2394 return WLAN_STATUS_SUCCESS; in wpa_ft_validate_reassoc()
2482 WLAN_STATUS_SUCCESS, ies, ies_len); in wpa_ft_rrb_rx_request_cb()
Ddpp_hostapd.c647 if (!resp || status_code != WLAN_STATUS_SUCCESS) { in hostapd_dpp_gas_resp_cb()
/external/wpa_supplicant_8/src/common/
Dsae.c920 return WLAN_STATUS_SUCCESS; in sae_group_allowed()
990 return WLAN_STATUS_SUCCESS; in sae_parse_commit_scalar()
1035 return WLAN_STATUS_SUCCESS; in sae_parse_commit_element_ecc()
1083 return WLAN_STATUS_SUCCESS; in sae_parse_commit_element_ffc()
1106 if (res != WLAN_STATUS_SUCCESS) in sae_parse_commit()
1115 if (res != WLAN_STATUS_SUCCESS) in sae_parse_commit()
1120 if (res != WLAN_STATUS_SUCCESS) in sae_parse_commit()
1139 return WLAN_STATUS_SUCCESS; /* scalars/elements are different */ in sae_parse_commit()
Dgas_server.c117 resp = gas_build_initial_resp(dialog_token, WLAN_STATUS_SUCCESS, in gas_server_send_resp()
254 WLAN_STATUS_SUCCESS, in gas_server_handle_rx_comeback_req()
Dieee802_11_defs.h109 #define WLAN_STATUS_SUCCESS 0 macro
/external/wpa_supplicant_8/src/fst/
Dfst_session.c551 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()
Dfst_ctrl_iface.c49 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/
Dsme.c99 wpabuf_put_le16(buf, WLAN_STATUS_SUCCESS); in sme_auth_build_sae_commit()
131 wpabuf_put_le16(buf, WLAN_STATUS_SUCCESS); in sme_auth_build_sae_commit()
147 wpabuf_put_le16(buf, WLAN_STATUS_SUCCESS); in sme_auth_build_sae_confirm()
821 WLAN_STATUS_SUCCESS) { in sme_sae_auth()
849 if (status_code != WLAN_STATUS_SUCCESS) in sme_sae_auth()
872 if (res != WLAN_STATUS_SUCCESS) in sme_sae_auth()
955 if (data->auth.status_code != WLAN_STATUS_SUCCESS) { in sme_event_auth()
Dibss_rsn.c500 auth.u.auth.status_code = host_to_le16(WLAN_STATUS_SUCCESS); in ibss_rsn_send_auth()
911 le_to_host16(header->u.auth.status_code) != WLAN_STATUS_SUCCESS) in ibss_rsn_handle_auth()
Dgas_query.c577 } else if (query->status_code != WLAN_STATUS_SUCCESS) { in gas_query_rx()
Dmesh_mpm.c144 return WLAN_STATUS_SUCCESS; in copy_supp_rates()
Ddpp_supplicant.c1049 if (!resp || status_code != WLAN_STATUS_SUCCESS) { in wpas_dpp_gas_resp_cb()
/external/wpa_supplicant_8/src/p2p/
Dp2p_sd.c460 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/
Ddriver_nl80211_event.c231 if (status != WLAN_STATUS_SUCCESS) { in mlme_event_assoc()
309 status_code = status ? nla_get_u16(status) : WLAN_STATUS_SUCCESS; in mlme_event_connect()
320 if (cmd == NL80211_CMD_CONNECT && status_code != WLAN_STATUS_SUCCESS) { in mlme_event_connect()
/external/wpa_supplicant_8/src/rsn_supp/
Dtdls.c2231 if (status != WLAN_STATUS_SUCCESS) { in wpa_tdls_process_tpk_m2()
Dwpa.c3374 wpabuf_put_le16(buf, WLAN_STATUS_SUCCESS); in fils_build_auth()