Lines Matching refs:sta_info
137 struct sta_info;
173 struct sta_info *sta;
227 struct sta_info *sta;
381 struct sta_info *plink_sta;
521 struct sta_info { struct
629 static inline enum nl80211_plink_state sta_plink_state(struct sta_info *sta) in sta_plink_state() argument
637 static inline void set_sta_flag(struct sta_info *sta, in set_sta_flag()
646 static inline void clear_sta_flag(struct sta_info *sta, in clear_sta_flag()
655 static inline int test_sta_flag(struct sta_info *sta, in test_sta_flag()
661 static inline int test_and_clear_sta_flag(struct sta_info *sta, in test_and_clear_sta_flag()
670 static inline int test_and_set_sta_flag(struct sta_info *sta, in test_and_set_sta_flag()
679 int sta_info_move_state(struct sta_info *sta,
682 static inline void sta_info_pre_move_state(struct sta_info *sta, in sta_info_pre_move_state()
694 void ieee80211_assign_tid_tx(struct sta_info *sta, int tid,
698 rcu_dereference_protected_tid_tx(struct sta_info *sta, int tid) in rcu_dereference_protected_tid_tx()
722 struct sta_info *sta_info_get(struct ieee80211_sub_if_data *sdata,
725 struct sta_info *sta_info_get_bss(struct ieee80211_sub_if_data *sdata,
735 struct sta_info *sta_info_get_by_idx(struct ieee80211_sub_if_data *sdata,
741 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
744 void sta_info_free(struct ieee80211_local *local, struct sta_info *sta);
754 int sta_info_insert(struct sta_info *sta);
755 int sta_info_insert_rcu(struct sta_info *sta) __acquires(RCU);
757 int __must_check __sta_info_destroy(struct sta_info *sta);
763 void sta_info_recalc_tim(struct sta_info *sta);
783 void sta_set_rate_info_tx(struct sta_info *sta,
786 void sta_set_sinfo(struct sta_info *sta, struct station_info *sinfo,
789 u32 sta_get_expected_throughput(struct sta_info *sta);
793 u8 sta_info_tx_streams(struct sta_info *sta);
795 void ieee80211_sta_ps_deliver_wakeup(struct sta_info *sta);
796 void ieee80211_sta_ps_deliver_poll_response(struct sta_info *sta);
797 void ieee80211_sta_ps_deliver_uapsd(struct sta_info *sta);
799 unsigned long ieee80211_sta_last_active(struct sta_info *sta);