Difference between revisions of "IEEE 802.15.4"
m |
|||
Line 1: | Line 1: | ||
The '''IEEE 802.15.4''' is a specification for the physical and MAC layers of wireless personal area networks. | The '''IEEE 802.15.4''' is a specification for the physical and MAC layers of wireless personal area networks. | ||
+ | |||
+ | == 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 ([http://en.wikipedia.org/wiki/Mode_of_operation#Counter_.28CTR.29 CTR]): Encryption only. No authentication. | ||
+ | * Cipher Block Chaining Message Authentication Code ([http://en.wikipedia.org/wiki/CBC-MAC CBC-MAC]): Authentication only. | ||
+ | * Counter with CBC-MAC ([http://en.wikipedia.org/wiki/CCM_mode CCM]): Encryption and authentication. | ||
+ | |||
== Compliant transceivers == | == Compliant transceivers == |
Revision as of 02:50, 17 March 2010
The IEEE 802.15.4 is a specification for the physical and MAC layers of wireless personal area networks.
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.