Home | History | Annotate | Download | only in ic

Lines Matching refs:nexttbtt

2477 	u_int32_t nexttbtt, intval, tsftu;
2481 nexttbtt = TSF_TO_TU(LE_READ_4(ni->ni_tstamp.data + 4),
2485 if (nexttbtt == 0) /* e.g. for ap mode */
2486 nexttbtt = intval;
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);
2509 * Pull nexttbtt forward to reflect the current
2515 nexttbtt += intval;
2521 } while (nexttbtt < tsftu);
2524 bs.bs_nexttbtt = nexttbtt;
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)
2605 * Pull nexttbtt forward to reflect
2611 nexttbtt += intval;
2612 } while (nexttbtt < tsftu);
2624 ath_hal_beaconinit(ah, nexttbtt, intval);