Searched refs:dot11RSNAConfigPMKReauthThreshold (Results 1 - 18 of 18) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | pmksa_cache.c | 203 pmksa->sm->dot11RSNAConfigPMKReauthThreshold / 100; in pmksa_cache_add() 315 pmksa->sm->dot11RSNAConfigPMKReauthThreshold, in pmksa_cache_add_entry()
|
H A D | wpa_i.h | 93 unsigned int dot11RSNAConfigPMKReauthThreshold; member
|
H A D | wpa.c | 3908 "dot11RSNAConfigPMKReauthThreshold=%d\n" 3916 sm->dot11RSNAConfigPMKReauthThreshold, 4026 sm->dot11RSNAConfigPMKReauthThreshold = 70; 4515 sm->dot11RSNAConfigPMKReauthThreshold = value;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config.h | 630 * dot11RSNAConfigPMKReauthThreshold - PMK re-authentication threshold 635 unsigned int dot11RSNAConfigPMKReauthThreshold; member
|
H A D | config_winreg.c | 212 TEXT("dot11RSNAConfigPMKReauthThreshold"), in wpa_config_read_global() 214 &config->dot11RSNAConfigPMKReauthThreshold); in wpa_config_read_global() 571 TEXT("dot11RSNAConfigPMKReauthThreshold"), in wpa_config_write_global() 572 config->dot11RSNAConfigPMKReauthThreshold, in wpa_config_write_global()
|
H A D | config_file.c | 1152 if (config->dot11RSNAConfigPMKReauthThreshold) in wpa_config_write_global() 1153 fprintf(f, "dot11RSNAConfigPMKReauthThreshold=%u\n", in wpa_config_write_global() 1154 config->dot11RSNAConfigPMKReauthThreshold); in wpa_config_write_global()
|
H A D | wpa_supplicant.c | 5768 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold && 5770 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) { 5772 "dot11RSNAConfigPMKReauthThreshold");
|
H A D | config.c | 4742 { INT(dot11RSNAConfigPMKReauthThreshold), 0 },
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.h | 665 * dot11RSNAConfigPMKReauthThreshold - PMK re-authentication threshold 670 unsigned int dot11RSNAConfigPMKReauthThreshold; member
|
H A D | config_winreg.c | 212 TEXT("dot11RSNAConfigPMKReauthThreshold"), in wpa_config_read_global() 214 &config->dot11RSNAConfigPMKReauthThreshold); in wpa_config_read_global() 580 TEXT("dot11RSNAConfigPMKReauthThreshold"), in wpa_config_write_global() 581 config->dot11RSNAConfigPMKReauthThreshold, in wpa_config_write_global()
|
H A D | config_file.c | 1172 if (config->dot11RSNAConfigPMKReauthThreshold) in wpa_config_write_global() 1173 fprintf(f, "dot11RSNAConfigPMKReauthThreshold=%u\n", in wpa_config_write_global() 1174 config->dot11RSNAConfigPMKReauthThreshold); in wpa_config_write_global()
|
H A D | wpa_supplicant.c | 7054 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold && 7056 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) { 7058 "dot11RSNAConfigPMKReauthThreshold");
|
H A D | config.c | 5293 { INT(dot11RSNAConfigPMKReauthThreshold), 0 },
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | pmksa_cache.c | 161 pmksa->sm->dot11RSNAConfigPMKReauthThreshold / 100; in pmksa_cache_add()
|
H A D | wpa_i.h | 75 unsigned int dot11RSNAConfigPMKReauthThreshold; member
|
H A D | wpa.c | 2546 "dot11RSNAConfigPMKReauthThreshold=%d\n" in wpa_sm_get_mib() 2554 sm->dot11RSNAConfigPMKReauthThreshold, in wpa_sm_get_mib() 2653 sm->dot11RSNAConfigPMKReauthThreshold = 70; in wpa_sm_init() 3024 sm->dot11RSNAConfigPMKReauthThreshold = value; in wpa_sm_set_param()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth.c | 91 static const int dot11RSNAConfigPMKReauthThreshold = 70; variable 4601 "dot11RSNAConfigPMKReauthThreshold=%u\n" in wpa_get_mib() 4620 dot11RSNAConfigPMKReauthThreshold, in wpa_get_mib()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth.c | 75 static const int dot11RSNAConfigPMKReauthThreshold = 70; variable 4174 "dot11RSNAConfigPMKReauthThreshold=%u\n" in wpa_get_mib() 4193 dot11RSNAConfigPMKReauthThreshold, in wpa_get_mib()
|
Completed in 63 milliseconds