File tree Expand file tree Collapse file tree 1 file changed +26
-11
lines changed Expand file tree Collapse file tree 1 file changed +26
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"config": {
3
- "wifi-ssid": {
3
+ "wifi-secure- ssid": {
4
4
"help": "WiFi SSID",
5
- "value": "\"SSID\""
5
+ "value": "\"SSID-SECURE\""
6
+ },
7
+ "wifi-unsecure-ssid": {
8
+ "help": "WiFi SSID",
9
+ "value": "\"SSID-UNSECURE\""
6
10
},
7
11
"wifi-password": {
8
12
"help": "WiFi Password",
9
- "value": "\"PASS \""
13
+ "value": "\"PASSWORD \""
10
14
},
11
- "wifi-networks": {
12
- "help": "WiFi SSIDs which presence will be asserted in the test",
13
- "value": "\"SSID1\",\"SSID2\",\"SSID3\""
14
- }
15
- },
16
- "target_overrides": {
17
- "UBLOX_EVK_ODIN_W2": {
18
- "target.device_has": ["EMAC"]
15
+ "wifi-ch-secure": {
16
+ "help": "Channel number of secure SSID",
17
+ "value": 1
18
+ },
19
+ "wifi-ch-unsecure": {
20
+ "help": "Channel number of unsecure SSID",
21
+ "value": 2
22
+ },
23
+ "ap-mac-secure": {
24
+ "help": "BSSID of secure AP in form of AA:BB:CC:DD:EE:FF",
25
+ "value": "\"AA:AA:AA:AA:AA:AA\""
26
+ },
27
+ "ap-mac-unsecure": {
28
+ "help": "BSSID of unsecure AP in form of \"AA:BB:CC:DD:EE:FF\"",
29
+ "value": "\"BB:BB:BB:BB:BB:BB\""
30
+ },
31
+ "max-scan-size": {
32
+ "help": "How many networks may appear in Wifi scan result",
33
+ "value": 10
19
34
}
20
35
}
21
36
}
You can’t perform that action at this time.
0 commit comments