In 802.1X/EAP authentication:
The EAP method (e.g., EAP-TLS, PEAP) results in the generation of a Master Session Key (MSK).
The Pairwise Master Key (PMK) is derived from the MSK.
The Pairwise Transient Key (PTK) is derived from the PMK using nonces and MAC addresses during the 4-Way Handshake.
The PTK includes the actual keys used for data encryption.
Incorrect:
B. This applies to WPA/WPA2-Personal, not 802.1X/EAP.
C. The RADIUS server sends the MSK, not the PMK directly.
D. The MSK is always derived during EAP authentication, mutual or not.
[References:, , CWSP-208 Study Guide, Chapter 3 (Key Hierarchy), , IEEE 802.11i Specification]
Submit