Store MAC address in lower case to vconf 18/292118/1
authorJaehyun Kim <jeik01.kim@samsung.com>
Thu, 27 Apr 2023 09:16:02 +0000 (18:16 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Thu, 27 Apr 2023 09:16:02 +0000 (18:16 +0900)
commit54810d921d52b96e61dde7b7aef08a3664db9d3e
treeda7fbe37f3c27bee8083471cef28fb8e650579f3
parentb98161ed416e0fe59e22bf6d146afbbd180b5249
Store MAC address in lower case to vconf

MAC address is provided in the following two ways.
  - file: /sys/class/net/wlan0/address
  - vconf: db/wifi/bssid_address

The former is always provided in lower case,
but the latter is provided in upper or lower case depending on the HAL.
This can affect services that generate ID using MAC address,
so the related code has been modified so that the vconf value is always
provided in lowercase.

Change-Id: If47a8d9f8728b5ec451c1542e7e24636f1cb64c2
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
src/utils/util.c
src/wifi.c