[package] broadcom-wl: add "assoclist" command to wlc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17144 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
99cf69088e
commit
ad92066a84
|
@ -10,8 +10,8 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||
|
||||
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
|
||||
|
|
|
@ -905,6 +905,13 @@ static const struct wlc_call wlc_calls[] = {
|
|||
.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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue