Lines Matching defs:sta
379 struct ieee80211_sta sta; member
382 static inline enum nl80211_plink_state sta_plink_state(struct sta_info *sta) in sta_plink_state()
390 static inline void set_sta_flag(struct sta_info *sta, in set_sta_flag()
399 static inline void clear_sta_flag(struct sta_info *sta, in clear_sta_flag()
408 static inline int test_sta_flag(struct sta_info *sta, in test_sta_flag()
414 static inline int test_and_clear_sta_flag(struct sta_info *sta, in test_and_clear_sta_flag()
423 static inline int test_and_set_sta_flag(struct sta_info *sta, in test_and_set_sta_flag()
435 static inline void sta_info_move_state(struct sta_info *sta, in sta_info_move_state()
447 rcu_dereference_protected_tid_tx(struct sta_info *sta, int tid) in rcu_dereference_protected_tid_tx()
455 #define STA_HASH(sta) (sta[5]) argument
487 struct sta_info *sta, in for_each_sta_info_type_check()