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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_beacon.c230 int dtimperiod, dtimcount, sleepduration; local
254 dtimperiod = conf.dtim_period;
255 if (dtimperiod <= 0) /* NB: 0 if not known */
256 dtimperiod = 1;
258 if (dtimcount >= dtimperiod) /* NB: sanity check */
276 dtimcount = dtimperiod - 1;
284 bs.bs_dtimperiod = dtimperiod*intval;
H A Darn_hw.c3361 uint32_t nextTbtt, beaconintval, dtimperiod, beacontimeout; local
3379 dtimperiod = bs->bs_dtimperiod;
3380 if (bs->bs_sleepduration > dtimperiod)
3381 dtimperiod = bs->bs_sleepduration;
3383 if (beaconintval == dtimperiod)
3395 "%s: DTIM period %d\n", __func__, dtimperiod));
3414 REG_WRITE(ah, AR_DTIM_PERIOD, TU_TO_USEC(dtimperiod));

Completed in 65 milliseconds