Home
last modified time | relevance | path

Searched refs:t_offset (Results 1 – 4 of 4) sorted by relevance

/net/mac80211/
Dmesh_sync.c133 sta->mesh->t_offset = t_t - t_r; in mesh_sync_offset_rx_bcn_presp()
136 s64 t_clockdrift = sta->mesh->t_offset_setpoint - sta->mesh->t_offset; in mesh_sync_offset_rx_bcn_presp()
139 sta->sta.addr, (long long) sta->mesh->t_offset, in mesh_sync_offset_rx_bcn_presp()
158 sta->mesh->t_offset_setpoint = sta->mesh->t_offset - TOFFSET_SET_MARGIN; in mesh_sync_offset_rx_bcn_presp()
163 (long long) sta->mesh->t_offset); in mesh_sync_offset_rx_bcn_presp()
Dsta_info.h351 s64 t_offset; member
Dsta_info.c2235 sinfo->t_offset = sta->mesh->t_offset; in sta_set_sinfo()
/net/wireless/
Dnl80211.c4298 PUT_SINFO_U64(T_OFFSET, t_offset); in nl80211_send_station()