Searched defs:rtw_phl_stainfo_t (Results 1 – 2 of 2) sorted by relevance
1856 struct rtw_phl_stainfo_t { struct1857 _os_list list;1858 struct rtw_wifi_role_t *wrole;1860 bool allocated;1862 bool active;1863 u16 aid;1864 u16 macid;1865 u8 mac_addr[MAC_ALEN];1867 struct rtw_chan_def chandef;1868 struct rtw_stats stats;[all …]
1835 struct rtw_phl_stainfo_t { struct1836 _os_list list;1837 struct rtw_wifi_role_t *wrole;1838 bool active;1839 u16 aid;1840 u16 macid;1841 u8 mac_addr[MAC_ALEN];1843 struct rtw_chan_def chandef;1844 struct rtw_stats stats;1845 enum wlan_mode wmode;[all …]