Enable EAP methods in wpa_supplicant configuration by uncommenting CONFIG_IEEE8021X_EAPOL, CONFIG_EAP_TLS, CONFIG_EAP_PEAP, and CONFIG_EAP_TTLS for enhanced authentication support.
This commit is contained in:
@@ -91,7 +91,7 @@ CC=arm-uclinuxfdpiceabi-gcc
|
|||||||
|
|
||||||
# Enable IEEE 802.1X Supplicant (automatically included if any EAP method or
|
# Enable IEEE 802.1X Supplicant (automatically included if any EAP method or
|
||||||
# MACsec is included)
|
# MACsec is included)
|
||||||
#CONFIG_IEEE8021X_EAPOL=y
|
CONFIG_IEEE8021X_EAPOL=y
|
||||||
|
|
||||||
# EAP-MD5
|
# EAP-MD5
|
||||||
#CONFIG_EAP_MD5=y
|
#CONFIG_EAP_MD5=y
|
||||||
@@ -100,16 +100,16 @@ CC=arm-uclinuxfdpiceabi-gcc
|
|||||||
#CONFIG_EAP_MSCHAPV2=y
|
#CONFIG_EAP_MSCHAPV2=y
|
||||||
|
|
||||||
# EAP-TLS
|
# EAP-TLS
|
||||||
#CONFIG_EAP_TLS=y
|
CONFIG_EAP_TLS=y
|
||||||
# Enable EAP-TLSv1.3 support by default (currently disabled unless explicitly
|
# Enable EAP-TLSv1.3 support by default (currently disabled unless explicitly
|
||||||
# enabled in network configuration)
|
# enabled in network configuration)
|
||||||
#CONFIG_EAP_TLSV1_3=y
|
#CONFIG_EAP_TLSV1_3=y
|
||||||
|
|
||||||
# EAL-PEAP
|
# EAL-PEAP
|
||||||
#CONFIG_EAP_PEAP=y
|
CONFIG_EAP_PEAP=y
|
||||||
|
|
||||||
# EAP-TTLS
|
# EAP-TTLS
|
||||||
#CONFIG_EAP_TTLS=y
|
CONFIG_EAP_TTLS=y
|
||||||
|
|
||||||
# EAP-FAST
|
# EAP-FAST
|
||||||
#CONFIG_EAP_FAST=y
|
#CONFIG_EAP_FAST=y
|
||||||
|
|||||||
Reference in New Issue
Block a user