Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144571045
D49481.1775514607.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
700 B
Referenced Files
None
Subscribers
None
D49481.1775514607.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
Mon, Apr 6, 10:30 PM (5 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28281940
Default Alt Text
D49481.1775514607.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