Skip to content

Commit 42404be

Browse files
Change all wifi and WiFi occurences to Wi-Fi
1 parent 08b06e2 commit 42404be

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

features/netsocket/mbed_lib.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"value" : "LWIP"
88
},
99
"default-wifi-ssid" : {
10-
"help" : "Default wifi SSID.",
10+
"help" : "Default Wi-Fi SSID.",
1111
"value": null
1212
},
1313
"default-wifi-password" : {
14-
"help" : "Password for the default Wifi network.",
14+
"help" : "Password for the default Wi-Fi network.",
1515
"value": null
1616
},
1717
"default-wifi-security" : {
18-
"help" : "WiFi security protocol, valid values are WEP, WPA, WPA2, WPA/WPA2.",
18+
"help" : "Wi-Fi security protocol, valid values are WEP, WPA, WPA2, WPA/WPA2.",
1919
"value" : "NONE"
2020
},
2121
"default-cellular-plmn" : {

tools/test_configs/ESP8266Interface.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"config": {
33
"wifi-secure-ssid": {
4-
"help": "WiFi SSID for WPA2 secured network",
4+
"help": "Wi-Fi SSID for WPA2 secured network",
55
"value": "\"WIFI_SSID_SECURED\""
66
},
77
"wifi-unsecure-ssid": {
8-
"help": "WiFi SSID for unsecure netwrok",
8+
"help": "Wi-Fi SSID for unsecure netwrok",
99
"value": "\"WIFI_SSID_UNSECURE\""
1010
},
1111
"wifi-password": {
12-
"help": "WiFi Password",
12+
"help": "Wi-Fi Password",
1313
"value": "\"WIFI_PASSWORD\""
1414
},
1515
"wifi-secure-protocol": {
16-
"help": "WiFi security protocol, valid values are WEP, WPA, WPA2, WPA_WPA2",
16+
"help": "Wi-Fi security protocol, valid values are WEP, WPA, WPA2, WPA_WPA2",
1717
"value": "\"WPA2\""
1818
},
1919
"wifi-ch-secure": {

tools/test_configs/HeapBlockDeviceAndWifiInterface.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"config": {
33
"wifi-secure-ssid": {
4-
"help": "WiFi SSID for WPA2 secured network",
4+
"help": "Wi-Fi SSID for WPA2 secured network",
55
"value": "\"WIFI_SSID_SECURED\""
66
},
77
"wifi-unsecure-ssid": {
8-
"help": "WiFi SSID for unsecure netwrok",
8+
"help": "Wi-Fi SSID for unsecure netwrok",
99
"value": "\"WIFI_SSID_UNSECURE\""
1010
},
1111
"wifi-password": {
12-
"help": "WiFi Password",
12+
"help": "Wi-Fi Password",
1313
"value": "\"WIFI_PASSWORD\""
1414
},
1515
"wifi-secure-protocol": {
16-
"help": "WiFi security protocol, valid values are WEP, WPA, WPA2, WPA_WPA2",
16+
"help": "Wi-Fi security protocol, valid values are WEP, WPA, WPA2, WPA_WPA2",
1717
"value": "\"WPA2\""
1818
},
1919
"wifi-ch-secure": {

tools/test_configs/ISM43362Interface.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"config": {
33
"wifi-secure-ssid": {
4-
"help": "WiFi SSID for WPA2 secured network",
4+
"help": "Wi-Fi SSID for WPA2 secured network",
55
"value": "\"WIFI_SSID_SECURE\""
66
},
77
"wifi-unsecure-ssid": {
8-
"help": "WiFi SSID for unsecure netwrok",
8+
"help": "Wi-Fi SSID for unsecure netwrok",
99
"value": "\"WIFI_SSID_UNSECURE\""
1010
},
1111
"wifi-password": {
12-
"help": "WiFi Password",
12+
"help": "Wi-Fi Password",
1313
"value": "\"WIFI_PASSWORD\""
1414
},
1515
"wifi-secure-protocol": {
16-
"help": "WiFi security protocol, valid values are WEP, WPA, WPA2, WPA_WPA2",
16+
"help": "Wi-Fi security protocol, valid values are WEP, WPA, WPA2, WPA_WPA2",
1717
"value": "\"WPA2\""
1818
},
1919
"wifi-ch-secure": {

tools/test_configs/SpwfSAInterface.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"config": {
33
"wifi-secure-ssid": {
4-
"help": "WiFi SSID for WPA2 secured network",
4+
"help": "Wi-Fi SSID for WPA2 secured network",
55
"value": "\"WIFI_SSID_SECURE\""
66
},
77
"wifi-unsecure-ssid": {
8-
"help": "WiFi SSID for unsecure netwrok",
8+
"help": "Wi-Fi SSID for unsecure netwrok",
99
"value": "\"WIFI_SSID_UNSECURE\""
1010
},
1111
"wifi-password": {
12-
"help": "WiFi Password",
12+
"help": "Wi-Fi Password",
1313
"value": "\"WIFI_PASSWORD\""
1414
},
1515
"wifi-secure-protocol": {
16-
"help": "WiFi security protocol, valid values are WEP, WPA, WPA2, WPA_WPA2",
16+
"help": "Wi-Fi security protocol, valid values are WEP, WPA, WPA2, WPA_WPA2",
1717
"value": "\"WPA2\""
1818
},
1919
"wifi-ch-secure": {

0 commit comments

Comments
 (0)