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

  /src/external/bsd/wpa/dist/src/common/
dpp.h 335 unsigned int auth_resp_tries; member in struct:dpp_authentication
dpp_auth.c 255 auth->auth_resp_tries = 0;
  /src/external/bsd/wpa/dist/src/ap/
dpp_hostapd.c 203 auth->auth_resp_tries++;
204 if (auth->auth_resp_tries >= max_tries) {
  /src/external/bsd/wpa/dist/wpa_supplicant/
dpp_supplicant.c 227 auth->auth_resp_tries++;
228 if (auth->auth_resp_tries >= max_tries) {

Completed in 57 milliseconds