Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F112543736
D49370.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
556 B
Referenced Files
None
Subscribers
None
D49370.diff
View Options
diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c
--- a/sys/dev/usb/wlan/if_uath.c
+++ b/sys/dev/usb/wlan/if_uath.c
@@ -441,6 +441,12 @@
ieee80211_init_channels(ic, NULL, bands);
ieee80211_ifattach(ic);
+
+ /* Note: this has to happen AFTER ieee80211_ifattach() */
+ ieee80211_set_software_ciphers(ic,
+ IEEE80211_CRYPTO_WEP | IEEE80211_CRYPTO_TKIP |
+ IEEE80211_CRYPTO_AES_CCM | IEEE80211_CRYPTO_AES_GCM_128);
+
ic->ic_raw_xmit = uath_raw_xmit;
ic->ic_scan_start = uath_scan_start;
ic->ic_scan_end = uath_scan_end;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 3:25 PM (20 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17223677
Default Alt Text
D49370.diff (556 B)
Attached To
Mode
D49370: uath: add support for GCMP-128 encryption
Attached
Detach File
Event Timeline
Log In to Comment