Lines Matching refs:EAP
92 # Enable IEEE 802.1X Supplicant (automatically included if any EAP method or
96 # EAP-MD5
99 # EAP-MSCHAPv2
102 # EAP-TLS
108 # EAP-TTLS
111 # EAP-FAST
114 # EAP-TEAP
115 # Note: The current EAP-TEAP implementation is experimental and should not be
116 # enabled for production use. The IETF RFC 7170 that defines EAP-TEAP has number
124 # EAP-GTC
127 # EAP-OTP
130 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
133 # Enable SIM simulator (Milenage) for EAP-SIM
136 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
139 # EAP-pwd (secure authentication using only a password)
142 # EAP-PAX
148 # EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)
151 # EAP-AKA' (enable CONFIG_PCSC, if EAP-AKA' is used).
155 # Enable USIM simulator (Milenage) for EAP-AKA
158 # EAP-SAKE
161 # EAP-GPSK
163 # Include support for optional SHA256 cipher suite in EAP-GPSK
166 # EAP-TNC and related Trusted Network Connect support (experimental)
179 # EAP-IKEv2
182 # EAP-EKE
197 # Enable this if EAP-SIM or EAP-AKA is included
324 # TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.1)
331 # TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.2)
371 # Add support for loading EAP methods dynamically as shared libraries.
372 # When this option is enabled, each EAP method can be either included
374 # Dynamic EAP methods are build as shared objects (eap_*.so) and they need to
379 # Note that some shared parts of EAP methods are included in the main program
380 # and in order to be able to use dynamic EAP methods using these parts, the
381 # main program must have been build with the EAP method enabled (=y or =dyn).
382 # This means that EAP-TLS/PEAP/TTLS/FAST cannot be added as dynamic libraries
384 # of the shared code. Similarly, at least one of EAP-SIM/AKA must be included