LEDE v17.01.4 service release
LEDE v17.01.4 service release
Posted Oct 19, 2017 20:54 UTC (Thu) by timo_s (guest, #112870)In reply to: LEDE v17.01.4 service release by marcH
Parent article: LEDE v17.01.4 service release
On a shell you can run:
~$ uci set wireless.@wifi-iface[0].wpa_disable_eapol_key_retries='1'
~$ uci set wireless.@wifi-iface[1].wpa_disable_eapol_key_retries='1'
~$ uci commit
~$ reboot
(assuming you have two radios, 2.4GHz and 5GHz, following at the default naming scheme wifi_iface[0] etc.)
        ~$ uci set wireless.@wifi-iface[0].wpa_disable_eapol_key_retries='1'
~$ uci set wireless.@wifi-iface[1].wpa_disable_eapol_key_retries='1'
~$ uci commit
~$ reboot
(assuming you have two radios, 2.4GHz and 5GHz, following at the default naming scheme wifi_iface[0] etc.)
You can also set this from the web interface. However, this only works if you updated all your luci* packages after you flashed 17.01.4. There was a bug in the released images that led to the option only being visible in the web interface under certain conditions. This has been resolved right after the release of 17.01.4, so you manually need to update your packages in order to get that fix. Then you can find the option in the Wireless Security tab of each of your wireless interfaces.
 
           