mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
eap: Rename EAP TLS type to follow common nomenclature
This commit is contained in:
parent
713408b831
commit
71efd05f4e
@ -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,
|
||||
|
@ -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",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user