]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/config.c
wpa_supplicant: Add HE override support
[thirdparty/hostap.git] / wpa_supplicant / config.c
index 563d18fb8ffa204a0edb408d48d05efe767a3439..49b25f12452cbc2539513ff27a16b1e524277279 100644 (file)
@@ -2544,6 +2544,9 @@ static const struct parse_data ssid_fields[] = {
        { INT_RANGE(vht_tx_mcs_nss_7, -1, 3) },
        { INT_RANGE(vht_tx_mcs_nss_8, -1, 3) },
 #endif /* CONFIG_VHT_OVERRIDES */
+#ifdef CONFIG_HE_OVERRIDES
+       { INT_RANGE(disable_he, 0, 1)},
+#endif /* CONFIG_HE_OVERRIDES */
        { INT(ap_max_inactivity) },
        { INT(dtim_period) },
        { INT(beacon_int) },