Re: fix ifconfig scan confusing WEP and WPA

2017-03-11 Thread Stefan Sperling
On Sat, Mar 11, 2017 at 09:55:15AM +0900, Stefan Sperling wrote: > While a wifi interface is configured to use WEP 'ifconfig scan' will > mistakenly show all WPA APs as WEP ones. Fix below. > > This is a small ABI change in struct ieee80211_nodereq. My diff has been committed but tb@ noticed that

fix ifconfig scan confusing WEP and WPA

2017-03-10 Thread Stefan Sperling
While a wifi interface is configured to use WEP 'ifconfig scan' will mistakenly show all WPA APs as WEP ones. Fix below. This is a small ABI change in struct ieee80211_nodereq. Index: sys/net80211/ieee80211_ioctl.c === RCS file: /cvs