libs/iwinfo: implement *_get_mbssid_support() check
[project/luci.git] / libs / iwinfo / src / iwinfo_wext.c
index 76062ba..859bb1f 100644 (file)
@@ -297,3 +297,9 @@ int wext_get_assoclist(const char *ifname, char *buf, int *len)
        return -1;
 }
 
+int wext_get_mbssid_support(const char *ifname, int *buf)
+{
+       /* No multi bssid support atm */
+       return -1;
+}
+