- Move pcap_{get_selectable_fd,pcap_inject}() from 802_11/wpa_supplicant/Packet32.c
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 2 Sep 2006 05:40:35 +0000 (05:40 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 2 Sep 2006 05:40:35 +0000 (05:40 +0000)
commit56b17b94dba7f95456e84a0747b1c7c0a847fc70
treed4c80b65970aa7822b1f4055dc60f6a6f69ad859
parentb1145e559459fb508f479136f5683ab03100da36
- Move pcap_{get_selectable_fd,pcap_inject}() from 802_11/wpa_supplicant/Packet32.c
  into 802_11/l2_packet.c
- Add building infrastructures for hostapd(8) and hostapd_cli(8)
- Hook hostapd(8) and hostapd_cli(8) into building

Obtained-from: FreeBSD (mainly sam@freebsd.org)
usr.sbin/802_11/Makefile
usr.sbin/802_11/hostapd/Makefile [new file with mode: 0644]
usr.sbin/802_11/hostapd/driver_dragonfly.c [new file with mode: 0644]
usr.sbin/802_11/hostapd/hostapd.8 [new file with mode: 0644]
usr.sbin/802_11/hostapd/hostapd.conf.5 [new file with mode: 0644]
usr.sbin/802_11/hostapd_cli/Makefile [new file with mode: 0644]
usr.sbin/802_11/hostapd_cli/hostapd_cli.8 [new file with mode: 0644]
usr.sbin/802_11/l2_packet.c
usr.sbin/802_11/wpa_supplicant/Packet32.c