openwrt/package/network/config/wifi-scripts
Sarah Maedel 8de185a176 hostapd: fix anqp_3gpp_cell_net list delimiter
This patch fixes the list delimiter between 3GPP networks
passed to hostapd.

> list iw_anqp_3gpp_cell_net '262,001'
> list iw_anqp_3gpp_cell_net '262,002'

When passing a list of "iw_anqp_3gpp_cell_net" parameters via UCI,
hostapd would crash at startup:
> daemon.err hostapd: Line 73: Invalid anqp_3gpp_cell_net: 262,001:262,002

Using a semicolon as a delimiter, hostapd will start as expected.

Signed-off-by: Sarah Maedel <git@tbspace.de>
2024-08-28 11:57:23 +02:00
..
files hostapd: fix anqp_3gpp_cell_net list delimiter 2024-08-28 11:57:23 +02:00
Makefile wifi-scripts: add missing dependency on ucode-mod-rtnl 2024-07-23 23:49:36 +02:00