HomeSort by relevance Sort by last modified time
    Searched refs:dot11RSNAConfigPMKReauthThreshold (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
config.h 592 * dot11RSNAConfigPMKReauthThreshold - PMK re-authentication threshold
597 unsigned int dot11RSNAConfigPMKReauthThreshold;
    [all...]
config_winreg.c 212 TEXT("dot11RSNAConfigPMKReauthThreshold"),
214 &config->dot11RSNAConfigPMKReauthThreshold);
569 TEXT("dot11RSNAConfigPMKReauthThreshold"),
570 config->dot11RSNAConfigPMKReauthThreshold,
config_file.c 1116 if (config->dot11RSNAConfigPMKReauthThreshold)
1117 fprintf(f, "dot11RSNAConfigPMKReauthThreshold=%u\n",
1118 config->dot11RSNAConfigPMKReauthThreshold);
    [all...]
wpa_supplicant.c     [all...]
config.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 75 unsigned int dot11RSNAConfigPMKReauthThreshold;
pmksa_cache.c 161 pmksa->sm->dot11RSNAConfigPMKReauthThreshold / 100;
wpa.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 72 static const int dot11RSNAConfigPMKReauthThreshold = 70;
    [all...]

Completed in 476 milliseconds