Lines Matching refs:pubsta

1613 int ieee80211_sta_ps_transition(struct ieee80211_sta *pubsta, bool start)  in ieee80211_sta_ps_transition()  argument
1615 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_ps_transition()
1634 void ieee80211_sta_pspoll(struct ieee80211_sta *pubsta) in ieee80211_sta_pspoll() argument
1636 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_pspoll()
1648 void ieee80211_sta_uapsd_trigger(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_sta_uapsd_trigger() argument
1650 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_uapsd_trigger()
3882 void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, in ieee80211_mark_rx_ba_filtered_frames() argument
3896 if (WARN_ON(!pubsta || tid >= IEEE80211_NUM_TIDS)) in ieee80211_mark_rx_ba_filtered_frames()
3901 sta = container_of(pubsta, struct sta_info, sta); in ieee80211_mark_rx_ba_filtered_frames()
4527 struct ieee80211_sta *pubsta, in __ieee80211_rx_handle_packet() argument
4576 if (pubsta) { in __ieee80211_rx_handle_packet()
4577 rx.sta = container_of(pubsta, struct sta_info, sta); in __ieee80211_rx_handle_packet()
4653 void ieee80211_rx_list(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, in ieee80211_rx_list() argument
4759 __ieee80211_rx_handle_packet(hw, pubsta, skb, list); in ieee80211_rx_list()
4767 void ieee80211_rx_napi(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, in ieee80211_rx_napi() argument
4780 ieee80211_rx_list(hw, pubsta, skb, &list); in ieee80211_rx_napi()