From e6be8990e838f56ba71a085d84fd9aaa296dc4a3 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt <stefan.schmidt@huawei.com> Date: Fri, 8 Oct 2021 15:21:37 +0200 Subject: [PATCH] recipes-connectivity: Project rename in configuration files While the WiFi SSID can be long enough the OpenThreads network name is length limited so we stay with the Oniro short version. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com> --- .../recipes-connectivity/hostapd/files/hostapd.conf | 2 +- .../openthread/ot-br-posix/otbr-configuration | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ohos-blueprints/recipes-connectivity/hostapd/files/hostapd.conf b/meta-ohos-blueprints/recipes-connectivity/hostapd/files/hostapd.conf index bab2d451..77224d38 100644 --- a/meta-ohos-blueprints/recipes-connectivity/hostapd/files/hostapd.conf +++ b/meta-ohos-blueprints/recipes-connectivity/hostapd/files/hostapd.conf @@ -10,7 +10,7 @@ interface=wlan0 driver=nl80211 # The user-defined name of the network -ssid=All Scenarios OS WiFi +ssid=Oniro Project WiFi # Use the 2.4GHz band hw_mode=g diff --git a/meta-ohos-blueprints/recipes-connectivity/openthread/ot-br-posix/otbr-configuration b/meta-ohos-blueprints/recipes-connectivity/openthread/ot-br-posix/otbr-configuration index ecb1f189..25e2f560 100755 --- a/meta-ohos-blueprints/recipes-connectivity/openthread/ot-br-posix/otbr-configuration +++ b/meta-ohos-blueprints/recipes-connectivity/openthread/ot-br-posix/otbr-configuration @@ -12,7 +12,7 @@ ot-ctl dataset clear ot-ctl dataset init new ot-ctl dataset panid 0x1357 ot-ctl dataset extpanid 11112222deadbeef -ot-ctl dataset networkname "ASOS\ Thread" +ot-ctl dataset networkname "Oniro\ Thread" ot-ctl dataset channel 26 ot-ctl dataset masterkey 00112233445566778899aabbccddeeff ot-ctl dataset commit active -- GitLab