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