Home
last modified time | relevance | path

Searched refs:WL_RSPEC_ENCODE_VHT (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmwifi_rspec.h163 #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 Dwlioctl_defs.h70 #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 Dbcmwifi_rspec.h163 #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 Dwlioctl_defs.h70 #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 Dbcmwifi_rspec.h119 #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 Dwl_android.c7249 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 Ddhd_rtt.c2393 rspec |= WL_RSPEC_ENCODE_VHT; /* 11ac VHT */ in dhd_rtt_start()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmwifi_rspec.h119 #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 Dwl_android.c6976 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 Ddhd_rtt.c2393 rspec |= WL_RSPEC_ENCODE_VHT; /* 11ac VHT */ in dhd_rtt_start()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcmwifi_rspec.h119 #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 Dwl_android.c7335 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 Ddhd_rtt.c2393 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 Ddhd_rtt.c350 (((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 Dwl_android.c3711 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 Dwlioctl_defs.h69 #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 Dwlioctl_defs.h66 #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 Dwlioctl_defs.h66 #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 Dwlioctl_defs.h66 #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 Ddhd_rtt.c2685 rspec |= WL_RSPEC_ENCODE_VHT; /* 11ac VHT */ in dhd_rtt_set_ftm_config_ratespec()
H A Dwl_android.c8675 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 Ddhd_rtt.c2685 rspec |= WL_RSPEC_ENCODE_VHT; /* 11ac VHT */ in dhd_rtt_set_ftm_config_ratespec()
H A Dwl_android.c8692 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()