Lines Matching defs:iwl_mvm_sta
422 struct iwl_mvm_sta { struct
423 u32 tfd_queue_msk;
424 u32 mac_id_n_color;
425 u16 tid_disable_agg;
426 u8 sta_type;
427 enum ieee80211_sta_state sta_state;
428 bool bt_reduced_txpower;
429 bool next_status_eosp;
430 bool authorized;
431 spinlock_t lock;
432 struct iwl_mvm_tid_data tid_data[IWL_MAX_TID_COUNT + 1];
433 u8 tid_to_baid[IWL_MAX_TID_COUNT];
434 struct ieee80211_vif *vif;
435 struct iwl_mvm_key_pn __rcu *ptk_pn[4];
436 struct iwl_mvm_rxq_dup_data *dup_data;
461 static inline struct iwl_mvm_sta * argument