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

  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.h 32 int opportunistic; member in struct:rsn_pmksa_cache_entry
pmksa_cache_auth.c 302 entry->opportunistic = 1;
318 entry->opportunistic = 1;
388 * Use opportunistic key caching (OKC) to find a PMK for a supplicant.
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 36 int opportunistic; member in struct:rsn_pmksa_cache_entry
pmksa_cache.c 330 new_entry->opportunistic = 1;
337 * pmksa_cache_get_opportunistic - Try to get an opportunistic PMKSA entry
361 "opportunistic PMKSA cache entry "
403 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
461 "opportunistic\n");
478 entry->opportunistic);
preauth.c 310 (p == NULL || p->opportunistic)) {
456 if (pmksa && (!pmksa->opportunistic ||
wpa.c 488 if (sm->cur_pmksa && sm->cur_pmksa->opportunistic) {
491 "opportunistic PMKSA entry - marking it valid");
492 sm->cur_pmksa->opportunistic = 0;
    [all...]

Completed in 1413 milliseconds