Added a separate ctx pointer for wpa_msg() calls in WPA supp
[wpasupplicant] / wpa_supplicant / wpa_supplicant.conf
1 ##### Example wpa_supplicant configuration file ###############################
2 #
3 # This file describes configuration file format and lists all available option.
4 # Please also take a look at simpler configuration examples in 'examples'
5 # subdirectory.
6 #
7 # Empty lines and lines starting with # are ignored
8
9 # NOTE! This file may contain password information and should probably be made
10 # readable only by root user on multiuser systems.
11
12 # Note: All file paths in this configuration file should use full (absolute,
13 # not relative to working directory) path in order to allow working directory
14 # to be changed. This can happen if wpa_supplicant is run in the background.
15
16 # Whether to allow wpa_supplicant to update (overwrite) configuration
17 #
18 # This option can be used to allow wpa_supplicant to overwrite configuration
19 # file whenever configuration is changed (e.g., new network block is added with
20 # wpa_cli or wpa_gui, or a password is changed). This is required for
21 # wpa_cli/wpa_gui to be able to store the configuration changes permanently.
22 # Please note that overwriting configuration file will remove the comments from
23 # it.
24 #update_config=1
25
26 # global configuration (shared by all network blocks)
27 #
28 # Parameters for the control interface. If this is specified, wpa_supplicant
29 # will open a control interface that is available for external programs to
30 # manage wpa_supplicant. The meaning of this string depends on which control
31 # interface mechanism is used. For all cases, the existance of this parameter
32 # in configuration is used to determine whether the control interface is
33 # enabled.
34 #
35 # For UNIX domain sockets (default on Linux and BSD): This is a directory that
36 # will be created for UNIX domain sockets for listening to requests from
37 # external programs (CLI/GUI, etc.) for status information and configuration.
38 # The socket file will be named based on the interface name, so multiple
39 # wpa_supplicant processes can be run at the same time if more than one
40 # interface is used.
41 # /var/run/wpa_supplicant is the recommended directory for sockets and by
42 # default, wpa_cli will use it when trying to connect with wpa_supplicant.
43 #
44 # Access control for the control interface can be configured by setting the
45 # directory to allow only members of a group to use sockets. This way, it is
46 # possible to run wpa_supplicant as root (since it needs to change network
47 # configuration and open raw sockets) and still allow GUI/CLI components to be
48 # run as non-root users. However, since the control interface can be used to
49 # change the network configuration, this access needs to be protected in many
50 # cases. By default, wpa_supplicant is configured to use gid 0 (root). If you
51 # want to allow non-root users to use the control interface, add a new group
52 # and change this value to match with that group. Add users that should have
53 # control interface access to this group. If this variable is commented out or
54 # not included in the configuration file, group will not be changed from the
55 # value it got by default when the directory or socket was created.
56 #
57 # When configuring both the directory and group, use following format:
58 # DIR=/var/run/wpa_supplicant GROUP=wheel
59 # DIR=/var/run/wpa_supplicant GROUP=0
60 # (group can be either group name or gid)
61 #
62 # For UDP connections (default on Windows): The value will be ignored. This
63 # variable is just used to select that the control interface is to be created.
64 # The value can be set to, e.g., udp (ctrl_interface=udp)
65 #
66 # For Windows Named Pipe: This value can be used to set the security descriptor
67 # for controlling access to the control interface. Security descriptor can be
68 # set using Security Descriptor String Format (see http://msdn.microsoft.com/
69 # library/default.asp?url=/library/en-us/secauthz/security/
70 # security_descriptor_string_format.asp). The descriptor string needs to be
71 # prefixed with SDDL=. For example, ctrl_interface=SDDL=D: would set an empty
72 # DACL (which will reject all connections). See README-Windows.txt for more
73 # information about SDDL string format.
74 #
75 ctrl_interface=/var/run/wpa_supplicant
76
77 # IEEE 802.1X/EAPOL version
78 # wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which defines
79 # EAPOL version 2. However, there are many APs that do not handle the new
80 # version number correctly (they seem to drop the frames completely). In order
81 # to make wpa_supplicant interoperate with these APs, the version number is set
82 # to 1 by default. This configuration value can be used to set it to the new
83 # version (2).
84 eapol_version=1
85
86 # AP scanning/selection
87 # By default, wpa_supplicant requests driver to perform AP scanning and then
88 # uses the scan results to select a suitable AP. Another alternative is to
89 # allow the driver to take care of AP scanning and selection and use
90 # wpa_supplicant just to process EAPOL frames based on IEEE 802.11 association
91 # information from the driver.
92 # 1: wpa_supplicant initiates scanning and AP selection
93 # 0: driver takes care of scanning, AP selection, and IEEE 802.11 association
94 #    parameters (e.g., WPA IE generation); this mode can also be used with
95 #    non-WPA drivers when using IEEE 802.1X mode; do not try to associate with
96 #    APs (i.e., external program needs to control association). This mode must
97 #    also be used when using wired Ethernet drivers.
98 # 2: like 0, but associate with APs using security policy and SSID (but not
99 #    BSSID); this can be used, e.g., with ndiswrapper and NDIS drivers to
100 #    enable operation with hidden SSIDs and optimized roaming; in this mode,
101 #    the network blocks in the configuration file are tried one by one until
102 #    the driver reports successful association; each network block should have
103 #    explicit security policy (i.e., only one option in the lists) for
104 #    key_mgmt, pairwise, group, proto variables
105 ap_scan=1
106
107 # EAP fast re-authentication
108 # By default, fast re-authentication is enabled for all EAP methods that
109 # support it. This variable can be used to disable fast re-authentication.
110 # Normally, there is no need to disable this.
111 fast_reauth=1
112
113 # OpenSSL Engine support
114 # These options can be used to load OpenSSL engines.
115 # The two engines that are supported currently are shown below:
116 # They are both from the opensc project (http://www.opensc.org/)
117 # By default no engines are loaded.
118 # make the opensc engine available
119 #opensc_engine_path=/usr/lib/opensc/engine_opensc.so
120 # make the pkcs11 engine available
121 #pkcs11_engine_path=/usr/lib/opensc/engine_pkcs11.so
122 # configure the path to the pkcs11 module required by the pkcs11 engine
123 #pkcs11_module_path=/usr/lib/pkcs11/opensc-pkcs11.so
124
125 # Dynamic EAP methods
126 # If EAP methods were built dynamically as shared object files, they need to be
127 # loaded here before being used in the network blocks. By default, EAP methods
128 # are included statically in the build, so these lines are not needed
129 #load_dynamic_eap=/usr/lib/wpa_supplicant/eap_tls.so
130 #load_dynamic_eap=/usr/lib/wpa_supplicant/eap_md5.so
131
132 # Driver interface parameters
133 # This field can be used to configure arbitrary driver interace parameters. The
134 # format is specific to the selected driver interface. This field is not used
135 # in most cases.
136 #driver_param="field=value"
137
138 # Country code
139 # The ISO/IEC alpha2 country code for the country in which this device is
140 # currently operating.
141 #country=US
142
143 # Maximum lifetime for PMKSA in seconds; default 43200
144 #dot11RSNAConfigPMKLifetime=43200
145 # Threshold for reauthentication (percentage of PMK lifetime); default 70
146 #dot11RSNAConfigPMKReauthThreshold=70
147 # Timeout for security association negotiation in seconds; default 60
148 #dot11RSNAConfigSATimeout=60
149
150 # Wi-Fi Protected Setup (WPS) parameters
151
152 # Universally Unique IDentifier (UUID; see RFC 4122) of the device
153 # If not configured, UUID will be generated based on the local MAC address.
154 #uuid=12345678-9abc-def0-1234-56789abcdef0
155
156 # Device Name
157 # User-friendly description of device; up to 32 octets encoded in UTF-8
158 #device_name=Wireless Client
159
160 # Manufacturer
161 # The manufacturer of the device (up to 64 ASCII characters)
162 #manufacturer=Company
163
164 # Model Name
165 # Model of the device (up to 32 ASCII characters)
166 #model_name=cmodel
167
168 # Model Number
169 # Additional device description (up to 32 ASCII characters)
170 #model_number=123
171
172 # Serial Number
173 # Serial number of the device (up to 32 characters)
174 #serial_number=12345
175
176 # Primary Device Type
177 # Used format: <categ>-<OUI>-<subcateg>
178 # categ = Category as an integer value
179 # OUI = OUI and type octet as a 4-octet hex-encoded value; 0050F204 for
180 #       default WPS OUI
181 # subcateg = OUI-specific Sub Category as an integer value
182 # Examples:
183 #   1-0050F204-1 (Computer / PC)
184 #   1-0050F204-2 (Computer / Server)
185 #   5-0050F204-1 (Storage / NAS)
186 #   6-0050F204-1 (Network Infrastructure / AP)
187 #device_type=1-0050F204-1
188
189 # OS Version
190 # 4-octet operating system version number (hex string)
191 #os_version=01020300
192
193
194 # network block
195 #
196 # Each network (usually AP's sharing the same SSID) is configured as a separate
197 # block in this configuration file. The network blocks are in preference order
198 # (the first match is used).
199 #
200 # network block fields:
201 #
202 # disabled:
203 #       0 = this network can be used (default)
204 #       1 = this network block is disabled (can be enabled through ctrl_iface,
205 #           e.g., with wpa_cli or wpa_gui)
206 #
207 # id_str: Network identifier string for external scripts. This value is passed
208 #       to external action script through wpa_cli as WPA_ID_STR environment
209 #       variable to make it easier to do network specific configuration.
210 #
211 # ssid: SSID (mandatory); either as an ASCII string with double quotation or
212 #       as hex string; network name
213 #
214 # scan_ssid:
215 #       0 = do not scan this SSID with specific Probe Request frames (default)
216 #       1 = scan with SSID-specific Probe Request frames (this can be used to
217 #           find APs that do not accept broadcast SSID or use multiple SSIDs;
218 #           this will add latency to scanning, so enable this only when needed)
219 #
220 # bssid: BSSID (optional); if set, this network block is used only when
221 #       associating with the AP using the configured BSSID
222 #
223 # priority: priority group (integer)
224 # By default, all networks will get same priority group (0). If some of the
225 # networks are more desirable, this field can be used to change the order in
226 # which wpa_supplicant goes through the networks when selecting a BSS. The
227 # priority groups will be iterated in decreasing priority (i.e., the larger the
228 # priority value, the sooner the network is matched against the scan results).
229 # Within each priority group, networks will be selected based on security
230 # policy, signal strength, etc.
231 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not
232 # using this priority to select the order for scanning. Instead, they try the
233 # networks in the order that used in the configuration file.
234 #
235 # mode: IEEE 802.11 operation mode
236 # 0 = infrastructure (Managed) mode, i.e., associate with an AP (default)
237 # 1 = IBSS (ad-hoc, peer-to-peer)
238 # Note: IBSS can only be used with key_mgmt NONE (plaintext and static WEP)
239 # and key_mgmt=WPA-NONE (fixed group key TKIP/CCMP). In addition, ap_scan has
240 # to be set to 2 for IBSS. WPA-None requires following network block options:
241 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
242 # both), and psk must also be set.
243 #
244 # frequency: Channel frequency in megahertz (MHz) for IBSS, e.g.,
245 # 2412 = IEEE 802.11b/g channel 1. This value is used to configure the initial
246 # channel for IBSS (adhoc) networks. It is ignored in the infrastructure mode.
247 # In addition, this value is only used by the station that creates the IBSS. If
248 # an IBSS network with the configured SSID is already present, the frequency of
249 # the network will be used instead of this configured value.
250 #
251 # proto: list of accepted protocols
252 # WPA = WPA/IEEE 802.11i/D3.0
253 # RSN = WPA2/IEEE 802.11i (also WPA2 can be used as an alias for RSN)
254 # If not set, this defaults to: WPA RSN
255 #
256 # key_mgmt: list of accepted authenticated key management protocols
257 # WPA-PSK = WPA pre-shared key (this requires 'psk' field)
258 # WPA-EAP = WPA using EAP authentication (this can use an external
259 #       program, e.g., Xsupplicant, for IEEE 802.1X EAP Authentication
260 # IEEE8021X = IEEE 802.1X using EAP authentication and (optionally) dynamically
261 #       generated WEP keys
262 # NONE = WPA is not used; plaintext or static WEP could be used
263 # WPA-PSK-SHA256 = Like WPA-PSK but using stronger SHA256-based algorithms
264 # WPA-EAP-SHA256 = Like WPA-EAP but using stronger SHA256-based algorithms
265 # If not set, this defaults to: WPA-PSK WPA-EAP
266 #
267 # auth_alg: list of allowed IEEE 802.11 authentication algorithms
268 # OPEN = Open System authentication (required for WPA/WPA2)
269 # SHARED = Shared Key authentication (requires static WEP keys)
270 # LEAP = LEAP/Network EAP (only used with LEAP)
271 # If not set, automatic selection is used (Open System with LEAP enabled if
272 # LEAP is allowed as one of the EAP methods).
273 #
274 # pairwise: list of accepted pairwise (unicast) ciphers for WPA
275 # CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
276 # TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
277 # NONE = Use only Group Keys (deprecated, should not be included if APs support
278 #       pairwise keys)
279 # If not set, this defaults to: CCMP TKIP
280 #
281 # group: list of accepted group (broadcast/multicast) ciphers for WPA
282 # CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
283 # TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
284 # WEP104 = WEP (Wired Equivalent Privacy) with 104-bit key
285 # WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key [IEEE 802.11]
286 # If not set, this defaults to: CCMP TKIP WEP104 WEP40
287 #
288 # psk: WPA preshared key; 256-bit pre-shared key
289 # The key used in WPA-PSK mode can be entered either as 64 hex-digits, i.e.,
290 # 32 bytes or as an ASCII passphrase (in which case, the real PSK will be
291 # generated using the passphrase and SSID). ASCII passphrase must be between
292 # 8 and 63 characters (inclusive).
293 # This field is not needed, if WPA-EAP is used.
294 # Note: Separate tool, wpa_passphrase, can be used to generate 256-bit keys
295 # from ASCII passphrase. This process uses lot of CPU and wpa_supplicant
296 # startup and reconfiguration time can be optimized by generating the PSK only
297 # only when the passphrase or SSID has actually changed.
298 #
299 # eapol_flags: IEEE 802.1X/EAPOL options (bit field)
300 # Dynamic WEP key required for non-WPA mode
301 # bit0 (1): require dynamically generated unicast WEP key
302 # bit1 (2): require dynamically generated broadcast WEP key
303 #       (3 = require both keys; default)
304 # Note: When using wired authentication, eapol_flags must be set to 0 for the
305 # authentication to be completed successfully.
306 #
307 # mixed_cell: This option can be used to configure whether so called mixed
308 # cells, i.e., networks that use both plaintext and encryption in the same
309 # SSID, are allowed when selecting a BSS form scan results.
310 # 0 = disabled (default)
311 # 1 = enabled
312 #
313 # proactive_key_caching:
314 # Enable/disable opportunistic PMKSA caching for WPA2.
315 # 0 = disabled (default)
316 # 1 = enabled
317 #
318 # wep_key0..3: Static WEP key (ASCII in double quotation, e.g. "abcde" or
319 # hex without quotation, e.g., 0102030405)
320 # wep_tx_keyidx: Default WEP key index (TX) (0..3)
321 #
322 # peerkey: Whether PeerKey negotiation for direct links (IEEE 802.11e DLS) is
323 # allowed. This is only used with RSN/WPA2.
324 # 0 = disabled (default)
325 # 1 = enabled
326 #peerkey=1
327 #
328 # wpa_ptk_rekey: Maximum lifetime for PTK in seconds. This can be used to
329 # enforce rekeying of PTK to mitigate some attacks against TKIP deficiencies.
330 #
331 # Following fields are only used with internal EAP implementation.
332 # eap: space-separated list of accepted EAP methods
333 #       MD5 = EAP-MD5 (unsecure and does not generate keying material ->
334 #                       cannot be used with WPA; to be used as a Phase 2 method
335 #                       with EAP-PEAP or EAP-TTLS)
336 #       MSCHAPV2 = EAP-MSCHAPv2 (cannot be used separately with WPA; to be used
337 #               as a Phase 2 method with EAP-PEAP or EAP-TTLS)
338 #       OTP = EAP-OTP (cannot be used separately with WPA; to be used
339 #               as a Phase 2 method with EAP-PEAP or EAP-TTLS)
340 #       GTC = EAP-GTC (cannot be used separately with WPA; to be used
341 #               as a Phase 2 method with EAP-PEAP or EAP-TTLS)
342 #       TLS = EAP-TLS (client and server certificate)
343 #       PEAP = EAP-PEAP (with tunnelled EAP authentication)
344 #       TTLS = EAP-TTLS (with tunnelled EAP or PAP/CHAP/MSCHAP/MSCHAPV2
345 #                        authentication)
346 #       If not set, all compiled in methods are allowed.
347 #
348 # identity: Identity string for EAP
349 #       This field is also used to configure user NAI for
350 #       EAP-PSK/PAX/SAKE/GPSK.
351 # anonymous_identity: Anonymous identity string for EAP (to be used as the
352 #       unencrypted identity with EAP types that support different tunnelled
353 #       identity, e.g., EAP-TTLS)
354 # password: Password string for EAP. This field can include either the
355 #       plaintext password (using ASCII or hex string) or a NtPasswordHash
356 #       (16-byte MD4 hash of password) in hash:<32 hex digits> format.
357 #       NtPasswordHash can only be used when the password is for MSCHAPv2 or
358 #       MSCHAP (EAP-MSCHAPv2, EAP-TTLS/MSCHAPv2, EAP-TTLS/MSCHAP, LEAP).
359 #       EAP-PSK (128-bit PSK), EAP-PAX (128-bit PSK), and EAP-SAKE (256-bit
360 #       PSK) is also configured using this field. For EAP-GPSK, this is a
361 #       variable length PSK.
362 # ca_cert: File path to CA certificate file (PEM/DER). This file can have one
363 #       or more trusted CA certificates. If ca_cert and ca_path are not
364 #       included, server certificate will not be verified. This is insecure and
365 #       a trusted CA certificate should always be configured when using
366 #       EAP-TLS/TTLS/PEAP. Full path should be used since working directory may
367 #       change when wpa_supplicant is run in the background.
368 #       On Windows, trusted CA certificates can be loaded from the system
369 #       certificate store by setting this to cert_store://<name>, e.g.,
370 #       ca_cert="cert_store://CA" or ca_cert="cert_store://ROOT".
371 #       Note that when running wpa_supplicant as an application, the user
372 #       certificate store (My user account) is used, whereas computer store
373 #       (Computer account) is used when running wpasvc as a service.
374 # ca_path: Directory path for CA certificate files (PEM). This path may
375 #       contain multiple CA certificates in OpenSSL format. Common use for this
376 #       is to point to system trusted CA list which is often installed into
377 #       directory like /etc/ssl/certs. If configured, these certificates are
378 #       added to the list of trusted CAs. ca_cert may also be included in that
379 #       case, but it is not required.
380 # client_cert: File path to client certificate file (PEM/DER)
381 #       Full path should be used since working directory may change when
382 #       wpa_supplicant is run in the background.
383 #       Alternatively, a named configuration blob can be used by setting this
384 #       to blob://<blob name>.
385 # private_key: File path to client private key file (PEM/DER/PFX)
386 #       When PKCS#12/PFX file (.p12/.pfx) is used, client_cert should be
387 #       commented out. Both the private key and certificate will be read from
388 #       the PKCS#12 file in this case. Full path should be used since working
389 #       directory may change when wpa_supplicant is run in the background.
390 #       Windows certificate store can be used by leaving client_cert out and
391 #       configuring private_key in one of the following formats:
392 #       cert://substring_to_match
393 #       hash://certificate_thumbprint_in_hex
394 #       for example: private_key="hash://63093aa9c47f56ae88334c7b65a4"
395 #       Note that when running wpa_supplicant as an application, the user
396 #       certificate store (My user account) is used, whereas computer store
397 #       (Computer account) is used when running wpasvc as a service.
398 #       Alternatively, a named configuration blob can be used by setting this
399 #       to blob://<blob name>.
400 # private_key_passwd: Password for private key file (if left out, this will be
401 #       asked through control interface)
402 # dh_file: File path to DH/DSA parameters file (in PEM format)
403 #       This is an optional configuration file for setting parameters for an
404 #       ephemeral DH key exchange. In most cases, the default RSA
405 #       authentication does not use this configuration. However, it is possible
406 #       setup RSA to use ephemeral DH key exchange. In addition, ciphers with
407 #       DSA keys always use ephemeral DH keys. This can be used to achieve
408 #       forward secrecy. If the file is in DSA parameters format, it will be
409 #       automatically converted into DH params.
410 # subject_match: Substring to be matched against the subject of the
411 #       authentication server certificate. If this string is set, the server
412 #       sertificate is only accepted if it contains this string in the subject.
413 #       The subject string is in following format:
414 #       /C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com
415 # altsubject_match: Semicolon separated string of entries to be matched against
416 #       the alternative subject name of the authentication server certificate.
417 #       If this string is set, the server sertificate is only accepted if it
418 #       contains one of the entries in an alternative subject name extension.
419 #       altSubjectName string is in following format: TYPE:VALUE
420 #       Example: EMAIL:server@example.com
421 #       Example: DNS:server.example.com;DNS:server2.example.com
422 #       Following types are supported: EMAIL, DNS, URI
423 # phase1: Phase1 (outer authentication, i.e., TLS tunnel) parameters
424 #       (string with field-value pairs, e.g., "peapver=0" or
425 #       "peapver=1 peaplabel=1")
426 #       'peapver' can be used to force which PEAP version (0 or 1) is used.
427 #       'peaplabel=1' can be used to force new label, "client PEAP encryption",
428 #       to be used during key derivation when PEAPv1 or newer. Most existing
429 #       PEAPv1 implementation seem to be using the old label, "client EAP
430 #       encryption", and wpa_supplicant is now using that as the default value.
431 #       Some servers, e.g., Radiator, may require peaplabel=1 configuration to
432 #       interoperate with PEAPv1; see eap_testing.txt for more details.
433 #       'peap_outer_success=0' can be used to terminate PEAP authentication on
434 #       tunneled EAP-Success. This is required with some RADIUS servers that
435 #       implement draft-josefsson-pppext-eap-tls-eap-05.txt (e.g.,
436 #       Lucent NavisRadius v4.4.0 with PEAP in "IETF Draft 5" mode)
437 #       include_tls_length=1 can be used to force wpa_supplicant to include
438 #       TLS Message Length field in all TLS messages even if they are not
439 #       fragmented.
440 #       sim_min_num_chal=3 can be used to configure EAP-SIM to require three
441 #       challenges (by default, it accepts 2 or 3)
442 #       result_ind=1 can be used to enable EAP-SIM and EAP-AKA to use
443 #       protected result indication.
444 #       'crypto_binding' option can be used to control PEAPv0 cryptobinding
445 #       behavior:
446 #        * 0 = do not use cryptobinding (default)
447 #        * 1 = use cryptobinding if server supports it
448 #        * 2 = require cryptobinding
449 #       EAP-WSC (WPS) uses following options: pin=<Device Password> or
450 #       pbc=1.
451 # phase2: Phase2 (inner authentication with TLS tunnel) parameters
452 #       (string with field-value pairs, e.g., "auth=MSCHAPV2" for EAP-PEAP or
453 #       "autheap=MSCHAPV2 autheap=MD5" for EAP-TTLS)
454 # Following certificate/private key fields are used in inner Phase2
455 # authentication when using EAP-TTLS or EAP-PEAP.
456 # ca_cert2: File path to CA certificate file. This file can have one or more
457 #       trusted CA certificates. If ca_cert2 and ca_path2 are not included,
458 #       server certificate will not be verified. This is insecure and a trusted
459 #       CA certificate should always be configured.
460 # ca_path2: Directory path for CA certificate files (PEM)
461 # client_cert2: File path to client certificate file
462 # private_key2: File path to client private key file
463 # private_key2_passwd: Password for private key file
464 # dh_file2: File path to DH/DSA parameters file (in PEM format)
465 # subject_match2: Substring to be matched against the subject of the
466 #       authentication server certificate.
467 # altsubject_match2: Substring to be matched against the alternative subject
468 #       name of the authentication server certificate.
469 #
470 # fragment_size: Maximum EAP fragment size in bytes (default 1398).
471 #       This value limits the fragment size for EAP methods that support
472 #       fragmentation (e.g., EAP-TLS and EAP-PEAP). This value should be set
473 #       small enough to make the EAP messages fit in MTU of the network
474 #       interface used for EAPOL. The default value is suitable for most
475 #       cases.
476 #
477 # EAP-FAST variables:
478 # pac_file: File path for the PAC entries. wpa_supplicant will need to be able
479 #       to create this file and write updates to it when PAC is being
480 #       provisioned or refreshed. Full path to the file should be used since
481 #       working directory may change when wpa_supplicant is run in the
482 #       background. Alternatively, a named configuration blob can be used by
483 #       setting this to blob://<blob name>
484 # phase1: fast_provisioning option can be used to enable in-line provisioning
485 #         of EAP-FAST credentials (PAC):
486 #         0 = disabled,
487 #         1 = allow unauthenticated provisioning,
488 #         2 = allow authenticated provisioning,
489 #         3 = allow both unauthenticated and authenticated provisioning
490 #       fast_max_pac_list_len=<num> option can be used to set the maximum
491 #               number of PAC entries to store in a PAC list (default: 10)
492 #       fast_pac_format=binary option can be used to select binary format for
493 #               storing PAC entries in order to save some space (the default
494 #               text format uses about 2.5 times the size of minimal binary
495 #               format)
496 #
497 # wpa_supplicant supports number of "EAP workarounds" to work around
498 # interoperability issues with incorrectly behaving authentication servers.
499 # These are enabled by default because some of the issues are present in large
500 # number of authentication servers. Strict EAP conformance mode can be
501 # configured by disabling workarounds with eap_workaround=0.
502
503 # Example blocks:
504
505 # Simple case: WPA-PSK, PSK as an ASCII passphrase, allow all valid ciphers
506 network={
507         ssid="simple"
508         psk="very secret passphrase"
509         priority=5
510 }
511
512 # Same as previous, but request SSID-specific scanning (for APs that reject
513 # broadcast SSID)
514 network={
515         ssid="second ssid"
516         scan_ssid=1
517         psk="very secret passphrase"
518         priority=2
519 }
520
521 # Only WPA-PSK is used. Any valid cipher combination is accepted.
522 network={
523         ssid="example"
524         proto=WPA
525         key_mgmt=WPA-PSK
526         pairwise=CCMP TKIP
527         group=CCMP TKIP WEP104 WEP40
528         psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb
529         priority=2
530 }
531
532 # WPA-Personal(PSK) with TKIP and enforcement for frequent PTK rekeying
533 network={
534         ssid="example"
535         proto=WPA
536         key_mgmt=WPA-PSK
537         pairwise=TKIP
538         group=TKIP
539         psk="not so secure passphrase"
540         wpa_ptk_rekey=600
541 }
542
543 # Only WPA-EAP is used. Both CCMP and TKIP is accepted. An AP that used WEP104
544 # or WEP40 as the group cipher will not be accepted.
545 network={
546         ssid="example"
547         proto=RSN
548         key_mgmt=WPA-EAP
549         pairwise=CCMP TKIP
550         group=CCMP TKIP
551         eap=TLS
552         identity="user@example.com"
553         ca_cert="/etc/cert/ca.pem"
554         client_cert="/etc/cert/user.pem"
555         private_key="/etc/cert/user.prv"
556         private_key_passwd="password"
557         priority=1
558 }
559
560 # EAP-PEAP/MSCHAPv2 configuration for RADIUS servers that use the new peaplabel
561 # (e.g., Radiator)
562 network={
563         ssid="example"
564         key_mgmt=WPA-EAP
565         eap=PEAP
566         identity="user@example.com"
567         password="foobar"
568         ca_cert="/etc/cert/ca.pem"
569         phase1="peaplabel=1"
570         phase2="auth=MSCHAPV2"
571         priority=10
572 }
573
574 # EAP-TTLS/EAP-MD5-Challenge configuration with anonymous identity for the
575 # unencrypted use. Real identity is sent only within an encrypted TLS tunnel.
576 network={
577         ssid="example"
578         key_mgmt=WPA-EAP
579         eap=TTLS
580         identity="user@example.com"
581         anonymous_identity="anonymous@example.com"
582         password="foobar"
583         ca_cert="/etc/cert/ca.pem"
584         priority=2
585 }
586
587 # EAP-TTLS/MSCHAPv2 configuration with anonymous identity for the unencrypted
588 # use. Real identity is sent only within an encrypted TLS tunnel.
589 network={
590         ssid="example"
591         key_mgmt=WPA-EAP
592         eap=TTLS
593         identity="user@example.com"
594         anonymous_identity="anonymous@example.com"
595         password="foobar"
596         ca_cert="/etc/cert/ca.pem"
597         phase2="auth=MSCHAPV2"
598 }
599
600 # WPA-EAP, EAP-TTLS with different CA certificate used for outer and inner
601 # authentication.
602 network={
603         ssid="example"
604         key_mgmt=WPA-EAP
605         eap=TTLS
606         # Phase1 / outer authentication
607         anonymous_identity="anonymous@example.com"
608         ca_cert="/etc/cert/ca.pem"
609         # Phase 2 / inner authentication
610         phase2="autheap=TLS"
611         ca_cert2="/etc/cert/ca2.pem"
612         client_cert2="/etc/cer/user.pem"
613         private_key2="/etc/cer/user.prv"
614         private_key2_passwd="password"
615         priority=2
616 }
617
618 # Both WPA-PSK and WPA-EAP is accepted. Only CCMP is accepted as pairwise and
619 # group cipher.
620 network={
621         ssid="example"
622         bssid=00:11:22:33:44:55
623         proto=WPA RSN
624         key_mgmt=WPA-PSK WPA-EAP
625         pairwise=CCMP
626         group=CCMP
627         psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb
628 }
629
630 # Special characters in SSID, so use hex string. Default to WPA-PSK, WPA-EAP
631 # and all valid ciphers.
632 network={
633         ssid=00010203
634         psk=000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
635 }
636
637
638 # EAP-SIM with a GSM SIM or USIM
639 network={
640         ssid="eap-sim-test"
641         key_mgmt=WPA-EAP
642         eap=SIM
643         pin="1234"
644         pcsc=""
645 }
646
647
648 # EAP-PSK
649 network={
650         ssid="eap-psk-test"
651         key_mgmt=WPA-EAP
652         eap=PSK
653         anonymous_identity="eap_psk_user"
654         password=06b4be19da289f475aa46a33cb793029
655         identity="eap_psk_user@example.com"
656 }
657
658
659 # IEEE 802.1X/EAPOL with dynamically generated WEP keys (i.e., no WPA) using
660 # EAP-TLS for authentication and key generation; require both unicast and
661 # broadcast WEP keys.
662 network={
663         ssid="1x-test"
664         key_mgmt=IEEE8021X
665         eap=TLS
666         identity="user@example.com"
667         ca_cert="/etc/cert/ca.pem"
668         client_cert="/etc/cert/user.pem"
669         private_key="/etc/cert/user.prv"
670         private_key_passwd="password"
671         eapol_flags=3
672 }
673
674
675 # LEAP with dynamic WEP keys
676 network={
677         ssid="leap-example"
678         key_mgmt=IEEE8021X
679         eap=LEAP
680         identity="user"
681         password="foobar"
682 }
683
684 # EAP-IKEv2 using shared secrets for both server and peer authentication
685 network={
686         ssid="ikev2-example"
687         key_mgmt=WPA-EAP
688         eap=IKEV2
689         identity="user"
690         password="foobar"
691 }
692
693 # EAP-FAST with WPA (WPA or WPA2)
694 network={
695         ssid="eap-fast-test"
696         key_mgmt=WPA-EAP
697         eap=FAST
698         anonymous_identity="FAST-000102030405"
699         identity="username"
700         password="password"
701         phase1="fast_provisioning=1"
702         pac_file="/etc/wpa_supplicant.eap-fast-pac"
703 }
704
705 network={
706         ssid="eap-fast-test"
707         key_mgmt=WPA-EAP
708         eap=FAST
709         anonymous_identity="FAST-000102030405"
710         identity="username"
711         password="password"
712         phase1="fast_provisioning=1"
713         pac_file="blob://eap-fast-pac"
714 }
715
716 # Plaintext connection (no WPA, no IEEE 802.1X)
717 network={
718         ssid="plaintext-test"
719         key_mgmt=NONE
720 }
721
722
723 # Shared WEP key connection (no WPA, no IEEE 802.1X)
724 network={
725         ssid="static-wep-test"
726         key_mgmt=NONE
727         wep_key0="abcde"
728         wep_key1=0102030405
729         wep_key2="1234567890123"
730         wep_tx_keyidx=0
731         priority=5
732 }
733
734
735 # Shared WEP key connection (no WPA, no IEEE 802.1X) using Shared Key
736 # IEEE 802.11 authentication
737 network={
738         ssid="static-wep-test2"
739         key_mgmt=NONE
740         wep_key0="abcde"
741         wep_key1=0102030405
742         wep_key2="1234567890123"
743         wep_tx_keyidx=0
744         priority=5
745         auth_alg=SHARED
746 }
747
748
749 # IBSS/ad-hoc network with WPA-None/TKIP.
750 network={
751         ssid="test adhoc"
752         mode=1
753         frequency=2412
754         proto=WPA
755         key_mgmt=WPA-NONE
756         pairwise=NONE
757         group=TKIP
758         psk="secret passphrase"
759 }
760
761
762 # Catch all example that allows more or less all configuration modes
763 network={
764         ssid="example"
765         scan_ssid=1
766         key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
767         pairwise=CCMP TKIP
768         group=CCMP TKIP WEP104 WEP40
769         psk="very secret passphrase"
770         eap=TTLS PEAP TLS
771         identity="user@example.com"
772         password="foobar"
773         ca_cert="/etc/cert/ca.pem"
774         client_cert="/etc/cert/user.pem"
775         private_key="/etc/cert/user.prv"
776         private_key_passwd="password"
777         phase1="peaplabel=0"
778 }
779
780 # Example of EAP-TLS with smartcard (openssl engine)
781 network={
782         ssid="example"
783         key_mgmt=WPA-EAP
784         eap=TLS
785         proto=RSN
786         pairwise=CCMP TKIP
787         group=CCMP TKIP
788         identity="user@example.com"
789         ca_cert="/etc/cert/ca.pem"
790         client_cert="/etc/cert/user.pem"
791
792         engine=1
793
794         # The engine configured here must be available. Look at
795         # OpenSSL engine support in the global section.
796         # The key available through the engine must be the private key
797         # matching the client certificate configured above.
798
799         # use the opensc engine
800         #engine_id="opensc"
801         #key_id="45"
802
803         # use the pkcs11 engine
804         engine_id="pkcs11"
805         key_id="id_45"
806
807         # Optional PIN configuration; this can be left out and PIN will be
808         # asked through the control interface
809         pin="1234"
810 }
811
812 # Example configuration showing how to use an inlined blob as a CA certificate
813 # data instead of using external file
814 network={
815         ssid="example"
816         key_mgmt=WPA-EAP
817         eap=TTLS
818         identity="user@example.com"
819         anonymous_identity="anonymous@example.com"
820         password="foobar"
821         ca_cert="blob://exampleblob"
822         priority=20
823 }
824
825 blob-base64-exampleblob={
826 SGVsbG8gV29ybGQhCg==
827 }
828
829
830 # Wildcard match for SSID (plaintext APs only). This example select any
831 # open AP regardless of its SSID.
832 network={
833         key_mgmt=NONE
834 }