Searched refs:dpp_resp_max_tries (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dhostapd.h381 unsigned int dpp_resp_max_tries; member in struct:hostapd_data
H A Ddpp_hostapd.c94 if (hapd->dpp_resp_max_tries)
95 max_tries = hapd->dpp_resp_max_tries;
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h1238 unsigned int dpp_resp_max_tries; member in struct:wpa_supplicant
H A Ddpp_supplicant.c121 if (wpa_s->dpp_resp_max_tries)
122 max_tries = wpa_s->dpp_resp_max_tries;
H A Dctrl_iface.c595 } else if (os_strcasecmp(cmd, "dpp_resp_max_tries") == 0) {
596 wpa_s->dpp_resp_max_tries = atoi(value);
7965 wpa_s->dpp_resp_max_tries = 0;

Completed in 194 milliseconds