• Home
  • Raw
  • Download

Lines Matching refs:sta

146 					  struct sta_info *sta, u8 ac,
185 struct sta_info *sta; member
240 struct sta_info *sta; member
673 struct ieee80211_sta sta; member
676 static inline enum nl80211_plink_state sta_plink_state(struct sta_info *sta) in sta_plink_state() argument
679 return sta->mesh->plink_state; in sta_plink_state()
684 static inline void set_sta_flag(struct sta_info *sta, in set_sta_flag() argument
690 set_bit(flag, &sta->_flags); in set_sta_flag()
693 static inline void clear_sta_flag(struct sta_info *sta, in clear_sta_flag() argument
699 clear_bit(flag, &sta->_flags); in clear_sta_flag()
702 static inline int test_sta_flag(struct sta_info *sta, in test_sta_flag() argument
705 return test_bit(flag, &sta->_flags); in test_sta_flag()
708 static inline int test_and_clear_sta_flag(struct sta_info *sta, in test_and_clear_sta_flag() argument
714 return test_and_clear_bit(flag, &sta->_flags); in test_and_clear_sta_flag()
717 static inline int test_and_set_sta_flag(struct sta_info *sta, in test_and_set_sta_flag() argument
723 return test_and_set_bit(flag, &sta->_flags); in test_and_set_sta_flag()
726 int sta_info_move_state(struct sta_info *sta,
729 static inline void sta_info_pre_move_state(struct sta_info *sta, in sta_info_pre_move_state() argument
734 WARN_ON_ONCE(test_sta_flag(sta, WLAN_STA_INSERTED)); in sta_info_pre_move_state()
736 ret = sta_info_move_state(sta, new_state); in sta_info_pre_move_state()
741 void ieee80211_assign_tid_tx(struct sta_info *sta, int tid,
745 rcu_dereference_protected_tid_tx(struct sta_info *sta, int tid) in rcu_dereference_protected_tid_tx() argument
747 return rcu_dereference_protected(sta->ampdu_mlme.tid_tx[tid], in rcu_dereference_protected_tid_tx()
748 lockdep_is_held(&sta->lock) || in rcu_dereference_protected_tid_tx()
749 lockdep_is_held(&sta->ampdu_mlme.mtx)); in rcu_dereference_protected_tid_tx()
795 void sta_info_free(struct ieee80211_local *local, struct sta_info *sta);
805 int sta_info_insert(struct sta_info *sta);
806 int sta_info_insert_rcu(struct sta_info *sta) __acquires(RCU);
808 int __must_check __sta_info_destroy(struct sta_info *sta);
814 void sta_info_recalc_tim(struct sta_info *sta);
841 void sta_set_rate_info_tx(struct sta_info *sta,
844 void sta_set_sinfo(struct sta_info *sta, struct station_info *sinfo,
847 u32 sta_get_expected_throughput(struct sta_info *sta);
851 u8 sta_info_tx_streams(struct sta_info *sta);
853 void ieee80211_sta_ps_deliver_wakeup(struct sta_info *sta);
854 void ieee80211_sta_ps_deliver_poll_response(struct sta_info *sta);
855 void ieee80211_sta_ps_deliver_uapsd(struct sta_info *sta);
857 unsigned long ieee80211_sta_last_active(struct sta_info *sta);