802.1x EAP wifi network


 
I do not believe the security daemons on our OpenWrt platform support 802.1x, at least not in client mode. You can try adding the options in the bottom of /etc/config/wireless and seeing if it authenticates
Code:
        option server 'ip-of-RADIUS-server'
        option key 'MyClientPassword'
 

 

Back
Top