Searched refs:dtimperiod (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_beacon.c27 int dtimperiod, dtimcount, sleepduration; local
45 dtimperiod = bss_conf->dtim_period;
46 if (dtimperiod <= 0) /* NB: 0 if not known */
47 dtimperiod = 1;
49 if (dtimcount >= dtimperiod) /* NB: sanity check */
71 /* DTIM Beacon every dtimperiod Beacon */
72 dtim_dec_count = num_beacons % dtimperiod;
74 cfp_dec_count = (num_beacons / dtimperiod) % cfpperiod;
80 dtimcount += dtimperiod;
88 bs.bs_dtimperiod = dtimperiod*intva
[all...]
H A Dbeacon.c522 int dtimperiod, dtimcount, sleepduration; local
542 dtimperiod = conf->dtim_period;
543 if (dtimperiod <= 0) /* NB: 0 if not known */
544 dtimperiod = 1;
546 if (dtimcount >= dtimperiod) /* NB: sanity check */
568 /* DTIM Beacon every dtimperiod Beacon */
569 dtim_dec_count = num_beacons % dtimperiod;
571 cfp_dec_count = (num_beacons / dtimperiod) % cfpperiod;
577 dtimcount += dtimperiod;
585 bs.bs_dtimperiod = dtimperiod*intva
[all...]
H A Dhw.c1973 u32 nextTbtt, beaconintval, dtimperiod, beacontimeout; local
1997 dtimperiod = bs->bs_dtimperiod;
1998 if (bs->bs_sleepduration > dtimperiod)
1999 dtimperiod = bs->bs_sleepduration;
2001 if (beaconintval == dtimperiod)
2009 ath_print(common, ATH_DBG_BEACON, "DTIM period %d\n", dtimperiod);
2030 REG_WRITE(ah, AR_DTIM_PERIOD, TU_TO_USEC(dtimperiod));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dp80211metastruct.h100 p80211item_uint32_t dtimperiod; member in struct:p80211msg_dot11req_scan_results
143 p80211item_uint32_t dtimperiod; member in struct:p80211msg_dot11req_start
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dhost.h527 u8 dtimperiod; member in struct:cmd_ds_802_11_associate
741 u8 dtimperiod; /* Reserved on v9 and later */ member in struct:cmd_ds_802_11_ad_hoc_start
764 u8 dtimperiod; member in struct:adhoc_bssdesc

Completed in 105 milliseconds