Lines Matching refs:sta
90 struct sta_info *sta; in mesh_sync_offset_rx_bcn_presp() local
115 sta = sta_info_get(sdata, mgmt->sa); in mesh_sync_offset_rx_bcn_presp()
116 if (!sta) in mesh_sync_offset_rx_bcn_presp()
127 sta->sta.addr); in mesh_sync_offset_rx_bcn_presp()
133 sta->mesh->t_offset = t_t - t_r; in mesh_sync_offset_rx_bcn_presp()
135 if (test_sta_flag(sta, WLAN_STA_TOFFSET_KNOWN)) { 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()
140 (long long) sta->mesh->t_offset_setpoint, in mesh_sync_offset_rx_bcn_presp()
147 sta->sta.addr, in mesh_sync_offset_rx_bcn_presp()
149 clear_sta_flag(sta, WLAN_STA_TOFFSET_KNOWN); 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()
159 set_sta_flag(sta, WLAN_STA_TOFFSET_KNOWN); in mesh_sync_offset_rx_bcn_presp()
162 sta->sta.addr, in mesh_sync_offset_rx_bcn_presp()
163 (long long) sta->mesh->t_offset); in mesh_sync_offset_rx_bcn_presp()