Lines Matching defs:intval
2478 u_int32_t nexttbtt, intval, tsftu;
2485 intval = ni->ni_intval & HAL_BEACON_PERIOD;
2487 nexttbtt = intval;
2488 else if (intval) /* NB: can be 0 for monitor mode */
2489 nexttbtt = roundup(nexttbtt, intval);
2490 DPRINTF(sc, ATH_DEBUG_BEACON, "%s: nexttbtt %u intval %u (%u)\n",
2491 __func__, nexttbtt, intval, ni->ni_intval);
2516 nexttbtt += intval;
2524 bs.bs_intval = intval;
2526 bs.bs_dtimperiod = dtimperiod*intval;
2527 bs.bs_nextdtim = bs.bs_nexttbtt + dtimcount*intval;
2550 bs.bs_bmissthreshold = howmany(ic->ic_bmisstimeout, intval);
2571 "%s: tsf %ju tsf:tu %u intval %u nexttbtt %u dtim %u nextdtim %u bmiss %u sleep %u cfp:period %u maxdur %u next %u timoffset %u\n"
2591 if (nexttbtt == intval)
2592 intval |= HAL_BEACON_RESET_TSF;
2601 intval |= HAL_BEACON_ENA;
2604 if ((intval & HAL_BEACON_RESET_TSF) == 0) {
2612 nexttbtt += intval;
2621 intval |= HAL_BEACON_ENA;
2625 ath_hal_beaconinit(ah, nexttbtt, intval);