Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/ap/
H A Ddpp_hostapd.c724 status = DPP_STATUS_OK; in hostapd_dpp_gas_resp_cb()
732 if (status != DPP_STATUS_OK) in hostapd_dpp_gas_resp_cb()
736 auth->conf_resp_status == DPP_STATUS_OK) { in hostapd_dpp_gas_resp_cb()
950 if (status == DPP_STATUS_OK) in hostapd_dpp_rx_conf_result()
1014 if (status == DPP_STATUS_OK && in hostapd_dpp_send_peer_disc_resp()
1034 if (status == DPP_STATUS_OK) { in hostapd_dpp_send_peer_disc_resp()
1118 if (res != DPP_STATUS_OK) { in hostapd_dpp_rx_peer_disc_req()
1142 DPP_STATUS_OK); in hostapd_dpp_rx_peer_disc_req()
1472 auth->conf_resp_status == DPP_STATUS_OK) { in hostapd_dpp_gas_status_handler()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Ddpp_supplicant.c1057 status = DPP_STATUS_OK; in wpas_dpp_gas_resp_cb()
1065 if (status != DPP_STATUS_OK) in wpas_dpp_gas_resp_cb()
1069 auth->conf_resp_status == DPP_STATUS_OK) { in wpas_dpp_gas_resp_cb()
1298 if (status == DPP_STATUS_OK) in wpas_dpp_rx_conf_result()
1380 if (status[0] != DPP_STATUS_OK) { in wpas_dpp_rx_peer_disc_resp()
1404 if (res != DPP_STATUS_OK) { in wpas_dpp_rx_peer_disc_resp()
1935 auth->conf_resp_status == DPP_STATUS_OK) { in wpas_dpp_gas_status_handler()
/netbsd/external/bsd/wpa/dist/src/common/
H A Ddpp.c3467 if (status == DPP_STATUS_OK) { in dpp_auth_build_conf()
3527 if (status == DPP_STATUS_OK) in dpp_auth_build_conf()
3756 if (status[0] != DPP_STATUS_OK) { in dpp_auth_resp_rx()
4140 if (status[0] != DPP_STATUS_OK) { in dpp_auth_conf_rx()
5706 ret = DPP_STATUS_OK; in dpp_process_signed_connector()
5988 if (status[0] != DPP_STATUS_OK) { in dpp_conf_resp_rx()
6522 if (res != DPP_STATUS_OK) { in dpp_peer_intro()
6597 ret = DPP_STATUS_OK; in dpp_peer_intro()
6599 if (ret != DPP_STATUS_OK) in dpp_peer_intro()
7123 if (status != DPP_STATUS_OK) in dpp_pkex_build_exchange_resp()
[all …]
H A Ddpp.h70 DPP_STATUS_OK = 0, enumerator