broadcom-wl: add "assoclist" command to wlc
SVN-Revision: 17144
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user