Home
last modified time | relevance | path

Searched refs:dtimperiod (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/wireless/marvell/libertas/
H A Dhost.h530 u8 dtimperiod; member
751 u8 dtimperiod; /* Reserved on v9 and later */ member
774 u8 dtimperiod; member
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dhw.c2315 u32 nextTbtt, beaconintval, dtimperiod, beacontimeout; in ath9k_hw_set_sta_beacon_timers() local
2335 dtimperiod = bs->bs_dtimperiod; in ath9k_hw_set_sta_beacon_timers()
2336 if (bs->bs_sleepduration > dtimperiod) in ath9k_hw_set_sta_beacon_timers()
2337 dtimperiod = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers()
2339 if (beaconintval == dtimperiod) in ath9k_hw_set_sta_beacon_timers()
2347 ath_dbg(common, BEACON, "DTIM period %u\n", dtimperiod); in ath9k_hw_set_sta_beacon_timers()
2367 REG_WRITE(ah, AR_DTIM_PERIOD, dtimperiod); in ath9k_hw_set_sta_beacon_timers()