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 70 int try_opportunistic);
138 int try_opportunistic)
pmksa_cache.c 444 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
449 int try_opportunistic)
453 "try_opportunistic=%d", network_ctx, try_opportunistic);
468 if (sm->cur_pmksa == NULL && try_opportunistic && bssid)
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 303 int try_opportunistic; local
304 try_opportunistic = (ssid->proactive_key_caching < 0 ?
310 try_opportunistic) == 0)
    [all...]
wpa_supplicant.c 2288 int try_opportunistic; local
    [all...]

Completed in 246 milliseconds