Home
last modified time | relevance | path

Searched refs:DPP_STATUS_OK (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c715 status = DPP_STATUS_OK; in hostapd_dpp_gas_resp_cb()
723 if (status != DPP_STATUS_OK) in hostapd_dpp_gas_resp_cb()
727 auth->conf_resp_status == DPP_STATUS_OK) { in hostapd_dpp_gas_resp_cb()
941 if (status == DPP_STATUS_OK) in hostapd_dpp_rx_conf_result()
1005 if (status == DPP_STATUS_OK && in hostapd_dpp_send_peer_disc_resp()
1025 if (status == DPP_STATUS_OK) { in hostapd_dpp_send_peer_disc_resp()
1109 if (res != DPP_STATUS_OK) { in hostapd_dpp_rx_peer_disc_req()
1133 DPP_STATUS_OK); in hostapd_dpp_rx_peer_disc_req()
1449 auth->conf_resp_status == DPP_STATUS_OK) { in hostapd_dpp_gas_status_handler()
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c1031 status = DPP_STATUS_OK; in wpas_dpp_gas_resp_cb()
1039 if (status != DPP_STATUS_OK) { in wpas_dpp_gas_resp_cb()
1045 auth->conf_resp_status == DPP_STATUS_OK) { in wpas_dpp_gas_resp_cb()
1277 if (status == DPP_STATUS_OK) in wpas_dpp_rx_conf_result()
1350 if (status[0] != DPP_STATUS_OK) { in wpas_dpp_rx_peer_disc_resp()
1374 if (res != DPP_STATUS_OK) { in wpas_dpp_rx_peer_disc_resp()
1895 auth->conf_resp_status == DPP_STATUS_OK) { in wpas_dpp_gas_status_handler()
/external/wpa_supplicant_8/src/common/
Ddpp.c1687 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_auth_build_req()
1870 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_auth_build_resp()
2320 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_build_conf_req_attr()
2704 enum dpp_status_error status = DPP_STATUS_OK; in dpp_auth_build_resp_ok()
3362 if (status == DPP_STATUS_OK) { in dpp_auth_build_conf()
3414 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_auth_build_conf()
3422 if (status == DPP_STATUS_OK) in dpp_auth_build_conf()
3652 if (status[0] != DPP_STATUS_OK) { in dpp_auth_resp_rx()
3865 return dpp_auth_build_conf(auth, DPP_STATUS_OK); in dpp_auth_resp_rx()
4047 if (status[0] != DPP_STATUS_OK) { in dpp_auth_conf_rx()
[all …]
Ddpp.h68 DPP_STATUS_OK = 0, enumerator