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

/external/wpa_supplicant/
H A Dpmksa_cache.h32 int opportunistic; member in struct:rsn_pmksa_cache_entry
H A Dpmksa_cache.c334 new_entry->opportunistic = 1;
341 * pmksa_cache_get_opportunistic - Try to get an opportunistic PMKSA entry
364 "opportunistic PMKSA cache entry "
406 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
451 "opportunistic\n");
468 entry->opportunistic);
H A Dpreauth.c319 (p == NULL || p->opportunistic)) {
464 (!pmksa->opportunistic ||
H A Dwpa.c1589 if (sm->cur_pmksa && sm->cur_pmksa->opportunistic) {
1591 "opportunistic PMKSA entry - marking it valid");
1592 sm->cur_pmksa->opportunistic = 0;
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.h42 int opportunistic; member in struct:rsn_pmksa_cache_entry
H A Dpmksa_cache.c342 new_entry->opportunistic = 1;
349 * pmksa_cache_get_opportunistic - Try to get an opportunistic PMKSA entry
372 "opportunistic PMKSA cache entry "
414 * @try_opportunistic: Whether to allow opportunistic PMKSA caching
460 "opportunistic\n");
477 entry->opportunistic);
H A Dpreauth.c320 (p == NULL || p->opportunistic)) {
469 (!pmksa->opportunistic ||
H A Dwpa.c481 if (sm->cur_pmksa && sm->cur_pmksa->opportunistic) {
483 "opportunistic PMKSA entry - marking it valid");
484 sm->cur_pmksa->opportunistic = 0;

Completed in 89 milliseconds