]> git.ipfire.org Git - thirdparty/openwrt.git/commit
wifi-scripts: fix wifi failure on specifying value of DAE client
authorVal Kulkov <val.kulkov@gmail.com>
Mon, 12 Jan 2026 17:21:52 +0000 (17:21 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 15 Jan 2026 20:11:02 +0000 (21:11 +0100)
commitf138ad9112170ff3d6d8567e172c0409dd2f3d66
treee118af0daf483d33d432fd8614a138338da1bed4
parente4264e0a22288a8880f807c573a76a795b35fcd5
wifi-scripts: fix wifi failure on specifying value of DAE client

The code to be replaced is a glorious no-op. A default value for
config.radius_das_client does not need to be assigned. This parameter
already has non-empty value: see the enclosing 'if' block.

As a result, the value of config.radius_das_client never gets modified
to contain both dae_client and dae_secret. This breaks hostapd.add_iface()
that expects config.radius_das_client to contain both dae_client and
dae_secret separated by a whitespace.

Fixes: #21519
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21522
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit c7f585bfc3dcd6da0d13ffdee5fa8ac47224004a)
package/network/config/wifi-scripts/files-ucode/usr/share/ucode/wifi/ap.uc