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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dpreauth_test.c44 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, function
75 return wpa_alloc_eapol(wpa_s, type, data, data_len, msg_len, data_pos);
H A Dwpas_glue.c60 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, function
207 msg = wpa_alloc_eapol(wpa_s, type, buf, len, &msglen, NULL);
424 return wpa_alloc_eapol(wpa_s, type, data, data_len, msg_len, data_pos);

Completed in 137 milliseconds