Lines Matching defs:sta
112 struct sta_info *sta,
124 trace_drv_sta_state(local, sdata, &sta->sta, old_state, new_state);
126 ret = local->ops->sta_state(&local->hw, &sdata->vif, &sta->sta,
130 ret = drv_sta_add(local, sdata, &sta->sta);
132 sta->uploaded = true;
133 if (rcu_access_pointer(sta->sta.rates))
134 drv_sta_rate_tbl_update(local, sdata, &sta->sta);
138 drv_sta_remove(local, sdata, &sta->sta);
147 struct sta_info *sta)
157 trace_drv_sta_set_txpwr(local, sdata, &sta->sta);
160 &sta->sta);
167 struct ieee80211_sta *sta, u32 changed)
177 trace_drv_sta_rc_update(local, sdata, sta, changed);
180 sta, changed);
455 struct ieee80211_sta *sta,
470 trace_drv_set_key(local, cmd, sdata, sta, key);
471 ret = local->ops->set_key(&local->hw, cmd, &sdata->vif, sta, key);
527 struct ieee80211_sta *sta,
530 struct sta_info *info = container_of(sta, struct sta_info, sta);
558 trace_drv_change_sta_links(local, sdata, sta, old_links, new_links);
560 ret = local->ops->change_sta_links(&local->hw, &sdata->vif, sta,