Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h316 int proactive_key_caching; member
Dwpas_glue.c1257 conf.proactive_key_caching = ssid->proactive_key_caching < 0 ? in wpa_supplicant_rsn_supp_set_config()
1258 wpa_s->conf->okc : ssid->proactive_key_caching; in wpa_supplicant_rsn_supp_set_config()
Dsme.c322 try_opportunistic = (ssid->proactive_key_caching < 0 ? in sme_send_authentication()
324 ssid->proactive_key_caching) && in sme_send_authentication()
Dconfig_winreg.c928 write_int(netw, "proactive_key_caching", ssid->proactive_key_caching, in wpa_config_write_network()
Dwpa_supplicant.c2371 try_opportunistic = (ssid->proactive_key_caching < 0 ? in wpas_populate_assoc_ies()
2373 ssid->proactive_key_caching) && in wpas_populate_assoc_ies()
2887 ssid->proactive_key_caching < 0 ? in wpas_start_assoc_cb()
2888 wpa_s->conf->okc : ssid->proactive_key_caching; in wpas_start_assoc_cb()
Dconfig_file.c823 write_int(f, "proactive_key_caching", ssid->proactive_key_caching, -1); in wpa_config_write_network()
Dconfig.c2218 { INT_RANGE(proactive_key_caching, 0, 1) },
2788 ssid->proactive_key_caching = -1; in wpa_config_set_network_defaults()
DChangeLog1190 * fixed opportunistic key caching (proactive_key_caching)
1884 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.h104 int proactive_key_caching; member
Dwpa.c2722 sm->proactive_key_caching = config->proactive_key_caching; in wpa_sm_set_config()
2745 sm->proactive_key_caching = 0; in wpa_sm_set_config()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dsta_network.cpp1103 wpa_ssid->proactive_key_caching = enable ? 1 : 0; in setProactiveKeyCachingInternal()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
Dsta_network.cpp1141 wpa_ssid->proactive_key_caching = enable ? 1 : 0; in setProactiveKeyCachingInternal()