Searched refs:dot11RSNAConfigPMKReauthThreshold (Results 1 - 24 of 24) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig.h218 * dot11RSNAConfigPMKReauthThreshold - PMK re-authentication threshold
223 unsigned int dot11RSNAConfigPMKReauthThreshold; member in struct:wpa_config
H A Dconfig_file.c444 { INT(dot11RSNAConfigPMKReauthThreshold) },
860 if (config->dot11RSNAConfigPMKReauthThreshold)
861 fprintf(f, "dot11RSNAConfigPMKReauthThreshold=%d\n",
862 config->dot11RSNAConfigPMKReauthThreshold);
H A Dconfig_winreg.c218 TEXT("dot11RSNAConfigPMKReauthThreshold"),
220 &config->dot11RSNAConfigPMKReauthThreshold);
551 TEXT("dot11RSNAConfigPMKReauthThreshold"),
552 config->dot11RSNAConfigPMKReauthThreshold,
H A Dwpa_supplicant.c1875 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold &&
1877 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) {
1879 "dot11RSNAConfigPMKReauthThreshold");
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h438 * dot11RSNAConfigPMKReauthThreshold - PMK re-authentication threshold
443 unsigned int dot11RSNAConfigPMKReauthThreshold; member in struct:wpa_config
H A Dconfig_file.c788 if (config->dot11RSNAConfigPMKReauthThreshold)
789 fprintf(f, "dot11RSNAConfigPMKReauthThreshold=%d\n",
790 config->dot11RSNAConfigPMKReauthThreshold);
H A Dconfig_winreg.c212 TEXT("dot11RSNAConfigPMKReauthThreshold"),
214 &config->dot11RSNAConfigPMKReauthThreshold);
558 TEXT("dot11RSNAConfigPMKReauthThreshold"),
559 config->dot11RSNAConfigPMKReauthThreshold,
H A Dwpa_supplicant.c2819 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold &&
2821 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) {
2823 "dot11RSNAConfigPMKReauthThreshold");
H A Dconfig.c2972 { INT(dot11RSNAConfigPMKReauthThreshold), 0 },
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h71 unsigned int dot11RSNAConfigPMKReauthThreshold; member in struct:wpa_sm
H A Dpmksa_cache.c183 pmksa->sm->dot11RSNAConfigPMKReauthThreshold / 100;
H A Dwpa.c1785 "dot11RSNAConfigPMKReauthThreshold=%d\n"
1793 sm->dot11RSNAConfigPMKReauthThreshold,
1870 sm->dot11RSNAConfigPMKReauthThreshold = 70;
2145 sm->dot11RSNAConfigPMKReauthThreshold = value;
2198 return sm->dot11RSNAConfigPMKReauthThreshold;
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_i.h68 unsigned int dot11RSNAConfigPMKReauthThreshold; member in struct:wpa_sm
H A Dpmksa_cache.c143 pmksa->sm->dot11RSNAConfigPMKReauthThreshold / 100;
H A Dwpa.c1888 "dot11RSNAConfigPMKReauthThreshold=%d\n"
1896 sm->dot11RSNAConfigPMKReauthThreshold,
1979 sm->dot11RSNAConfigPMKReauthThreshold = 70;
2268 sm->dot11RSNAConfigPMKReauthThreshold = value;
2324 return sm->dot11RSNAConfigPMKReauthThreshold;
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_i.h68 unsigned int dot11RSNAConfigPMKReauthThreshold; member in struct:wpa_sm
H A Dpmksa_cache.c143 pmksa->sm->dot11RSNAConfigPMKReauthThreshold / 100;
H A Dwpa.c1888 "dot11RSNAConfigPMKReauthThreshold=%d\n"
1896 sm->dot11RSNAConfigPMKReauthThreshold,
1979 sm->dot11RSNAConfigPMKReauthThreshold = 70;
2268 sm->dot11RSNAConfigPMKReauthThreshold = value;
2324 return sm->dot11RSNAConfigPMKReauthThreshold;
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h68 unsigned int dot11RSNAConfigPMKReauthThreshold; member in struct:wpa_sm
H A Dpmksa_cache.c143 pmksa->sm->dot11RSNAConfigPMKReauthThreshold / 100;
H A Dwpa.c1888 "dot11RSNAConfigPMKReauthThreshold=%d\n"
1896 sm->dot11RSNAConfigPMKReauthThreshold,
1979 sm->dot11RSNAConfigPMKReauthThreshold = 70;
2268 sm->dot11RSNAConfigPMKReauthThreshold = value;
2324 return sm->dot11RSNAConfigPMKReauthThreshold;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c53 static const int dot11RSNAConfigPMKReauthThreshold = 70; variable
2778 "dot11RSNAConfigPMKReauthThreshold=%u\n"
2797 dot11RSNAConfigPMKReauthThreshold,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c53 static const int dot11RSNAConfigPMKReauthThreshold = 70; variable
2778 "dot11RSNAConfigPMKReauthThreshold=%u\n"
2797 dot11RSNAConfigPMKReauthThreshold,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c53 static const int dot11RSNAConfigPMKReauthThreshold = 70; variable
2778 "dot11RSNAConfigPMKReauthThreshold=%u\n"
2797 dot11RSNAConfigPMKReauthThreshold,

Completed in 238 milliseconds