Clone of official tools
test_configs/ISM43362Interface.json@47:21ae3e5a7128, 2021-02-04 (annotated)
- Committer:
- Anders Blomdell
- Date:
- Thu Feb 04 17:17:13 2021 +0100
- Revision:
- 47:21ae3e5a7128
- Parent:
- 43:2a7da56ebd24
Add a few normpath calls
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
theotherjimmy |
43:2a7da56ebd24 | 1 | { |
theotherjimmy |
43:2a7da56ebd24 | 2 | "config": { |
theotherjimmy |
43:2a7da56ebd24 | 3 | "echo-server-addr" : { |
theotherjimmy |
43:2a7da56ebd24 | 4 | "help" : "IP address of echo server", |
theotherjimmy |
43:2a7da56ebd24 | 5 | "value" : "\"echo.mbedcloudtesting.com\"" |
theotherjimmy |
43:2a7da56ebd24 | 6 | }, |
theotherjimmy |
43:2a7da56ebd24 | 7 | "echo-server-port" : { |
theotherjimmy |
43:2a7da56ebd24 | 8 | "help" : "Port of echo server", |
theotherjimmy |
43:2a7da56ebd24 | 9 | "value" : "7" |
theotherjimmy |
43:2a7da56ebd24 | 10 | }, |
theotherjimmy |
43:2a7da56ebd24 | 11 | "wifi-secure-ssid": { |
theotherjimmy |
43:2a7da56ebd24 | 12 | "help": "WiFi SSID for WPA2 secured network", |
theotherjimmy |
43:2a7da56ebd24 | 13 | "value": "\"SSID-SECURE\"" |
theotherjimmy |
43:2a7da56ebd24 | 14 | }, |
theotherjimmy |
43:2a7da56ebd24 | 15 | "wifi-unsecure-ssid": { |
theotherjimmy |
43:2a7da56ebd24 | 16 | "help": "WiFi SSID for unsecure network", |
theotherjimmy |
43:2a7da56ebd24 | 17 | "value": "\"SSID-UNSECURE\"" |
theotherjimmy |
43:2a7da56ebd24 | 18 | }, |
theotherjimmy |
43:2a7da56ebd24 | 19 | "wifi-password": { |
theotherjimmy |
43:2a7da56ebd24 | 20 | "help": "WiFi Password", |
theotherjimmy |
43:2a7da56ebd24 | 21 | "value": "\"PASSWORD\"" |
theotherjimmy |
43:2a7da56ebd24 | 22 | }, |
theotherjimmy |
43:2a7da56ebd24 | 23 | "wifi-secure-protocol": { |
theotherjimmy |
43:2a7da56ebd24 | 24 | "help": "WiFi security protocol, valid values are WEP, WPA, WPA2, WPA/WPA2", |
theotherjimmy |
43:2a7da56ebd24 | 25 | "value": "\"WPA2\"" |
theotherjimmy |
43:2a7da56ebd24 | 26 | }, |
theotherjimmy |
43:2a7da56ebd24 | 27 | "wifi-ch-secure": { |
theotherjimmy |
43:2a7da56ebd24 | 28 | "help": "Channel number of secure SSID", |
theotherjimmy |
43:2a7da56ebd24 | 29 | "value": 1 |
theotherjimmy |
43:2a7da56ebd24 | 30 | }, |
theotherjimmy |
43:2a7da56ebd24 | 31 | "wifi-ch-unsecure": { |
theotherjimmy |
43:2a7da56ebd24 | 32 | "help": "Channel number of unsecure SSID", |
theotherjimmy |
43:2a7da56ebd24 | 33 | "value": 2 |
theotherjimmy |
43:2a7da56ebd24 | 34 | }, |
theotherjimmy |
43:2a7da56ebd24 | 35 | "ap-mac-secure": { |
theotherjimmy |
43:2a7da56ebd24 | 36 | "help": "BSSID of secure AP in form of AA:BB:CC:DD:EE:FF", |
theotherjimmy |
43:2a7da56ebd24 | 37 | "value": "\"AA:AA:AA:AA:AA:AA\"" |
theotherjimmy |
43:2a7da56ebd24 | 38 | }, |
theotherjimmy |
43:2a7da56ebd24 | 39 | "ap-mac-unsecure": { |
theotherjimmy |
43:2a7da56ebd24 | 40 | "help": "BSSID of unsecure AP in form of \"AA:BB:CC:DD:EE:FF\"", |
theotherjimmy |
43:2a7da56ebd24 | 41 | "value": "\"BB:BB:BB:BB:BB:BB\"" |
theotherjimmy |
43:2a7da56ebd24 | 42 | }, |
theotherjimmy |
43:2a7da56ebd24 | 43 | "max-scan-size": { |
theotherjimmy |
43:2a7da56ebd24 | 44 | "help": "How many networks may appear in Wifi scan result", |
theotherjimmy |
43:2a7da56ebd24 | 45 | "value": 10 |
theotherjimmy |
43:2a7da56ebd24 | 46 | } |
theotherjimmy |
43:2a7da56ebd24 | 47 | }, |
theotherjimmy |
43:2a7da56ebd24 | 48 | "target_overrides": { |
theotherjimmy |
43:2a7da56ebd24 | 49 | "*": { |
theotherjimmy |
43:2a7da56ebd24 | 50 | "platform.stdio-convert-newlines": true, |
theotherjimmy |
43:2a7da56ebd24 | 51 | "target.network-default-interface-type": "WIFI", |
theotherjimmy |
43:2a7da56ebd24 | 52 | "nsapi.default-wifi-ssid": "\"WIFI_SSID\"", |
theotherjimmy |
43:2a7da56ebd24 | 53 | "nsapi.default-wifi-password": "\"WIFI_PASSWORD\"", |
theotherjimmy |
43:2a7da56ebd24 | 54 | "nsapi.default-wifi-security": "WIFI_SECURITY", |
theotherjimmy |
43:2a7da56ebd24 | 55 | "ism43362.provide-default": true |
theotherjimmy |
43:2a7da56ebd24 | 56 | } |
theotherjimmy |
43:2a7da56ebd24 | 57 | } |
theotherjimmy |
43:2a7da56ebd24 | 58 | } |