Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp_reconfig.c833 auth->reconfig_success = true; in dpp_reconfig_auth_resp_rx()
963 auth->reconfig_success = true; in dpp_reconfig_auth_conf_rx()
Ddpp.h346 bool reconfig_success; member
Ddpp_tcp.c1400 (!auth->auth_success && !auth->reconfig_success)) { in dpp_controller_rx_gas_req()
1506 (!auth->auth_success && !auth->reconfig_success) || in dpp_controller_rx_gas_comeback_req()
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c1750 if (!auth || (!auth->auth_success && !auth->reconfig_success) || in wpas_dpp_gas_resp_cb()
1865 (!auth->auth_success && !auth->reconfig_success)) in wpas_dpp_gas_client_timeout()
4095 if (!auth || (!auth->auth_success && !auth->reconfig_success) || in wpas_dpp_gas_req_handler()
/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c3073 if (!auth || (!auth->auth_success && !auth->reconfig_success) || in hostapd_dpp_gas_req_handler()