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

  /external/wpa_supplicant/
pmksa_cache.h 32 int opportunistic; member in struct:rsn_pmksa_cache_entry
pmksa_cache.c 334 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);
preauth.c 319 (p == NULL || p->opportunistic)) {
464 (!pmksa->opportunistic ||
wpa.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
pmksa_cache.h 42 int opportunistic; member in struct:rsn_pmksa_cache_entry
pmksa_cache.c 342 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);
preauth.c 320 (p == NULL || p->opportunistic)) {
469 (!pmksa->opportunistic ||
wpa.c 481 if (sm->cur_pmksa && sm->cur_pmksa->opportunistic) {
483 "opportunistic PMKSA entry - marking it valid");
484 sm->cur_pmksa->opportunistic = 0;
    [all...]

Completed in 241 milliseconds