Searched refs:dtimperiod (Results 1 – 2 of 2) sorted by relevance
268 int dtimperiod, dtimcount, sleepduration; in arn_beacon_config() local292 dtimperiod = conf.dtim_period; in arn_beacon_config()293 if (dtimperiod <= 0) /* NB: 0 if not known */ in arn_beacon_config()294 dtimperiod = 1; in arn_beacon_config()296 if (dtimcount >= dtimperiod) /* NB: sanity check */ in arn_beacon_config()314 dtimcount = dtimperiod - 1; in arn_beacon_config()322 bs.bs_dtimperiod = dtimperiod*intval; in arn_beacon_config()
3361 uint32_t nextTbtt, beaconintval, dtimperiod, beacontimeout; in ath9k_hw_set_sta_beacon_timers() local3379 dtimperiod = bs->bs_dtimperiod; in ath9k_hw_set_sta_beacon_timers()3380 if (bs->bs_sleepduration > dtimperiod) in ath9k_hw_set_sta_beacon_timers()3381 dtimperiod = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers()3383 if (beaconintval == dtimperiod) in ath9k_hw_set_sta_beacon_timers()3395 "%s: DTIM period %d\n", __func__, dtimperiod)); in ath9k_hw_set_sta_beacon_timers()3414 REG_WRITE(ah, AR_DTIM_PERIOD, TU_TO_USEC(dtimperiod)); in ath9k_hw_set_sta_beacon_timers()