IANA allocated EAP method type 51 to EAP-GPSK
authorJouni Malinen <j@w1.fi>
Sat, 20 Dec 2008 10:39:24 +0000 (12:39 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 20 Dec 2008 10:39:24 +0000 (12:39 +0200)
hostapd/ChangeLog
src/eap_common/eap_defs.h
wpa_supplicant/ChangeLog

index 7ffe9c6..c097873 100644 (file)
@@ -17,6 +17,7 @@ ChangeLog for hostapd
          mac80211
        * added support for EAP-AKA' (draft-arkko-eap-aka-kdf)
        * added support for using driver_test over UDP socket
+       * changed EAP-GPSK to use the IANA assigned EAP method type 51
 
 2008-11-23 - v0.6.6
        * added a new configuration option, wpa_ptk_rekey, that can be used to
index 44bfd26..0ac95b5 100644 (file)
@@ -67,9 +67,8 @@ 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_EXPANDED = 254 /* RFC 3748 */,
-       EAP_TYPE_GPSK = 255 /* EXPERIMENTAL - type not yet allocated
-                            * draft-ietf-emu-eap-gpsk-01.txt */
+       EAP_TYPE_GPSK = 51 /* draft-ietf-emu-eap-gpsk-17.txt */,
+       EAP_TYPE_EXPANDED = 254 /* RFC 3748 */
 } EapType;
 
 
index d320c7c..899bdfd 100644 (file)
@@ -15,6 +15,7 @@ ChangeLog for wpa_supplicant
        * fixed PEAPv0 Cryptobinding interoperability issue with Windows Server
          2008 NPS; optional cryptobinding is now enabled (again) by default
        * fixed PSK editing in wpa_gui
+       * changed EAP-GPSK to use the IANA assigned EAP method type 51
 
 2008-11-23 - v0.6.6
        * added Milenage SIM/USIM emulator for EAP-SIM/EAP-AKA