Lines Matching defs:sta
84 struct sta_info *sta, struct sk_buff *skb)
108 if (sta && sta->reserved_tid == skb->priority)
142 struct sta_info *sta, struct sk_buff *skb)
151 (sdata->vif.type == NL80211_IFTYPE_OCB && sta))
153 else if (sta)
154 qos = sta->sta.wme;
175 return ieee80211_downgrade_queue(sdata, sta, skb);
184 struct sta_info *sta = NULL;
200 sta = rcu_dereference(sdata->u.vlan.sta);
201 if (sta)
212 sta = sta_info_get(sdata, skb->data);
213 if (sta)
225 if (!sta && ra && !is_multicast_ether_addr(ra))
226 sta = sta_info_get(sdata, ra);
228 ret = __ieee80211_select_queue(sdata, sta, skb);