mbox series

[wpan-next,0/4] ieee802154: Active scan support

Message ID 20230131105757.163034-1-miquel.raynal@bootlin.com (mailing list archive)
Headers show
Series ieee802154: Active scan support | expand

Message

Miquel Raynal Jan. 31, 2023, 10:57 a.m. UTC
Hello,
Following the initial support for passive scan and beaconing, here is an
addition to support active scans.
Thanks,
Miquèl

Miquel Raynal (4):
  ieee802154: Add support for user active scan requests
  mac802154: Handle active scanning
  ieee802154: Add support for allowing to answer BEACON_REQ
  mac802154: Handle received BEACON_REQ

 include/net/ieee802154_netdev.h | 20 +++++++++-
 net/ieee802154/header_ops.c     | 36 +++++++++++++++++
 net/ieee802154/nl802154.c       |  3 +-
 net/mac802154/ieee802154_i.h    | 21 ++++++++++
 net/mac802154/main.c            |  2 +
 net/mac802154/rx.c              | 70 ++++++++++++++++++++++++++++++++-
 net/mac802154/scan.c            | 65 +++++++++++++++++++++++++++---
 7 files changed, 209 insertions(+), 8 deletions(-)