Lines Matching refs:pubsta
1612 int ieee80211_sta_ps_transition(struct ieee80211_sta *pubsta, bool start)
1614 struct sta_info *sta = container_of(pubsta, struct sta_info, sta);
1633 void ieee80211_sta_pspoll(struct ieee80211_sta *pubsta)
1635 struct sta_info *sta = container_of(pubsta, struct sta_info, sta);
1647 void ieee80211_sta_uapsd_trigger(struct ieee80211_sta *pubsta, u8 tid)
1649 struct sta_info *sta = container_of(pubsta, struct sta_info, sta);
3965 void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid,
3979 if (WARN_ON(!pubsta || tid >= IEEE80211_NUM_TIDS))
3984 sta = container_of(pubsta, struct sta_info, sta);
4613 struct ieee80211_sta *pubsta,
4662 if (pubsta) {
4663 rx.sta = container_of(pubsta, struct sta_info, sta);
4739 void ieee80211_rx_list(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta,
4845 __ieee80211_rx_handle_packet(hw, pubsta, skb, list);
4853 void ieee80211_rx_napi(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta,
4866 ieee80211_rx_list(hw, pubsta, skb, &list);