Home
last modified time | relevance | path

Searched defs:rtw_phl_stainfo_t (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_def.h1856 struct rtw_phl_stainfo_t { struct
1857 _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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_def.h1835 struct rtw_phl_stainfo_t { struct
1836 _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 …]