802.15.4 security

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

802.15.4 security

1,187件の閲覧回数
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.
ラベル(1)
0 件の賞賛
2 返答(返信)

340件の閲覧回数
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 件の賞賛

340件の閲覧回数
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 件の賞賛