GL-BE9300 (Flint 3) Can't scan network from Luci

I recently purchased a Flint 3 router and am attempting to configure it as a repeater using EAP. However, I’m unable to scan for available networks in LuCI.

I’ve verified that my country is configured correctly. I tried manually setting both non-DFS and DFS channels with no success. I also upgraded to the latest firmware and downgraded again, but that didn’t help either. In LuCI, the 2.4 GHz and 5 GHz options don’t appear at all.

They don't appear because the driver does not support manual setup via luci at this time.
Using the GL interface or maybe SSH are the only ways to scan for networks.

Thanks for the prompt response. How do I configure this:
Connect to EAP network with advanced settings - GL.iNet Router Docs 4 using SSH?
Thanks!

See WPA-EAP in Flint 3 - #6 by will.qiu

Thanks! Now i have this issue, when implementing the changes via SSH:
uci set wireless.sta.anonymous_identity='anonymous'
uci set wireless.sta.eap_type='ttls'
uci commit wireless
wifi reload

it Defaults to:
wireless.sta.eap_type='peap'
and deletes the other values.

Need help on this. My Netgear R7800 die on me and I really this working, Thanks!

@bruce Can you help?

1 Like

Hello,

Does the EAP authentication require importing a certificate?

If not, on the GL GUI the BE9300, the repeater is able to configure to connect with EAP.

On the SSH part you post, there are no error messages, do you mean uci set wireless.sta.eap_type='ttls' didn’t work, still wireless.sta.eap_type='peap' in wireless configuration?
You can vi /etc/config/wireless, find the sta section and change eap_type='ttls' there.

Thanks for your response. The issue is that after changing the settings and attempting to reconnect by updating /etc/config/wireless, the configuration reverts to ‘peap’ and removes the anonymous_identity 'anonymous' entry.

Below is the way I configured it:

This is the way it resets back after trying to reconnect:

We need to set up an environment to reproduce it and check. Please wait a while.

May I know if the repeater is enabled during configuring the settings to finish configuring?

If the repeater is enabled, it may remove some settings or restore certain parameters by default.

Please verify whether it can connect by following these steps:

  1. On GL GUI, enable repeater, enter the SSID and encryption info, then click Connect. As soon as it shows “Connecting”, at the same time please disable the repeater.

  2. Modify the parameters you want in /etc/config/wireless on SSH.

  3. Execute wifi reload, when it finishes, execute iwinfo to check whether the repeater interface (sta0 or sta1) has created and connected.

  4. Execute the following to obtain an IP.

ubus call network.interface.wwan up
ubus call network.interface.wwan add_device '{"name": "sta1"}'
#Note: sta0 or sta1 can be used to view `ifname` and adapt flexibly.

Hello Bruce,

In step 3, stat1 does not appear in the list as created or connected. I believe that after canceling the connection or disabling the repeater in the UI, the system added the following entry to /etc/config/wireless:

option disabled '1'
I think this disables the repeater.

I changed it to 0 and repeated steps 3-4. After wifi reload, I wasn’t able to see stat1. I started from the UI the repeater and then using iwainfo I was able to see it. I then ran the commands in step 4.

After refreshing the UI, the repeater still does not show as connected and repeater appears as disabled.
I tried connecting from the UI and then when back to check vi /etc/config/wireless to see if it had changed. and it changed eap_type ‘ttls’ to ‘peap’ and removed anonymous_identity 'anonymous'

Let me know if there is anything else I could try. Thanks!

Hello,

Thank you for the testings.

We would like to remotely access your Flint3 to check this, if possible, please prepare the following:

  1. Connect the wired WAN cable or phone tethering to the Flint3 so it has a stable Internet connection—ensuring we can remotely debug the repeater interface in GoodCloud.

  2. Share the Flint3 with the technical support team following this guide:
    Technical Support via GoodCloud - GL.iNet Router Docs 4

  3. Please PM me the following information:
    Your router MAC address,
    Admin Panel password,
    SSID in Repeater connect to,
    Username and password, any authentication requirements in Repeater.