What's new

wpa_supplicant for Rt-AX88U?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

busch09

Regular Contributor
Hi,

anyone know where I could get a wpa_supplicant for the RT-88U ? I cant figure out how to compile it myself.
 
No compiling required, it's a text file. And, no different than any other router, it's a generic file.
Example for my Raspberry Pi:
Code:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=CA

network={
    ssid="MySSID"
    psk="MyPassword!"
}
Knowing what platform you are using would be helpful :)
 
The RT-AX88U will use Broadcom's nas when running in WPA2, and wpa_supplicant when running in WPA3. You cannot override this, this is tied to closed source code.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top