libs/iwinfo: add *_get_freqlist()
[project/luci.git] / libs / iwinfo / src / iwinfo_wext.h
index dd1922f..7861fdc 100644 (file)
@@ -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