Searched refs:dtimperiod (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | p80211metastruct.h | 100 struct p80211item_uint32 dtimperiod; member 143 struct p80211item_uint32 dtimperiod; member
|
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
H A D | p80211metastruct.h | 79 struct p80211item_uint32 dtimperiod; member 108 struct p80211item_uint32 dtimperiod; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | host.h | 528 u8 dtimperiod; member 747 u8 dtimperiod; /* Reserved on v9 and later */ member 770 u8 dtimperiod; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | host.h | 530 u8 dtimperiod; member 751 u8 dtimperiod; /* Reserved on v9 and later */ member 774 u8 dtimperiod; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 2326 u32 nextTbtt, beaconintval, dtimperiod, beacontimeout; in ath9k_hw_set_sta_beacon_timers() local 2346 dtimperiod = bs->bs_dtimperiod; in ath9k_hw_set_sta_beacon_timers() 2347 if (bs->bs_sleepduration > dtimperiod) in ath9k_hw_set_sta_beacon_timers() 2348 dtimperiod = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers() 2350 if (beaconintval == dtimperiod) in ath9k_hw_set_sta_beacon_timers() 2358 ath_dbg(common, BEACON, "DTIM period %u\n", dtimperiod); in ath9k_hw_set_sta_beacon_timers() 2378 REG_WRITE(ah, AR_DTIM_PERIOD, dtimperiod); in ath9k_hw_set_sta_beacon_timers()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 2324 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()
|
Completed in 15 milliseconds