-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathluis.txt
14 lines (14 loc) · 1013 Bytes
/
luis.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
I=NET;D=Network;T=GROUP;
I=DH@1;D=DHCP;T=INT;C=STATIC;O=0- Disabled/0/1- Enabled/1;F=R;xIndex=1;
I=IP@1;D=IP-address;T=STRING;C=IPCTRL;S=DH@1==1?"a":"e";F=R*;xIndex=2;
I=GI@1;D=Gateway IP;T=STRING;C=IPCTRL;F=R*;xIndex=3;
I=NM@1;D=Subnet mask;T=STRING;C=IPCTRL;F=R*;xIndex=4;
I=WLN;D=Wi-Fi;T=GROUP;
I=WE@1;D=Wi-Fi mode;T=INT;C=STATIC;O=0- Disabled/0/1- Enabled/1;F=R;xIndex=1;
I=WD@1;D=DHCP;T=INT;C=STATIC;O=0- Disabled/0/1- Enabled/1;F=R;S=WE@1!=0?"e":"i";xIndex=2;
I=WI@1;D=IP-address;T=STRING;C=IPCTRL;S=WD@1==0&&WE@1==1?"e":"i";F=R*;xIndex=3;
I=WG@1;D=Gateway IP;T=STRING;C=IPCTRL;S=WD@1==0&&WE@1==1?"e":"i";xIndex=4;
I=WN@1;D=Subnet mask;T=STRING;C=IPCTRL;S=WD@1==0&&WE@1==1?"e":"i";xIndex=5;
I=WA@1;D=Access point (SSID);T=STRING;C=EDIT;MAXLEN=15;F=R*;S=WE@1!=0?"e":"i";xIndex=6;
I=WS@1;D=AP security mode;T=INT;C=STATIC;S=WE@1!=0?"e":"i";O=0- Disabled/0/1- WEP64/1/2- WEP128/2/3- WPA-PSK (TKIP)/3/4- WPA2-PSK (AES)/4;xIndex=7;
I=WP@1;D=AP password;T=STRING;C=EDIT;MAXLEN=26;F=R*;S=WE@1==1?"e":"i";xIndex=8;