Page MenuHomeFreeBSD

D45908.1781367969.diff
No OneTemporary

Size
580 B
Referenced Files
None
Subscribers
None

D45908.1781367969.diff

diff --git a/sbin/ifconfig/ifieee80211.c b/sbin/ifconfig/ifieee80211.c
--- a/sbin/ifconfig/ifieee80211.c
+++ b/sbin/ifconfig/ifieee80211.c
@@ -4985,6 +4985,20 @@
}
}
+ if (get80211val(ctx, IEEE80211_IOC_MFP, &val) != -1) {
+ switch (val) {
+ case IEEE80211_MFP_DISABLED:
+ LINE_CHECK("mfp DISABLED");
+ break;
+ case IEEE80211_MFP_OPTIONAL:
+ LINE_CHECK("mfp OPTIONAL");
+ break;
+ case IEEE80211_MFP_REQUIRED:
+ LINE_CHECK("mfp REQUIRED");
+ break;
+ }
+ }
+
if (wpa || verbose) {
if (get80211val(ctx, IEEE80211_IOC_WPS, &val) != -1) {
if (val)

File Metadata

Mime Type
text/plain
Expires
Sat, Jun 13, 4:26 PM (2 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28897928
Default Alt Text
D45908.1781367969.diff (580 B)

Event Timeline