Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211metastruct.h79 struct p80211item_uint32 dtimperiod; member
108 struct p80211item_uint32 dtimperiod; member
/openbmc/linux/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
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.c2324 u32 nextTbtt, beaconintval, dtimperiod, beacontimeout; in ath9k_hw_set_sta_beacon_timers() local
2344 dtimperiod = bs->bs_dtimperiod; in ath9k_hw_set_sta_beacon_timers()
2345 if (bs->bs_sleepduration > dtimperiod) in ath9k_hw_set_sta_beacon_timers()
2346 dtimperiod = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers()
2348 if (beaconintval == dtimperiod) in ath9k_hw_set_sta_beacon_timers()
2356 ath_dbg(common, BEACON, "DTIM period %u\n", dtimperiod); in ath9k_hw_set_sta_beacon_timers()
2376 REG_WRITE(ah, AR_DTIM_PERIOD, dtimperiod); in ath9k_hw_set_sta_beacon_timers()