Skip to content

Commit 0498e8d

Browse files
author
Seppo Takalo
committed
Update template mbed_app.json
1 parent 3ac788f commit 0498e8d

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed
Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,36 @@
11
{
22
"config": {
3-
"wifi-ssid": {
3+
"wifi-secure-ssid": {
44
"help": "WiFi SSID",
5-
"value": "\"SSID\""
5+
"value": "\"SSID-SECURE\""
6+
},
7+
"wifi-unsecure-ssid": {
8+
"help": "WiFi SSID",
9+
"value": "\"SSID-UNSECURE\""
610
},
711
"wifi-password": {
812
"help": "WiFi Password",
9-
"value": "\"PASS\""
13+
"value": "\"PASSWORD\""
1014
},
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
1934
}
2035
}
2136
}

0 commit comments

Comments
 (0)