The content of this file has evolved, reflect the changes accepted in the mainline Linux kernel here with the additional beaconing definitions. Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> --- src/nl802154.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/nl802154.h b/src/nl802154.h index 648fc93..dbad1c9 100644 --- a/src/nl802154.h +++ b/src/nl802154.h @@ -74,6 +74,8 @@ enum nl802154_commands { NL802154_CMD_TRIGGER_SCAN, NL802154_CMD_ABORT_SCAN, NL802154_CMD_SCAN_DONE, + NL802154_CMD_SEND_BEACONS, + NL802154_CMD_STOP_BEACONS, /* add new commands above here */ @@ -142,6 +144,7 @@ enum nl802154_attrs { NL802154_ATTR_SCAN_MEAN_PRF, NL802154_ATTR_SCAN_DURATION, NL802154_ATTR_SCAN_DONE_REASON, + NL802154_ATTR_BEACON_INTERVAL, /* add attributes here, update the policy in nl802154.c */ -- 2.34.1