Home
last modified time | relevance | path

Searched refs:dpp_tx_auth_resp_on_roc_stop (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/wpa_supplicant/
Ddpp_supplicant.c1051 wpa_s->dpp_tx_auth_resp_on_roc_stop = false; in dpp_start_listen_cb()
1176 if (!auth || !wpa_s->dpp_tx_auth_resp_on_roc_stop) in wpas_dpp_tx_auth_resp_roc_timeout()
1179 wpa_s->dpp_tx_auth_resp_on_roc_stop = false; in wpas_dpp_tx_auth_resp_roc_timeout()
1193 if (wpa_s->dpp_auth && wpa_s->dpp_tx_auth_resp_on_roc_stop) { in wpas_dpp_cancel_remain_on_channel_cb()
1196 wpa_s->dpp_tx_auth_resp_on_roc_stop = false; in wpas_dpp_cancel_remain_on_channel_cb()
1321 wpa_s->dpp_tx_auth_resp_on_roc_stop = true; in wpas_dpp_rx_auth_req()
1328 wpa_s->dpp_tx_auth_resp_on_roc_stop = false; in wpas_dpp_rx_auth_req()
Dwpa_supplicant_i.h1488 bool dpp_tx_auth_resp_on_roc_stop; member