mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 06:32:11 -05:00
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:
parent
38753dea64
commit
ed3f84e091
@ -502,7 +502,7 @@ export function generate(interface, data, config, vlans, stas, phy_features) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* raw options */
|
/* raw options */
|
||||||
for (let raw in config.hostapd_options)
|
for (let raw in config.hostapd_bss_options)
|
||||||
append_raw(raw);
|
append_raw(raw);
|
||||||
|
|
||||||
if (config.mlo) {
|
if (config.mlo) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user