summaryrefslogtreecommitdiffhomepage
path: root/libs/iwinfo/src/iwinfo_wext.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-11-15 15:21:03 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-11-15 15:21:03 +0000
commit1b77a6f4c49b29b83e3063d9deca1a38e97ad897 (patch)
tree43d1b140fb67816f73b0caa60d0476d0aad77435 /libs/iwinfo/src/iwinfo_wext.h
parent2bfa17e6f415a5d99a2f65dc37e4b8ceac1c3b6a (diff)
libs/iwinfo: add *_get_freqlist()
Diffstat (limited to 'libs/iwinfo/src/iwinfo_wext.h')
-rw-r--r--libs/iwinfo/src/iwinfo_wext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/iwinfo/src/iwinfo_wext.h b/libs/iwinfo/src/iwinfo_wext.h
index dd1922fc8..7861fdc9f 100644
--- a/libs/iwinfo/src/iwinfo_wext.h
+++ b/libs/iwinfo/src/iwinfo_wext.h
@@ -38,6 +38,7 @@ int wext_get_enctype(const char *ifname, char *buf);
int wext_get_assoclist(const char *ifname, char *buf, int *len);
int wext_get_txpwrlist(const char *ifname, char *buf, int *len);
int wext_get_scanlist(const char *ifname, char *buf, int *len);
+int wext_get_freqlist(const char *ifname, char *buf, int *len);
int wext_get_mbssid_support(const char *ifname, int *buf);
#endif