nl80211: Add support for IEEE 802.1X port control in station mode
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 14 May 2009 18:54:47 +0000 (21:54 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 14 May 2009 18:54:47 +0000 (21:54 +0300)
commit016525501082f54df2f812582de1a9375ca1ad16
tree0a7aae98c371a9b5606c97a82257f080eb9b9a83
parent7e76ee9c45bdac7dc253ae7305cffaa642aceabe
nl80211: Add support for IEEE 802.1X port control in station mode

This adds a cleaner mechanism for protecting against unauthorized
data frames than the previously used drop_unencrypted mechanism
(which is not even available with nl80211 and had to use a WEXT
ioctl.

The old drop_unencrypted code is left in for now as the final
surviving WEXT use in driver_nl80211.c. However, it can be removed
from the build by defining NO_WEXT. It may also be removed
eventually when most users are expected to be using recent enough
kernel version.
src/drivers/driver_nl80211.c