Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhal_btc.h880 struct btc_wl_active_role { /* struct size must be n*4 bytes */ struct
881 u8 connected: 1;
882 u8 pid: 3;
883 u8 phy: 1;
884 u8 noa: 1;
885 u8 band: 2; /* enum band_type RF band: 2.4G/5G/6G */
887 u8 client_ps: 1;
888 u8 bw: 7; /* enum channel_width */
890 u8 role; /*enum role_type */
891 u8 ch;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhal_btc.h880 struct btc_wl_active_role { /* struct size must be n*4 bytes */ struct
881 u8 connected: 1;
882 u8 pid: 3;
883 u8 phy: 1;
884 u8 noa: 1;
885 u8 band: 2; /* enum band_type RF band: 2.4G/5G/6G */
887 u8 client_ps: 1;
888 u8 bw: 7; /* enum channel_width */
890 u8 role; /*enum role_type */
891 u8 ch;
[all …]