Searched defs:wil_sta_info (Results 1 – 1 of 1) sorted by relevance
500 struct wil_sta_info { struct501 u8 addr[ETH_ALEN];502 enum wil_sta_status status;503 struct wil_net_stats stats;505 struct wil_tid_ampdu_rx *tid_rx[WIL_STA_TID_NUM];506 spinlock_t tid_rx_lock; /* guarding tid_rx array */507 unsigned long tid_rx_timer_expired[BITS_TO_LONGS(WIL_STA_TID_NUM)];508 unsigned long tid_rx_stop_requested[BITS_TO_LONGS(WIL_STA_TID_NUM)];509 struct wil_tid_crypto_rx tid_crypto_rx[WIL_STA_TID_NUM];510 struct wil_tid_crypto_rx group_crypto_rx;