Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ath/
H A Dif_ath_keycache.c105 printf(" %s ", sc->sc_splitmic ? "mic" : "rxmic"); in ath_keyprint()
108 if (!sc->sc_splitmic) { in ath_keyprint()
134 if (sc->sc_splitmic) { in ath_keyset_tkip()
160 if (sc->sc_splitmic) { in ath_keyset_tkip()
282 KASSERT(sc->sc_splitmic, ("key cache !split")); in key_alloc_2pair()
335 KASSERT(!sc->sc_splitmic, ("key cache split")); in key_alloc_pair()
476 if (sc->sc_splitmic) in ath_key_alloc()
505 (k->wk_flags & IEEE80211_KEY_SWMIC) == 0 && sc->sc_splitmic) in ath_key_delete()
516 if (sc->sc_splitmic) { in ath_key_delete()
H A Dif_ath_rx.c751 sc->sc_splitmic ? in ath_rx_pkt()
H A Dif_athvar.h625 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()