API to get connection mode of connected network 48/189948/8
authorMilind Murhekar <m.murhekar@samsung.com>
Mon, 24 Sep 2018 12:13:36 +0000 (17:43 +0530)
committerMilind Murhekar <m.murhekar@samsung.com>
Fri, 5 Oct 2018 08:59:13 +0000 (14:29 +0530)
commit75e77e821ac8ec111e1c48a9036da466429fda38
treee9ad987e634349a6b9a497d863a7798a7998c07f
parent91f77c68d4e30921d749d1c41bbdab4fcc581eaa
API to get connection mode of connected network

This patch adds the new API to get the IEEE 802.11
connection mode of an AP.
Ex:- 802.11b/g/n/a/ac modes

Change-Id: I031b824480373d507fba88635e7683e2b1debdd5
Signed-off-by: Milind Murhekar <m.murhekar@samsung.com>
include/network_interface.h
include/wifi-manager-extension.h
include/wifi_internal.h
src/network_interface.c
src/wifi_ap.c
src/wifi_internal.c
src/wifi_manager.c
test/wifi_manager_test.c