Home
last modified time | relevance | path

Searched refs:vht_features (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.c10118 uint32 vht_features = 0; /* init to 0, will be set based on each support */ local
10849 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features, sizeof(vht_features),
10853 vht_features = 0;
10856 vht_features |= 0x3; /* 2G support */
10859 vht_features |= 0x6; /* 5G 1024 QAM support */
10862 if (vht_features) {
10863 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features, sizeof(vht_features),
10874 __FUNCTION__, ret, vht_features));
10876 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features,
10877 sizeof(vht_features), NULL, 0, TRUE);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.c10279 uint32 vht_features = 0; /* init to 0, will be set based on each support */ local
11035 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features, sizeof(vht_features),
11039 vht_features = 0;
11042 vht_features |= 0x3; /* 2G support */
11045 vht_features |= 0x6; /* 5G 1024 QAM support */
11048 if (vht_features) {
11049 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features, sizeof(vht_features),
11060 __FUNCTION__, ret, vht_features));
11062 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features,
11063 sizeof(vht_features), NULL, 0, TRUE);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux.c10183 uint32 vht_features = 0; /* init to 0, will be set based on each support */ local
10914 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features, sizeof(vht_features),
10918 vht_features = 0;
10921 vht_features |= 0x3; /* 2G support */
10924 vht_features |= 0x6; /* 5G 1024 QAM support */
10927 if (vht_features) {
10928 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features, sizeof(vht_features),
10939 __FUNCTION__, ret, vht_features));
10941 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features,
10942 sizeof(vht_features), NULL, 0, TRUE);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.c14679 uint32 vht_features = 0; /* init to 0, will be set based on each support */ in dhd_legacy_preinit_ioctls() local
15622 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features, sizeof(vht_features), in dhd_legacy_preinit_ioctls()
15623 (char *)&vht_features, sizeof(vht_features), FALSE); in dhd_legacy_preinit_ioctls()
15626 vht_features = 0; in dhd_legacy_preinit_ioctls()
15629 vht_features |= 0x3; /* 2G support */ in dhd_legacy_preinit_ioctls()
15632 vht_features |= 0x6; /* 5G 1024 QAM support */ in dhd_legacy_preinit_ioctls()
15635 if (vht_features) { in dhd_legacy_preinit_ioctls()
15636 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features, sizeof(vht_features), in dhd_legacy_preinit_ioctls()
15645 __FUNCTION__, ret, vht_features)); in dhd_legacy_preinit_ioctls()
15647 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features, in dhd_legacy_preinit_ioctls()
[all …]
H A Ddhd_config.c4694 char vht_features[] = "vht_features=0"; in dhd_conf_compat_vht() local
4698 dhd_conf_set_wl_cmd(dhd, vht_features, TRUE); in dhd_conf_compat_vht()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c14564 uint32 vht_features = 0; /* init to 0, will be set based on each support */ in dhd_legacy_preinit_ioctls() local
15505 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features, sizeof(vht_features), in dhd_legacy_preinit_ioctls()
15506 (char *)&vht_features, sizeof(vht_features), FALSE); in dhd_legacy_preinit_ioctls()
15509 vht_features = 0; in dhd_legacy_preinit_ioctls()
15512 vht_features |= 0x3; /* 2G support */ in dhd_legacy_preinit_ioctls()
15515 vht_features |= 0x6; /* 5G 1024 QAM support */ in dhd_legacy_preinit_ioctls()
15518 if (vht_features) { in dhd_legacy_preinit_ioctls()
15519 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features, sizeof(vht_features), in dhd_legacy_preinit_ioctls()
15528 __FUNCTION__, ret, vht_features)); in dhd_legacy_preinit_ioctls()
15530 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features, in dhd_legacy_preinit_ioctls()
[all …]
H A Ddhd_config.c4860 char vht_features[] = "vht_features=0"; in dhd_conf_compat_vht() local
4864 dhd_conf_set_wl_cmd(dhd, vht_features, TRUE); in dhd_conf_compat_vht()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c10991 uint32 vht_features = 0; /* init to 0, will be set based on each support */ in dhd_preinit_ioctls() local
11582 vht_features |= 0x6; /* 5G 1024 QAM support */ in dhd_preinit_ioctls()
11585 if (vht_features) { in dhd_preinit_ioctls()
11586 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features, sizeof(vht_features), in dhd_preinit_ioctls()
11597 __FUNCTION__, ret, vht_features)); in dhd_preinit_ioctls()
11599 ret = dhd_iovar(dhd, 0, "vht_features", (char *)&vht_features, in dhd_preinit_ioctls()
11600 sizeof(vht_features), NULL, 0, TRUE); in dhd_preinit_ioctls()