Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161861091
D49188.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
465 B
Referenced Files
None
Subscribers
None
D49188.diff
View Options
diff --git a/sys/net80211/ieee80211_ddb.c b/sys/net80211/ieee80211_ddb.c
--- a/sys/net80211/ieee80211_ddb.c
+++ b/sys/net80211/ieee80211_ddb.c
@@ -942,6 +942,9 @@
case IEEE80211_CIPHER_CKIP:
db_printf(" CKIP %u:%u-bit", wk->wk_keyix, 8*keylen);
break;
+ case IEEE80211_CIPHER_AES_GCM_128:
+ db_printf(" AES-GCM %u:%u-bit", wk->wk_keyix, 8*keylen);
+ break;
case IEEE80211_CIPHER_NONE:
db_printf(" NULL %u:%u-bit", wk->wk_keyix, 8*keylen);
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 8, 12:35 PM (8 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34844378
Default Alt Text
D49188.diff (465 B)
Attached To
Mode
D49188: net80211: add AES-GCM in ddb output
Attached
Detach File
Event Timeline
Log In to Comment