Searched defs:dtimcount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_beacon.c230 int dtimperiod, dtimcount, sleepduration; local
257 dtimcount = conf.dtim_count;
258 if (dtimcount >= dtimperiod) /* NB: sanity check */
259 dtimcount = 0;
275 if (--dtimcount < 0) {
276 dtimcount = dtimperiod - 1;
285 bs.bs_nextdtim = bs.bs_nexttbtt + dtimcount*intval;

Completed in 45 milliseconds