Include peer certificate always in EAP events
[mech_eap.git] / 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 existence 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 # Note: When using MACsec, eapol_version shall be set to 3, which is
85 # defined in IEEE Std 802.1X-2010.
86 eapol_version=1
87
88 # AP scanning/selection
89 # By default, wpa_supplicant requests driver to perform AP scanning and then
90 # uses the scan results to select a suitable AP. Another alternative is to
91 # allow the driver to take care of AP scanning and selection and use
92 # wpa_supplicant just to process EAPOL frames based on IEEE 802.11 association
93 # information from the driver.
94 # 1: wpa_supplicant initiates scanning and AP selection; if no APs matching to
95 #    the currently enabled networks are found, a new network (IBSS or AP mode
96 #    operation) may be initialized (if configured) (default)
97 # 0: driver takes care of scanning, AP selection, and IEEE 802.11 association
98 #    parameters (e.g., WPA IE generation); this mode can also be used with
99 #    non-WPA drivers when using IEEE 802.1X mode; do not try to associate with
100 #    APs (i.e., external program needs to control association). This mode must
101 #    also be used when using wired Ethernet drivers.
102 #    Note: macsec_qca driver is one type of Ethernet driver which implements
103 #    macsec feature.
104 # 2: like 0, but associate with APs using security policy and SSID (but not
105 #    BSSID); this can be used, e.g., with ndiswrapper and NDIS drivers to
106 #    enable operation with hidden SSIDs and optimized roaming; in this mode,
107 #    the network blocks in the configuration file are tried one by one until
108 #    the driver reports successful association; each network block should have
109 #    explicit security policy (i.e., only one option in the lists) for
110 #    key_mgmt, pairwise, group, proto variables
111 # When using IBSS or AP mode, ap_scan=2 mode can force the new network to be
112 # created immediately regardless of scan results. ap_scan=1 mode will first try
113 # to scan for existing networks and only if no matches with the enabled
114 # networks are found, a new IBSS or AP mode network is created.
115 ap_scan=1
116
117 # MPM residency
118 # By default, wpa_supplicant implements the mesh peering manager (MPM) for an
119 # open mesh. However, if the driver can implement the MPM, you may set this to
120 # 0 to use the driver version. When AMPE is enabled, the wpa_supplicant MPM is
121 # always used.
122 # 0: MPM lives in the driver
123 # 1: wpa_supplicant provides an MPM which handles peering (default)
124 #user_mpm=1
125
126 # Maximum number of peer links (0-255; default: 99)
127 # Maximum number of mesh peering currently maintained by the STA.
128 #max_peer_links=99
129
130 # cert_in_cb - Whether to include a peer certificate dump in events
131 # This controls whether peer certificates for authentication server and
132 # its certificate chain are included in EAP peer certificate events. This is
133 # enabled by default.
134 #cert_in_cb=1
135
136 # EAP fast re-authentication
137 # By default, fast re-authentication is enabled for all EAP methods that
138 # support it. This variable can be used to disable fast re-authentication.
139 # Normally, there is no need to disable this.
140 fast_reauth=1
141
142 # OpenSSL Engine support
143 # These options can be used to load OpenSSL engines.
144 # The two engines that are supported currently are shown below:
145 # They are both from the opensc project (http://www.opensc.org/)
146 # By default no engines are loaded.
147 # make the opensc engine available
148 #opensc_engine_path=/usr/lib/opensc/engine_opensc.so
149 # make the pkcs11 engine available
150 #pkcs11_engine_path=/usr/lib/opensc/engine_pkcs11.so
151 # configure the path to the pkcs11 module required by the pkcs11 engine
152 #pkcs11_module_path=/usr/lib/pkcs11/opensc-pkcs11.so
153
154 # OpenSSL cipher string
155 #
156 # This is an OpenSSL specific configuration option for configuring the default
157 # ciphers. If not set, "DEFAULT:!EXP:!LOW" is used as the default.
158 # See https://www.openssl.org/docs/apps/ciphers.html for OpenSSL documentation
159 # on cipher suite configuration. This is applicable only if wpa_supplicant is
160 # built to use OpenSSL.
161 #openssl_ciphers=DEFAULT:!EXP:!LOW
162
163
164 # Dynamic EAP methods
165 # If EAP methods were built dynamically as shared object files, they need to be
166 # loaded here before being used in the network blocks. By default, EAP methods
167 # are included statically in the build, so these lines are not needed
168 #load_dynamic_eap=/usr/lib/wpa_supplicant/eap_tls.so
169 #load_dynamic_eap=/usr/lib/wpa_supplicant/eap_md5.so
170
171 # Driver interface parameters
172 # This field can be used to configure arbitrary driver interace parameters. The
173 # format is specific to the selected driver interface. This field is not used
174 # in most cases.
175 #driver_param="field=value"
176
177 # Country code
178 # The ISO/IEC alpha2 country code for the country in which this device is
179 # currently operating.
180 #country=US
181
182 # Maximum lifetime for PMKSA in seconds; default 43200
183 #dot11RSNAConfigPMKLifetime=43200
184 # Threshold for reauthentication (percentage of PMK lifetime); default 70
185 #dot11RSNAConfigPMKReauthThreshold=70
186 # Timeout for security association negotiation in seconds; default 60
187 #dot11RSNAConfigSATimeout=60
188
189 # Wi-Fi Protected Setup (WPS) parameters
190
191 # Universally Unique IDentifier (UUID; see RFC 4122) of the device
192 # If not configured, UUID will be generated based on the local MAC address.
193 #uuid=12345678-9abc-def0-1234-56789abcdef0
194
195 # Device Name
196 # User-friendly description of device; up to 32 octets encoded in UTF-8
197 #device_name=Wireless Client
198
199 # Manufacturer
200 # The manufacturer of the device (up to 64 ASCII characters)
201 #manufacturer=Company
202
203 # Model Name
204 # Model of the device (up to 32 ASCII characters)
205 #model_name=cmodel
206
207 # Model Number
208 # Additional device description (up to 32 ASCII characters)
209 #model_number=123
210
211 # Serial Number
212 # Serial number of the device (up to 32 characters)
213 #serial_number=12345
214
215 # Primary Device Type
216 # Used format: <categ>-<OUI>-<subcateg>
217 # categ = Category as an integer value
218 # OUI = OUI and type octet as a 4-octet hex-encoded value; 0050F204 for
219 #       default WPS OUI
220 # subcateg = OUI-specific Sub Category as an integer value
221 # Examples:
222 #   1-0050F204-1 (Computer / PC)
223 #   1-0050F204-2 (Computer / Server)
224 #   5-0050F204-1 (Storage / NAS)
225 #   6-0050F204-1 (Network Infrastructure / AP)
226 #device_type=1-0050F204-1
227
228 # OS Version
229 # 4-octet operating system version number (hex string)
230 #os_version=01020300
231
232 # Config Methods
233 # List of the supported configuration methods
234 # Available methods: usba ethernet label display ext_nfc_token int_nfc_token
235 #       nfc_interface push_button keypad virtual_display physical_display
236 #       virtual_push_button physical_push_button
237 # For WSC 1.0:
238 #config_methods=label display push_button keypad
239 # For WSC 2.0:
240 #config_methods=label virtual_display virtual_push_button keypad
241
242 # Credential processing
243 #   0 = process received credentials internally (default)
244 #   1 = do not process received credentials; just pass them over ctrl_iface to
245 #       external program(s)
246 #   2 = process received credentials internally and pass them over ctrl_iface
247 #       to external program(s)
248 #wps_cred_processing=0
249
250 # Vendor attribute in WPS M1, e.g., Windows 7 Vertical Pairing
251 # The vendor attribute contents to be added in M1 (hex string)
252 #wps_vendor_ext_m1=000137100100020001
253
254 # NFC password token for WPS
255 # These parameters can be used to configure a fixed NFC password token for the
256 # station. This can be generated, e.g., with nfc_pw_token. When these
257 # parameters are used, the station is assumed to be deployed with a NFC tag
258 # that includes the matching NFC password token (e.g., written based on the
259 # NDEF record from nfc_pw_token).
260 #
261 #wps_nfc_dev_pw_id: Device Password ID (16..65535)
262 #wps_nfc_dh_pubkey: Hexdump of DH Public Key
263 #wps_nfc_dh_privkey: Hexdump of DH Private Key
264 #wps_nfc_dev_pw: Hexdump of Device Password
265
266 # Maximum number of BSS entries to keep in memory
267 # Default: 200
268 # This can be used to limit memory use on the BSS entries (cached scan
269 # results). A larger value may be needed in environments that have huge number
270 # of APs when using ap_scan=1 mode.
271 #bss_max_count=200
272
273 # Automatic scan
274 # This is an optional set of parameters for automatic scanning
275 # within an interface in following format:
276 #autoscan=<autoscan module name>:<module parameters>
277 # autoscan is like bgscan but on disconnected or inactive state.
278 # For instance, on exponential module parameters would be <base>:<limit>
279 #autoscan=exponential:3:300
280 # Which means a delay between scans on a base exponential of 3,
281 # up to the limit of 300 seconds (3, 9, 27 ... 300)
282 # For periodic module, parameters would be <fixed interval>
283 #autoscan=periodic:30
284 # So a delay of 30 seconds will be applied between each scan
285
286 # filter_ssids - SSID-based scan result filtering
287 # 0 = do not filter scan results (default)
288 # 1 = only include configured SSIDs in scan results/BSS table
289 #filter_ssids=0
290
291 # Password (and passphrase, etc.) backend for external storage
292 # format: <backend name>[:<optional backend parameters>]
293 #ext_password_backend=test:pw1=password|pw2=testing
294
295 # Timeout in seconds to detect STA inactivity (default: 300 seconds)
296 #
297 # This timeout value is used in P2P GO mode to clean up
298 # inactive stations.
299 #p2p_go_max_inactivity=300
300
301 # Passphrase length (8..63) for P2P GO
302 #
303 # This parameter controls the length of the random passphrase that is
304 # generated at the GO. Default: 8.
305 #p2p_passphrase_len=8
306
307 # Extra delay between concurrent P2P search iterations
308 #
309 # This value adds extra delay in milliseconds between concurrent search
310 # iterations to make p2p_find friendlier to concurrent operations by avoiding
311 # it from taking 100% of radio resources. The default value is 500 ms.
312 #p2p_search_delay=500
313
314 # Opportunistic Key Caching (also known as Proactive Key Caching) default
315 # This parameter can be used to set the default behavior for the
316 # proactive_key_caching parameter. By default, OKC is disabled unless enabled
317 # with the global okc=1 parameter or with the per-network
318 # proactive_key_caching=1 parameter. With okc=1, OKC is enabled by default, but
319 # can be disabled with per-network proactive_key_caching=0 parameter.
320 #okc=0
321
322 # Protected Management Frames default
323 # This parameter can be used to set the default behavior for the ieee80211w
324 # parameter. By default, PMF is disabled unless enabled with the global pmf=1/2
325 # parameter or with the per-network ieee80211w=1/2 parameter. With pmf=1/2, PMF
326 # is enabled/required by default, but can be disabled with the per-network
327 # ieee80211w parameter.
328 #pmf=0
329
330 # Enabled SAE finite cyclic groups in preference order
331 # By default (if this parameter is not set), the mandatory group 19 (ECC group
332 # defined over a 256-bit prime order field) is preferred, but other groups are
333 # also enabled. If this parameter is set, the groups will be tried in the
334 # indicated order. The group values are listed in the IANA registry:
335 # http://www.iana.org/assignments/ipsec-registry/ipsec-registry.xml#ipsec-registry-9
336 #sae_groups=21 20 19 26 25
337
338 # Default value for DTIM period (if not overridden in network block)
339 #dtim_period=2
340
341 # Default value for Beacon interval (if not overridden in network block)
342 #beacon_int=100
343
344 # Additional vendor specific elements for Beacon and Probe Response frames
345 # This parameter can be used to add additional vendor specific element(s) into
346 # the end of the Beacon and Probe Response frames. The format for these
347 # element(s) is a hexdump of the raw information elements (id+len+payload for
348 # one or more elements). This is used in AP and P2P GO modes.
349 #ap_vendor_elements=dd0411223301
350
351 # Ignore scan results older than request
352 #
353 # The driver may have a cache of scan results that makes it return
354 # information that is older than our scan trigger. This parameter can
355 # be used to configure such old information to be ignored instead of
356 # allowing it to update the internal BSS table.
357 #ignore_old_scan_res=0
358
359 # scan_cur_freq: Whether to scan only the current frequency
360 # 0:  Scan all available frequencies. (Default)
361 # 1:  Scan current operating frequency if another VIF on the same radio
362 #     is already associated.
363
364 # MAC address policy default
365 # 0 = use permanent MAC address
366 # 1 = use random MAC address for each ESS connection
367 # 2 = like 1, but maintain OUI (with local admin bit set)
368 #
369 # By default, permanent MAC address is used unless policy is changed by
370 # the per-network mac_addr parameter. Global mac_addr=1 can be used to
371 # change this default behavior.
372 #mac_addr=0
373
374 # Lifetime of random MAC address in seconds (default: 60)
375 #rand_addr_lifetime=60
376
377 # MAC address policy for pre-association operations (scanning, ANQP)
378 # 0 = use permanent MAC address
379 # 1 = use random MAC address
380 # 2 = like 1, but maintain OUI (with local admin bit set)
381 #preassoc_mac_addr=0
382
383 # Interworking (IEEE 802.11u)
384
385 # Enable Interworking
386 # interworking=1
387
388 # Homogenous ESS identifier
389 # If this is set, scans will be used to request response only from BSSes
390 # belonging to the specified Homogeneous ESS. This is used only if interworking
391 # is enabled.
392 # hessid=00:11:22:33:44:55
393
394 # Automatic network selection behavior
395 # 0 = do not automatically go through Interworking network selection
396 #     (i.e., require explicit interworking_select command for this; default)
397 # 1 = perform Interworking network selection if one or more
398 #     credentials have been configured and scan did not find a
399 #     matching network block
400 #auto_interworking=0
401
402 # credential block
403 #
404 # Each credential used for automatic network selection is configured as a set
405 # of parameters that are compared to the information advertised by the APs when
406 # interworking_select and interworking_connect commands are used.
407 #
408 # credential fields:
409 #
410 # temporary: Whether this credential is temporary and not to be saved
411 #
412 # priority: Priority group
413 #       By default, all networks and credentials get the same priority group
414 #       (0). This field can be used to give higher priority for credentials
415 #       (and similarly in struct wpa_ssid for network blocks) to change the
416 #       Interworking automatic networking selection behavior. The matching
417 #       network (based on either an enabled network block or a credential)
418 #       with the highest priority value will be selected.
419 #
420 # pcsc: Use PC/SC and SIM/USIM card
421 #
422 # realm: Home Realm for Interworking
423 #
424 # username: Username for Interworking network selection
425 #
426 # password: Password for Interworking network selection
427 #
428 # ca_cert: CA certificate for Interworking network selection
429 #
430 # client_cert: File path to client certificate file (PEM/DER)
431 #       This field is used with Interworking networking selection for a case
432 #       where client certificate/private key is used for authentication
433 #       (EAP-TLS). Full path to the file should be used since working
434 #       directory may change when wpa_supplicant is run in the background.
435 #
436 #       Alternatively, a named configuration blob can be used by setting
437 #       this to blob://blob_name.
438 #
439 # private_key: File path to client private key file (PEM/DER/PFX)
440 #       When PKCS#12/PFX file (.p12/.pfx) is used, client_cert should be
441 #       commented out. Both the private key and certificate will be read
442 #       from the PKCS#12 file in this case. Full path to the file should be
443 #       used since working directory may change when wpa_supplicant is run
444 #       in the background.
445 #
446 #       Windows certificate store can be used by leaving client_cert out and
447 #       configuring private_key in one of the following formats:
448 #
449 #       cert://substring_to_match
450 #
451 #       hash://certificate_thumbprint_in_hex
452 #
453 #       For example: private_key="hash://63093aa9c47f56ae88334c7b65a4"
454 #
455 #       Note that when running wpa_supplicant as an application, the user
456 #       certificate store (My user account) is used, whereas computer store
457 #       (Computer account) is used when running wpasvc as a service.
458 #
459 #       Alternatively, a named configuration blob can be used by setting
460 #       this to blob://blob_name.
461 #
462 # private_key_passwd: Password for private key file
463 #
464 # imsi: IMSI in <MCC> | <MNC> | '-' | <MSIN> format
465 #
466 # milenage: Milenage parameters for SIM/USIM simulator in <Ki>:<OPc>:<SQN>
467 #       format
468 #
469 # domain: Home service provider FQDN(s)
470 #       This is used to compare against the Domain Name List to figure out
471 #       whether the AP is operated by the Home SP. Multiple domain entries can
472 #       be used to configure alternative FQDNs that will be considered home
473 #       networks.
474 #
475 # roaming_consortium: Roaming Consortium OI
476 #       If roaming_consortium_len is non-zero, this field contains the
477 #       Roaming Consortium OI that can be used to determine which access
478 #       points support authentication with this credential. This is an
479 #       alternative to the use of the realm parameter. When using Roaming
480 #       Consortium to match the network, the EAP parameters need to be
481 #       pre-configured with the credential since the NAI Realm information
482 #       may not be available or fetched.
483 #
484 # eap: Pre-configured EAP method
485 #       This optional field can be used to specify which EAP method will be
486 #       used with this credential. If not set, the EAP method is selected
487 #       automatically based on ANQP information (e.g., NAI Realm).
488 #
489 # phase1: Pre-configure Phase 1 (outer authentication) parameters
490 #       This optional field is used with like the 'eap' parameter.
491 #
492 # phase2: Pre-configure Phase 2 (inner authentication) parameters
493 #       This optional field is used with like the 'eap' parameter.
494 #
495 # excluded_ssid: Excluded SSID
496 #       This optional field can be used to excluded specific SSID(s) from
497 #       matching with the network. Multiple entries can be used to specify more
498 #       than one SSID.
499 #
500 # roaming_partner: Roaming partner information
501 #       This optional field can be used to configure preferences between roaming
502 #       partners. The field is a string in following format:
503 #       <FQDN>,<0/1 exact match>,<priority>,<* or country code>
504 #       (non-exact match means any subdomain matches the entry; priority is in
505 #       0..255 range with 0 being the highest priority)
506 #
507 # update_identifier: PPS MO ID
508 #       (Hotspot 2.0 PerProviderSubscription/UpdateIdentifier)
509 #
510 # provisioning_sp: FQDN of the SP that provisioned the credential
511 #       This optional field can be used to keep track of the SP that provisioned
512 #       the credential to find the PPS MO (./Wi-Fi/<provisioning_sp>).
513 #
514 # Minimum backhaul threshold (PPS/<X+>/Policy/MinBackhauldThreshold/*)
515 #       These fields can be used to specify minimum download/upload backhaul
516 #       bandwidth that is preferred for the credential. This constraint is
517 #       ignored if the AP does not advertise WAN Metrics information or if the
518 #       limit would prevent any connection. Values are in kilobits per second.
519 # min_dl_bandwidth_home
520 # min_ul_bandwidth_home
521 # min_dl_bandwidth_roaming
522 # min_ul_bandwidth_roaming
523 #
524 # max_bss_load: Maximum BSS Load Channel Utilization (1..255)
525 #       (PPS/<X+>/Policy/MaximumBSSLoadValue)
526 #       This value is used as the maximum channel utilization for network
527 #       selection purposes for home networks. If the AP does not advertise
528 #       BSS Load or if the limit would prevent any connection, this constraint
529 #       will be ignored.
530 #
531 # req_conn_capab: Required connection capability
532 #       (PPS/<X+>/Policy/RequiredProtoPortTuple)
533 #       This value is used to configure set of required protocol/port pairs that
534 #       a roaming network shall support (include explicitly in Connection
535 #       Capability ANQP element). This constraint is ignored if the AP does not
536 #       advertise Connection Capability or if this constraint would prevent any
537 #       network connection. This policy is not used in home networks.
538 #       Format: <protocol>[:<comma-separated list of ports]
539 #       Multiple entries can be used to list multiple requirements.
540 #       For example, number of common TCP protocols:
541 #       req_conn_capab=6,22,80,443
542 #       For example, IPSec/IKE:
543 #       req_conn_capab=17:500
544 #       req_conn_capab=50
545 #
546 # ocsp: Whether to use/require OCSP to check server certificate
547 #       0 = do not use OCSP stapling (TLS certificate status extension)
548 #       1 = try to use OCSP stapling, but not require response
549 #       2 = require valid OCSP stapling response
550 #
551 # sim_num: Identifier for which SIM to use in multi-SIM devices
552 #
553 # for example:
554 #
555 #cred={
556 #       realm="example.com"
557 #       username="user@example.com"
558 #       password="password"
559 #       ca_cert="/etc/wpa_supplicant/ca.pem"
560 #       domain="example.com"
561 #}
562 #
563 #cred={
564 #       imsi="310026-000000000"
565 #       milenage="90dca4eda45b53cf0f12d7c9c3bc6a89:cb9cccc4b9258e6dca4760379fb82"
566 #}
567 #
568 #cred={
569 #       realm="example.com"
570 #       username="user"
571 #       password="password"
572 #       ca_cert="/etc/wpa_supplicant/ca.pem"
573 #       domain="example.com"
574 #       roaming_consortium=223344
575 #       eap=TTLS
576 #       phase2="auth=MSCHAPV2"
577 #}
578
579 # Hotspot 2.0
580 # hs20=1
581
582 # network block
583 #
584 # Each network (usually AP's sharing the same SSID) is configured as a separate
585 # block in this configuration file. The network blocks are in preference order
586 # (the first match is used).
587 #
588 # network block fields:
589 #
590 # disabled:
591 #       0 = this network can be used (default)
592 #       1 = this network block is disabled (can be enabled through ctrl_iface,
593 #           e.g., with wpa_cli or wpa_gui)
594 #
595 # id_str: Network identifier string for external scripts. This value is passed
596 #       to external action script through wpa_cli as WPA_ID_STR environment
597 #       variable to make it easier to do network specific configuration.
598 #
599 # ssid: SSID (mandatory); network name in one of the optional formats:
600 #       - an ASCII string with double quotation
601 #       - a hex string (two characters per octet of SSID)
602 #       - a printf-escaped ASCII string P"<escaped string>"
603 #
604 # scan_ssid:
605 #       0 = do not scan this SSID with specific Probe Request frames (default)
606 #       1 = scan with SSID-specific Probe Request frames (this can be used to
607 #           find APs that do not accept broadcast SSID or use multiple SSIDs;
608 #           this will add latency to scanning, so enable this only when needed)
609 #
610 # bssid: BSSID (optional); if set, this network block is used only when
611 #       associating with the AP using the configured BSSID
612 #
613 # priority: priority group (integer)
614 # By default, all networks will get same priority group (0). If some of the
615 # networks are more desirable, this field can be used to change the order in
616 # which wpa_supplicant goes through the networks when selecting a BSS. The
617 # priority groups will be iterated in decreasing priority (i.e., the larger the
618 # priority value, the sooner the network is matched against the scan results).
619 # Within each priority group, networks will be selected based on security
620 # policy, signal strength, etc.
621 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not
622 # using this priority to select the order for scanning. Instead, they try the
623 # networks in the order that used in the configuration file.
624 #
625 # mode: IEEE 802.11 operation mode
626 # 0 = infrastructure (Managed) mode, i.e., associate with an AP (default)
627 # 1 = IBSS (ad-hoc, peer-to-peer)
628 # 2 = AP (access point)
629 # Note: IBSS can only be used with key_mgmt NONE (plaintext and static WEP) and
630 # WPA-PSK (with proto=RSN). In addition, key_mgmt=WPA-NONE (fixed group key
631 # TKIP/CCMP) is available for backwards compatibility, but its use is
632 # deprecated. WPA-None requires following network block options:
633 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
634 # both), and psk must also be set.
635 #
636 # frequency: Channel frequency in megahertz (MHz) for IBSS, e.g.,
637 # 2412 = IEEE 802.11b/g channel 1. This value is used to configure the initial
638 # channel for IBSS (adhoc) networks. It is ignored in the infrastructure mode.
639 # In addition, this value is only used by the station that creates the IBSS. If
640 # an IBSS network with the configured SSID is already present, the frequency of
641 # the network will be used instead of this configured value.
642 #
643 # scan_freq: List of frequencies to scan
644 # Space-separated list of frequencies in MHz to scan when searching for this
645 # BSS. If the subset of channels used by the network is known, this option can
646 # be used to optimize scanning to not occur on channels that the network does
647 # not use. Example: scan_freq=2412 2437 2462
648 #
649 # freq_list: Array of allowed frequencies
650 # Space-separated list of frequencies in MHz to allow for selecting the BSS. If
651 # set, scan results that do not match any of the specified frequencies are not
652 # considered when selecting a BSS.
653 #
654 # This can also be set on the outside of the network block. In this case,
655 # it limits the frequencies that will be scanned.
656 #
657 # bgscan: Background scanning
658 # wpa_supplicant behavior for background scanning can be specified by
659 # configuring a bgscan module. These modules are responsible for requesting
660 # background scans for the purpose of roaming within an ESS (i.e., within a
661 # single network block with all the APs using the same SSID). The bgscan
662 # parameter uses following format: "<bgscan module name>:<module parameters>"
663 # Following bgscan modules are available:
664 # simple - Periodic background scans based on signal strength
665 # bgscan="simple:<short bgscan interval in seconds>:<signal strength threshold>:
666 # <long interval>"
667 # bgscan="simple:30:-45:300"
668 # learn - Learn channels used by the network and try to avoid bgscans on other
669 # channels (experimental)
670 # bgscan="learn:<short bgscan interval in seconds>:<signal strength threshold>:
671 # <long interval>[:<database file name>]"
672 # bgscan="learn:30:-45:300:/etc/wpa_supplicant/network1.bgscan"
673 # Explicitly disable bgscan by setting
674 # bgscan=""
675 #
676 # This option can also be set outside of all network blocks for the bgscan
677 # parameter to apply for all the networks that have no specific bgscan
678 # parameter.
679 #
680 # proto: list of accepted protocols
681 # WPA = WPA/IEEE 802.11i/D3.0
682 # RSN = WPA2/IEEE 802.11i (also WPA2 can be used as an alias for RSN)
683 # If not set, this defaults to: WPA RSN
684 #
685 # key_mgmt: list of accepted authenticated key management protocols
686 # WPA-PSK = WPA pre-shared key (this requires 'psk' field)
687 # WPA-EAP = WPA using EAP authentication
688 # IEEE8021X = IEEE 802.1X using EAP authentication and (optionally) dynamically
689 #       generated WEP keys
690 # NONE = WPA is not used; plaintext or static WEP could be used
691 # WPA-PSK-SHA256 = Like WPA-PSK but using stronger SHA256-based algorithms
692 # WPA-EAP-SHA256 = Like WPA-EAP but using stronger SHA256-based algorithms
693 # If not set, this defaults to: WPA-PSK WPA-EAP
694 #
695 # ieee80211w: whether management frame protection is enabled
696 # 0 = disabled (default unless changed with the global pmf parameter)
697 # 1 = optional
698 # 2 = required
699 # The most common configuration options for this based on the PMF (protected
700 # management frames) certification program are:
701 # PMF enabled: ieee80211w=1 and key_mgmt=WPA-EAP WPA-EAP-SHA256
702 # PMF required: ieee80211w=2 and key_mgmt=WPA-EAP-SHA256
703 # (and similarly for WPA-PSK and WPA-WPSK-SHA256 if WPA2-Personal is used)
704 #
705 # auth_alg: list of allowed IEEE 802.11 authentication algorithms
706 # OPEN = Open System authentication (required for WPA/WPA2)
707 # SHARED = Shared Key authentication (requires static WEP keys)
708 # LEAP = LEAP/Network EAP (only used with LEAP)
709 # If not set, automatic selection is used (Open System with LEAP enabled if
710 # LEAP is allowed as one of the EAP methods).
711 #
712 # pairwise: list of accepted pairwise (unicast) ciphers for WPA
713 # CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
714 # TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
715 # NONE = Use only Group Keys (deprecated, should not be included if APs support
716 #       pairwise keys)
717 # If not set, this defaults to: CCMP TKIP
718 #
719 # group: list of accepted group (broadcast/multicast) ciphers for WPA
720 # CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
721 # TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
722 # WEP104 = WEP (Wired Equivalent Privacy) with 104-bit key
723 # WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key [IEEE 802.11]
724 # If not set, this defaults to: CCMP TKIP WEP104 WEP40
725 #
726 # psk: WPA preshared key; 256-bit pre-shared key
727 # The key used in WPA-PSK mode can be entered either as 64 hex-digits, i.e.,
728 # 32 bytes or as an ASCII passphrase (in which case, the real PSK will be
729 # generated using the passphrase and SSID). ASCII passphrase must be between
730 # 8 and 63 characters (inclusive). ext:<name of external PSK field> format can
731 # be used to indicate that the PSK/passphrase is stored in external storage.
732 # This field is not needed, if WPA-EAP is used.
733 # Note: Separate tool, wpa_passphrase, can be used to generate 256-bit keys
734 # from ASCII passphrase. This process uses lot of CPU and wpa_supplicant
735 # startup and reconfiguration time can be optimized by generating the PSK only
736 # only when the passphrase or SSID has actually changed.
737 #
738 # eapol_flags: IEEE 802.1X/EAPOL options (bit field)
739 # Dynamic WEP key required for non-WPA mode
740 # bit0 (1): require dynamically generated unicast WEP key
741 # bit1 (2): require dynamically generated broadcast WEP key
742 #       (3 = require both keys; default)
743 # Note: When using wired authentication (including macsec_qca driver),
744 # eapol_flags must be set to 0 for the authentication to be completed
745 # successfully.
746 #
747 # macsec_policy: IEEE 802.1X/MACsec options
748 # This determines how sessions are secured with MACsec. It is currently
749 # applicable only when using the macsec_qca driver interface.
750 # 0: MACsec not in use (default)
751 # 1: MACsec enabled - Should secure, accept key server's advice to
752 #    determine whether to use a secure session or not.
753 #
754 # mixed_cell: This option can be used to configure whether so called mixed
755 # cells, i.e., networks that use both plaintext and encryption in the same
756 # SSID, are allowed when selecting a BSS from scan results.
757 # 0 = disabled (default)
758 # 1 = enabled
759 #
760 # proactive_key_caching:
761 # Enable/disable opportunistic PMKSA caching for WPA2.
762 # 0 = disabled (default unless changed with the global okc parameter)
763 # 1 = enabled
764 #
765 # wep_key0..3: Static WEP key (ASCII in double quotation, e.g. "abcde" or
766 # hex without quotation, e.g., 0102030405)
767 # wep_tx_keyidx: Default WEP key index (TX) (0..3)
768 #
769 # peerkey: Whether PeerKey negotiation for direct links (IEEE 802.11e DLS) is
770 # allowed. This is only used with RSN/WPA2.
771 # 0 = disabled (default)
772 # 1 = enabled
773 #peerkey=1
774 #
775 # wpa_ptk_rekey: Maximum lifetime for PTK in seconds. This can be used to
776 # enforce rekeying of PTK to mitigate some attacks against TKIP deficiencies.
777 #
778 # Following fields are only used with internal EAP implementation.
779 # eap: space-separated list of accepted EAP methods
780 #       MD5 = EAP-MD5 (unsecure and does not generate keying material ->
781 #                       cannot be used with WPA; to be used as a Phase 2 method
782 #                       with EAP-PEAP or EAP-TTLS)
783 #       MSCHAPV2 = EAP-MSCHAPv2 (cannot be used separately with WPA; to be used
784 #               as a Phase 2 method with EAP-PEAP or EAP-TTLS)
785 #       OTP = EAP-OTP (cannot be used separately with WPA; to be used
786 #               as a Phase 2 method with EAP-PEAP or EAP-TTLS)
787 #       GTC = EAP-GTC (cannot be used separately with WPA; to be used
788 #               as a Phase 2 method with EAP-PEAP or EAP-TTLS)
789 #       TLS = EAP-TLS (client and server certificate)
790 #       PEAP = EAP-PEAP (with tunnelled EAP authentication)
791 #       TTLS = EAP-TTLS (with tunnelled EAP or PAP/CHAP/MSCHAP/MSCHAPV2
792 #                        authentication)
793 #       If not set, all compiled in methods are allowed.
794 #
795 # identity: Identity string for EAP
796 #       This field is also used to configure user NAI for
797 #       EAP-PSK/PAX/SAKE/GPSK.
798 # anonymous_identity: Anonymous identity string for EAP (to be used as the
799 #       unencrypted identity with EAP types that support different tunnelled
800 #       identity, e.g., EAP-TTLS). This field can also be used with
801 #       EAP-SIM/AKA/AKA' to store the pseudonym identity.
802 # password: Password string for EAP. This field can include either the
803 #       plaintext password (using ASCII or hex string) or a NtPasswordHash
804 #       (16-byte MD4 hash of password) in hash:<32 hex digits> format.
805 #       NtPasswordHash can only be used when the password is for MSCHAPv2 or
806 #       MSCHAP (EAP-MSCHAPv2, EAP-TTLS/MSCHAPv2, EAP-TTLS/MSCHAP, LEAP).
807 #       EAP-PSK (128-bit PSK), EAP-PAX (128-bit PSK), and EAP-SAKE (256-bit
808 #       PSK) is also configured using this field. For EAP-GPSK, this is a
809 #       variable length PSK. ext:<name of external password field> format can
810 #       be used to indicate that the password is stored in external storage.
811 # ca_cert: File path to CA certificate file (PEM/DER). This file can have one
812 #       or more trusted CA certificates. If ca_cert and ca_path are not
813 #       included, server certificate will not be verified. This is insecure and
814 #       a trusted CA certificate should always be configured when using
815 #       EAP-TLS/TTLS/PEAP. Full path should be used since working directory may
816 #       change when wpa_supplicant is run in the background.
817 #
818 #       Alternatively, this can be used to only perform matching of the server
819 #       certificate (SHA-256 hash of the DER encoded X.509 certificate). In
820 #       this case, the possible CA certificates in the server certificate chain
821 #       are ignored and only the server certificate is verified. This is
822 #       configured with the following format:
823 #       hash:://server/sha256/cert_hash_in_hex
824 #       For example: "hash://server/sha256/
825 #       5a1bc1296205e6fdbe3979728efe3920798885c1c4590b5f90f43222d239ca6a"
826 #
827 #       On Windows, trusted CA certificates can be loaded from the system
828 #       certificate store by setting this to cert_store://<name>, e.g.,
829 #       ca_cert="cert_store://CA" or ca_cert="cert_store://ROOT".
830 #       Note that when running wpa_supplicant as an application, the user
831 #       certificate store (My user account) is used, whereas computer store
832 #       (Computer account) is used when running wpasvc as a service.
833 # ca_path: Directory path for CA certificate files (PEM). This path may
834 #       contain multiple CA certificates in OpenSSL format. Common use for this
835 #       is to point to system trusted CA list which is often installed into
836 #       directory like /etc/ssl/certs. If configured, these certificates are
837 #       added to the list of trusted CAs. ca_cert may also be included in that
838 #       case, but it is not required.
839 # client_cert: File path to client certificate file (PEM/DER)
840 #       Full path should be used since working directory may change when
841 #       wpa_supplicant is run in the background.
842 #       Alternatively, a named configuration blob can be used by setting this
843 #       to blob://<blob name>.
844 # private_key: File path to client private key file (PEM/DER/PFX)
845 #       When PKCS#12/PFX file (.p12/.pfx) is used, client_cert should be
846 #       commented out. Both the private key and certificate will be read from
847 #       the PKCS#12 file in this case. Full path should be used since working
848 #       directory may change when wpa_supplicant is run in the background.
849 #       Windows certificate store can be used by leaving client_cert out and
850 #       configuring private_key in one of the following formats:
851 #       cert://substring_to_match
852 #       hash://certificate_thumbprint_in_hex
853 #       for example: private_key="hash://63093aa9c47f56ae88334c7b65a4"
854 #       Note that when running wpa_supplicant as an application, the user
855 #       certificate store (My user account) is used, whereas computer store
856 #       (Computer account) is used when running wpasvc as a service.
857 #       Alternatively, a named configuration blob can be used by setting this
858 #       to blob://<blob name>.
859 # private_key_passwd: Password for private key file (if left out, this will be
860 #       asked through control interface)
861 # dh_file: File path to DH/DSA parameters file (in PEM format)
862 #       This is an optional configuration file for setting parameters for an
863 #       ephemeral DH key exchange. In most cases, the default RSA
864 #       authentication does not use this configuration. However, it is possible
865 #       setup RSA to use ephemeral DH key exchange. In addition, ciphers with
866 #       DSA keys always use ephemeral DH keys. This can be used to achieve
867 #       forward secrecy. If the file is in DSA parameters format, it will be
868 #       automatically converted into DH params.
869 # subject_match: Substring to be matched against the subject of the
870 #       authentication server certificate. If this string is set, the server
871 #       sertificate is only accepted if it contains this string in the subject.
872 #       The subject string is in following format:
873 #       /C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com
874 #       Note: Since this is a substring match, this cannot be used securily to
875 #       do a suffix match against a possible domain name in the CN entry. For
876 #       such a use case, domain_suffix_match should be used instead.
877 # altsubject_match: Semicolon separated string of entries to be matched against
878 #       the alternative subject name of the authentication server certificate.
879 #       If this string is set, the server sertificate is only accepted if it
880 #       contains one of the entries in an alternative subject name extension.
881 #       altSubjectName string is in following format: TYPE:VALUE
882 #       Example: EMAIL:server@example.com
883 #       Example: DNS:server.example.com;DNS:server2.example.com
884 #       Following types are supported: EMAIL, DNS, URI
885 # domain_suffix_match: Constraint for server domain name. If set, this FQDN is
886 #       used as a suffix match requirement for the AAAserver certificate in
887 #       SubjectAltName dNSName element(s). If a matching dNSName is found, this
888 #       constraint is met. If no dNSName values are present, this constraint is
889 #       matched against SubjectName CN using same suffix match comparison.
890 #
891 #       Suffix match here means that the host/domain name is compared one label
892 #       at a time starting from the top-level domain and all the labels in
893 #       domain_suffix_match shall be included in the certificate. The
894 #       certificate may include additional sub-level labels in addition to the
895 #       required labels.
896 #
897 #       For example, domain_suffix_match=example.com would match
898 #       test.example.com but would not match test-example.com.
899 # phase1: Phase1 (outer authentication, i.e., TLS tunnel) parameters
900 #       (string with field-value pairs, e.g., "peapver=0" or
901 #       "peapver=1 peaplabel=1")
902 #       'peapver' can be used to force which PEAP version (0 or 1) is used.
903 #       'peaplabel=1' can be used to force new label, "client PEAP encryption",
904 #       to be used during key derivation when PEAPv1 or newer. Most existing
905 #       PEAPv1 implementation seem to be using the old label, "client EAP
906 #       encryption", and wpa_supplicant is now using that as the default value.
907 #       Some servers, e.g., Radiator, may require peaplabel=1 configuration to
908 #       interoperate with PEAPv1; see eap_testing.txt for more details.
909 #       'peap_outer_success=0' can be used to terminate PEAP authentication on
910 #       tunneled EAP-Success. This is required with some RADIUS servers that
911 #       implement draft-josefsson-pppext-eap-tls-eap-05.txt (e.g.,
912 #       Lucent NavisRadius v4.4.0 with PEAP in "IETF Draft 5" mode)
913 #       include_tls_length=1 can be used to force wpa_supplicant to include
914 #       TLS Message Length field in all TLS messages even if they are not
915 #       fragmented.
916 #       sim_min_num_chal=3 can be used to configure EAP-SIM to require three
917 #       challenges (by default, it accepts 2 or 3)
918 #       result_ind=1 can be used to enable EAP-SIM and EAP-AKA to use
919 #       protected result indication.
920 #       'crypto_binding' option can be used to control PEAPv0 cryptobinding
921 #       behavior:
922 #        * 0 = do not use cryptobinding (default)
923 #        * 1 = use cryptobinding if server supports it
924 #        * 2 = require cryptobinding
925 #       EAP-WSC (WPS) uses following options: pin=<Device Password> or
926 #       pbc=1.
927 # phase2: Phase2 (inner authentication with TLS tunnel) parameters
928 #       (string with field-value pairs, e.g., "auth=MSCHAPV2" for EAP-PEAP or
929 #       "autheap=MSCHAPV2 autheap=MD5" for EAP-TTLS)
930 #
931 # TLS-based methods can use the following parameters to control TLS behavior
932 # (these are normally in the phase1 parameter, but can be used also in the
933 # phase2 parameter when EAP-TLS is used within the inner tunnel):
934 # tls_allow_md5=1 - allow MD5-based certificate signatures (depending on the
935 #       TLS library, these may be disabled by default to enforce stronger
936 #       security)
937 # tls_disable_time_checks=1 - ignore certificate validity time (this requests
938 #       the TLS library to accept certificates even if they are not currently
939 #       valid, i.e., have expired or have not yet become valid; this should be
940 #       used only for testing purposes)
941 # tls_disable_session_ticket=1 - disable TLS Session Ticket extension
942 # tls_disable_session_ticket=0 - allow TLS Session Ticket extension to be used
943 #       Note: If not set, this is automatically set to 1 for EAP-TLS/PEAP/TTLS
944 #       as a workaround for broken authentication server implementations unless
945 #       EAP workarounds are disabled with eap_workarounds=0.
946 #       For EAP-FAST, this must be set to 0 (or left unconfigured for the
947 #       default value to be used automatically).
948 # tls_disable_tlsv1_1=1 - disable use of TLSv1.1 (a workaround for AAA servers
949 #       that have issues interoperating with updated TLS version)
950 # tls_disable_tlsv1_2=1 - disable use of TLSv1.2 (a workaround for AAA servers
951 #       that have issues interoperating with updated TLS version)
952 #
953 # Following certificate/private key fields are used in inner Phase2
954 # authentication when using EAP-TTLS or EAP-PEAP.
955 # ca_cert2: File path to CA certificate file. This file can have one or more
956 #       trusted CA certificates. If ca_cert2 and ca_path2 are not included,
957 #       server certificate will not be verified. This is insecure and a trusted
958 #       CA certificate should always be configured.
959 # ca_path2: Directory path for CA certificate files (PEM)
960 # client_cert2: File path to client certificate file
961 # private_key2: File path to client private key file
962 # private_key2_passwd: Password for private key file
963 # dh_file2: File path to DH/DSA parameters file (in PEM format)
964 # subject_match2: Substring to be matched against the subject of the
965 #       authentication server certificate. See subject_match for more details.
966 # altsubject_match2: Semicolon separated string of entries to be matched
967 #       against the alternative subject name of the authentication server
968 #       certificate. See altsubject_match documentation for more details.
969 # domain_suffix_match2: Constraint for server domain name. See
970 #       domain_suffix_match for more details.
971 #
972 # fragment_size: Maximum EAP fragment size in bytes (default 1398).
973 #       This value limits the fragment size for EAP methods that support
974 #       fragmentation (e.g., EAP-TLS and EAP-PEAP). This value should be set
975 #       small enough to make the EAP messages fit in MTU of the network
976 #       interface used for EAPOL. The default value is suitable for most
977 #       cases.
978 #
979 # ocsp: Whether to use/require OCSP to check server certificate
980 #       0 = do not use OCSP stapling (TLS certificate status extension)
981 #       1 = try to use OCSP stapling, but not require response
982 #       2 = require valid OCSP stapling response
983 #
984 # openssl_ciphers: OpenSSL specific cipher configuration
985 #       This can be used to override the global openssl_ciphers configuration
986 #       parameter (see above).
987 #
988 # erp: Whether EAP Re-authentication Protocol (ERP) is enabled
989 #
990 # EAP-FAST variables:
991 # pac_file: File path for the PAC entries. wpa_supplicant will need to be able
992 #       to create this file and write updates to it when PAC is being
993 #       provisioned or refreshed. Full path to the file should be used since
994 #       working directory may change when wpa_supplicant is run in the
995 #       background. Alternatively, a named configuration blob can be used by
996 #       setting this to blob://<blob name>
997 # phase1: fast_provisioning option can be used to enable in-line provisioning
998 #         of EAP-FAST credentials (PAC):
999 #         0 = disabled,
1000 #         1 = allow unauthenticated provisioning,
1001 #         2 = allow authenticated provisioning,
1002 #         3 = allow both unauthenticated and authenticated provisioning
1003 #       fast_max_pac_list_len=<num> option can be used to set the maximum
1004 #               number of PAC entries to store in a PAC list (default: 10)
1005 #       fast_pac_format=binary option can be used to select binary format for
1006 #               storing PAC entries in order to save some space (the default
1007 #               text format uses about 2.5 times the size of minimal binary
1008 #               format)
1009 #
1010 # wpa_supplicant supports number of "EAP workarounds" to work around
1011 # interoperability issues with incorrectly behaving authentication servers.
1012 # These are enabled by default because some of the issues are present in large
1013 # number of authentication servers. Strict EAP conformance mode can be
1014 # configured by disabling workarounds with eap_workaround=0.
1015
1016 # Station inactivity limit
1017 #
1018 # If a station does not send anything in ap_max_inactivity seconds, an
1019 # empty data frame is sent to it in order to verify whether it is
1020 # still in range. If this frame is not ACKed, the station will be
1021 # disassociated and then deauthenticated. This feature is used to
1022 # clear station table of old entries when the STAs move out of the
1023 # range.
1024 #
1025 # The station can associate again with the AP if it is still in range;
1026 # this inactivity poll is just used as a nicer way of verifying
1027 # inactivity; i.e., client will not report broken connection because
1028 # disassociation frame is not sent immediately without first polling
1029 # the STA with a data frame.
1030 # default: 300 (i.e., 5 minutes)
1031 #ap_max_inactivity=300
1032
1033 # DTIM period in Beacon intervals for AP mode (default: 2)
1034 #dtim_period=2
1035
1036 # Beacon interval (default: 100 TU)
1037 #beacon_int=100
1038
1039 # MAC address policy
1040 # 0 = use permanent MAC address
1041 # 1 = use random MAC address for each ESS connection
1042 # 2 = like 1, but maintain OUI (with local admin bit set)
1043 #mac_addr=0
1044
1045 # disable_ht: Whether HT (802.11n) should be disabled.
1046 # 0 = HT enabled (if AP supports it)
1047 # 1 = HT disabled
1048 #
1049 # disable_ht40: Whether HT-40 (802.11n) should be disabled.
1050 # 0 = HT-40 enabled (if AP supports it)
1051 # 1 = HT-40 disabled
1052 #
1053 # disable_sgi: Whether SGI (short guard interval) should be disabled.
1054 # 0 = SGI enabled (if AP supports it)
1055 # 1 = SGI disabled
1056 #
1057 # disable_ldpc: Whether LDPC should be disabled.
1058 # 0 = LDPC enabled (if AP supports it)
1059 # 1 = LDPC disabled
1060 #
1061 # ht40_intolerant: Whether 40 MHz intolerant should be indicated.
1062 # 0 = 40 MHz tolerant (default)
1063 # 1 = 40 MHz intolerant
1064 #
1065 # ht_mcs:  Configure allowed MCS rates.
1066 #  Parsed as an array of bytes, in base-16 (ascii-hex)
1067 # ht_mcs=""                                   // Use all available (default)
1068 # ht_mcs="0xff 00 00 00 00 00 00 00 00 00 "   // Use MCS 0-7 only
1069 # ht_mcs="0xff ff 00 00 00 00 00 00 00 00 "   // Use MCS 0-15 only
1070 #
1071 # disable_max_amsdu:  Whether MAX_AMSDU should be disabled.
1072 # -1 = Do not make any changes.
1073 # 0  = Enable MAX-AMSDU if hardware supports it.
1074 # 1  = Disable AMSDU
1075 #
1076 # ampdu_factor: Maximum A-MPDU Length Exponent
1077 # Value: 0-3, see 7.3.2.56.3 in IEEE Std 802.11n-2009.
1078 #
1079 # ampdu_density:  Allow overriding AMPDU density configuration.
1080 #  Treated as hint by the kernel.
1081 # -1 = Do not make any changes.
1082 # 0-3 = Set AMPDU density (aka factor) to specified value.
1083
1084 # disable_vht: Whether VHT should be disabled.
1085 # 0 = VHT enabled (if AP supports it)
1086 # 1 = VHT disabled
1087 #
1088 # vht_capa: VHT capabilities to set in the override
1089 # vht_capa_mask: mask of VHT capabilities
1090 #
1091 # vht_rx_mcs_nss_1/2/3/4/5/6/7/8: override the MCS set for RX NSS 1-8
1092 # vht_tx_mcs_nss_1/2/3/4/5/6/7/8: override the MCS set for TX NSS 1-8
1093 #  0: MCS 0-7
1094 #  1: MCS 0-8
1095 #  2: MCS 0-9
1096 #  3: not supported
1097
1098 # Example blocks:
1099
1100 # Simple case: WPA-PSK, PSK as an ASCII passphrase, allow all valid ciphers
1101 network={
1102         ssid="simple"
1103         psk="very secret passphrase"
1104         priority=5
1105 }
1106
1107 # Same as previous, but request SSID-specific scanning (for APs that reject
1108 # broadcast SSID)
1109 network={
1110         ssid="second ssid"
1111         scan_ssid=1
1112         psk="very secret passphrase"
1113         priority=2
1114 }
1115
1116 # Only WPA-PSK is used. Any valid cipher combination is accepted.
1117 network={
1118         ssid="example"
1119         proto=WPA
1120         key_mgmt=WPA-PSK
1121         pairwise=CCMP TKIP
1122         group=CCMP TKIP WEP104 WEP40
1123         psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb
1124         priority=2
1125 }
1126
1127 # WPA-Personal(PSK) with TKIP and enforcement for frequent PTK rekeying
1128 network={
1129         ssid="example"
1130         proto=WPA
1131         key_mgmt=WPA-PSK
1132         pairwise=TKIP
1133         group=TKIP
1134         psk="not so secure passphrase"
1135         wpa_ptk_rekey=600
1136 }
1137
1138 # Only WPA-EAP is used. Both CCMP and TKIP is accepted. An AP that used WEP104
1139 # or WEP40 as the group cipher will not be accepted.
1140 network={
1141         ssid="example"
1142         proto=RSN
1143         key_mgmt=WPA-EAP
1144         pairwise=CCMP TKIP
1145         group=CCMP TKIP
1146         eap=TLS
1147         identity="user@example.com"
1148         ca_cert="/etc/cert/ca.pem"
1149         client_cert="/etc/cert/user.pem"
1150         private_key="/etc/cert/user.prv"
1151         private_key_passwd="password"
1152         priority=1
1153 }
1154
1155 # EAP-PEAP/MSCHAPv2 configuration for RADIUS servers that use the new peaplabel
1156 # (e.g., Radiator)
1157 network={
1158         ssid="example"
1159         key_mgmt=WPA-EAP
1160         eap=PEAP
1161         identity="user@example.com"
1162         password="foobar"
1163         ca_cert="/etc/cert/ca.pem"
1164         phase1="peaplabel=1"
1165         phase2="auth=MSCHAPV2"
1166         priority=10
1167 }
1168
1169 # EAP-TTLS/EAP-MD5-Challenge configuration with anonymous identity for the
1170 # unencrypted use. Real identity is sent only within an encrypted TLS tunnel.
1171 network={
1172         ssid="example"
1173         key_mgmt=WPA-EAP
1174         eap=TTLS
1175         identity="user@example.com"
1176         anonymous_identity="anonymous@example.com"
1177         password="foobar"
1178         ca_cert="/etc/cert/ca.pem"
1179         priority=2
1180 }
1181
1182 # EAP-TTLS/MSCHAPv2 configuration with anonymous identity for the unencrypted
1183 # use. Real identity is sent only within an encrypted TLS tunnel.
1184 network={
1185         ssid="example"
1186         key_mgmt=WPA-EAP
1187         eap=TTLS
1188         identity="user@example.com"
1189         anonymous_identity="anonymous@example.com"
1190         password="foobar"
1191         ca_cert="/etc/cert/ca.pem"
1192         phase2="auth=MSCHAPV2"
1193 }
1194
1195 # WPA-EAP, EAP-TTLS with different CA certificate used for outer and inner
1196 # authentication.
1197 network={
1198         ssid="example"
1199         key_mgmt=WPA-EAP
1200         eap=TTLS
1201         # Phase1 / outer authentication
1202         anonymous_identity="anonymous@example.com"
1203         ca_cert="/etc/cert/ca.pem"
1204         # Phase 2 / inner authentication
1205         phase2="autheap=TLS"
1206         ca_cert2="/etc/cert/ca2.pem"
1207         client_cert2="/etc/cer/user.pem"
1208         private_key2="/etc/cer/user.prv"
1209         private_key2_passwd="password"
1210         priority=2
1211 }
1212
1213 # Both WPA-PSK and WPA-EAP is accepted. Only CCMP is accepted as pairwise and
1214 # group cipher.
1215 network={
1216         ssid="example"
1217         bssid=00:11:22:33:44:55
1218         proto=WPA RSN
1219         key_mgmt=WPA-PSK WPA-EAP
1220         pairwise=CCMP
1221         group=CCMP
1222         psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb
1223 }
1224
1225 # Special characters in SSID, so use hex string. Default to WPA-PSK, WPA-EAP
1226 # and all valid ciphers.
1227 network={
1228         ssid=00010203
1229         psk=000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
1230 }
1231
1232
1233 # EAP-SIM with a GSM SIM or USIM
1234 network={
1235         ssid="eap-sim-test"
1236         key_mgmt=WPA-EAP
1237         eap=SIM
1238         pin="1234"
1239         pcsc=""
1240 }
1241
1242
1243 # EAP-PSK
1244 network={
1245         ssid="eap-psk-test"
1246         key_mgmt=WPA-EAP
1247         eap=PSK
1248         anonymous_identity="eap_psk_user"
1249         password=06b4be19da289f475aa46a33cb793029
1250         identity="eap_psk_user@example.com"
1251 }
1252
1253
1254 # IEEE 802.1X/EAPOL with dynamically generated WEP keys (i.e., no WPA) using
1255 # EAP-TLS for authentication and key generation; require both unicast and
1256 # broadcast WEP keys.
1257 network={
1258         ssid="1x-test"
1259         key_mgmt=IEEE8021X
1260         eap=TLS
1261         identity="user@example.com"
1262         ca_cert="/etc/cert/ca.pem"
1263         client_cert="/etc/cert/user.pem"
1264         private_key="/etc/cert/user.prv"
1265         private_key_passwd="password"
1266         eapol_flags=3
1267 }
1268
1269
1270 # LEAP with dynamic WEP keys
1271 network={
1272         ssid="leap-example"
1273         key_mgmt=IEEE8021X
1274         eap=LEAP
1275         identity="user"
1276         password="foobar"
1277 }
1278
1279 # EAP-IKEv2 using shared secrets for both server and peer authentication
1280 network={
1281         ssid="ikev2-example"
1282         key_mgmt=WPA-EAP
1283         eap=IKEV2
1284         identity="user"
1285         password="foobar"
1286 }
1287
1288 # EAP-FAST with WPA (WPA or WPA2)
1289 network={
1290         ssid="eap-fast-test"
1291         key_mgmt=WPA-EAP
1292         eap=FAST
1293         anonymous_identity="FAST-000102030405"
1294         identity="username"
1295         password="password"
1296         phase1="fast_provisioning=1"
1297         pac_file="/etc/wpa_supplicant.eap-fast-pac"
1298 }
1299
1300 network={
1301         ssid="eap-fast-test"
1302         key_mgmt=WPA-EAP
1303         eap=FAST
1304         anonymous_identity="FAST-000102030405"
1305         identity="username"
1306         password="password"
1307         phase1="fast_provisioning=1"
1308         pac_file="blob://eap-fast-pac"
1309 }
1310
1311 # Plaintext connection (no WPA, no IEEE 802.1X)
1312 network={
1313         ssid="plaintext-test"
1314         key_mgmt=NONE
1315 }
1316
1317
1318 # Shared WEP key connection (no WPA, no IEEE 802.1X)
1319 network={
1320         ssid="static-wep-test"
1321         key_mgmt=NONE
1322         wep_key0="abcde"
1323         wep_key1=0102030405
1324         wep_key2="1234567890123"
1325         wep_tx_keyidx=0
1326         priority=5
1327 }
1328
1329
1330 # Shared WEP key connection (no WPA, no IEEE 802.1X) using Shared Key
1331 # IEEE 802.11 authentication
1332 network={
1333         ssid="static-wep-test2"
1334         key_mgmt=NONE
1335         wep_key0="abcde"
1336         wep_key1=0102030405
1337         wep_key2="1234567890123"
1338         wep_tx_keyidx=0
1339         priority=5
1340         auth_alg=SHARED
1341 }
1342
1343
1344 # IBSS/ad-hoc network with RSN
1345 network={
1346         ssid="ibss-rsn"
1347         key_mgmt=WPA-PSK
1348         proto=RSN
1349         psk="12345678"
1350         mode=1
1351         frequency=2412
1352         pairwise=CCMP
1353         group=CCMP
1354 }
1355
1356 # IBSS/ad-hoc network with WPA-None/TKIP (deprecated)
1357 network={
1358         ssid="test adhoc"
1359         mode=1
1360         frequency=2412
1361         proto=WPA
1362         key_mgmt=WPA-NONE
1363         pairwise=NONE
1364         group=TKIP
1365         psk="secret passphrase"
1366 }
1367
1368 # open mesh network
1369 network={
1370         ssid="test mesh"
1371         mode=5
1372         frequency=2437
1373         key_mgmt=NONE
1374 }
1375
1376 # secure (SAE + AMPE) network
1377 network={
1378         ssid="secure mesh"
1379         mode=5
1380         frequency=2437
1381         key_mgmt=SAE
1382         psk="very secret passphrase"
1383 }
1384
1385
1386 # Catch all example that allows more or less all configuration modes
1387 network={
1388         ssid="example"
1389         scan_ssid=1
1390         key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
1391         pairwise=CCMP TKIP
1392         group=CCMP TKIP WEP104 WEP40
1393         psk="very secret passphrase"
1394         eap=TTLS PEAP TLS
1395         identity="user@example.com"
1396         password="foobar"
1397         ca_cert="/etc/cert/ca.pem"
1398         client_cert="/etc/cert/user.pem"
1399         private_key="/etc/cert/user.prv"
1400         private_key_passwd="password"
1401         phase1="peaplabel=0"
1402 }
1403
1404 # Example of EAP-TLS with smartcard (openssl engine)
1405 network={
1406         ssid="example"
1407         key_mgmt=WPA-EAP
1408         eap=TLS
1409         proto=RSN
1410         pairwise=CCMP TKIP
1411         group=CCMP TKIP
1412         identity="user@example.com"
1413         ca_cert="/etc/cert/ca.pem"
1414         client_cert="/etc/cert/user.pem"
1415
1416         engine=1
1417
1418         # The engine configured here must be available. Look at
1419         # OpenSSL engine support in the global section.
1420         # The key available through the engine must be the private key
1421         # matching the client certificate configured above.
1422
1423         # use the opensc engine
1424         #engine_id="opensc"
1425         #key_id="45"
1426
1427         # use the pkcs11 engine
1428         engine_id="pkcs11"
1429         key_id="id_45"
1430
1431         # Optional PIN configuration; this can be left out and PIN will be
1432         # asked through the control interface
1433         pin="1234"
1434 }
1435
1436 # Example configuration showing how to use an inlined blob as a CA certificate
1437 # data instead of using external file
1438 network={
1439         ssid="example"
1440         key_mgmt=WPA-EAP
1441         eap=TTLS
1442         identity="user@example.com"
1443         anonymous_identity="anonymous@example.com"
1444         password="foobar"
1445         ca_cert="blob://exampleblob"
1446         priority=20
1447 }
1448
1449 blob-base64-exampleblob={
1450 SGVsbG8gV29ybGQhCg==
1451 }
1452
1453
1454 # Wildcard match for SSID (plaintext APs only). This example select any
1455 # open AP regardless of its SSID.
1456 network={
1457         key_mgmt=NONE
1458 }
1459
1460 # Example configuration blacklisting two APs - these will be ignored
1461 # for this network.
1462 network={
1463         ssid="example"
1464         psk="very secret passphrase"
1465         bssid_blacklist=02:11:22:33:44:55 02:22:aa:44:55:66
1466 }
1467
1468 # Example configuration limiting AP selection to a specific set of APs;
1469 # any other AP not matching the masked address will be ignored.
1470 network={
1471         ssid="example"
1472         psk="very secret passphrase"
1473         bssid_whitelist=02:55:ae:bc:00:00/ff:ff:ff:ff:00:00 00:00:77:66:55:44/00:00:ff:ff:ff:ff
1474 }
1475
1476 # Example config file that will only scan on channel 36.
1477 freq_list=5180
1478 network={
1479         key_mgmt=NONE
1480 }
1481
1482
1483 # Example MACsec configuration
1484 #network={
1485 #       key_mgmt=IEEE8021X
1486 #       eap=TTLS
1487 #       phase2="auth=PAP"
1488 #       anonymous_identity="anonymous@example.com"
1489 #       identity="user@example.com"
1490 #       password="secretr"
1491 #       ca_cert="/etc/cert/ca.pem"
1492 #       eapol_flags=0
1493 #       macsec_policy=1
1494 #}