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_wl.h | |
parent | 9d1cfdd35993fae618cdfe3b7a8d88b362d74cdd (diff) |
libs/iwinfo: implement *_get_mbssid_support() check
Diffstat (limited to 'libs/iwinfo/src/iwinfo_wl.h')
-rw-r--r-- | libs/iwinfo/src/iwinfo_wl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/iwinfo/src/iwinfo_wl.h b/libs/iwinfo/src/iwinfo_wl.h index 5df893994..8ae791758 100644 --- a/libs/iwinfo/src/iwinfo_wl.h +++ b/libs/iwinfo/src/iwinfo_wl.h @@ -35,5 +35,6 @@ int wl_get_quality(const char *ifname, int *buf); int wl_get_quality_max(const char *ifname, int *buf); int wl_get_enctype(const char *ifname, char *buf); int wl_get_assoclist(const char *ifname, char *buf, int *len); +int wl_get_mbssid_support(const char *ifname, int *buf); #endif |