Searched defs:wil_sta_info (Results 1 – 1 of 1) sorted by relevance
483 struct wil_sta_info { struct484 u8 addr[ETH_ALEN];485 enum wil_sta_status status;486 struct wil_net_stats stats;487 bool data_port_open; /* can send any data, not only EAPOL */489 struct wil_tid_ampdu_rx *tid_rx[WIL_STA_TID_NUM];490 spinlock_t tid_rx_lock; /* guarding tid_rx array */491 unsigned long tid_rx_timer_expired[BITS_TO_LONGS(WIL_STA_TID_NUM)];492 unsigned long tid_rx_stop_requested[BITS_TO_LONGS(WIL_STA_TID_NUM)];