Home | History | Annotate | Download | only in hostapd

Lines Matching defs:l2

1730 	struct l2_packet_data *l2 = NULL;
1760 l2 = l2_packet_init(ifname, hapd->own_addr, ethertype,
1762 if (l2 == NULL)
1765 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len);
1768 if (l2)
1769 l2_packet_deinit(l2);