eap: Rename EAP TLS type to follow common nomenclature

This commit is contained in:
Tim Kourt 2019-04-02 11:59:32 -07:00 committed by Denis Kenzior
parent 713408b831
commit 71efd05f4e
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ enum eap_type {
__EAP_TYPE_MIN_METHOD = 4,
EAP_TYPE_MD5_CHALLENGE = 4,
EAP_TYPE_GTC = 6,
EAP_TYPE_TLS_EAP = 13,
EAP_TYPE_TLS = 13,
EAP_TYPE_SIM = 18,
EAP_TYPE_TTLS = 21,
EAP_TYPE_AKA = 23,

View File

@ -91,7 +91,7 @@ static bool eap_tls_settings_load(struct eap_state *eap,
}
static struct eap_method eap_tls = {
.request_type = EAP_TYPE_TLS_EAP,
.request_type = EAP_TYPE_TLS,
.exports_msk = true,
.name = "TLS",