Searched refs:proactive_key_caching (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config_ssid.h | 377 int proactive_key_caching; member
|
H A D | wpas_glue.c | 1521 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 D | config_winreg.c | 953 write_int(netw, "proactive_key_caching", ssid->proactive_key_caching, in wpa_config_write_network()
|
H A D | sme.c | 691 try_opportunistic = (ssid->proactive_key_caching < 0 ? in sme_send_authentication() 693 ssid->proactive_key_caching) && in sme_send_authentication()
|
H A D | config_file.c | 786 write_int(f, "proactive_key_caching", ssid->proactive_key_caching, -1); in wpa_config_write_network()
|
H A D | wpa_supplicant.c | 3474 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 D | config.c | 2642 { INT_RANGE(proactive_key_caching, 0, 1) }, 3275 ssid->proactive_key_caching = -1; in wpa_config_set_network_defaults()
|
H A D | ChangeLog | 1461 * 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 D | preauth.c | 383 if (sm->network_ctx && sm->proactive_key_caching) in pmksa_candidate_add()
|
H A D | wpa_i.h | 66 int proactive_key_caching; member
|
H A D | wpa.h | 145 int proactive_key_caching; member
|
H A D | wpa.c | 4454 sm->proactive_key_caching = config->proactive_key_caching; in wpa_sm_set_config() 4480 sm->proactive_key_caching = 0; in wpa_sm_set_config()
|