Difference between revisions of "IEEE 802.15.4"
m (→Compliant transceivers) |
|||
Line 17: | Line 17: | ||
*[[CC2520]] | *[[CC2520]] | ||
*[[CC2530]] | *[[CC2530]] | ||
+ | *[[AT86RF230]] | ||
== See also == | == See also == |
Latest revision as of 04:16, 17 March 2010
The IEEE 802.15.4 is a specification for the physical and media access control layers of wireless personal area networks.
Contents
Physical layer
Media access control
Security
IEEE 802.15.4 media access control layer defines different security modes based on the AES block cipher:
- Null: neither encryption nor authentication. Default mode.
- Counter mode (CTR): Encryption only. No authentication.
- Cipher Block Chaining Message Authentication Code (CBC-MAC): Authentication only.
- Counter with CBC-MAC (CCM): Encryption and authentication.
For the last two modes, the authentication tag can be 32, 64 or 128 bits.