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 2007-03-30 18:14:04 +00:00
parent 67753b036c
commit 22fc818cc6

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;