summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@linux.intel.com>2011-08-10 13:54:32 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2011-08-11 14:51:15 +0200
commitf4cf17a6ee7ffde6a1227c4a1a55d48b37551b9d (patch)
treeef44e5efc64703279b19d94f8b9ecc5b70e7d53b /include
parent6c466cd88cc68c3993c6239e77d01501dfb04a8f (diff)
downloadconnman-f4cf17a6ee7ffde6a1227c4a1a55d48b37551b9d.tar.gz
connman-f4cf17a6ee7ffde6a1227c4a1a55d48b37551b9d.tar.bz2
connman-f4cf17a6ee7ffde6a1227c4a1a55d48b37551b9d.zip
wifi: Move the wifi helper function to service.c and remove wifi.c.
Diffstat (limited to 'include')
-rw-r--r--include/wifi.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/include/wifi.h b/include/wifi.h
deleted file mode 100644
index c90e3126..00000000
--- a/include/wifi.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- *
- * Connection Manager
- *
- * Copyright (C) 2007-2010 Intel Corporation. All rights reserved.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- */
-
-#ifndef __CONNMAN_WIFI_H
-#define __CONNMAN_WIFI_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-char *connman_wifi_build_group_name(const unsigned char *ssid,
- unsigned int ssid_len,
- const char *mode,
- const char *security);
-
-char **connman_wifi_load_ssid(void);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* __CONNMAN_WIFI_H */