Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig_ssid.h336 int proactive_key_caching; member
Dwpas_glue.c1270 conf.proactive_key_caching = ssid->proactive_key_caching < 0 ? in wpa_supplicant_rsn_supp_set_config()
1271 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.c2590 try_opportunistic = (ssid->proactive_key_caching < 0 ? in wpas_populate_assoc_ies()
2592 ssid->proactive_key_caching) && in wpas_populate_assoc_ies()
3267 ssid->proactive_key_caching < 0 ? in wpas_start_assoc_cb()
3268 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) },
2903 ssid->proactive_key_caching = -1; in wpa_config_set_network_defaults()
DChangeLog1358 * fixed opportunistic key caching (proactive_key_caching)
2052 default, can be enabled with proactive_key_caching=1)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_ssid.h354 int proactive_key_caching; member
Dwpas_glue.c1454 conf.proactive_key_caching = ssid->proactive_key_caching < 0 ? in wpa_supplicant_rsn_supp_set_config()
1455 wpa_s->conf->okc : ssid->proactive_key_caching; in wpa_supplicant_rsn_supp_set_config()
Dconfig_winreg.c954 write_int(netw, "proactive_key_caching", ssid->proactive_key_caching, in wpa_config_write_network()
Dsme.c439 try_opportunistic = (ssid->proactive_key_caching < 0 ? in sme_send_authentication()
441 ssid->proactive_key_caching) && in sme_send_authentication()
Dconfig_file.c780 write_int(f, "proactive_key_caching", ssid->proactive_key_caching, -1); in wpa_config_write_network()
Dwpa_supplicant.c2980 try_opportunistic = (ssid->proactive_key_caching < 0 ? in wpas_populate_assoc_ies()
2982 ssid->proactive_key_caching) && in wpas_populate_assoc_ies()
3937 ssid->proactive_key_caching < 0 ? in wpas_start_assoc_cb()
3938 wpa_s->conf->okc : ssid->proactive_key_caching; in wpas_start_assoc_cb()
Dconfig.c2535 { INT_RANGE(proactive_key_caching, 0, 1) },
3147 ssid->proactive_key_caching = -1; in wpa_config_set_network_defaults()
DChangeLog1411 * fixed opportunistic key caching (proactive_key_caching)
2106 default, can be enabled with proactive_key_caching=1)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dpreauth.c380 if (sm->network_ctx && sm->proactive_key_caching) in pmksa_candidate_add()
Dwpa_i.h65 int proactive_key_caching; member
Dwpa.h126 int proactive_key_caching; member
Dwpa.c3214 sm->proactive_key_caching = config->proactive_key_caching; in wpa_sm_set_config()
3240 sm->proactive_key_caching = 0; in wpa_sm_set_config()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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.c2926 sm->proactive_key_caching = config->proactive_key_caching; in wpa_sm_set_config()
2949 sm->proactive_key_caching = 0; in wpa_sm_set_config()