Searched refs:wpa_alloc_eapol (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/ |
D | wpas_glue.c | 61 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, in wpa_alloc_eapol() function 175 msg = wpa_alloc_eapol(wpa_s, type, buf, len, &msglen, NULL); in wpa_supplicant_eapol_send() 361 return wpa_alloc_eapol(wpa_s, type, data, data_len, msg_len, data_pos); in _wpa_alloc_eapol()
|
D | preauth_test.c | 58 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, in wpa_alloc_eapol() function 89 return wpa_alloc_eapol(wpa_s, type, data, data_len, msg_len, data_pos); in _wpa_alloc_eapol()
|
/external/wpa_supplicant/ |
D | preauth_test.c | 59 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, in wpa_alloc_eapol() function 90 return wpa_alloc_eapol(wpa_s, type, data, data_len, msg_len, data_pos); in _wpa_alloc_eapol()
|
D | wpa_supplicant.c | 119 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, in wpa_alloc_eapol() function 234 msg = wpa_alloc_eapol(wpa_s, type, buf, len, &msglen, NULL); in wpa_supplicant_eapol_send() 1838 return wpa_alloc_eapol(wpa_s, type, data, data_len, msg_len, data_pos); in _wpa_alloc_eapol()
|