Searched refs:dtimcount (Results 1 – 1 of 1) sorted by relevance
268 int dtimperiod, dtimcount, sleepduration; in arn_beacon_config() local295 dtimcount = conf.dtim_count; in arn_beacon_config()296 if (dtimcount >= dtimperiod) /* NB: sanity check */ in arn_beacon_config()297 dtimcount = 0; in arn_beacon_config()313 if (--dtimcount < 0) { in arn_beacon_config()314 dtimcount = dtimperiod - 1; in arn_beacon_config()323 bs.bs_nextdtim = bs.bs_nexttbtt + dtimcount*intval; in arn_beacon_config()