Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/wpa/src/rsn_supp/
HDwpa.h599 struct wpabuf * fils_build_auth(struct wpa_sm *sm, int dh_group, const u8 *md);
HDwpa.c5424 struct wpabuf * fils_build_auth(struct wpa_sm *sm, int dh_group, const u8 *md) in fils_build_auth() function
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDsme.c1126 resp = fils_build_auth(wpa_s->wpa, ssid->fils_dh_group, md); in sme_send_authentication()