mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
luci-app-easymesh: generate PMK locally (#8058)
This commit is contained in:
parent
d6a9941b07
commit
998bfc0485
@ -128,6 +128,7 @@ start(){
|
||||
uci set ${wifiiface}.encryption='psk-mixed'
|
||||
uci set ${wifiiface}.mobility_domain=$mobility_domain
|
||||
uci set ${wifiiface}.ft_over_ds='1'
|
||||
uci set ${wifiiface}.ft_psk_generate_local='1'
|
||||
uci commit network
|
||||
|
||||
uci set dawn.@metric[0].rssi_val=$rssi_val
|
||||
|
Loading…
Reference in New Issue
Block a user