Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h450 unsigned int dot11RSNAConfigPMKReauthThreshold; member
Dconfig_winreg.c215 &config->dot11RSNAConfigPMKReauthThreshold); in wpa_config_read_global()
569 config->dot11RSNAConfigPMKReauthThreshold, in wpa_config_write_global()
Dconfig_file.c837 if (config->dot11RSNAConfigPMKReauthThreshold) in wpa_config_write_global()
839 config->dot11RSNAConfigPMKReauthThreshold); in wpa_config_write_global()
Dwpa_supplicant.c2941 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold && in wpa_supplicant_init_iface()
2943 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) { in wpa_supplicant_init_iface()
Dconfig.c3026 { INT(dot11RSNAConfigPMKReauthThreshold), 0 },
/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.c1900 sm->dot11RSNAConfigPMKReauthThreshold, in wpa_sm_get_mib()
1998 sm->dot11RSNAConfigPMKReauthThreshold = 70; in wpa_sm_init()
2288 sm->dot11RSNAConfigPMKReauthThreshold = value; in wpa_sm_set_param()
2344 return sm->dot11RSNAConfigPMKReauthThreshold; in wpa_sm_get_param()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c53 static const int dot11RSNAConfigPMKReauthThreshold = 70; variable
2755 dot11RSNAConfigPMKReauthThreshold, in wpa_get_mib()