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