mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-02-22 04:12:59 +01:00
quick hack fix
This commit is contained in:
parent
c0fc89d100
commit
4aa69bf3bc
1 changed files with 3 additions and 3 deletions
|
|
@ -550,12 +550,12 @@ set_wlan_wep_key() {
|
|||
|
||||
set_wlan_pre_shared_key() {
|
||||
local num="$1"
|
||||
local val="$2"
|
||||
local val="$3"
|
||||
reset_wlan $num
|
||||
delay_service reload "network" "1"
|
||||
$UCI_SET wireless.@wifi-iface[$num].key=$val
|
||||
$UCI_SET wireless.@wifi-iface[$num].gtk_rekey="3600"
|
||||
$UCI_SET wireless.@wifi-iface[$num].encryption="$val"
|
||||
#$UCI_SET wireless.@wifi-iface[$num].encryption="$val"
|
||||
}
|
||||
|
||||
set_wlan_pre_shared_key_key_passphrase() {
|
||||
|
|
@ -697,4 +697,4 @@ add_object_InternetGatewayDevice_LANDevice() {
|
|||
|
||||
delete_object_InternetGatewayDevice_LANDevice() {
|
||||
return $FAULT_CPE_INVALID_PARAMETER_NAME
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue