Searched refs:proactive_key_caching (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | config_ssid.h | 400 int proactive_key_caching; member
|
| H A D | wpas_glue.c | 1572 conf.proactive_key_caching = ssid->proactive_key_caching < 0 ? in wpa_supplicant_rsn_supp_set_config() 1573 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 | config_file.c | 895 write_int(f, "proactive_key_caching", ssid->proactive_key_caching, -1); in wpa_config_write_network()
|
| H A D | wpa_supplicant.c | 3998 try_opportunistic = (ssid->proactive_key_caching < 0 ? in wpas_populate_assoc_ies() 4000 ssid->proactive_key_caching) && in wpas_populate_assoc_ies() 5043 ssid->proactive_key_caching < 0 ? in wpas_start_assoc_cb() 5044 wpa_s->conf->okc : ssid->proactive_key_caching; in wpas_start_assoc_cb()
|
| H A D | sme.c | 1416 try_opportunistic = (ssid->proactive_key_caching < 0 ? in sme_send_authentication() 1418 ssid->proactive_key_caching) && in sme_send_authentication()
|
| H A D | config.c | 2830 { INT_RANGE(proactive_key_caching, 0, 1) }, 3529 ssid->proactive_key_caching = -1; in wpa_config_set_network_defaults()
|
| H A D | ChangeLog | 1493 * fixed opportunistic key caching (proactive_key_caching) 2188 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 | 67 int proactive_key_caching; member
|
| H A D | wpa.h | 162 int proactive_key_caching; member
|
| H A D | wpa.c | 4817 sm->proactive_key_caching = config->proactive_key_caching; in wpa_sm_set_config() 4843 sm->proactive_key_caching = 0; in wpa_sm_set_config()
|