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
96 # EAP-GTC
99 # EAP-OTP
102 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
105 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
108 # EAP-pwd (secure authentication using only a password)
111 # EAP-PAX
117 # EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)
120 # EAP-AKA' (enable CONFIG_PCSC, if EAP-AKA' is used).
124 # Enable USIM simulator (Milenage) for EAP-AKA
127 # EAP-SAKE
130 # EAP-GPSK
132 # Include support for optional SHA256 cipher suite in EAP-GPSK
135 # EAP-TNC and related Trusted Network Connect support (experimental)
148 # EAP-IKEv2
151 # EAP-EKE
163 # Enable this if EAP-SIM or EAP-AKA is included
286 # TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.1)
293 # TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.2)
337 # Add support for loading EAP methods dynamically as shared libraries.
338 # When this option is enabled, each EAP method can be either included
340 # Dynamic EAP methods are build as shared objects (eap_*.so) and they need to
345 # Note that some shared parts of EAP methods are included in the main program
346 # and in order to be able to use dynamic EAP methods using these parts, the
347 # main program must have been build with the EAP method enabled (=y or =dyn).
348 # This means that EAP-TLS/PEAP/TTLS/FAST cannot be added as dynamic libraries
350 # of the shared code. Similarly, at least one of EAP-SIM/AKA must be included