Lines Matching defs:iwl_mvm_sta
403 struct iwl_mvm_sta { struct
404 u32 tfd_queue_msk;
405 u32 mac_id_n_color;
406 u16 tid_disable_agg;
407 u8 sta_type;
408 enum ieee80211_sta_state sta_state;
409 bool bt_reduced_txpower;
410 bool next_status_eosp;
411 bool authorized;
412 spinlock_t lock;
413 struct iwl_mvm_tid_data tid_data[IWL_MAX_TID_COUNT + 1];
414 u8 tid_to_baid[IWL_MAX_TID_COUNT];
415 struct ieee80211_vif *vif;
416 struct iwl_mvm_key_pn __rcu *ptk_pn[4];
440 static inline struct iwl_mvm_sta * argument