"Success" when connecting Beryl connects to public library wifi but no IP

I’m seeing the same logs - trying to connect to hotel wifi which is open (no security) but no captive portal either.

Phone, Linux laptop just connect without issues (no need to register device either).

The Beryl (3.215 then factory reset) says “success” and returns to the main screen but then nothing, no IP, no connection.

Any idea of a workaround?

Wed Sep 21 04:20:52 2022 kern.warn kernel: [  161.969618] !!! APCLI LINK DOWN - IF(apcli1) (Reason=send deauth req,sub=apcli if down)!!!
Wed Sep 21 04:20:52 2022 kern.warn kernel: [  161.979759] wifi_sys_linkdown(), wdev idx = 13
Wed Sep 21 04:20:52 2022 kern.warn kernel: [  161.984876] bssUpdateBmcMngRate (BSS_INFO_BROADCAST_INFO), CmdBssInfoBmcRate.u2BcTransmit= 0, CmdBssInfoBmcRate.u2McTransmit = 0
Wed Sep 21 04:20:52 2022 daemon.info apcli[8802]: set apclix0 up
Wed Sep 21 04:20:52 2022 daemon.notice netifd: Network device 'apclix0' link is down
Wed Sep 21 04:20:52 2022 daemon.notice netifd: Interface 'wwan' has link connectivity loss
Wed Sep 21 04:20:52 2022 kern.warn kernel: [  161.998998] apclix0: ===> apcli_virtual_if_close
Wed Sep 21 04:20:52 2022 kern.warn kernel: [  162.003777] wifi_sys_close(), wdev idx = 13
Wed Sep 21 04:20:52 2022 daemon.info apcli[4557]: set apclix0 down
Wed Sep 21 04:20:52 2022 daemon.info apcli[4557]: exit
Wed Sep 21 04:20:53 2022 daemon.info apcli[8802]: disconnected
Wed Sep 21 04:20:53 2022 daemon.info apcli[8802]: check bw...
Wed Sep 21 04:20:53 2022 kern.warn kernel: [  163.004613] Set_ApCli_Enable_Proc : interface is not up, please do ifconfig up first
Wed Sep 21 04:20:53 2022 kern.warn kernel: [  163.012464] IsHcRadioCurStatOffByWdev(): wdev_idx 13 obj is not ready, return TRUE !!!
Wed Sep 21 04:20:53 2022 kern.warn kernel: [  163.020779] set_apcli_del_pmkid_list:: Delete PMKID list (1)
Wed Sep 21 04:20:53 2022 kern.warn kernel: [  163.026772] [PMF]Set_ApCliPMFMFPC_Proc:: Desired MFPC=1
Wed Sep 21 04:20:53 2022 kern.warn kernel: [  163.031974] [PMF]Set_ApCliPMFMFPC_Proc:: Security is not WPA2/WPA2PSK/WPA3PSK AES
Wed Sep 21 04:20:53 2022 kern.warn kernel: [  163.039497] [PMF]Set_ApCliPMFMFPC_Proc:: MFPC=0, MFPR=0, SHA256=0
Wed Sep 21 04:20:53 2022 daemon.info apcli[8802]: start connect: 'PHG WIFI', OPEN, NONE 6
Wed Sep 21 04:20:53 2022 kern.warn kernel: [  163.046227] Set_ApCli_Enable_Proc : interface is not up, please do ifconfig up first
Wed Sep 21 04:20:54 2022 user.info : [  817] gl-sdk>> wifi_join return=0, channel=-1
Wed Sep 21 04:21:03 2022 daemon.info apcli[8802]: set apclix0 down
Wed Sep 21 04:21:03 2022 daemon.err apcli[8802]: connect error!!!!! re-connect in 60s
Wed Sep 21 04:21:03 2022 kern.warn kernel: [  173.133155] Set_ApCli_Enable_Proc : interface is not up, please do ifconfig up first
config wifi-device 'mt7615e5'
	option type 'mtk'
	option hwmode '11ac'
	option htmode 'VHT80'
	option band '5G'
	option txpower '20'
	option noscan '1'
	option region '7'
	option cfg '/etc/wireless/mt7615_5g.dat'
	option channel '48'

config wifi-iface 'wifi5g'
	option device 'mt7615e5'
	option network 'lan'
	option mode 'ap'
	option ssid 'GL-MT1300-38e-5G'
	option encryption 'psk2'
	option key 'goodlife'
	option disassoc_low_ack '0'
	option ifname 'ra0'
	option wds '1'

config wifi-device 'mt7615e2'
	option type 'mtk'
	option band '2G'
	option txpower '20'
	option noscan '1'
	option region '0'
	option cfg '/etc/wireless/mt7615_2g.dat'
	option hwmode '11ng'
	option htmode 'HT20'
	option channel '6'

config wifi-iface 'wifi2g'
	option device 'mt7615e2'
	option network 'lan'
	option mode 'ap'
	option ssid 'GL-MT1300-38e'
	option encryption 'psk2'
	option key 'goodlife'
	option wds '1'
	option disassoc_low_ack '0'
	option ifname 'rax0'

config wifi-iface 'guest5g'
	option device 'mt7615e5'
	option network 'guest'
	option mode 'ap'
	option wds '1'
	option ssid 'GL-MT1300-38e-Guest-5G'
	option encryption 'psk2'
	option key 'goodlife'
	option ifname 'ra1'
	option disabled '1'
	option guest '1'

config wifi-iface 'guest2g'
	option device 'mt7615e2'
	option network 'guest'
	option mode 'ap'
	option wds '1'
	option ssid 'GL-MT1300-38e-Guest'
	option encryption 'psk2'
	option key 'goodlife'
	option ifname 'rax1'
	option disabled '1'
	option guest '1'

config wifi-iface 'sta'
	option network 'wwan'
	option mode 'sta'
	option ifname 'apclix0'
	option ssid 'PHG WIFI'
	option bssid '04:18:D6:AD:FB:70'
	option channel '6'
	option device 'mt7615e2'
	option encryption 'none'
	option disabled '0'