aboutsummaryrefslogtreecommitdiffstats
path: root/iw_if.h
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-03-05 22:35:04 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-03-05 22:35:04 +0000
commit89de95a89953c20349a8c7c4684eba45feb34bf5 (patch)
tree9ec517e79b83b598c3c51058830148ed58fd0ac3 /iw_if.h
parentf3410da7f0bd208a5f2d792131b215454e782e93 (diff)
downloadwavemon-89de95a89953c20349a8c7c4684eba45feb34bf5.tar.gz
Imported Upstream version 0.7.4upstream/0.7.4
Diffstat (limited to 'iw_if.h')
-rw-r--r--iw_if.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/iw_if.h b/iw_if.h
index 0aab63f..4260f2f 100644
--- a/iw_if.h
+++ b/iw_if.h
@@ -255,12 +255,7 @@ struct scan_result {
struct scan_result *next;
};
-typedef int (*scan_cmp_func)(const struct scan_result *, const struct scan_result *);
-extern int cmp_sig(const struct scan_result *a, const struct scan_result *b);
-extern int cmp_freq_sig(const struct scan_result *a, const struct scan_result *b);
-
-extern struct scan_result *get_scan_list(int skfd, const char *ifname, int we_version,
- scan_cmp_func cmp_scan_result);
+extern struct scan_result *get_scan_list(int skfd, const char *ifname, int we_version);
extern void free_scan_result(struct scan_result *head);
/*