I am currently setting up WiFi authentication on my device running OpenWRT 23.05.3 and have come across several available packages for WiFi encryption:
Given the variety of options, I am unsure which package would be the most appropriate for my setup. Could someone please advise on which WiFi encryption package I should install for optimal performance and security on OpenWRT 23.05.3?
Are you talking about standard authentication (i.e. SSID + passphrase with WPA2 or WPA3 encryption), or are you talking about user or device level authentication (i.e. RADIUS / 802.1x)?
Sat Mar 23 09:27:10 2024 kern.info kernel: [ 401.278607] phy0-sta0: authenticate with 5c:fa:25:fb:be:ae
Sat Mar 23 09:27:10 2024 kern.info kernel: [ 401.291354] phy0-sta0: 80 MHz not supported, disabling VHT
[ 401.522805] phy0-sta0: send auth to 5c:fa:25:fb:be:ae (try 1/3)
Sat Mar 23 09:27:11 2024 kern.info kernel: [ 401.522805] phy0-sta0: send auth to 5c:fa:25:fb:be:ae (try 1/3)
[ 401.591547] phy0-sta0: send auth to 5c:fa:25:fb:be:ae (try 2/3)
Sat Mar 23 09:27:11 2024 kern.info kernel: [ 401.591547] phy0-sta0: send auth to 5c:fa:25:fb:be:ae (try 2/3)
[ 401.722057] phy0-sta0: send auth to 5c:fa:25:fb:be:ae (try 3/3)
Sat Mar 23 09:27:11 2024 kern.info kernel: [ 401.722057] phy0-sta0: send auth to 5c:fa:25:fb:be:ae (try 3/3)
[ 401.857566] phy0-sta0: authentication with 5c:fa:25:fb:be:ae timed out
I noticed this error after I compiled by switching from wpad-mini to wpad-basic-mbedtls, but I wonder if the timeout issue is related to the switching.
Thank you for your help! The Firmware Selector is working perfectly—it's incredibly efficient. In my environment, building with the make utility often takes around 10 hours, but the Firmware Selector completes the process in just one minute.
I’m curious if the Firmware Selector has the capability to generate an imageBuilder file as well.