Searched refs:wpa_ether_send (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/ |
D | wpas_glue.c | 97 static int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest, in wpa_ether_send() function 181 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen); in wpa_supplicant_eapol_send() 368 return wpa_ether_send(wpa_s, dest, proto, buf, len); in _wpa_ether_send()
|
D | preauth_test.c | 107 static int wpa_ether_send(void *wpa_s, const u8 *dest, u16 proto, in wpa_ether_send() function 249 ctx->ether_send = wpa_ether_send; in wpa_init_conf()
|
/external/wpa_supplicant/ |
D | preauth_test.c | 108 static int wpa_ether_send(void *wpa_s, const u8 *dest, u16 proto, in wpa_ether_send() function 257 ctx->ether_send = wpa_ether_send; in wpa_init_conf()
|
D | wpa_supplicant.c | 155 static int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest, in wpa_ether_send() function 239 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen); in wpa_supplicant_eapol_send() 1845 return wpa_ether_send(wpa_s, dest, proto, buf, len); in _wpa_ether_send()
|