Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_beacon.c1109 bs.bs_dtimperiod = dtimperiod*intval; in ath_beacon_config()
1111 bs.bs_cfpperiod = cfpperiod*bs.bs_dtimperiod; in ath_beacon_config()
1112 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod; in ath_beacon_config()
1148 if (bs.bs_sleepduration > bs.bs_dtimperiod) in ath_beacon_config()
1149 bs.bs_sleepduration = roundup(bs.bs_sleepduration, bs.bs_dtimperiod); in ath_beacon_config()
1160 , bs.bs_dtimperiod in ath_beacon_config()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c142 dtimperiod = bs->bs_dtimperiod; in ar9300_set_sta_beacon_timers()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c236 dtimperiod = bs->bs_dtimperiod; in ar5212SetStaBeaconTimers()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c236 dtimperiod = bs->bs_dtimperiod; in ar5416SetStaBeaconTimers()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h840 uint32_t bs_dtimperiod; member