Lines Matching refs:EAP
106 # Enable IEEE 802.1X Supplicant (automatically included if any EAP method is
110 # EAP-MD5
113 # EAP-MSCHAPv2
116 # EAP-TLS
122 # EAP-TTLS
125 # EAP-FAST
127 # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
132 # EAP-GTC
135 # EAP-OTP
138 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
141 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
144 # EAP-PAX
150 # EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)
153 # EAP-SAKE
156 # EAP-GPSK
158 # Include support for optional SHA256 cipher suite in EAP-GPSK
170 # Enable this if EAP-SIM or EAP-AKA is included
202 # save about 1 kB in code size when building only WPA-Personal (no EAP support)
208 # client configurations (they are needed for some EAP types).
261 # Whether to enable TLS/IA support, which is required for EAP-TTLSv1.
290 # Add support for loading EAP methods dynamically as shared libraries.
291 # When this option is enabled, each EAP method can be either included
293 # Dynamic EAP methods are build as shared objects (eap_*.so) and they need to
298 # Note that some shared parts of EAP methods are included in the main program
299 # and in order to be able to use dynamic EAP methods using these parts, the
300 # main program must have been build with the EAP method enabled (=y or =dyn).
301 # This means that EAP-TLS/PEAP/TTLS/FAST cannot be added as dynamic libraries
303 # of the shared code. Similarly, at least one of EAP-SIM/AKA must be included