HomeSort by: relevance | last modified time | path
    Searched refs:pmksa_cache_get_current (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/wpa/dist/src/rsn_supp/
pmksa_cache.h 91 struct rsn_pmksa_cache_entry * pmksa_cache_get_current(struct wpa_sm *sm);
pmksa_cache.c 605 * pmksa_cache_get_current - Get the current used PMKSA entry
609 struct rsn_pmksa_cache_entry * pmksa_cache_get_current(struct wpa_sm *sm) function
884 pmksa_cache_get_current(struct wpa_sm *sm) function
  /src/external/bsd/wpa/dist/wpa_supplicant/
pasn_supplicant.c 243 pmksa_cache_get_current(wpa_s->wpa)) {
281 pmksa_cache_get_current(wpa_s->wpa)) {
wpas_glue.c 170 if (pmksa_cache_get_current(wpa_s->wpa) &&
sme.c 2382 pmksa = pmksa_cache_get_current(wpa_s->wpa);
2890 pmksa = pmksa_cache_get_current(wpa_s->wpa);
wpa_supplicant.c 1901 pmksa_cache_get_current(wpa_s->wpa)) {
1952 pmksa_cache_get_current(wpa_s->wpa)) {
3814 pmksa = pmksa_cache_get_current(wpa_s->wpa);
events.c 451 cur_pmksa = pmksa_cache_get_current(wpa_s->wpa);

Completed in 51 milliseconds