[package] broadcom-wl: add "assoclist" command to wlc
[openwrt.git] / package / broadcom-wl / src / wlc / wlc.c
index 790bdff..3f3130d 100644 (file)
@@ -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))
 
This page took 0.020445 seconds and 4 git commands to generate.