summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorhyunuktak <hyunuk.tak@samsung.com>2016-06-28 16:55:17 +0900
committerhyunuktak <hyunuk.tak@samsung.com>2016-06-28 16:55:21 +0900
commit7715d834e4be90b050c1b5d9421d6317894ddcae (patch)
tree2c851d698106ffe39ae195099b7907b1731d4481 /include
parent267b65463cd3fd93a1ed245b527fca14fe469f07 (diff)
downloadconnman-7715d834e4be90b050c1b5d9421d6317894ddcae.tar.gz
connman-7715d834e4be90b050c1b5d9421d6317894ddcae.tar.bz2
connman-7715d834e4be90b050c1b5d9421d6317894ddcae.zip
Change-Id: Icb3942835130528c4d61d427ee1891d88cc1ac3b Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/network.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/network.h b/include/network.h
index 91abe515..a6095224 100755
--- a/include/network.h
+++ b/include/network.h
@@ -138,8 +138,8 @@ int connman_network_set_enc_mode(struct connman_network *network,
const char *encryption_mode);
const char *connman_network_get_enc_mode(struct connman_network *network);
-int connman_network_set_rsn_selected(struct connman_network *network,
- bool rsn_selected);
+int connman_network_set_rsn_mode(struct connman_network *network,
+ bool rsn_mode);
int connman_network_set_proxy(struct connman_network *network,
const char *proxies);