Home
last modified time | relevance | path

Searched refs:HAL_RX_FILTER_BSSID (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c177 bits |= HAL_RX_FILTER_BSSID; in ar5212GetRxFilter()
192 HAL_RX_FILTER_BSSID)); in ar5212SetRxFilter()
207 if (bits & HAL_RX_FILTER_BSSID) in ar5212SetRxFilter()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h434 HAL_RX_FILTER_BSSID = 0x40000000, /* Disable BSSID match */ enumerator
/freebsd/sys/dev/ath/
H A Dif_ath_rx.c212 rfilt |= HAL_RX_FILTER_BSSID; in ath_calcrxfilter()