Searched refs:try_opportunistic (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | pmksa_cache.h | 95 int try_opportunistic, const u8 *fils_cache_id,
|
H A D | pmksa_cache.c | 645 int try_opportunistic, const u8 *fils_cache_id, in pmksa_cache_set_current() argument 651 network_ctx, try_opportunistic, akmp); in pmksa_cache_set_current() 670 if (sm->cur_pmksa == NULL && try_opportunistic && bssid) in pmksa_cache_set_current() 927 void *network_ctx, int try_opportunistic, in pmksa_cache_set_current() argument
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | sme.c | 688 int try_opportunistic; in sme_send_authentication() local 691 try_opportunistic = (ssid->proactive_key_caching < 0 ? in sme_send_authentication() 703 try_opportunistic, cache_id, in sme_send_authentication()
|
H A D | wpa_supplicant.c | 3461 int try_opportunistic; in wpas_populate_assoc_ies() local 3474 try_opportunistic = (ssid->proactive_key_caching < 0 ? in wpas_populate_assoc_ies() 3483 ssid, try_opportunistic, in wpas_populate_assoc_ies()
|