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 446 * dot11RSNAConfigPMKReauthThreshold - PMK re-authentication threshold
451 unsigned int dot11RSNAConfigPMKReauthThreshold;
config_file.c 854 if (config->dot11RSNAConfigPMKReauthThreshold)
855 fprintf(f, "dot11RSNAConfigPMKReauthThreshold=%d\n",
856 config->dot11RSNAConfigPMKReauthThreshold);
config_winreg.c 213 TEXT("dot11RSNAConfigPMKReauthThreshold"),
215 &config->dot11RSNAConfigPMKReauthThreshold);
569 TEXT("dot11RSNAConfigPMKReauthThreshold"),
570 config->dot11RSNAConfigPMKReauthThreshold,
wpa_supplicant.c     [all...]
config.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 68 unsigned int dot11RSNAConfigPMKReauthThreshold;
pmksa_cache.c 143 pmksa->sm->dot11RSNAConfigPMKReauthThreshold / 100;
wpa.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 53 static const int dot11RSNAConfigPMKReauthThreshold = 70;
    [all...]

Completed in 882 milliseconds