Initial support for HOSTAP mode. With this bwfm(4) can spawn an access
authorpatrick <patrick@openbsd.org>
Mon, 8 Jan 2018 23:30:11 +0000 (23:30 +0000)
committerpatrick <patrick@openbsd.org>
Mon, 8 Jan 2018 23:30:11 +0000 (23:30 +0000)
commitc11618f68a8685cb43280b75a7d9961127be2bd0
tree4adaec27928a32eb558a2ac3fe26ab1de2e42030
parent040b628b818dca983b2615a0a9bc625d2c677c04
Initial support for HOSTAP mode.  With this bwfm(4) can spawn an access
point including WPA2 support.  We now have a different event mask per
mode, so that events that are only useful for STA mode don't interfere
with HOSTAP mode.  Power savings is disabled when we act as AP. The
connection events generate 802.11 frames for handling auth/assoc and
deauth/deassoc so that our stack takes note of the connecting nodes.
sys/dev/ic/bwfm.c
sys/dev/ic/bwfmreg.h