Lines Matching defs:wcn36xx_sta
166 struct wcn36xx_sta { struct
167 struct wcn36xx_vif *vif;
168 u16 aid;
169 u16 tid;
170 u8 sta_index;
171 u8 dpu_desc_index;
172 u8 ucast_dpu_sign;
173 u8 bss_sta_index;
174 u8 bss_dpu_desc_index;
175 bool is_data_encrypted;
177 struct wcn36xx_hal_supported_rates supported_rates;
179 spinlock_t ampdu_lock; /* protects next two fields */
180 enum wcn36xx_ampdu_state ampdu_state[16];
181 int non_agg_frame_ct;