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 65 int try_opportunistic);
119 int try_opportunistic)
pmksa_cache.c 416 * @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)
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 232 int try_opportunistic; local
233 try_opportunistic = (ssid->proactive_key_caching < 0 ?
239 try_opportunistic) == 0)
    [all...]
wpa_supplicant.c 1398 int try_opportunistic; local
    [all...]

Completed in 66 milliseconds