Searched refs:dtimperiod (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/ath9k/ |
D | beacon.c | 677 int dtimperiod, dtimcount, sleepduration; in ath_beacon_config() local 684 dtimperiod = conf.dtim_period; in ath_beacon_config() 685 if (dtimperiod <= 0) /* NB: 0 if not known */ in ath_beacon_config() 686 dtimperiod = 1; in ath_beacon_config() 688 if (dtimcount >= dtimperiod) /* NB: sanity check */ in ath_beacon_config() 707 dtimcount = dtimperiod - 1; in ath_beacon_config() 716 bs.bs_dtimperiod = dtimperiod*intval; in ath_beacon_config()
|
D | hw.c | 3180 u32 nextTbtt, beaconintval, dtimperiod, beacontimeout; in ath9k_hw_set_sta_beacon_timers() local 3198 dtimperiod = bs->bs_dtimperiod; in ath9k_hw_set_sta_beacon_timers() 3199 if (bs->bs_sleepduration > dtimperiod) in ath9k_hw_set_sta_beacon_timers() 3200 dtimperiod = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers() 3202 if (beaconintval == dtimperiod) in ath9k_hw_set_sta_beacon_timers() 3210 DPRINTF(ah->ah_sc, ATH_DBG_BEACON, "DTIM period %d\n", dtimperiod); in ath9k_hw_set_sta_beacon_timers() 3229 REG_WRITE(ah, AR_DTIM_PERIOD, TU_TO_USEC(dtimperiod)); in ath9k_hw_set_sta_beacon_timers()
|
/drivers/staging/wlan-ng/ |
D | p80211metastruct.h | 105 p80211item_uint32_t dtimperiod ; member 148 p80211item_uint32_t dtimperiod ; member
|
/drivers/net/wireless/libertas/ |
D | hostcmd.h | 242 u8 dtimperiod; member 509 u8 dtimperiod; /* Reserved on v9 and later */ member 530 u8 dtimperiod; member
|
D | assoc.c | 1588 pos += sizeof(passo->dtimperiod); in lbs_cmd_80211_associate()
|