IANA allocated EAP method type 51 to EAP-GPSK
This commit is contained in:
parent
ad5302a1ca
commit
a2b3a34bab
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue