[OpenWrt-Devel] [PATCH] wpa_supplicant: Support HT and VHT Overrides

Bima Hutama hutamanzi at gmail.com
Tue Jun 7 13:09:13 EDT 2016


  -Description:
	It enables wpa_supplicant to overrides HT and VHT (disable HT/HT40, mask MCS rates, etc.)
	in wpa_supplicant configuration file.
	NB: Openwrt wiki and settings for uci would be made (from me), if this patch was applied.

  -Changelog:
	Enabling CONFIG_HT_OVERRIDES=y and CONFIG_VHT_OVERRIDES=y.

Signed-off-by: Bima Hutama <hutamanzi at gmail.com>
---
 package/network/services/hostapd/files/wpa_supplicant-full.config | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services/hostapd/files/wpa_supplicant-full.config
index 27a7820..441eab1 100644
--- a/package/network/services/hostapd/files/wpa_supplicant-full.config
+++ b/package/network/services/hostapd/files/wpa_supplicant-full.config
@@ -200,6 +200,12 @@ CONFIG_SMARTCARD=y
 # Enable this if EAP-SIM or EAP-AKA is included
 CONFIG_PCSC=y
 
+# Support HT overrides (disable HT/HT40, mask MCS rates, etc.)
+CONFIG_HT_OVERRIDES=y
+
+# Support VHT overrides (disable VHT, mask MCS rates, etc.)
+CONFIG_VHT_OVERRIDES=y
+
 # Development testing
 #CONFIG_EAPOL_TEST=y
 
-- 
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list