PKG_NAME:=broadcom-wl
PKG_VERSION:=4.150.10.5.3
PKG_NAME:=broadcom-wl
PKG_VERSION:=4.150.10.5.3
-PKG_RELEASE:=5
-WLC_VERSION:=0.1
+PKG_RELEASE:=6
+WLC_VERSION:=0.2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
.handler = wlc_ioctl,
.desc = "Desired BSSID"
},
.handler = wlc_ioctl,
.desc = "Desired BSSID"
},
+ {
+ .name = "assoclist",
+ .param = STRING,
+ .data.num = (WLC_GET_ASSOCLIST << 16),
+ .handler = wlc_maclist,
+ .desc = "MACs of associated stations"
+ },
};
#define wlc_calls_size (sizeof(wlc_calls) / sizeof(struct wlc_call))
};
#define wlc_calls_size (sizeof(wlc_calls) / sizeof(struct wlc_call))