Home
last modified time | relevance | path

Searched refs:dot11RSNAConfigPMKReauthThreshold (Results 1 – 17 of 17) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/
Dconfig.h223 unsigned int dot11RSNAConfigPMKReauthThreshold; member
Dconfig_file.c444 { INT(dot11RSNAConfigPMKReauthThreshold) },
860 if (config->dot11RSNAConfigPMKReauthThreshold) in wpa_config_write_global()
862 config->dot11RSNAConfigPMKReauthThreshold); in wpa_config_write_global()
Dconfig_winreg.c220 &config->dot11RSNAConfigPMKReauthThreshold); in wpa_config_read_global()
552 config->dot11RSNAConfigPMKReauthThreshold, in wpa_config_write_global()
Dwpa_supplicant.c1875 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold && in wpa_supplicant_init_iface2()
1877 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) { in wpa_supplicant_init_iface2()
Dwpa_supplicant.conf.orig146 #dot11RSNAConfigPMKReauthThreshold=70
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h240 unsigned int dot11RSNAConfigPMKReauthThreshold; member
Dconfig_file.c631 if (config->dot11RSNAConfigPMKReauthThreshold) in wpa_config_write_global()
633 config->dot11RSNAConfigPMKReauthThreshold); in wpa_config_write_global()
Dconfig_winreg.c214 &config->dot11RSNAConfigPMKReauthThreshold); in wpa_config_read_global()
566 config->dot11RSNAConfigPMKReauthThreshold, in wpa_config_write_global()
Dwpa_supplicant.c2507 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold && in wpa_supplicant_init_iface()
2509 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) { in wpa_supplicant_init_iface()
Dconfig.c2599 { INT(dot11RSNAConfigPMKReauthThreshold), 0 },
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Dwpa_i.h71 unsigned int dot11RSNAConfigPMKReauthThreshold; member
Dwpa.c1793 sm->dot11RSNAConfigPMKReauthThreshold, in wpa_sm_get_mib()
1870 sm->dot11RSNAConfigPMKReauthThreshold = 70; in wpa_sm_init()
2145 sm->dot11RSNAConfigPMKReauthThreshold = value; in wpa_sm_set_param()
2198 return sm->dot11RSNAConfigPMKReauthThreshold; in wpa_sm_get_param()
Dpmksa_cache.c183 pmksa->sm->dot11RSNAConfigPMKReauthThreshold / 100; in pmksa_cache_add()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h68 unsigned int dot11RSNAConfigPMKReauthThreshold; member
Dpmksa_cache.c143 pmksa->sm->dot11RSNAConfigPMKReauthThreshold / 100; in pmksa_cache_add()
Dwpa.c1970 sm->dot11RSNAConfigPMKReauthThreshold, in wpa_sm_get_mib()
2049 sm->dot11RSNAConfigPMKReauthThreshold = 70; in wpa_sm_init()
2338 sm->dot11RSNAConfigPMKReauthThreshold = value; in wpa_sm_set_param()
2394 return sm->dot11RSNAConfigPMKReauthThreshold; in wpa_sm_get_param()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c53 static const int dot11RSNAConfigPMKReauthThreshold = 70; variable
2693 dot11RSNAConfigPMKReauthThreshold, in wpa_get_mib()