Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c1046 wpa_s->dpp_tx_auth_resp_on_roc_stop = false; in dpp_start_listen_cb()
1171 if (!auth || !wpa_s->dpp_tx_auth_resp_on_roc_stop) in wpas_dpp_tx_auth_resp_roc_timeout()
1174 wpa_s->dpp_tx_auth_resp_on_roc_stop = false; in wpas_dpp_tx_auth_resp_roc_timeout()
1188 if (wpa_s->dpp_auth && wpa_s->dpp_tx_auth_resp_on_roc_stop) { in wpas_dpp_cancel_remain_on_channel_cb()
1191 wpa_s->dpp_tx_auth_resp_on_roc_stop = false; in wpas_dpp_cancel_remain_on_channel_cb()
1316 wpa_s->dpp_tx_auth_resp_on_roc_stop = true; in wpas_dpp_rx_auth_req()
1323 wpa_s->dpp_tx_auth_resp_on_roc_stop = false; in wpas_dpp_rx_auth_req()
H A Dwpa_supplicant_i.h1477 bool dpp_tx_auth_resp_on_roc_stop; member