Skip to content

Commit 08b06e2

Browse files
Document network parameters in netsocket/mbed_lib.json
1 parent 19c6732 commit 08b06e2

File tree

1 file changed

+36
-9
lines changed

1 file changed

+36
-9
lines changed

features/netsocket/mbed_lib.json

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,42 @@
22
"name": "nsapi",
33
"config": {
44
"present": 1,
5-
"default-stack": "LWIP",
6-
"default-wifi-ssid": null,
7-
"default-wifi-password": null,
8-
"default-wifi-security": "NONE",
9-
"default-cellular-plmn": null,
10-
"default-cellular-sim-pin": null,
11-
"default-cellular-apn": null,
12-
"default-cellular-username": null,
13-
"default-cellular-password": null,
5+
"default-stack": {
6+
"help" : "Default stack to be used, valid values: LWIP, NANOSTACK.",
7+
"value" : "LWIP"
8+
},
9+
"default-wifi-ssid" : {
10+
"help" : "Default wifi SSID.",
11+
"value": null
12+
},
13+
"default-wifi-password" : {
14+
"help" : "Password for the default Wifi network.",
15+
"value": null
16+
},
17+
"default-wifi-security" : {
18+
"help" : "WiFi security protocol, valid values are WEP, WPA, WPA2, WPA/WPA2.",
19+
"value" : "NONE"
20+
},
21+
"default-cellular-plmn" : {
22+
"help" : "Default Public Land Mobile Network for cellular connection.",
23+
"value": null
24+
},
25+
"default-cellular-sim-pin" : {
26+
"help" : "PIN for the default SIM card.",
27+
"value": null
28+
},
29+
"default-cellular-apn" : {
30+
"help" : "Default cellular Access Point Name.",
31+
"value": null
32+
},
33+
"default-cellular-username" : {
34+
"help" : "Username for the default cellular network.",
35+
"value": null
36+
},
37+
"default-cellular-password" : {
38+
"help" : "Password for the default cellular network.",
39+
"value": null
40+
},
1441
"default-mesh-type": {
1542
"help": "Configuration type for MeshInterface::get_default_instance(). [LOWPAN/THREAD]",
1643
"value": "THREAD"

0 commit comments

Comments
 (0)