FreeBSD Bugzilla – Attachment 112760 Details for
Bug 154237
[ath] AR9280 w/ AES-CCMP (WPA2) group key does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 575 bytes, created by
Adrian Chadd
on 2011-01-23 11:40:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Adrian Chadd
Created:
2011-01-23 11:40:11 UTC
Size:
575 bytes
patch
obsolete
>Index: if_ath.c >=================================================================== >--- if_ath.c (revision 217719) >+++ if_ath.c (working copy) >@@ -2223,6 +2223,11 @@ > { > struct ath_softc *sc = vap->iv_ic->ic_ifp->if_softc; > >+ /* Station mode? Don't use the group keys for AES/CCMP */ >+ if (vap->iv_opmode == IEEE80211_M_STA && sc->sc_mcastkey && k->wk_cipher->ic_cipher == IEEE80211_CIPHER_AES_CCM) { >+ return key_alloc_single(sc, keyix, rxkeyix); >+ } >+ > /* > * Group key allocation must be handled specially for > * parts that do not support multicast key cache search
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 154237
: 112760