Searched refs:dpp_resp_max_tries (Results 1 – 6 of 6) sorted by relevance
445 unsigned int dpp_resp_max_tries; member
199 if (hapd->dpp_resp_max_tries) in hostapd_dpp_auth_resp_retry()200 max_tries = hapd->dpp_resp_max_tries; in hostapd_dpp_auth_resp_retry()
1510 unsigned int dpp_resp_max_tries; member
223 if (wpa_s->dpp_resp_max_tries) in wpas_dpp_auth_resp_retry()224 max_tries = wpa_s->dpp_resp_max_tries; in wpas_dpp_auth_resp_retry()
690 wpa_s->dpp_resp_max_tries = atoi(value); in wpa_supplicant_ctrl_iface_set()8795 wpa_s->dpp_resp_max_tries = 0; in wpa_supplicant_ctrl_iface_flush()
1300 hapd->dpp_resp_max_tries = atoi(value); in hostapd_ctrl_iface_set()