802.15.4 security

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

802.15.4 security

1,176 Views
saurabh
Contributor I
I have looked at the MyWirelessDemo 8 for security over 802.15.4. I have selected security mode as 0x01 (ACL mode) and security level as 0x02 (AES-CCM-128) on the coordinator and the end device.
The demo runs perfectly fine.

I am not able to understand the flow of the code. How does the coordinator allow the end devices to associate to it without checking the ACL? Is there any provision to add entries to the ACL?
The documentation does not talk anything about this.

It would be great if I get the exact function that deals with check/ enforcing the security.
Labels (1)
0 Kudos
2 Replies

329 Views
addiyi
NXP Employee
NXP Employee
Hello Saurabh,

You can not access security functions, because this functions are embedded into 802.15.4_MAC libraries. More informations about Security, you can find in 802154MPSRM.pdf, Chapter 4.11 Security and also in 802.15.4 Standard and in the ZigBee Security Services Specification.

BR,
Adrian
0 Kudos

329 Views
saurabh
Contributor I
Thanks for the information.

I want to create a star network that has 1 coordinator and 2 end
devices. The coordinator should only allow these 2 end devices to
associate to the PAN. All the other devices that try to associate to
the PAN should be denied access.

To achieve this scenario I will have to use the ACL functionality. The
code related to ACL will have to be modified for the same.

I am to able to identify the exact function which when modifed will enforce these restrictions?
0 Kudos