Searched refs:opportunistic (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dpmksa_cache_auth.h32 int opportunistic; member in struct:rsn_pmksa_cache_entry
H A Dpmksa_cache_auth.c302 entry->opportunistic = 1;
318 entry->opportunistic = 1;
388 * Use opportunistic key caching (OKC) to find a PMK for a supplicant.
/freebsd-10.1-release/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.h36 int opportunistic; member in struct:rsn_pmksa_cache_entry
H A Dpmksa_cache.c330 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);
H A Dpreauth.c310 (p == NULL || p->opportunistic)) {
456 if (pmksa && (!pmksa->opportunistic ||
H A Dwpa.c488 if (sm->cur_pmksa && sm->cur_pmksa->opportunistic) {
491 "opportunistic PMKSA entry - marking it valid");
492 sm->cur_pmksa->opportunistic = 0;

Completed in 137 milliseconds