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

/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c225 dtimperiod = bs->bs_dtimperiod;
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c215 dtimperiod = bs->bs_dtimperiod;
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath.c2815 bs.bs_dtimperiod = dtimperiod*intval;
2817 bs.bs_cfpperiod = cfpperiod*bs.bs_dtimperiod;
2818 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod;
2854 if (bs.bs_sleepduration > bs.bs_dtimperiod)
2855 bs.bs_sleepduration = roundup(bs.bs_sleepduration, bs.bs_dtimperiod);
2863 , bs.bs_dtimperiod
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah.h607 uint32_t bs_dtimperiod; member in struct:__anon7029

Completed in 44 milliseconds