Home | History | Annotate | Download | only in ic

Lines Matching refs:intval

2477 	u_int32_t nexttbtt, intval, tsftu;
2484 intval = ni->ni_intval & HAL_BEACON_PERIOD;
2486 nexttbtt = intval;
2487 else if (intval) /* NB: can be 0 for monitor mode */
2488 nexttbtt = roundup(nexttbtt, intval);
2489 DPRINTF(sc, ATH_DEBUG_BEACON, "%s: nexttbtt %u intval %u (%u)\n",
2490 __func__, nexttbtt, intval, ni->ni_intval);
2515 nexttbtt += intval;
2523 bs.bs_intval = intval;
2525 bs.bs_dtimperiod = dtimperiod*intval;
2526 bs.bs_nextdtim = bs.bs_nexttbtt + dtimcount*intval;
2549 bs.bs_bmissthreshold = howmany(ic->ic_bmisstimeout, intval);
2570 "%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"
2590 if (nexttbtt == intval)
2591 intval |= HAL_BEACON_RESET_TSF;
2600 intval |= HAL_BEACON_ENA;
2603 if ((intval & HAL_BEACON_RESET_TSF) == 0) {
2611 nexttbtt += intval;
2620 intval |= HAL_BEACON_ENA;
2624 ath_hal_beaconinit(ah, nexttbtt, intval);