Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h327 int proactive_key_caching; member
Dwpas_glue.c1269 conf.proactive_key_caching = ssid->proactive_key_caching < 0 ? in wpa_supplicant_rsn_supp_set_config()
1270 wpa_s->conf->okc : ssid->proactive_key_caching; in wpa_supplicant_rsn_supp_set_config()
Dconfig_winreg.c937 write_int(netw, "proactive_key_caching", ssid->proactive_key_caching, in wpa_config_write_network()
Dsme.c355 try_opportunistic = (ssid->proactive_key_caching < 0 ? in sme_send_authentication()
357 ssid->proactive_key_caching) && in sme_send_authentication()
Dwpa_supplicant.c2555 try_opportunistic = (ssid->proactive_key_caching < 0 ? in wpas_populate_assoc_ies()
2557 ssid->proactive_key_caching) && in wpas_populate_assoc_ies()
3232 ssid->proactive_key_caching < 0 ? in wpas_start_assoc_cb()
3233 wpa_s->conf->okc : ssid->proactive_key_caching; in wpas_start_assoc_cb()
Dconfig_file.c837 write_int(f, "proactive_key_caching", ssid->proactive_key_caching, -1); in wpa_config_write_network()
Dconfig.c2314 { INT_RANGE(proactive_key_caching, 0, 1) },
2902 ssid->proactive_key_caching = -1; in wpa_config_set_network_defaults()
DChangeLog1260 * fixed opportunistic key caching (proactive_key_caching)
1954 default, can be enabled with proactive_key_caching=1)
/external/wpa_supplicant_8/src/rsn_supp/
Dpreauth.c373 if (sm->network_ctx && sm->proactive_key_caching) in pmksa_candidate_add()
Dwpa_i.h60 int proactive_key_caching; member
Dwpa.h107 int proactive_key_caching; member
Dwpa.c2896 sm->proactive_key_caching = config->proactive_key_caching; in wpa_sm_set_config()
2919 sm->proactive_key_caching = 0; in wpa_sm_set_config()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dsta_network.cpp1269 wpa_ssid->proactive_key_caching = enable ? 1 : 0; in setProactiveKeyCachingInternal()