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

  /external/wpa_supplicant/
pmksa_cache.h 55 int try_opportunistic);
109 int try_opportunistic)
pmksa_cache.c 406 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
411 int try_opportunistic)
419 if (sm->cur_pmksa == NULL && try_opportunistic && bssid)
wpa_supplicant.c 1436 int try_opportunistic; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
pmksa_cache.h 65 int try_opportunistic);
119 int try_opportunistic)
pmksa_cache.c 414 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
419 int try_opportunistic)
427 if (sm->cur_pmksa == NULL && try_opportunistic && bssid)
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 65 int try_opportunistic);
120 int try_opportunistic)
pmksa_cache.c 379 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
384 int try_opportunistic)
392 if (sm->cur_pmksa == NULL && try_opportunistic && bssid)
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 123 int try_opportunistic; local
124 try_opportunistic = ssid->proactive_key_caching &&
128 try_opportunistic) == 0)
wpa_supplicant.c 1178 int try_opportunistic; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.c 1019 int try_opportunistic; local
1020 try_opportunistic = ssid->proactive_key_caching &&
1024 try_opportunistic) == 0)
    [all...]

Completed in 469 milliseconds