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

/freebsd-10.0-release/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.h65 int try_opportunistic);
118 int try_opportunistic)
115 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic) argument
H A Dpmksa_cache.c403 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
408 int try_opportunistic)
412 "try_opportunistic=%d", network_ctx, try_opportunistic);
427 if (sm->cur_pmksa == NULL && try_opportunistic && bssid)
406 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic) argument
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dsme.c175 int try_opportunistic; local
176 try_opportunistic = (ssid->proactive_key_caching < 0 ?
182 try_opportunistic) == 0)
H A Dwpa_supplicant.c1390 int try_opportunistic; local
1391 try_opportunistic = (ssid->proactive_key_caching < 0 ?
1397 try_opportunistic) == 0)

Completed in 113 milliseconds