Lines Matching defs:wil_sta_info
737 struct wil_sta_info { struct
738 u8 addr[ETH_ALEN];
739 u8 mid;
740 enum wil_sta_status status;
741 struct wil_net_stats stats;
748 u64 *tx_latency_bins;
749 struct wmi_link_stats_basic fw_stats_basic;
751 struct wil_tid_ampdu_rx *tid_rx[WIL_STA_TID_NUM];
752 spinlock_t tid_rx_lock; /* guarding tid_rx array */
753 unsigned long tid_rx_timer_expired[BITS_TO_LONGS(WIL_STA_TID_NUM)];
754 unsigned long tid_rx_stop_requested[BITS_TO_LONGS(WIL_STA_TID_NUM)];
755 struct wil_tid_crypto_rx tid_crypto_rx[WIL_STA_TID_NUM];
756 struct wil_tid_crypto_rx group_crypto_rx;
757 u8 aid; /* 1-254; 0 if unknown/not reported */