CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/07/20 01:45:44
Modified files:
sys/dev/ic : bwfm.c rt2560.c rt2661.c
sys/net80211 : ieee80211_input.c
Log message:
The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags.
Fix code which was still looking for this flag at the old location.
The 'hidenwid' feature was slightly broken as a result: The SSID was leaked
in probe responses to wildcard probe requests. There are other trivial ways
of snooping a "hidden" SSID however so this is not a big deal.
Problem reported by Mogens Jensen.