Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h283 int proactive_key_caching; member
Dwpas_glue.c1111 conf.proactive_key_caching = ssid->proactive_key_caching < 0 ? in wpa_supplicant_rsn_supp_set_config()
1112 wpa_s->conf->okc : ssid->proactive_key_caching; in wpa_supplicant_rsn_supp_set_config()
Dsme.c299 try_opportunistic = (ssid->proactive_key_caching < 0 ? in sme_send_authentication()
301 ssid->proactive_key_caching) && in sme_send_authentication()
Dconfig_winreg.c924 write_int(netw, "proactive_key_caching", ssid->proactive_key_caching, in wpa_config_write_network()
Dwpa_supplicant.c2176 try_opportunistic = (ssid->proactive_key_caching < 0 ? in wpas_start_assoc_cb()
2178 ssid->proactive_key_caching) && in wpas_start_assoc_cb()
2469 ssid->proactive_key_caching < 0 ? in wpas_start_assoc_cb()
2470 wpa_s->conf->okc : ssid->proactive_key_caching; in wpas_start_assoc_cb()
Dconfig_file.c753 write_int(f, "proactive_key_caching", ssid->proactive_key_caching, -1); in wpa_config_write_network()
Dconfig.c1981 { INT_RANGE(proactive_key_caching, 0, 1) },
2529 ssid->proactive_key_caching = -1; in wpa_config_set_network_defaults()
DChangeLog1046 * fixed opportunistic key caching (proactive_key_caching)
1740 default, can be enabled with proactive_key_caching=1)
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h57 int proactive_key_caching; member
Dwpa.h100 int proactive_key_caching; member
Dpreauth.c372 if (sm->network_ctx && sm->proactive_key_caching) in pmksa_candidate_add()
Dwpa.c2489 sm->proactive_key_caching = config->proactive_key_caching; in wpa_sm_set_config()
2504 sm->proactive_key_caching = 0; in wpa_sm_set_config()