Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/
HDif_ath_beacon.c993 bs.bs_dtimperiod = dtimperiod*intval; in ath_beacon_config()
995 bs.bs_cfpperiod = cfpperiod*bs.bs_dtimperiod; in ath_beacon_config()
996 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod; in ath_beacon_config()
1032 if (bs.bs_sleepduration > bs.bs_dtimperiod) in ath_beacon_config()
1033 bs.bs_sleepduration = roundup(bs.bs_sleepduration, bs.bs_dtimperiod); in ath_beacon_config()
1041 , bs.bs_dtimperiod in ath_beacon_config()
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_beacon.c133 dtimperiod = bs->bs_dtimperiod; in ar9300_set_sta_beacon_timers()
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_beacon.c236 dtimperiod = bs->bs_dtimperiod; in ar5212SetStaBeaconTimers()
/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_beacon.c217 dtimperiod = bs->bs_dtimperiod; in ar5416SetStaBeaconTimers()
/trueos/sys/dev/ath/ath_hal/
HDah.h812 uint32_t bs_dtimperiod; member