aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_common
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2012-05-02 20:45:01 +0300
committerJouni Malinen <j@w1.fi>2012-05-02 20:45:01 +0300
commit762e4ce620125f233bec964413354601b0d9654c (patch)
treeeb7577b1d6a44bd21d3fed38aad7348bdeeb1bc6 /src/eap_common
parent83519983138b0e9c19a4beb3a763e2289d5a51cb (diff)
downloadexternal_wpa_supplicant_8_ti-762e4ce620125f233bec964413354601b0d9654c.zip
external_wpa_supplicant_8_ti-762e4ce620125f233bec964413354601b0d9654c.tar.gz
external_wpa_supplicant_8_ti-762e4ce620125f233bec964413354601b0d9654c.tar.bz2
EAP-AKA': Update to RFC 5448
There was a technical change between the last IETF draft version (draft-arkko-eap-aka-kdf-10) and RFC 5448 in the leading characters used in the username (i.e., use unique characters for EAP-AKA' instead of reusing the EAP-AKA ones). This commit updates EAP-AKA' server and peer implementations to use the leading characters based on the final RFC. Note: This will make EAP-AKA' not interoperate between the earlier draft version and the new version. Signed-hostap: Jouni Malinen <j@w1.fi> intended-for: hostap-1
Diffstat (limited to 'src/eap_common')
-rw-r--r--src/eap_common/eap_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eap_common/eap_defs.h b/src/eap_common/eap_defs.h
index af0a29a..360193a 100644
--- a/src/eap_common/eap_defs.h
+++ b/src/eap_common/eap_defs.h
@@ -60,7 +60,7 @@ typedef enum {
EAP_TYPE_PSK = 47 /* RFC 4764 */,
EAP_TYPE_SAKE = 48 /* RFC 4763 */,
EAP_TYPE_IKEV2 = 49 /* RFC 5106 */,
- EAP_TYPE_AKA_PRIME = 50 /* draft-arkko-eap-aka-kdf-10.txt */,
+ EAP_TYPE_AKA_PRIME = 50 /* RFC 5448 */,
EAP_TYPE_GPSK = 51 /* RFC 5433 */,
EAP_TYPE_PWD = 52 /* RFC 5931 */,
EAP_TYPE_EXPANDED = 254 /* RFC 3748 */