X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=libs%2Fiwinfo%2Fsrc%2Fiwinfo_wext.h;h=dd1922fc8c144692ec847c8957a33c1c714da9f5;hb=93215e86d815584cf806e712664cb9bd5bf95af2;hp=d4914ff2e62b5d12400d6b1021c90c0ec6efa6bb;hpb=87460e8a05faef9c4bb2c68735eef4f5c5ac15d0;p=project%2Fluci.git diff --git a/libs/iwinfo/src/iwinfo_wext.h b/libs/iwinfo/src/iwinfo_wext.h index d4914ff2e..dd1922fc8 100644 --- a/libs/iwinfo/src/iwinfo_wext.h +++ b/libs/iwinfo/src/iwinfo_wext.h @@ -19,28 +19,16 @@ #ifndef __IWINFO_WEXT_H_ #define __IWINFO_WEXT_H_ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include - +#include "iwinfo.h" #include "include/wext.h" + int wext_probe(const char *ifname); int wext_get_mode(const char *ifname, char *buf); int wext_get_ssid(const char *ifname, char *buf); int wext_get_bssid(const char *ifname, char *buf); int wext_get_channel(const char *ifname, int *buf); +int wext_get_frequency(const char *ifname, int *buf); int wext_get_bitrate(const char *ifname, int *buf); int wext_get_signal(const char *ifname, int *buf); int wext_get_noise(const char *ifname, int *buf); @@ -48,5 +36,8 @@ int wext_get_quality(const char *ifname, int *buf); int wext_get_quality_max(const char *ifname, int *buf); 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_mbssid_support(const char *ifname, int *buf); #endif