hostapd: fix anqp_3gpp_cell_net list delimiter
authorSarah Maedel <git@tbspace.de>
Wed, 28 Aug 2024 09:27:05 +0000 (11:27 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Tue, 3 Sep 2024 15:48:09 +0000 (11:48 -0400)
commit326d99908a3527a0896b520c09998db786f6258c
treeb6e4cd61a6a97a4bdf960e9282086bb91e96c512
parent97aea19ea8f8e7fc7b72958a063622d28fd7fd5a
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>
(cherry picked from commit 8de185a176079e738984ab0fc89841bc2e613fb1)
package/network/services/hostapd/files/hostapd.sh