don't display ssid cloaking status as "ssid HIDE", use the cmd line

parameter like everything else

MFC after:	2 weeks
This commit is contained in:
Sam Leffler 2007-03-30 18:14:04 +00:00
parent 028923e54d
commit 3b4f84880e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168075

View File

@ -1788,9 +1788,9 @@ ieee80211_status(int s)
ireq.i_type = IEEE80211_IOC_HIDESSID;
if (ioctl(s, SIOCG80211, &ireq) != -1) {
if (ireq.i_val)
LINE_CHECK("ssid HIDE");
LINE_CHECK("hidessid");
else if (verbose)
LINE_CHECK("ssid SHOW");
LINE_CHECK("-hidessid");
}
ireq.i_type = IEEE80211_IOC_APBRIDGE;