HomeSort by: relevance | last modified time | path
    Searched defs:tbtt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
atw.c 2420 * Predict the next target beacon transmission time (TBTT) and
2430 uint32_t ival, past_even, tbtt, tsfth, tsftl; local in function:atw_predict_beacon
2456 /* Skip ten beacons so that the TBTT cannot pass before
2459 tbtt = past_even + ival * 10;
2464 __SHIFTIN(__SHIFTOUT(tbtt - TBTTOFS * IEEE80211_DUR_TU,
atw.c 2420 * Predict the next target beacon transmission time (TBTT) and
2430 uint32_t ival, past_even, tbtt, tsfth, tsftl; local in function:atw_predict_beacon
2456 /* Skip ten beacons so that the TBTT cannot pass before
2459 tbtt = past_even + ival * 10;
2464 __SHIFTIN(__SHIFTOUT(tbtt - TBTTOFS * IEEE80211_DUR_TU,

Completed in 28 milliseconds