Page MenuHomeFreeBSD

D45908.diff
No OneTemporary

D45908.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
Sun, Aug 16, 4:54 AM (3 h, 51 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36813986
Default Alt Text
D45908.diff (580 B)

Event Timeline