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

  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 701 * dot11RSNAConfigPMKReauthThreshold - PMK re-authentication threshold
706 unsigned int dot11RSNAConfigPMKReauthThreshold;
config_winreg.c 212 TEXT("dot11RSNAConfigPMKReauthThreshold"),
214 &config->dot11RSNAConfigPMKReauthThreshold);
581 TEXT("dot11RSNAConfigPMKReauthThreshold"),
582 config->dot11RSNAConfigPMKReauthThreshold,
config_file.c 1156 if (config->dot11RSNAConfigPMKReauthThreshold)
1157 fprintf(f, "dot11RSNAConfigPMKReauthThreshold=%u\n",
1158 config->dot11RSNAConfigPMKReauthThreshold);
wpa_supplicant.c 7318 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold &&
7320 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) {
7322 "dot11RSNAConfigPMKReauthThreshold");
config.c 5430 { INT(dot11RSNAConfigPMKReauthThreshold), 0 },
  /src/external/bsd/wpa/dist/src/rsn_supp/
pmksa_cache.c 271 pmksa->sm->dot11RSNAConfigPMKReauthThreshold;
397 pmksa->sm->dot11RSNAConfigPMKReauthThreshold,
wpa_i.h 94 unsigned int dot11RSNAConfigPMKReauthThreshold;
wpa.c 4016 "dot11RSNAConfigPMKReauthThreshold=%d\n"
4024 sm->dot11RSNAConfigPMKReauthThreshold,
4141 sm->dot11RSNAConfigPMKReauthThreshold = 70;
4651 sm->dot11RSNAConfigPMKReauthThreshold = value;
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.c 85 static const int dot11RSNAConfigPMKReauthThreshold = 70;
6007 "dot11RSNAConfigPMKReauthThreshold=%u\n"
6026 dot11RSNAConfigPMKReauthThreshold,

Completed in 83 milliseconds