Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166648199
D45908.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
580 B
Referenced Files
None
Subscribers
None
D45908.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D45908: ifconfig: add MFP VAP config printing
Attached
Detach File
Event Timeline
Log In to Comment