Home
last modified time | relevance | path

Searched refs:HAL_RXERR_DECRYPT (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah_desc.h129 #define HAL_RXERR_DECRYPT 0x08 /* non-Michael decrypt error */ macro
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_recv.c230 rs->rs_status |= HAL_RXERR_DECRYPT; in ar5211ProcRxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_recv.c248 rs->rs_status |= HAL_RXERR_DECRYPT; in ar5210ProcRxDesc()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv_ds.c170 rxs->rs_status |= HAL_RXERR_DECRYPT; in ar9300_proc_rx_desc_fast()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_recv.c271 rs->rs_status |= HAL_RXERR_DECRYPT; in ar5416ProcRxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c313 rs->rs_status |= HAL_RXERR_DECRYPT; in ar5212ProcRxDesc()
/freebsd/sys/dev/ath/
H A Dif_ath_rx.c714 if (rs->rs_status & HAL_RXERR_DECRYPT) { in ath_rx_pkt()
H A Dif_ath_sysctl.c925 sc->sc_monpass = HAL_RXERR_DECRYPT | HAL_RXERR_MIC; in ath_sysctlattach()