Home
last modified time | relevance | path

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

/freebsd-src/contrib/wpa/src/l2_packet/
H A Dl2_packet.h114 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
H A Dl2_packet_none.c37 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
H A Dl2_packet_privsep.c62 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
H A Dl2_packet_freebsd.c60 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send()
57 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, l2_packet_send() function
H A Dl2_packet_winpcap.c72 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
H A Dl2_packet_pcap.c78 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
H A Dl2_packet_ndis.c91 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
H A Dl2_packet_linux.c115 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
127 wpa_printf(MSG_ERROR, "l2_packet_send - send: %s", in l2_packet_send()
140 wpa_printf(MSG_ERROR, "l2_packet_send - sendto: %s", in l2_packet_send()
/freebsd-src/contrib/wpa/src/ap/
H A Dx_snoop.c116 res = l2_packet_send(hapd->sock_dhcp, NULL, 0, buf, len); in x_snoop_mcast_to_ucast_convert_send()
H A Deth_p_oui.c188 ret = l2_packet_send(iface->l2, NULL, 0, packet, packet_len); in eth_p_oui_send()
H A Dpreauth_auth.c259 if (l2_packet_send(piface->l2, sta->addr, ETH_P_PREAUTH, (u8 *) ethhdr, in rsn_preauth_send()
262 "l2_packet_send\n"); in rsn_preauth_send()
H A Dwpa_auth_glue.c772 ret = l2_packet_send(hapd->l2, dst, proto, (u8 *) buf, in hostapd_oui_deliver_later()
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c79 return l2_packet_send(wpa_s->l2, dest, proto, buf, len); in supp_ether_send()
309 return l2_packet_send(wpa_s->l2, addr, ETH_P_EAPOL, data, in auth_send_eapol()
H A Dwpas_glue.c125 return l2_packet_send(wpa_s->l2, dest, proto, buf, len); in wpa_ether_send()
H A Dwpa_priv.c619 res = l2_packet_send(iface->l2[idx], dst_addr, proto, in wpa_priv_cmd_l2_send()
H A Devents.c2913 l2_packet_send(wpa_s->l2, wpa_s->bssid, 0x0800, in wpa_supplicant_event_associnfo()
H A Dctrl_iface.c10136 if (l2_packet_send(wpa_s->l2_test, dst, ETHERTYPE_IP, &buf[2], in wpas_ctrl_vendor_elem_get()
10177 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in wpas_ctrl_vendor_elem_remove()
/freebsd-src/contrib/wpa/src/rsn_supp/
H A Dpreauth.c160 res = l2_packet_send(sm->l2_preauth, sm->preauth_bssid, in rsn_preauth_eapol_send()
/freebsd-src/contrib/wpa/src/drivers/
H A Ddriver_bsd.c612 return l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, data, in bsd_set_freq()
H A Ddriver_atheros.c1682 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len); in atheros_send_eapol()
/freebsd-src/contrib/wpa/hostapd/
H A Dctrl_iface.c2024 if (l2_packet_send(hapd->l2_test, dst, ETHERTYPE_IP, &buf[2], in hostapd_data_test_rx()
2075 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in hostapd_ctrl_iface_data_test_config()
/freebsd-src/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c2534 l2_packet_send(kay->l2_mka, NULL, 0, wpabuf_head(buf), wpabuf_len(buf));