Home
last modified time | relevance | path

Searched refs:wpa_alloc_eapol (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/wpa_supplicant/
Dpreauth_test.c51 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, in wpa_alloc_eapol() function
82 return wpa_alloc_eapol(wpa_s, type, data, data_len, msg_len, data_pos); in _wpa_alloc_eapol()
Dwpas_glue.c62 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, in wpa_alloc_eapol() function
219 msg = wpa_alloc_eapol(wpa_s, type, buf, len, &msglen, NULL); in wpa_supplicant_eapol_send()
479 return wpa_alloc_eapol(wpa_s, type, data, data_len, msg_len, data_pos); in _wpa_alloc_eapol()