Searched refs:bs_dtimperiod (Results 1 – 5 of 5) sorted by relevance
322 bs.bs_dtimperiod = dtimperiod*intval; in arn_beacon_config()324 bs.bs_cfpperiod = cfpperiod*bs.bs_dtimperiod; in arn_beacon_config()325 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod; in arn_beacon_config()355 if (bs.bs_sleepduration > bs.bs_dtimperiod) in arn_beacon_config()356 bs.bs_sleepduration = bs.bs_dtimperiod; in arn_beacon_config()377 bs.bs_dtimperiod, in arn_beacon_config()
755 uint32_t bs_dtimperiod; member
3379 dtimperiod = bs->bs_dtimperiod; in ath9k_hw_set_sta_beacon_timers()
559 bs.bs_dtimperiod = bs.bs_intval; in ath_beacon_config()581 if (bs.bs_sleepduration > bs.bs_dtimperiod) in ath_beacon_config()583 roundup(bs.bs_sleepduration, bs.bs_dtimperiod); in ath_beacon_config()591 bs.bs_dtimperiod, in ath_beacon_config()
698 uint32_t bs_dtimperiod; member