Home
last modified time | relevance | path

Searched refs:bs_timoffset (Results 1 – 5 of 5) sorted by relevance

/src/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c164 | SM(bs->bs_timoffset ? bs->bs_timoffset + 4 : 0, AR_BEACON_TIM) in ar5211SetStaBeaconTimers()
/src/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c159 | SM(bs->bs_timoffset ? bs->bs_timoffset + 4 : 0, AR_BEACON_TIM) in ar5210SetStaBeaconTimers()
/src/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c187 | SM(bs->bs_timoffset ? bs->bs_timoffset + 4 : 0, AR_BEACON_TIM) in ar5212SetStaBeaconTimers()
/src/sys/dev/ath/
H A Dif_ath_beacon.c1124 bs.bs_timoffset = ni->ni_timoff; in ath_beacon_config()
1167 , bs.bs_timoffset in ath_beacon_config()
/src/sys/dev/ath/ath_hal/
H A Dah.h844 uint16_t bs_timoffset; /* byte offset to TIM bitmap */ member