Home
last modified time | relevance | path

Searched refs:auth_req_ack (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/common/
Ddpp.h334 int auth_req_ack; member
/hostap-latest/src/ap/
Ddpp_hostapd.c582 auth->auth_req_ack = 1; in hostapd_dpp_tx_status()
627 if (auth->auth_req_ack && diff_ms >= wait_time) { in hostapd_dpp_reply_wait_timeout()
746 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) { in hostapd_dpp_auth_init_next()
807 auth->auth_req_ack = 0; in hostapd_dpp_auth_init_next()
/hostap-latest/wpa_supplicant/
Ddpp_supplicant.c611 auth->auth_req_ack = 1; in wpas_dpp_tx_status()
651 if (auth->auth_req_ack && diff_ms >= wait_time) { in wpas_dpp_reply_wait_timeout()
766 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) { in wpas_dpp_auth_init_next()
826 auth->auth_req_ack = 0; in wpas_dpp_auth_init_next()