Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115942153
D44900.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
766 B
Referenced Files
None
Subscribers
None
D44900.diff
View Options
diff --git a/sys/net80211/ieee80211_crypto.c b/sys/net80211/ieee80211_crypto.c
--- a/sys/net80211/ieee80211_crypto.c
+++ b/sys/net80211/ieee80211_crypto.c
@@ -274,6 +274,13 @@
[IEEE80211_CIPHER_TKIPMIC] = "#4", /* NB: reserved */
[IEEE80211_CIPHER_CKIP] = "wlan_ckip",
[IEEE80211_CIPHER_NONE] = "wlan_none",
+ [IEEE80211_CIPHER_AES_CCM_256] = "wlan_ccmp",
+ [IEEE80211_CIPHER_BIP_CMAC_128] = "wlan_bip_cmac",
+ [IEEE80211_CIPHER_BIP_CMAC_256] = "wlan_bip_cmac",
+ [IEEE80211_CIPHER_BIP_GMAC_128] = "wlan_bip_gmac",
+ [IEEE80211_CIPHER_BIP_GMAC_256] = "wlan_bip_gmac",
+ [IEEE80211_CIPHER_AES_GCM_128] = "wlan_gcmp",
+ [IEEE80211_CIPHER_AES_GCM_256] = "wlan_gcmp",
};
/* NB: there must be no overlap between user-supplied and device-owned flags */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 4:53 PM (8 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17886673
Default Alt Text
D44900.diff (766 B)
Attached To
Mode
D44900: net80211: add placeholder module names for the new ciphers
Attached
Detach File
Event Timeline
Log In to Comment