Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dpmksa_cache.c163 pmksa->sm->dot11RSNAConfigPMKReauthThreshold / 100; in pmksa_cache_add()
275 pmksa->sm->dot11RSNAConfigPMKReauthThreshold, in pmksa_cache_add_entry()
Dwpa_i.h93 unsigned int dot11RSNAConfigPMKReauthThreshold; member
Dwpa.c2814 sm->dot11RSNAConfigPMKReauthThreshold, in wpa_sm_get_mib()
2913 sm->dot11RSNAConfigPMKReauthThreshold = 70; in wpa_sm_init()
3293 sm->dot11RSNAConfigPMKReauthThreshold = value; in wpa_sm_set_param()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h640 unsigned int dot11RSNAConfigPMKReauthThreshold; member
Dconfig_winreg.c214 &config->dot11RSNAConfigPMKReauthThreshold); in wpa_config_read_global()
581 config->dot11RSNAConfigPMKReauthThreshold, in wpa_config_write_global()
Dconfig_file.c1102 if (config->dot11RSNAConfigPMKReauthThreshold) in wpa_config_write_global()
1104 config->dot11RSNAConfigPMKReauthThreshold); in wpa_config_write_global()
Dwpa_supplicant.c6451 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold && in wpa_supplicant_init_iface()
6453 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) { in wpa_supplicant_init_iface()
Dconfig.c5063 { INT(dot11RSNAConfigPMKReauthThreshold), 0 },
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c78 static const int dot11RSNAConfigPMKReauthThreshold = 70; variable
4582 dot11RSNAConfigPMKReauthThreshold, in wpa_get_mib()