diff options
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 bd0a66f1e..7ff6cfb7d 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 |