Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163572423
D46498.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
649 B
Referenced Files
None
Subscribers
None
D46498.id.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
@@ -126,6 +126,7 @@
#define IEEE80211_NODE_VHT 0x100000 /* VHT enabled */
#define IEEE80211_NODE_LDPC 0x200000 /* LDPC enabled */
#define IEEE80211_NODE_UAPSD 0x400000 /* UAPSD enabled */
+#define IEEE80211_NODE_MFP 0x800000 /* MFP enabled */
#endif
/* XXX should also figure out where to put these for k/u-space sharing. */
@@ -2693,6 +2694,8 @@
*cp++ = 'U';
if (flags & IEEE80211_NODE_LDPC)
*cp++ = 'L';
+ if (flags & IEEE80211_NODE_MFP)
+ *cp++ = 'F';
*cp = '\0';
return flagstring;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 25, 3:07 PM (17 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35477522
Default Alt Text
D46498.id.diff (649 B)
Attached To
Mode
D46498: ifconfig: add IEEE80211_NODE_MFP flag printing.
Attached
Detach File
Event Timeline
Log In to Comment