Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_sync.c130 sta->mesh->t_offset = t_t - t_r; in mesh_sync_offset_rx_bcn_presp()
133 s64 t_clockdrift = sta->mesh->t_offset_setpoint - sta->mesh->t_offset; in mesh_sync_offset_rx_bcn_presp()
136 sta->sta.addr, (long long) sta->mesh->t_offset, in mesh_sync_offset_rx_bcn_presp()
155 sta->mesh->t_offset_setpoint = sta->mesh->t_offset - TOFFSET_SET_MARGIN; in mesh_sync_offset_rx_bcn_presp()
160 (long long) sta->mesh->t_offset); in mesh_sync_offset_rx_bcn_presp()
Dsta_info.h386 s64 t_offset; member
Dsta_info.c2390 sinfo->t_offset = sta->mesh->t_offset; in sta_set_sinfo()
/net/wireless/
Dnl80211.c5405 PUT_SINFO_U64(T_OFFSET, t_offset); in nl80211_send_station()