Store MAC address in lower case to vconf 19/292119/1 accepted/tizen/7.0/unified/20230428.015903
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:17:43 +0000 (18:17 +0900)
commit5d97903d9e12f6324772f516d28d94baa9690914
tree2bfc6ef24b86f227653d856449e46fbfa4fb4c89
parented16e5ca24b1e32bac6e91f6c32fb95242669de9
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