Lines Matching refs:EAP
121 # Enable IEEE 802.1X Supplicant (automatically included if any EAP method is
125 # EAP-MD5
128 # EAP-MSCHAPv2
131 # EAP-TLS
137 # EAP-TTLS
140 # EAP-FAST
142 # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
147 # EAP-GTC
150 # EAP-OTP
153 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
156 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
159 # EAP-PAX
165 # EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)
168 # EAP-AKA' (enable CONFIG_PCSC, if EAP-AKA' is used).
172 # Enable USIM simulator (Milenage) for EAP-AKA
175 # EAP-SAKE
178 # EAP-GPSK
180 # Include support for optional SHA256 cipher suite in EAP-GPSK
183 # EAP-TNC and related Trusted Network Connect support (experimental)
189 # EAP-IKEv2
201 # Enable this if EAP-SIM or EAP-AKA is included
233 # save about 1 kB in code size when building only WPA-Personal (no EAP support)
246 # client configurations (they are needed for some EAP types).
313 # Whether to enable TLS/IA support, which is required for EAP-TTLSv1.
346 # Add support for loading EAP methods dynamically as shared libraries.
347 # When this option is enabled, each EAP method can be either included
349 # Dynamic EAP methods are build as shared objects (eap_*.so) and they need to
354 # Note that some shared parts of EAP methods are included in the main program
355 # and in order to be able to use dynamic EAP methods using these parts, the
356 # main program must have been build with the EAP method enabled (=y or =dyn).
357 # This means that EAP-TLS/PEAP/TTLS/FAST cannot be added as dynamic libraries
359 # of the shared code. Similarly, at least one of EAP-SIM/AKA must be included