mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
inteno-netmodes: testnet: move accesspolicy variable declaration to correct place
This commit is contained in:
parent
9b82fd92d2
commit
e7be0ba557
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ CURSTATUS=""
|
|||
|
||||
SLEEP_TIME=30
|
||||
enableCounter=0
|
||||
AccessPolicy=0
|
||||
|
||||
get_wifi_iface_cfgstr() {
|
||||
get_cfgno() {
|
||||
|
|
@ -28,7 +29,6 @@ ping_uplink()
|
|||
local rready=""
|
||||
local wetif=""
|
||||
local assoclist=""
|
||||
local AccessPolicy=0
|
||||
local rv=0
|
||||
|
||||
[ -f /tmp/wps_client_mode_active ] && {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue