Home
last modified time | relevance | path

Searched refs:l2_packet_send (Results 1 – 21 of 21) sorted by relevance

/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet.h109 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
Dl2_packet_none.c37 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
Dl2_packet_privsep.c62 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
Dl2_packet_freebsd.c55 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
Dl2_packet_winpcap.c72 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
Dl2_packet_pcap.c78 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
Dl2_packet_ndis.c91 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
Dl2_packet_linux.c95 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
/external/wpa_supplicant_8/src/ap/
Dx_snoop.c114 res = l2_packet_send(hapd->sock_dhcp, NULL, 0, buf, len); in x_snoop_mcast_to_ucast_convert_send()
Dpreauth_auth.c259 if (l2_packet_send(piface->l2, sta->addr, ETH_P_PREAUTH, (u8 *) ethhdr, in rsn_preauth_send()
Dwpa_auth_glue.c502 ret = l2_packet_send(hapd->l2, dst, proto, (u8 *) buf, in hostapd_wpa_auth_send_ether()
/external/wpa_supplicant_8/wpa_supplicant/
Dibss_rsn.c73 return l2_packet_send(wpa_s->l2, dest, proto, buf, len); in supp_ether_send()
284 return l2_packet_send(wpa_s->l2, addr, ETH_P_EAPOL, data, in auth_send_eapol()
Dwpas_glue.c116 return l2_packet_send(wpa_s->l2, dest, proto, buf, len); in wpa_ether_send()
Dwpa_priv.c609 res = l2_packet_send(iface->l2[idx], dst_addr, proto, in wpa_priv_cmd_l2_send()
Devents.c2004 l2_packet_send(wpa_s->l2, wpa_s->bssid, 0x0800, in wnm_bss_keep_alive()
Dctrl_iface.c8547 if (l2_packet_send(wpa_s->l2_test, dst, ETHERTYPE_IP, &buf[2], in wpas_ctrl_iface_data_test_tx()
8588 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in wpas_ctrl_iface_data_test_frame()
/external/wpa_supplicant_8/src/rsn_supp/
Dpreauth.c149 res = l2_packet_send(sm->l2_preauth, sm->preauth_bssid, in rsn_preauth_eapol_send()
/external/wpa_supplicant_8/src/drivers/
Ddriver_bsd.c582 return l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, data, in bsd_send_eapol()
Ddriver_atheros.c1591 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len); in atheros_send_eapol()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1814 if (l2_packet_send(hapd->l2_test, dst, ETHERTYPE_IP, &buf[2], in hostapd_ctrl_iface_data_test_tx()
1865 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in hostapd_ctrl_iface_data_test_frame()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c2300 l2_packet_send(kay->l2_mka, NULL, 0, wpabuf_head(buf), wpabuf_len(buf)); in ieee802_1x_participant_send_mkpdu()