CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/08/29 03:13:56
Modified files:
sys/net80211 : ieee80211_input.c
Log message:
Always parse RSN/WPA IEs if the driver announces support for RSN.
Prevents WPA APs from appearing as non-WPA APs to the AP selection logic.
The decision whether or not to parse the IE was made as a side-effect
of a check for the highest mutually supported version of WPA.
We can safely assume that all our drivers support WPA versions <= 2
and parse the IE regardless of whether WPA is currently active or not.
ok mpi@