Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142615679
D49481.id152581.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
700 B
Referenced Files
None
Subscribers
None
D49481.id152581.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
@@ -3138,6 +3138,10 @@
return "AES-OCB";
case RSN_SEL(RSN_CSE_GCMP_128):
return "AES-GCMP";
+ case RSN_SEL(RSN_CSE_CCMP_256):
+ return "AES-CCMP-256";
+ case RSN_SEL(RSN_CSE_GCMP_256):
+ return "AES-GCMP-256";
}
return "?";
#undef WPA_SEL
@@ -3154,6 +3158,10 @@
return "8021X-UNSPEC";
case RSN_SEL(RSN_ASE_8021X_PSK):
return "8021X-PSK";
+ case RSN_SEL(RSN_ASE_8021X_UNSPEC_SHA256):
+ return "8021X-UNSPEC-SHA256";
+ case RSN_SEL(RSN_ASE_8021X_PSK_SHA256):
+ return "8021X-PSK-256";
case RSN_SEL(RSN_ASE_NONE):
return "NONE";
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 22, 1:01 PM (8 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27848078
Default Alt Text
D49481.id152581.diff (700 B)
Attached To
Mode
D49481: ifconfig: decode 256 bit CCM/GCM ciphers and 256 bit 802.1x/none keymgmt
Attached
Detach File
Event Timeline
Log In to Comment