| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmwifi_rspec.h | 163 #define WL_RSPEC_ENCODE_VHT 0x02000000u /**< VHT MCS and NSS are stored in RSPEC_RATE */ macro 201 #define RSPEC_ISVHT(rspec) (((rspec) & WL_RSPEC_ENCODING_MASK) == WL_RSPEC_ENCODE_VHT) 214 #define RSPEC_ISVHTEXT(rspec) (((rspec) & WL_RSPEC_ENCODING_MASK) >= WL_RSPEC_ENCODE_VHT) 229 #define VHT_RSPEC(mcs, nss) (WL_RSPEC_ENCODE_VHT | \
|
| H A D | wlioctl_defs.h | 70 #define WL_RSPEC_ENCODE_VHT 0x02000000 /* VHT MCS and Nss is stored in RSPEC_RATE_MASK */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmwifi_rspec.h | 163 #define WL_RSPEC_ENCODE_VHT 0x02000000u /**< VHT MCS and NSS are stored in RSPEC_RATE */ macro 201 #define RSPEC_ISVHT(rspec) (((rspec) & WL_RSPEC_ENCODING_MASK) == WL_RSPEC_ENCODE_VHT) 214 #define RSPEC_ISVHTEXT(rspec) (((rspec) & WL_RSPEC_ENCODING_MASK) >= WL_RSPEC_ENCODE_VHT) 229 #define VHT_RSPEC(mcs, nss) (WL_RSPEC_ENCODE_VHT | \
|
| H A D | wlioctl_defs.h | 70 #define WL_RSPEC_ENCODE_VHT 0x02000000 /* VHT MCS and Nss is stored in RSPEC_RATE_MASK */ macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmwifi_rspec.h | 119 #define WL_RSPEC_ENCODE_VHT 0x02000000 /**< VHT MCS and NSS are stored in RSPEC_RATE */ macro 150 #define RSPEC_ISVHT(rspec) (((rspec) & WL_RSPEC_ENCODING_MASK) == WL_RSPEC_ENCODE_VHT) 171 #define VHT_RSPEC(mcs, nss) (WL_RSPEC_ENCODE_VHT | \
|
| H A D | wl_android.c | 7249 case WL_RSPEC_ENCODE_VHT: in wl_android_get_link_status() 7267 ((encode == WL_RSPEC_ENCODE_VHT) && in wl_android_get_link_status() 7281 if (encode == WL_RSPEC_ENCODE_VHT) { in wl_android_get_link_status()
|
| H A D | dhd_rtt.c | 2393 rspec |= WL_RSPEC_ENCODE_VHT; /* 11ac VHT */ in dhd_rtt_start()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmwifi_rspec.h | 119 #define WL_RSPEC_ENCODE_VHT 0x02000000 /**< VHT MCS and NSS are stored in RSPEC_RATE */ macro 150 #define RSPEC_ISVHT(rspec) (((rspec) & WL_RSPEC_ENCODING_MASK) == WL_RSPEC_ENCODE_VHT) 171 #define VHT_RSPEC(mcs, nss) (WL_RSPEC_ENCODE_VHT | \
|
| H A D | wl_android.c | 6976 case WL_RSPEC_ENCODE_VHT: in wl_android_get_link_status() 6994 ((encode == WL_RSPEC_ENCODE_VHT) && in wl_android_get_link_status() 7008 if (encode == WL_RSPEC_ENCODE_VHT) { in wl_android_get_link_status()
|
| H A D | dhd_rtt.c | 2393 rspec |= WL_RSPEC_ENCODE_VHT; /* 11ac VHT */ in dhd_rtt_start()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmwifi_rspec.h | 119 #define WL_RSPEC_ENCODE_VHT 0x02000000 /**< VHT MCS and NSS are stored in RSPEC_RATE */ macro 150 #define RSPEC_ISVHT(rspec) (((rspec) & WL_RSPEC_ENCODING_MASK) == WL_RSPEC_ENCODE_VHT) 171 #define VHT_RSPEC(mcs, nss) (WL_RSPEC_ENCODE_VHT | \
|
| H A D | wl_android.c | 7335 case WL_RSPEC_ENCODE_VHT: in wl_android_get_link_status() 7353 ((encode == WL_RSPEC_ENCODE_VHT) && in wl_android_get_link_status() 7367 if (encode == WL_RSPEC_ENCODE_VHT) { in wl_android_get_link_status()
|
| H A D | dhd_rtt.c | 2393 rspec |= WL_RSPEC_ENCODE_VHT; /* 11ac VHT */ in dhd_rtt_start()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_rtt.c | 350 (((rspec) & WL_RSPEC_ENCODING_MASK) == WL_RSPEC_ENCODE_VHT)) && \ 356 #define RSPEC_ISVHT(rspec) (((rspec) & WL_RSPEC_ENCODING_MASK) == WL_RSPEC_ENCODE_VHT) 1451 rspec |= WL_RSPEC_ENCODE_VHT; /* 11ac VHT */ in dhd_rtt_start() 1593 } else if ((rspec & WL_RSPEC_ENCODING_MASK) == WL_RSPEC_ENCODE_VHT) { in dhd_rtt_convert_rate_to_host()
|
| H A D | wl_android.c | 3711 case WL_RSPEC_ENCODE_VHT: in wl_android_get_link_status() 3729 ((encode == WL_RSPEC_ENCODE_VHT) && in wl_android_get_link_status() 3743 if (encode == WL_RSPEC_ENCODE_VHT) { in wl_android_get_link_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | wlioctl_defs.h | 69 #define WL_RSPEC_ENCODE_VHT 0x02000000 /* VHT MCS and Nss is stored in RSPEC_RATE_MASK */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl_defs.h | 66 #define WL_RSPEC_ENCODE_VHT 0x02000000 /* VHT MCS and Nss is stored in RSPEC_RATE_MASK */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl_defs.h | 66 #define WL_RSPEC_ENCODE_VHT 0x02000000 /* VHT MCS and Nss is stored in RSPEC_RATE_MASK */ macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl_defs.h | 66 #define WL_RSPEC_ENCODE_VHT 0x02000000 /* VHT MCS and Nss is stored in RSPEC_RATE_MASK */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_rtt.c | 2685 rspec |= WL_RSPEC_ENCODE_VHT; /* 11ac VHT */ in dhd_rtt_set_ftm_config_ratespec()
|
| H A D | wl_android.c | 8675 case WL_RSPEC_ENCODE_VHT: in wl_android_get_link_status() 8697 ((encode == WL_RSPEC_ENCODE_VHT) && in wl_android_get_link_status() 8711 if (encode == WL_RSPEC_ENCODE_VHT) { in wl_android_get_link_status()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_rtt.c | 2685 rspec |= WL_RSPEC_ENCODE_VHT; /* 11ac VHT */ in dhd_rtt_set_ftm_config_ratespec()
|
| H A D | wl_android.c | 8692 case WL_RSPEC_ENCODE_VHT: in wl_android_get_link_status() 8714 ((encode == WL_RSPEC_ENCODE_VHT) && in wl_android_get_link_status() 8728 if (encode == WL_RSPEC_ENCODE_VHT) { in wl_android_get_link_status()
|