Lines Matching defs:mt76_wcid
310 struct mt76_wcid { struct
311 struct mt76_rx_tid __rcu *aggr[IEEE80211_NUM_TIDS];
313 atomic_t non_aql_packets;
314 unsigned long flags;
316 struct ewma_signal rssi;
317 int inactive_count;
319 struct rate_info rate;
320 unsigned long ampdu_state;
322 u16 idx;
323 u8 hw_key_idx;
324 u8 hw_key_idx2;
326 u8 sta:1;
327 u8 amsdu:1;
328 u8 phy_idx:2;
330 u8 rx_check_pn;
331 u8 rx_key_pn[IEEE80211_NUM_TIDS + 1][6];
332 u16 cipher;
334 u32 tx_info;
335 bool sw_iv;
337 struct list_head tx_list;
338 struct sk_buff_head tx_pending;
340 struct list_head list;
341 struct idr pktid;
343 struct mt76_sta_stats stats;
345 struct list_head poll_list;