Lines Matching defs:wcn36xx_sta
180 struct wcn36xx_sta { struct
181 struct list_head list;
182 struct wcn36xx_vif *vif;
183 u16 aid;
184 u16 tid;
185 u8 sta_index;
186 u8 dpu_desc_index;
187 u8 ucast_dpu_sign;
188 u8 bss_sta_index;
189 u8 bss_dpu_desc_index;
190 bool is_data_encrypted;
192 struct wcn36xx_hal_supported_rates_v1 supported_rates;
194 spinlock_t ampdu_lock; /* protects next two fields */
195 enum wcn36xx_ampdu_state ampdu_state[16];
196 int non_agg_frame_ct;