[net-config] Added support for EAPoL connection. 54/230954/10
authorNiraj Kumar Goit <niraj.g@samsung.com>
Thu, 16 Apr 2020 07:22:29 +0000 (12:52 +0530)
committerNiraj Kumar Goit <niraj.g@samsung.com>
Mon, 4 May 2020 13:59:03 +0000 (19:29 +0530)
commitef045af46f310530133dd771d5217362c31bb737
tree946b132909ae5457f39b5d880a31b9a56158e309
parent08eb704557c8413b996e107c218031e68e07de5d
[net-config] Added support for EAPoL connection.

Change-Id: Ic18901757f7ea1d205804e43641c5d36e7d83704
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
12 files changed:
CMakeLists.txt
include/ethernet.h [new file with mode: 0644]
include/netdbus.h
include/netsupplicant.h
include/wifi-power.h
interfaces/netconfig-iface-ethernet.xml [new file with mode: 0755]
resources/etc/dbus-1/system.d/net-config.conf
src/dbus/netdbus.c
src/dbus/netsupplicant.c
src/ethernet.c [new file with mode: 0644]
src/main.c
src/wifi-power.c