Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddpp_reconfig.c833 auth->reconfig_success = true; in dpp_reconfig_auth_resp_rx()
963 auth->reconfig_success = true; in dpp_reconfig_auth_conf_rx()
H A Ddpp.h343 bool reconfig_success; member
H A 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()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c1865 if (!auth || (!auth->auth_success && !auth->reconfig_success) || in wpas_dpp_gas_resp_cb()
1978 (!auth->auth_success && !auth->reconfig_success)) in wpas_dpp_gas_client_timeout()
4200 if (!auth || (!auth->auth_success && !auth->reconfig_success) || in wpas_dpp_gas_req_handler()
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c3082 if (!auth || (!auth->auth_success && !auth->reconfig_success) || in hostapd_dpp_gas_req_handler()