hostapd/src/l2_packet
Jouni Malinen 3386e1327e l2_packet_freebsd: Fix macOS build
ETHER_VLAN_ENCAP_LEN does not seem to be defined in macOS
net/ethernet.h, so define that, if needed, to avoid build issues.

Fixes: 5b21f4861c ("l2_packet_freebsd: Enable receiving priority tagged (VID=0) frames")
Signed-off-by: Jouni Malinen <j@w1.fi>
2024-02-24 18:29:57 +02:00
..
l2_packet.h l2_packet: Allow initialization without RX handling 2020-04-19 17:42:41 +03:00
l2_packet_freebsd.c l2_packet_freebsd: Fix macOS build 2024-02-24 18:29:57 +02:00
l2_packet_linux.c Use ether_addr_equal() to compare whether two MAC addresses are equal 2024-01-13 23:47:21 +02:00
l2_packet_ndis.c l2_packet: Allow initialization without RX handling 2020-04-19 17:42:41 +03:00
l2_packet_none.c Replace "dummy" with "stub" in comments/documentation 2021-10-11 20:52:50 +03:00
l2_packet_pcap.c l2_packet: Allow initialization without RX handling 2020-04-19 17:42:41 +03:00
l2_packet_privsep.c l2_packet: Allow initialization without RX handling 2020-04-19 17:42:41 +03:00
l2_packet_winpcap.c l2_packet: Allow initialization without RX handling 2020-04-19 17:42:41 +03:00
Makefile build: Make more library things common 2020-10-12 20:20:35 +03:00