--- smage/trunk/core/wpa-supplicant/wpa-supplicant-2.8-r1.smage2 2019/06/25 10:02:45 13076 +++ smage/trunk/core/wpa-supplicant/wpa-supplicant-2.8-r1.smage2 2019/06/25 10:10:09 13077 @@ -94,6 +94,9 @@ # support HT overrides (disable HT/HT40, mask MCS rates, etc.) maddconfig -b "CONFIG_HT_OVERRIDES=y" || die + # support VHT overrides (disable VHT, mask MCS rates, etc.) + maddconfig -b "CONFIG_VHT_OVERRIDES=y" || die + # AP mode operations maddconfig -b "CONFIG_AP=y" || die