3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-22 13:02:44 +01:00

eap: add EAP-PWD method type

This commit is contained in:
James Prestwood 2018-04-26 16:02:44 -07:00 committed by Denis Kenzior
parent 145711762f
commit 071ef356db

View File

@ -105,6 +105,7 @@ enum eap_type {
EAP_TYPE_EXTENSIONS = 33,
EAP_TYPE_AKA_PRIME = 50,
EAP_TYPE_MSCHAPV2 = 26,
EAP_TYPE_PWD = 52,
EAP_TYPE_EXPANDED = 254,
};