Add lib80211, a small (but hopefully soon to grow) set of library
authoradrian <adrian@FreeBSD.org>
Mon, 30 Nov 2015 04:41:50 +0000 (04:41 +0000)
committeradrian <adrian@FreeBSD.org>
Mon, 30 Nov 2015 04:41:50 +0000 (04:41 +0000)
commit2aec31058d012876f363773b7b0ff6320a757178
tree9b9a60a60e304f24ebebe39fa418a8267474c2de
parent2ba33d63f5f142cc82b495d4da2b3e5af52009d1
Add lib80211, a small (but hopefully soon to grow) set of library
routines to interface with net80211.

This is all from the ifconfig program; the duplicate code from ifconfig
will be removed when it starts using this API.

Differential Revision: https://reviews.freebsd.org/D4290
lib/Makefile
lib/lib80211/Makefile [new file with mode: 0644]
lib/lib80211/lib80211.3 [new file with mode: 0644]
lib/lib80211/lib80211_ioctl.c [new file with mode: 0644]
lib/lib80211/lib80211_ioctl.h [new file with mode: 0644]
lib/lib80211/lib80211_regdomain.c [new file with mode: 0644]
lib/lib80211/lib80211_regdomain.h [new file with mode: 0644]