B busch09 Regular Contributor Aug 28, 2020 #1 Hi, anyone know where I could get a wpa_supplicant for the RT-88U ? I cant figure out how to compile it myself.
Hi, anyone know where I could get a wpa_supplicant for the RT-88U ? I cant figure out how to compile it myself.
dosborne Very Senior Member Aug 28, 2020 #2 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
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
RMerlin Asuswrt-Merlin dev Staff member Aug 29, 2020 #3 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.
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.