Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h377 int proactive_key_caching; member
H A Dwpas_glue.c1521 conf.proactive_key_caching = ssid->proactive_key_caching < 0 ? in wpa_supplicant_rsn_supp_set_config()
1522 wpa_s->conf->okc : ssid->proactive_key_caching; in wpa_supplicant_rsn_supp_set_config()
H A Dconfig_winreg.c953 write_int(netw, "proactive_key_caching", ssid->proactive_key_caching, in wpa_config_write_network()
H A Dsme.c691 try_opportunistic = (ssid->proactive_key_caching < 0 ? in sme_send_authentication()
693 ssid->proactive_key_caching) && in sme_send_authentication()
H A Dconfig_file.c786 write_int(f, "proactive_key_caching", ssid->proactive_key_caching, -1); in wpa_config_write_network()
H A Dwpa_supplicant.c3474 try_opportunistic = (ssid->proactive_key_caching < 0 ? in wpas_populate_assoc_ies()
3476 ssid->proactive_key_caching) && in wpas_populate_assoc_ies()
4474 ssid->proactive_key_caching < 0 ? in wpas_start_assoc_cb()
4475 wpa_s->conf->okc : ssid->proactive_key_caching; in wpas_start_assoc_cb()
H A Dconfig.c2642 { INT_RANGE(proactive_key_caching, 0, 1) },
3275 ssid->proactive_key_caching = -1; in wpa_config_set_network_defaults()
H A DChangeLog1461 * fixed opportunistic key caching (proactive_key_caching)
2156 default, can be enabled with proactive_key_caching=1)
/freebsd/contrib/wpa/src/rsn_supp/
H A Dpreauth.c383 if (sm->network_ctx && sm->proactive_key_caching) in pmksa_candidate_add()
H A Dwpa_i.h66 int proactive_key_caching; member
H A Dwpa.h145 int proactive_key_caching; member
H A Dwpa.c4454 sm->proactive_key_caching = config->proactive_key_caching; in wpa_sm_set_config()
4480 sm->proactive_key_caching = 0; in wpa_sm_set_config()