Lines Matching refs:sta
412 struct ieee80211_sta *sta; member
443 if (t->sta && t->sta_priv->link_id) in cw1200_tx_h_calc_link_ids()
472 if (t->sta && (t->sta->uapsd_queues & BIT(t->queue))) in cw1200_tx_h_calc_link_ids()
719 struct ieee80211_sta *sta; in cw1200_tx() local
731 t.sta = control->sta; in cw1200_tx()
732 t.sta_priv = (struct cw1200_sta_priv *)&t.sta->drv_priv; in cw1200_tx()
769 sta = rcu_dereference(t.sta); in cw1200_tx()
779 if (tid_update && sta) in cw1200_tx()
780 ieee80211_sta_set_buffered(sta, t.txpriv.tid, true); in cw1200_tx()
810 struct ieee80211_sta *sta; in cw1200_handle_pspoll() local
823 sta = ieee80211_find_sta(priv->vif, pspoll->ta); in cw1200_handle_pspoll()
824 if (sta) { in cw1200_handle_pspoll()
826 sta_priv = (struct cw1200_sta_priv *)&sta->drv_priv; in cw1200_handle_pspoll()
968 struct ieee80211_sta *sta; in cw1200_notify_buffered_tx() local
985 sta = ieee80211_find_sta(priv->vif, hdr->addr1); in cw1200_notify_buffered_tx()
986 if (sta) in cw1200_notify_buffered_tx()
987 ieee80211_sta_set_buffered(sta, tid, false); in cw1200_notify_buffered_tx()