diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-11 13:56:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-11 13:56:16 +0000 |
commit | 444e39b0936f26ddfed35b13d095de2c41ec611a (patch) | |
tree | 24523fc65e952b37eef29949f177c87b1a83e54a /libs/iwinfo/src/iwinfo_wext.h | |
parent | 9d1cfdd35993fae618cdfe3b7a8d88b362d74cdd (diff) |
libs/iwinfo: implement *_get_mbssid_support() check
Diffstat (limited to 'libs/iwinfo/src/iwinfo_wext.h')
-rw-r--r-- | libs/iwinfo/src/iwinfo_wext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/iwinfo/src/iwinfo_wext.h b/libs/iwinfo/src/iwinfo_wext.h index bd0a66f1e8..7ff6cfb7d2 100644 --- a/libs/iwinfo/src/iwinfo_wext.h +++ b/libs/iwinfo/src/iwinfo_wext.h @@ -35,5 +35,6 @@ 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_mbssid_support(const char *ifname, int *buf); #endif |