Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_reconfig.c817 auth->reconfig_success = true; in dpp_reconfig_auth_resp_rx()
947 auth->reconfig_success = true; in dpp_reconfig_auth_conf_rx()
Ddpp.h309 bool reconfig_success; member
Ddpp_tcp.c1120 (!auth->auth_success && !auth->reconfig_success)) { in dpp_controller_rx_gas_req()
1178 (!auth->auth_success && !auth->reconfig_success) || in dpp_controller_rx_gas_comeback_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Ddpp_supplicant.c1626 if (!auth || (!auth->auth_success && !auth->reconfig_success) || in wpas_dpp_gas_resp_cb()
2972 if (!auth || (!auth->auth_success && !auth->reconfig_success) || in wpas_dpp_gas_req_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddpp_hostapd.c2028 if (!auth || (!auth->auth_success && !auth->reconfig_success) || in hostapd_dpp_gas_req_handler()