CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/03/11 20:13:50
Modified files:
sys/net80211 : ieee80211_input.c ieee80211_ioctl.c
ieee80211_node.h
Log message:
Introduce separate fields for supported WPA protocols and AKMs in struct
ieee80211_node. Pass these fields to 'ifconfig scan' instead of giving it
currently configured/enabled settings.
Fixes display of AP WPA capabilities in 'ifconfig scan' while the wifi
interface is not configured to use WPA (my previous commit attempted to
fix the same problem but didn't make it work in all cases).
ok tb@