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.h235 * dot11RSNAConfigPMKReauthThreshold - PMK re-authentication threshold
240 unsigned int dot11RSNAConfigPMKReauthThreshold; member in struct:wpa_config
H A Dconfig_file.c631 if (config->dot11RSNAConfigPMKReauthThreshold)
632 fprintf(f, "dot11RSNAConfigPMKReauthThreshold=%d\n",
633 config->dot11RSNAConfigPMKReauthThreshold);
H A Dconfig_winreg.c212 TEXT("dot11RSNAConfigPMKReauthThreshold"),
214 &config->dot11RSNAConfigPMKReauthThreshold);
565 TEXT("dot11RSNAConfigPMKReauthThreshold"),
566 config->dot11RSNAConfigPMKReauthThreshold,
H A Dwpa_supplicant.c2507 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold &&
2509 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) {
2511 "dot11RSNAConfigPMKReauthThreshold");
H A Dconfig.c2599 { 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.c1962 "dot11RSNAConfigPMKReauthThreshold=%d\n"
1970 sm->dot11RSNAConfigPMKReauthThreshold,
2049 sm->dot11RSNAConfigPMKReauthThreshold = 70;
2338 sm->dot11RSNAConfigPMKReauthThreshold = value;
2394 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.c1962 "dot11RSNAConfigPMKReauthThreshold=%d\n"
1970 sm->dot11RSNAConfigPMKReauthThreshold,
2049 sm->dot11RSNAConfigPMKReauthThreshold = 70;
2338 sm->dot11RSNAConfigPMKReauthThreshold = value;
2394 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.c1962 "dot11RSNAConfigPMKReauthThreshold=%d\n"
1970 sm->dot11RSNAConfigPMKReauthThreshold,
2049 sm->dot11RSNAConfigPMKReauthThreshold = 70;
2338 sm->dot11RSNAConfigPMKReauthThreshold = value;
2394 return sm->dot11RSNAConfigPMKReauthThreshold;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c53 static const int dot11RSNAConfigPMKReauthThreshold = 70; variable
2674 "dot11RSNAConfigPMKReauthThreshold=%u\n"
2693 dot11RSNAConfigPMKReauthThreshold,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c53 static const int dot11RSNAConfigPMKReauthThreshold = 70; variable
2674 "dot11RSNAConfigPMKReauthThreshold=%u\n"
2693 dot11RSNAConfigPMKReauthThreshold,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c53 static const int dot11RSNAConfigPMKReauthThreshold = 70; variable
2674 "dot11RSNAConfigPMKReauthThreshold=%u\n"
2693 dot11RSNAConfigPMKReauthThreshold,

Completed in 2848 milliseconds