Home
last modified time | relevance | path

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

/freebsd/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()
158 if (sc->sc_splitmic) { in ath_keyset_tkip()
280 KASSERT(sc->sc_splitmic, ("key cache !split")); in key_alloc_2pair()
333 KASSERT(!sc->sc_splitmic, ("key cache split")); in key_alloc_pair()
473 if (sc->sc_splitmic) in ath_key_alloc()
502 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0 && sc->sc_splitmic) in ath_key_delete()
513 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.c953 sc->sc_splitmic = 1; in ath_attach()
979 if (sc->sc_splitmic) { in ath_attach()