Lines Matching defs:mt76_wcid
317 struct mt76_wcid { struct
318 struct mt76_rx_tid __rcu *aggr[IEEE80211_NUM_TIDS];
320 atomic_t non_aql_packets;
321 unsigned long flags;
323 struct ewma_signal rssi;
324 int inactive_count;
326 struct rate_info rate;
327 unsigned long ampdu_state;
329 u16 idx;
330 u8 hw_key_idx;
331 u8 hw_key_idx2;
333 u8 sta:1;
334 u8 amsdu:1;
335 u8 phy_idx:2;
337 u8 rx_check_pn;
338 u8 rx_key_pn[IEEE80211_NUM_TIDS + 1][6];
339 u16 cipher;
341 u32 tx_info;
342 bool sw_iv;
344 struct list_head list;
345 struct idr pktid;
347 struct mt76_sta_stats stats;
349 struct list_head poll_list;