Home
last modified time | relevance | path

Searched refs:conf_resp_status (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp_tcp.c245 auth->conf_resp_status == DPP_STATUS_OK) { in dpp_controller_gas_done()
252 auth->conf_resp_status); in dpp_controller_gas_done()
896 auth->conf_resp_status); in dpp_controller_rx_conf_result()
909 "conf_resp_status=%d", auth->conf_resp_status); in dpp_controller_rx_conf_result()
1607 if (auth->peer_version < 2 || auth->conf_resp_status != DPP_STATUS_OK) in dpp_tcp_rx_gas_resp()
Ddpp.h297 enum dpp_status_error conf_resp_status; member
Ddpp.c778 auth->conf_resp_status = 255; in dpp_alloc_auth()
2077 auth->conf_resp_status = status; in dpp_build_conf_resp()
3315 auth->conf_resp_status = 255; in dpp_conf_resp_rx()
3377 auth->conf_resp_status = status[0]; in dpp_conf_resp_rx()
/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c1317 auth->conf_resp_status == DPP_STATUS_OK) { in hostapd_dpp_gas_resp_cb()
1586 auth->conf_resp_status); in hostapd_dpp_rx_conf_result()
1603 "conf_status=%d", auth->conf_resp_status); in hostapd_dpp_rx_conf_result()
3135 auth->conf_resp_status == DPP_STATUS_OK) { in hostapd_dpp_gas_status_handler()
3150 "conf_status=%d", auth->conf_resp_status); in hostapd_dpp_gas_status_handler()
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c1827 auth->conf_resp_status == DPP_STATUS_OK) { in wpas_dpp_gas_resp_cb()
2156 auth->conf_resp_status); in wpas_dpp_rx_conf_result()
2178 auth->conf_resp_status); in wpas_dpp_rx_conf_result()
4235 auth->conf_resp_status == DPP_STATUS_OK && in wpas_dpp_gas_status_handler()
4254 auth->conf_resp_status); in wpas_dpp_gas_status_handler()