mbed-os/TESTS/network/wifi/template_mbed_app.txt

46 lines
1.4 KiB
Plaintext
Raw Normal View History

{
"config": {
2017-09-22 09:15:27 +00:00
"wifi-secure-ssid": {
2017-10-03 09:09:52 +00:00
"help": "WiFi SSID for WPA2 secured network",
2017-09-22 09:15:27 +00:00
"value": "\"SSID-SECURE\""
},
"wifi-unsecure-ssid": {
2017-10-03 09:09:52 +00:00
"help": "WiFi SSID for unsecure netwrok",
2017-09-22 09:15:27 +00:00
"value": "\"SSID-UNSECURE\""
},
"wifi-password": {
"help": "WiFi Password",
2017-09-22 09:15:27 +00:00
"value": "\"PASSWORD\""
},
"wifi-secure-protocol": {
"help": "WiFi security protocol, valid values are WEP, WPA, WPA2, WPA/WPA2",
"value": "\"WPA/WPA2\""
},
2017-09-22 09:15:27 +00:00
"wifi-ch-secure": {
"help": "Channel number of secure SSID",
"value": 1
},
"wifi-ch-unsecure": {
"help": "Channel number of unsecure SSID",
"value": 2
},
"ap-mac-secure": {
"help": "BSSID of secure AP in form of AA:BB:CC:DD:EE:FF",
"value": "\"AA:AA:AA:AA:AA:AA\""
},
"ap-mac-unsecure": {
"help": "BSSID of unsecure AP in form of \"AA:BB:CC:DD:EE:FF\"",
"value": "\"BB:BB:BB:BB:BB:BB\""
},
"max-scan-size": {
"help": "How many networks may appear in Wifi scan result",
"value": 10
}
},
"target_overrides": {
"*": {
"target.network-default-interface-type": "WIFI"
}
}
}