HomeSort by: relevance | last modified time | path
    Searched refs:dpp_resp_max_tries (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
hostapd.h 438 unsigned int dpp_resp_max_tries; member in struct:hostapd_data
dpp_hostapd.c 199 if (hapd->dpp_resp_max_tries)
200 max_tries = hapd->dpp_resp_max_tries;
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant_i.h 1499 unsigned int dpp_resp_max_tries; member in struct:wpa_supplicant
dpp_supplicant.c 223 if (wpa_s->dpp_resp_max_tries)
224 max_tries = wpa_s->dpp_resp_max_tries;
ctrl_iface.c 691 } else if (os_strcasecmp(cmd, "dpp_resp_max_tries") == 0) {
692 wpa_s->dpp_resp_max_tries = atoi(value);
8800 wpa_s->dpp_resp_max_tries = 0;
  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.c 1296 } else if (os_strcasecmp(cmd, "dpp_resp_max_tries") == 0) {
1297 hapd->dpp_resp_max_tries = atoi(value);

Completed in 36 milliseconds