Searched refs:dtimperiod (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_beacon.c | 71 int dtimperiod, dtimcount, sleepduration; in ath9k_htc_beacon_config_sta() local 89 dtimperiod = bss_conf->dtim_period; in ath9k_htc_beacon_config_sta() 90 if (dtimperiod <= 0) /* NB: 0 if not known */ in ath9k_htc_beacon_config_sta() 91 dtimperiod = 1; in ath9k_htc_beacon_config_sta() 93 if (dtimcount >= dtimperiod) /* NB: sanity check */ in ath9k_htc_beacon_config_sta() 116 dtim_dec_count = num_beacons % dtimperiod; in ath9k_htc_beacon_config_sta() 118 cfp_dec_count = (num_beacons / dtimperiod) % cfpperiod; in ath9k_htc_beacon_config_sta() 124 dtimcount += dtimperiod; in ath9k_htc_beacon_config_sta() 132 bs.bs_dtimperiod = dtimperiod*intval; in ath9k_htc_beacon_config_sta()
|
D | beacon.c | 532 int dtimperiod, dtimcount, sleepduration; in ath_beacon_config_sta() local 552 dtimperiod = conf->dtim_period; in ath_beacon_config_sta() 554 if (dtimcount >= dtimperiod) /* NB: sanity check */ in ath_beacon_config_sta() 575 dtim_dec_count = num_beacons % dtimperiod; in ath_beacon_config_sta() 577 cfp_dec_count = (num_beacons / dtimperiod) % cfpperiod; in ath_beacon_config_sta() 583 dtimcount += dtimperiod; in ath_beacon_config_sta() 591 bs.bs_dtimperiod = dtimperiod*intval; in ath_beacon_config_sta()
|
D | hw.c | 2136 u32 nextTbtt, beaconintval, dtimperiod, beacontimeout; in ath9k_hw_set_sta_beacon_timers() local 2159 dtimperiod = bs->bs_dtimperiod; in ath9k_hw_set_sta_beacon_timers() 2160 if (bs->bs_sleepduration > dtimperiod) in ath9k_hw_set_sta_beacon_timers() 2161 dtimperiod = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers() 2163 if (beaconintval == dtimperiod) in ath9k_hw_set_sta_beacon_timers() 2171 ath_dbg(common, BEACON, "DTIM period %d\n", dtimperiod); in ath9k_hw_set_sta_beacon_timers() 2192 REG_WRITE(ah, AR_DTIM_PERIOD, TU_TO_USEC(dtimperiod)); in ath9k_hw_set_sta_beacon_timers()
|
/linux-3.4.99/drivers/staging/wlan-ng/ |
D | p80211metastruct.h | 100 p80211item_uint32_t dtimperiod; member 143 p80211item_uint32_t dtimperiod; member
|
/linux-3.4.99/drivers/net/wireless/libertas/ |
D | host.h | 528 u8 dtimperiod; member 747 u8 dtimperiod; /* Reserved on v9 and later */ member 770 u8 dtimperiod; member
|