- Add usr.sbin/802_11 to hold wpa_supplicant and other 802.11 related
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 24 Jun 2006 07:29:44 +0000 (07:29 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 24 Jun 2006 07:29:44 +0000 (07:29 +0000)
commitda2110341d326a684cd7eb652c4ba725c41f6e0d
tree18dd8d851fdb150bb934cf08b4b972f9011bf3df
parent19716915ee1f40e61a1c8762408834d9abca2d9d
- Add usr.sbin/802_11 to hold wpa_supplicant and other 802.11 related
  programs' building infrastructures
- Add build infrastructure for wpa_supplicant-0.4.9 under newly added
  usr.sbin/802_11
- Hook 802_11/wpa_supplicant building

Obtained-from: FreeBSD (mainly sam@freebsd.org)
12 files changed:
usr.sbin/802_11/Makefile [new file with mode: 0644]
usr.sbin/802_11/Makefile.inc [new file with mode: 0644]
usr.sbin/802_11/l2_packet.c [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/Makefile [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/Packet32.c [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/Packet32.h [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/common.h [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/driver_dragonfly.c [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/ntddndis.h [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/wpa_supplicant.8 [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/wpa_supplicant.conf.5 [new file with mode: 0644]
usr.sbin/Makefile