mbox series

[wpan-tools,0/2] iwpan: Beaconing support

Message ID 20230130155022.115117-1-miquel.raynal@bootlin.com (mailing list archive)
Headers show
Series iwpan: Beaconing support | expand

Message

Miquel Raynal Jan. 30, 2023, 3:50 p.m. UTC
Following the userspace series to support scan:

    [PATCH wpan-tools v2 0/8] iwpan: Scan support
    https://lore.kernel.org/linux-wpan/20230106111831.692202-1-miquel.raynal@bootlin.com/T/#t

And thanks to the recent merge of the beaconing part in the Linux kernel:

    [PATCH wpan-next v2 0/2] ieee802154: Beaconing support
    https://lore.kernel.org/linux-wpan/d17b1f40-b878-28fa-f93d-37f7e5ba856c@datenfreihafen.org/T/#t

Here is now some example code showing how to interact through the
netlink interface with the kernel in order to manage beaconing.

Thanks,
Miquèl

David Girault (1):
  iwpan: Add beaconing support

Miquel Raynal (1):
  iwpan: Synchronize nl802154.h with the latest beaconing changes

 src/nl802154.h |  3 +++
 src/scan.c     | 43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)