WPA3 EAP in Openwrt 19.07.3

Does WPA3 works with EAP in OpenWrt 19.07.3? wpad-openssl has been installed.

config wifi-iface 'wifinet0'
        option auth_server '192.168.0.1'
        option ssid 'WPA3 EAP Test'
        option device 'radio0'
        option auth_port '1812'
        option mode 'ap'
        option auth_secret 'radius_passwort'
        option ieee80211w '2'
        option network 'mywifi'
        option encryption 'wpa3+ccmp'

With iOS 13.6.1 and Android 10 WPA3 EAP does not work. I did not see any EAP request on the Radius server.

Switching to WPA2 EAP works fine.

config wifi-iface 'wifinet1'
        option device 'radio0'
        option mode 'ap'
        option network 'mywifi'
        option auth_server '192.168.0.1'
        option ssid 'WPA2 EAP Test'
        option encryption 'wpa2+ccmp'
        option auth_port '1812'
        option auth_secret 'radius_passwort'
        option ieee80211w '1'

Hi!

Sorry for bumping a dead post, but I'm facing exactly the same problem. Did you manage to solve this issue?

Thanks

1 Like

I did not find any solution by now.

What client are you using that supports wpa3/eap ?

I always use the lastest version of iOS, Android on Pixel devices, MacOS Big Sur and Windows 10.