wifi-scripts: ucode: fix hostapd_bss_options

The raw option inside 'config wifi-iface' is called hostapd_bss_options,
not hostapd_options.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20657
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Eneas U de Queiroz 2025-11-03 17:03:07 -03:00 committed by Christian Marangi
parent 38753dea64
commit ed3f84e091
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

View File

@ -502,7 +502,7 @@ export function generate(interface, data, config, vlans, stas, phy_features) {
}
/* raw options */
for (let raw in config.hostapd_options)
for (let raw in config.hostapd_bss_options)
append_raw(raw);
if (config.mlo) {