Searched refs:pmksa_cache_set_current (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | pmksa_cache.h | 64 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, 118 static inline int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, in pmksa_cache_set_current() function
|
D | pmksa_cache.c | 434 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, in pmksa_cache_set_current() function
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | preauth_test.c | 347 ret = pmksa_cache_set_current(wpa_s.wpa, NULL, bssid, NULL, 0) in main()
|
D | sme.c | 303 if (pmksa_cache_set_current(wpa_s->wpa, NULL, bss->bssid, in sme_send_authentication() 519 pmksa_cache_set_current(wpa_s->wpa, NULL, bss->bssid, ssid, 0) == 0) in sme_send_authentication()
|
D | events.c | 323 pmksa_set = pmksa_cache_set_current(wpa_s->wpa, in wpa_find_assoc_pmkid()
|
D | wpa_supplicant.c | 2180 if (pmksa_cache_set_current(wpa_s->wpa, NULL, bss->bssid, in wpas_start_assoc_cb()
|