Home | History | Annotate | Download | only in hostapd

Lines Matching refs:l2

1830 	struct l2_packet_data *l2 = NULL;
1860 l2 = l2_packet_init(ifname, hapd->own_addr, ethertype,
1862 if (l2 == NULL)
1865 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len);
1868 if (l2)
1869 l2_packet_deinit(l2);