summaryrefslogtreecommitdiff
path: root/include/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/network.h')
-rwxr-xr-xinclude/network.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/network.h b/include/network.h
index a095b525..c3d75acb 100755
--- a/include/network.h
+++ b/include/network.h
@@ -145,6 +145,10 @@ void connman_network_clear_associating(struct connman_network *network);
int connman_network_set_is_hs20AP(struct connman_network *network,
unsigned int isHS20AP);
unsigned int connman_network_get_is_hs20AP(struct connman_network *network);
+
+int connman_network_set_keymgmt(struct connman_network *network,
+ unsigned int keymgmt);
+unsigned int connman_network_get_keymgmt(struct connman_network *network);
#endif
int connman_network_set_name(struct connman_network *network,