Update EAP-GPSK references from internet draft to RFC 5433

This commit is contained in:
Jouni Malinen 2009-02-26 23:08:40 +02:00
parent f4c617ee4c
commit 358b98668e
3 changed files with 3 additions and 3 deletions

View 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;

View 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

View 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