Lines Matching refs:EAP
74 # Enable IEEE 802.1X Supplicant (automatically included if any EAP method is
78 # EAP-MD5
81 # EAP-MSCHAPv2
84 # EAP-TLS
90 # EAP-TTLS
93 # EAP-FAST
95 # for EAP-FAST support. Older OpenSSL releases would need to be patched, e.g.,
99 # EAP-GTC
102 # EAP-OTP
105 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
108 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
111 # EAP-pwd (secure authentication using only a password)
114 # EAP-PAX
120 # EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)
123 # EAP-AKA' (enable CONFIG_PCSC, if EAP-AKA' is used).
127 # Enable USIM simulator (Milenage) for EAP-AKA
130 # EAP-SAKE
133 # EAP-GPSK
135 # Include support for optional SHA256 cipher suite in EAP-GPSK
138 # EAP-TNC and related Trusted Network Connect support (experimental)
151 # EAP-IKEv2
154 # EAP-EKE
166 # Enable this if EAP-SIM or EAP-AKA is included
293 # TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.1)
300 # TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.2)
344 # Add support for loading EAP methods dynamically as shared libraries.
345 # When this option is enabled, each EAP method can be either included
347 # Dynamic EAP methods are build as shared objects (eap_*.so) and they need to
352 # Note that some shared parts of EAP methods are included in the main program
353 # and in order to be able to use dynamic EAP methods using these parts, the
354 # main program must have been build with the EAP method enabled (=y or =dyn).
355 # This means that EAP-TLS/PEAP/TTLS/FAST cannot be added as dynamic libraries
357 # of the shared code. Similarly, at least one of EAP-SIM/AKA must be included