Home
last modified time | relevance | path

Searched refs:wpa_drv_authenticate (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/wpa_supplicant/
Ddriver_i.h51 static inline int wpa_drv_authenticate(struct wpa_supplicant *wpa_s, in wpa_drv_authenticate() function
Dwpas_glue.c759 return wpa_drv_authenticate(wpa_s, &params); in wpa_supplicant_mark_authenticated()
Dsme.c1204 if (wpa_drv_authenticate(wpa_s, &params) < 0) { in sme_send_authentication()