Searched refs:pmksa_cache_set_current (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | pmksa_cache.h | 93 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
|
H A D | pmksa_cache.c | 643 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, in pmksa_cache_set_current() function 926 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, in pmksa_cache_set_current() function
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | preauth_test.c | 359 ret = pmksa_cache_set_current(wpa_s.wpa, NULL, bssid, NULL, 0, in main()
|
H A D | sme.c | 699 if (pmksa_cache_set_current(wpa_s->wpa, NULL, in sme_send_authentication() 1017 pmksa_cache_set_current(wpa_s->wpa, NULL, in sme_send_authentication() 1118 if (pmksa_cache_set_current(wpa_s->wpa, NULL, in sme_send_authentication()
|
H A D | events.c | 460 pmksa_set = pmksa_cache_set_current(wpa_s->wpa, in wpa_find_assoc_pmkid() 5627 pmksa_cache_set_current(wpa_s->wpa, in wpa_supplicant_event_assoc_auth()
|
H A D | wpa_supplicant.c | 3482 if (pmksa_cache_set_current(wpa_s->wpa, NULL, addr, in wpas_populate_assoc_ies()
|