Commit 8bb6cf4
committed
net: l2: ieee802154: add support for IEEE802154_CFI_DATA_REQUEST
The 802.15.4 specifies that a device may send a DATA_REQUEST command to
the coordinator macResponseWaitTime symbols after the acknowledgment to
an association request command.
This change adds proper support to generate DATA_REQUEST frames and
sends one for the association usecase only. The two other usecases, for
MLME-POLL or for beacon-enabled PAN, are not yet supported.
Signed-off-by: Simon Piriou <[email protected]>1 parent f1c2ce4 commit 8bb6cf4
File tree
2 files changed
+55
-2
lines changed- subsys/net/l2/ieee802154
2 files changed
+55
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
795 | 825 | | |
796 | | - | |
797 | 826 | | |
798 | 827 | | |
799 | 828 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
577 | | - | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
578 | 601 | | |
579 | 602 | | |
580 | 603 | | |
| |||
607 | 630 | | |
608 | 631 | | |
609 | 632 | | |
| 633 | + | |
610 | 634 | | |
611 | 635 | | |
612 | 636 | | |
| |||
0 commit comments