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 445 * dot11RSNAConfigPMKReauthThreshold - PMK re-authentication threshold
450 unsigned int dot11RSNAConfigPMKReauthThreshold;
config_file.c 837 if (config->dot11RSNAConfigPMKReauthThreshold)
838 fprintf(f, "dot11RSNAConfigPMKReauthThreshold=%d\n",
839 config->dot11RSNAConfigPMKReauthThreshold);
config_winreg.c 213 TEXT("dot11RSNAConfigPMKReauthThreshold"),
215 &config->dot11RSNAConfigPMKReauthThreshold);
568 TEXT("dot11RSNAConfigPMKReauthThreshold"),
569 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 47 milliseconds