Searched refs:try_opportunistic (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c479 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
485 int try_opportunistic, const u8 *fils_cache_id,
490 "try_opportunistic=%d akmp=0x%x",
491 network_ctx, try_opportunistic, akmp);
510 if (sm->cur_pmksa == NULL && try_opportunistic && bssid)
483 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic, const u8 *fils_cache_id, int akmp) argument
H A Dpmksa_cache.h80 int try_opportunistic, const u8 *fils_cache_id,
150 int try_opportunistic,
147 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic, const u8 *fils_cache_id, int akmp) argument
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dsme.c352 int try_opportunistic; local
355 try_opportunistic = (ssid->proactive_key_caching < 0 ?
365 try_opportunistic, cache_id,
H A Dwpa_supplicant.c2560 int try_opportunistic; local
2563 try_opportunistic = (ssid->proactive_key_caching < 0 ?
2572 ssid, try_opportunistic,

Completed in 404 milliseconds