Home
last modified time | relevance | path

Searched refs:proactive_key_caching (Results 1 – 12 of 12) sorted by relevance

/hostap-latest/wpa_supplicant/
Dconfig_ssid.h391 int proactive_key_caching; member
Dwpas_glue.c1537 conf.proactive_key_caching = ssid->proactive_key_caching < 0 ? in wpa_supplicant_rsn_supp_set_config()
1538 wpa_s->conf->okc : ssid->proactive_key_caching; in wpa_supplicant_rsn_supp_set_config()
Dconfig_winreg.c953 write_int(netw, "proactive_key_caching", ssid->proactive_key_caching, in wpa_config_write_network()
Dsme.c694 try_opportunistic = (ssid->proactive_key_caching < 0 ? in sme_send_authentication()
696 ssid->proactive_key_caching) && in sme_send_authentication()
Dconfig_file.c786 write_int(f, "proactive_key_caching", ssid->proactive_key_caching, -1); in wpa_config_write_network()
Dwpa_supplicant.c3364 try_opportunistic = (ssid->proactive_key_caching < 0 ? in wpas_populate_assoc_ies()
3366 ssid->proactive_key_caching) && in wpas_populate_assoc_ies()
4371 ssid->proactive_key_caching < 0 ? in wpas_start_assoc_cb()
4372 wpa_s->conf->okc : ssid->proactive_key_caching; in wpas_start_assoc_cb()
Dconfig.c2642 { INT_RANGE(proactive_key_caching, 0, 1) },
3276 ssid->proactive_key_caching = -1; in wpa_config_set_network_defaults()
DChangeLog1461 * fixed opportunistic key caching (proactive_key_caching)
2156 default, can be enabled with proactive_key_caching=1)
/hostap-latest/src/rsn_supp/
Dpreauth.c383 if (sm->network_ctx && sm->proactive_key_caching) in pmksa_candidate_add()
Dwpa_i.h66 int proactive_key_caching; member
Dwpa.h154 int proactive_key_caching; member
Dwpa.c4641 sm->proactive_key_caching = config->proactive_key_caching; in wpa_sm_set_config()
4667 sm->proactive_key_caching = 0; in wpa_sm_set_config()