Lines Matching refs:vht_features
14564 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()
15531 sizeof(vht_features), NULL, 0, TRUE); in dhd_legacy_preinit_ioctls()