Add the initial version of Wi-Fi Manager
authorSeongil Hahm <seongil.hahm@samsung.com>
Sun, 3 Sep 2017 14:00:36 +0000 (07:00 -0700)
committerSeongil Hahm <seongil.hahm@samsung.com>
Tue, 5 Sep 2017 09:11:06 +0000 (02:11 -0700)
commitcd3eb9acd4eceff95eb958fa5b84df9617a7dd0b
treec1455e7dc5a1308f331655dba14a848cc7a5be96
parent1fde63c83dc3d480afac456ed31a8c57fe1aeb87
Add the initial version of Wi-Fi Manager

Wi-Fi Manager is introduced to provide easy APIs for applications to easily manipulate Wi-Fi features
18 files changed:
apps/system/utils/netcmd_dhcpd.c
external/dhcpd/dhcpd.c
external/include/protocols/dhcpd.h
framework/Makefile
framework/include/wifi_manager/wifi_manager.h [new file with mode: 0644]
framework/src/wifi_manager/Kconfig [new file with mode: 0644]
framework/src/wifi_manager/Make.defs [new file with mode: 0644]
framework/src/wifi_manager/wifi_common.h [new file with mode: 0644]
framework/src/wifi_manager/wifi_manager.c [new file with mode: 0644]
framework/src/wifi_manager/wifi_mutex.c [new file with mode: 0644]
framework/src/wifi_manager/wifi_mutex.h [new file with mode: 0644]
framework/src/wifi_manager/wifi_net.c [new file with mode: 0644]
framework/src/wifi_manager/wifi_net.h [new file with mode: 0644]
framework/src/wifi_manager/wifi_semaphore.c [new file with mode: 0644]
framework/src/wifi_manager/wifi_semaphore.h [new file with mode: 0644]
framework/src/wifi_manager/wifi_utils.c [new file with mode: 0644]
framework/src/wifi_manager/wifi_utils.h [new file with mode: 0644]
os/net/Kconfig