Message ID | 20211222155816.256405-1-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | IEEE 802.15.4 passive scan support | expand |
Hi, I did a quick overlook of those patches and I am very happy to see such patches and I will try them out in the next few days! Thanks. On Wed, 22 Dec 2021 at 10:58, Miquel Raynal <miquel.raynal@bootlin.com> wrote: > > From: David Girault <david.girault@qorvo.com> > > Bring support for different scanning operations, such as starting or > aborting a scan operation with a given configuration, dumping the list > of discovered PANs, and flushing the list. > > It also brings support for a couple of semi-debug features, such as a > manual beacon request to ask sending or stopping beacons out of a > particular interface. This is particularly useful when trying to > validate the scanning support without proper hardware. > > Signed-off-by: David Girault <david.girault@qorvo.com> > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> > --- > DEST/usr/local/bin/iwpan | Bin 0 -> 178448 bytes > DEST/usr/local/bin/wpan-hwsim | Bin 0 -> 45056 bytes > DEST/usr/local/bin/wpan-ping | Bin 0 -> 47840 bytes I think those binaries were added by accident, or? - Alex
Hi Alexander, alex.aring@gmail.com wrote on Wed, 22 Dec 2021 12:19:36 -0500: > Hi, > > I did a quick overlook of those patches and I am very happy to see > such patches and I will try them out in the next few days! Thanks. Sure, thanks for the feedback all along this series, I'll try to discuss and address all the points you raised. > On Wed, 22 Dec 2021 at 10:58, Miquel Raynal <miquel.raynal@bootlin.com> wrote: > > > > From: David Girault <david.girault@qorvo.com> > > > > Bring support for different scanning operations, such as starting or > > aborting a scan operation with a given configuration, dumping the list > > of discovered PANs, and flushing the list. > > > > It also brings support for a couple of semi-debug features, such as a > > manual beacon request to ask sending or stopping beacons out of a > > particular interface. This is particularly useful when trying to > > validate the scanning support without proper hardware. > > > > Signed-off-by: David Girault <david.girault@qorvo.com> > > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> > > --- > > DEST/usr/local/bin/iwpan | Bin 0 -> 178448 bytes > > DEST/usr/local/bin/wpan-hwsim | Bin 0 -> 45056 bytes > > DEST/usr/local/bin/wpan-ping | Bin 0 -> 47840 bytes > > I think those binaries were added by accident, or? Oops! Of course I'll drop them all. Thanks, Miquèl