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

/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c133 dtimperiod = bs->bs_dtimperiod;
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_beacon.c993 bs.bs_dtimperiod = dtimperiod*intval;
995 bs.bs_cfpperiod = cfpperiod*bs.bs_dtimperiod;
996 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod;
1032 if (bs.bs_sleepduration > bs.bs_dtimperiod)
1033 bs.bs_sleepduration = roundup(bs.bs_sleepduration, bs.bs_dtimperiod);
1041 , bs.bs_dtimperiod
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c236 dtimperiod = bs->bs_dtimperiod;
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c217 dtimperiod = bs->bs_dtimperiod;
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h812 uint32_t bs_dtimperiod; member in struct:__anon7468

Completed in 125 milliseconds