Message ID | 20230130155022.115117-2-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Stefan Schmidt |
Headers | show |
Series | iwpan: Beaconing support | expand |
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 */
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@bootlin.com> --- src/nl802154.h | 3 +++ 1 file changed, 3 insertions(+)