Lines Matching full:tsf
164 uint64_t tsf = wtap_hal_get_tsf(sc->hal); in wtap_recv_mgmt() local
167 * Handle ibss merge as needed; check the tsf on the in wtap_recv_mgmt()
171 * is determined by the tsf. Note that hardware in wtap_recv_mgmt()
176 if (le64toh(ni->ni_tstamp.tsf) >= tsf) in wtap_recv_mgmt()
240 uint64_t tsf; in wtap_beacon_intrp() local
259 /* Get TSF from HAL, and insert it into beacon frame */ in wtap_beacon_intrp()
260 tsf = wtap_hal_get_tsf(sc->hal); in wtap_beacon_intrp()
262 memcpy(&wh[1], &tsf, sizeof(tsf)); in wtap_beacon_intrp()
316 * have a current TSF to use. Otherwise we're in wtap_newstate()
322 ni->ni_tstamp.tsf != 0) in wtap_newstate()
327 /* Start TSF timer from now, and start s/w beacon alert */ in wtap_newstate()