HomeSort by relevance Sort by last modified time
    Searched refs:try_opportunistic (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 79 int try_opportunistic, const u8 *fils_cache_id);
148 int try_opportunistic,
pmksa_cache.c 473 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
479 int try_opportunistic, const u8 *fils_cache_id)
483 "try_opportunistic=%d", network_ctx, try_opportunistic);
502 if (sm->cur_pmksa == NULL && try_opportunistic && bssid)
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 319 int try_opportunistic; local
322 try_opportunistic = (ssid->proactive_key_caching < 0 ?
332 try_opportunistic, cache_id) == 0)
    [all...]
wpa_supplicant.c 2368 int try_opportunistic; local
    [all...]

Completed in 84 milliseconds