Home
last modified time | relevance | path

Searched refs:sc_splitmic (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/ath/
H A Dif_ath_keycache.c103 printf(" %s ", sc->sc_splitmic ? "mic" : "rxmic"); in ath_keyprint()
106 if (!sc->sc_splitmic) { in ath_keyprint()
132 if (sc->sc_splitmic) { in ath_keyset_tkip()
166 if (sc->sc_splitmic) { in ath_keyset_tkip()
296 KASSERT(sc->sc_splitmic, ("key cache !split")); in key_alloc_2pair()
349 KASSERT(!sc->sc_splitmic, ("key cache split")); in key_alloc_pair()
489 if (sc->sc_splitmic) in ath_key_alloc()
518 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0 && sc->sc_splitmic) in ath_key_delete()
529 if (sc->sc_splitmic) { in ath_key_delete()
H A Dif_ath_rx.c748 sc->sc_splitmic ? in ath_rx_pkt()
H A Dif_athvar.h624 sc_splitmic : 1,/* split TKIP MIC keys */ member
H A Dif_ath.c956 sc->sc_splitmic = 1; in ath_attach()
982 if (sc->sc_splitmic) { in ath_attach()