]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Update EAP-GPSK references from internet draft to RFC 5433
authorJouni Malinen <j@w1.fi>
Thu, 26 Feb 2009 21:08:40 +0000 (23:08 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 26 Feb 2009 21:08:40 +0000 (23:08 +0200)
src/eap_common/eap_defs.h
src/eap_peer/eap_gpsk.c
src/eap_server/eap_gpsk.c

index 0ac95b5d7e41b96b4bc038244448950b4c0e76a2..0efe7ab77ea31875a25bf33be6ed10a27111bdcb 100644 (file)
@@ -67,7 +67,7 @@ typedef enum {
        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_GPSK = 51 /* draft-ietf-emu-eap-gpsk-17.txt */,
+       EAP_TYPE_GPSK = 51 /* RFC 5433 */,
        EAP_TYPE_EXPANDED = 254 /* RFC 3748 */
 } EapType;
 
index 9126e1c8de72943facf4be1638de8ec19daae349..f6a1955baff1a84adad479aeb5d7b0488a048ad4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * EAP peer method: EAP-GPSK (draft-ietf-emu-eap-gpsk-08.txt)
+ * EAP peer method: EAP-GPSK (RFC 5433)
  * Copyright (c) 2006-2008, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify
index c87d4526884af8d6f802257c5ea4e8174991401d..d0c7559d758b4e5d115c6d940d815c7b2c934017 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * hostapd / EAP-GPSK (draft-ietf-emu-eap-gpsk-08.txt) server
+ * hostapd / EAP-GPSK (RFC 5433) server
  * Copyright (c) 2006-2007, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify