Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h594 unsigned int dot11RSNAConfigPMKReauthThreshold; member
Dconfig_winreg.c215 &config->dot11RSNAConfigPMKReauthThreshold); in wpa_config_read_global()
570 config->dot11RSNAConfigPMKReauthThreshold, in wpa_config_write_global()
Dconfig_file.c1071 if (config->dot11RSNAConfigPMKReauthThreshold) in wpa_config_write_global()
1073 config->dot11RSNAConfigPMKReauthThreshold); in wpa_config_write_global()
Dwpa_supplicant.c4882 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold && in wpa_supplicant_init_iface()
4884 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) { in wpa_supplicant_init_iface()
Dconfig.c4349 { INT(dot11RSNAConfigPMKReauthThreshold), 0 },
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h77 unsigned int dot11RSNAConfigPMKReauthThreshold; member
Dpmksa_cache.c158 pmksa->sm->dot11RSNAConfigPMKReauthThreshold / 100; in pmksa_cache_add()
Dwpa.c2362 sm->dot11RSNAConfigPMKReauthThreshold, in wpa_sm_get_mib()
2460 sm->dot11RSNAConfigPMKReauthThreshold = 70; in wpa_sm_init()
2803 sm->dot11RSNAConfigPMKReauthThreshold = value; in wpa_sm_set_param()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c69 static const int dot11RSNAConfigPMKReauthThreshold = 70; variable
3642 dot11RSNAConfigPMKReauthThreshold, in wpa_get_mib()