Searched defs:try_opportunistic (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpmksa_cache.h65 int try_opportunistic);
119 int try_opportunistic)
116 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.c416 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
421 int try_opportunistic)
425 "try_opportunistic=%d", network_ctx, try_opportunistic);
440 if (sm->cur_pmksa == NULL && try_opportunistic && bssid)
419 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic) argument
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpmksa_cache.h65 int try_opportunistic);
119 int try_opportunistic)
116 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.c416 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
421 int try_opportunistic)
425 "try_opportunistic=%d", network_ctx, try_opportunistic);
440 if (sm->cur_pmksa == NULL && try_opportunistic && bssid)
419 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic) argument
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.h65 int try_opportunistic);
119 int try_opportunistic)
116 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.c416 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
421 int try_opportunistic)
425 "try_opportunistic=%d", network_ctx, try_opportunistic);
440 if (sm->cur_pmksa == NULL && try_opportunistic && bssid)
419 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dsme.c232 int try_opportunistic; local
233 try_opportunistic = (ssid->proactive_key_caching < 0 ?
239 try_opportunistic) == 0)
H A Dwpa_supplicant.c1398 int try_opportunistic; local
1399 try_opportunistic = (ssid->proactive_key_caching < 0 ?
1404 ssid, try_opportunistic) == 0)

Completed in 165 milliseconds