libiwinfo: do survey without bringing down the ap if possible
[oweals/luci.git] / contrib / package / iwinfo / src / iwinfo_nl80211.h
index 0cf74195d804ece9d349a4e62e8bef6e26b78467..5fc1d74d25f83b3e9fbd5a35f5f1916cfe7ac2b7 100644 (file)
@@ -23,6 +23,8 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <string.h>
+#include <dirent.h>
+#include <signal.h>
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <net/if.h>
@@ -78,6 +80,8 @@ int nl80211_get_txpwrlist(const char *ifname, char *buf, int *len);
 int nl80211_get_scanlist(const char *ifname, char *buf, int *len);
 int nl80211_get_freqlist(const char *ifname, char *buf, int *len);
 int nl80211_get_countrylist(const char *ifname, char *buf, int *len);
+int nl80211_get_hwmodelist(const char *ifname, int *buf);
 int nl80211_get_mbssid_support(const char *ifname, int *buf);
+void nl80211_close(void);
 
 #endif