summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-03-14 04:39:35 +0000
committeradrian <adrian@FreeBSD.org>2016-03-14 04:39:35 +0000
commit9f278f3fc9d55dda28e1abbf196eaea235573e94 (patch)
treed40d3ff1feb536583f69b9bee33d5753c6ae6fec /sbin/ifconfig
parenta08fbac3add3c4a7054f28fedccdd8bd59381a0a (diff)
downloadFreeBSD-src-9f278f3fc9d55dda28e1abbf196eaea235573e94.zip
FreeBSD-src-9f278f3fc9d55dda28e1abbf196eaea235573e94.tar.gz
[net80211] handle unlisted information elements.
This displays the IE names in ifconfig but it doesn't yet decode things. Submitted by: Idwer Vollering <vidwer@gmail.com> Differential Revision: https://reviews.freebsd.org/D3782
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r--sbin/ifconfig/ifieee80211.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifieee80211.c b/sbin/ifconfig/ifieee80211.c
index 72145d1..5ababf3 100644
--- a/sbin/ifconfig/ifieee80211.c
+++ b/sbin/ifconfig/ifieee80211.c
@@ -3072,6 +3072,7 @@ iename(int elemid)
case IEEE80211_ELEMID_CFPARMS: return " CFPARMS";
case IEEE80211_ELEMID_TIM: return " TIM";
case IEEE80211_ELEMID_IBSSPARMS:return " IBSSPARMS";
+ case IEEE80211_ELEMID_BSSLOAD: return " BSSLOAD";
case IEEE80211_ELEMID_CHALLENGE:return " CHALLENGE";
case IEEE80211_ELEMID_PWRCNSTR: return " PWRCNSTR";
case IEEE80211_ELEMID_PWRCAP: return " PWRCAP";
@@ -3083,6 +3084,7 @@ iename(int elemid)
case IEEE80211_ELEMID_MEASREP: return " MEASREP";
case IEEE80211_ELEMID_QUIET: return " QUIET";
case IEEE80211_ELEMID_IBSSDFS: return " IBSSDFS";
+ case IEEE80211_ELEMID_APCHANREP:return " APCHANREP";
case IEEE80211_ELEMID_TPC: return " TPC";
case IEEE80211_ELEMID_CCKM: return " CCKM";
}
OpenPOWER on IntegriCloud