Searched refs:auth_req_ack (Results 1 – 3 of 3) sorted by relevance
183 auth->auth_req_ack = 1; in hostapd_dpp_tx_status()228 if (auth->auth_req_ack && diff_ms >= wait_time) { in hostapd_dpp_reply_wait_timeout()328 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) { in hostapd_dpp_auth_init_next()387 auth->auth_req_ack = 0; in hostapd_dpp_auth_init_next()
231 auth->auth_req_ack = 1; in wpas_dpp_tx_status()269 if (auth->auth_req_ack && diff_ms >= wait_time) { in wpas_dpp_reply_wait_timeout()366 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) { in wpas_dpp_auth_init_next()425 auth->auth_req_ack = 0; in wpas_dpp_auth_init_next()
216 int auth_req_ack; member