Add domain_match network profile parameter
[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 or domain_match should be used
877 #       instead.
878 # altsubject_match: Semicolon separated string of entries to be matched against
879 #       the alternative subject name of the authentication server certificate.
880 #       If this string is set, the server sertificate is only accepted if it
881 #       contains one of the entries in an alternative subject name extension.
882 #       altSubjectName string is in following format: TYPE:VALUE
883 #       Example: EMAIL:server@example.com
884 #       Example: DNS:server.example.com;DNS:server2.example.com
885 #       Following types are supported: EMAIL, DNS, URI
886 # domain_suffix_match: Constraint for server domain name. If set, this FQDN is
887 #       used as a suffix match requirement for the AAAserver certificate in
888 #       SubjectAltName dNSName element(s). If a matching dNSName is found, this
889 #       constraint is met. If no dNSName values are present, this constraint is
890 #       matched against SubjectName CN using same suffix match comparison.
891 #
892 #       Suffix match here means that the host/domain name is compared one label
893 #       at a time starting from the top-level domain and all the labels in
894 #       domain_suffix_match shall be included in the certificate. The
895 #       certificate may include additional sub-level labels in addition to the
896 #       required labels.
897 #
898 #       For example, domain_suffix_match=example.com would match
899 #       test.example.com but would not match test-example.com.
900 # domain_match: Constraint for server domain name
901 #       If set, this FQDN is used as a full match requirement for the
902 #       server certificate in SubjectAltName dNSName element(s). If a
903 #       matching dNSName is found, this constraint is met. If no dNSName
904 #       values are present, this constraint is matched against SubjectName CN
905 #       using same full match comparison. This behavior is similar to
906 #       domain_suffix_match, but has the requirement of a full match, i.e.,
907 #       no subdomains or wildcard matches are allowed. Case-insensitive
908 #       comparison is used, so "Example.com" matches "example.com", but would
909 #       not match "test.Example.com".
910 # phase1: Phase1 (outer authentication, i.e., TLS tunnel) parameters
911 #       (string with field-value pairs, e.g., "peapver=0" or
912 #       "peapver=1 peaplabel=1")
913 #       'peapver' can be used to force which PEAP version (0 or 1) is used.
914 #       'peaplabel=1' can be used to force new label, "client PEAP encryption",
915 #       to be used during key derivation when PEAPv1 or newer. Most existing
916 #       PEAPv1 implementation seem to be using the old label, "client EAP
917 #       encryption", and wpa_supplicant is now using that as the default value.
918 #       Some servers, e.g., Radiator, may require peaplabel=1 configuration to
919 #       interoperate with PEAPv1; see eap_testing.txt for more details.
920 #       'peap_outer_success=0' can be used to terminate PEAP authentication on
921 #       tunneled EAP-Success. This is required with some RADIUS servers that
922 #       implement draft-josefsson-pppext-eap-tls-eap-05.txt (e.g.,
923 #       Lucent NavisRadius v4.4.0 with PEAP in "IETF Draft 5" mode)
924 #       include_tls_length=1 can be used to force wpa_supplicant to include
925 #       TLS Message Length field in all TLS messages even if they are not
926 #       fragmented.
927 #       sim_min_num_chal=3 can be used to configure EAP-SIM to require three
928 #       challenges (by default, it accepts 2 or 3)
929 #       result_ind=1 can be used to enable EAP-SIM and EAP-AKA to use
930 #       protected result indication.
931 #       'crypto_binding' option can be used to control PEAPv0 cryptobinding
932 #       behavior:
933 #        * 0 = do not use cryptobinding (default)
934 #        * 1 = use cryptobinding if server supports it
935 #        * 2 = require cryptobinding
936 #       EAP-WSC (WPS) uses following options: pin=<Device Password> or
937 #       pbc=1.
938 # phase2: Phase2 (inner authentication with TLS tunnel) parameters
939 #       (string with field-value pairs, e.g., "auth=MSCHAPV2" for EAP-PEAP or
940 #       "autheap=MSCHAPV2 autheap=MD5" for EAP-TTLS)
941 #
942 # TLS-based methods can use the following parameters to control TLS behavior
943 # (these are normally in the phase1 parameter, but can be used also in the
944 # phase2 parameter when EAP-TLS is used within the inner tunnel):
945 # tls_allow_md5=1 - allow MD5-based certificate signatures (depending on the
946 #       TLS library, these may be disabled by default to enforce stronger
947 #       security)
948 # tls_disable_time_checks=1 - ignore certificate validity time (this requests
949 #       the TLS library to accept certificates even if they are not currently
950 #       valid, i.e., have expired or have not yet become valid; this should be
951 #       used only for testing purposes)
952 # tls_disable_session_ticket=1 - disable TLS Session Ticket extension
953 # tls_disable_session_ticket=0 - allow TLS Session Ticket extension to be used
954 #       Note: If not set, this is automatically set to 1 for EAP-TLS/PEAP/TTLS
955 #       as a workaround for broken authentication server implementations unless
956 #       EAP workarounds are disabled with eap_workarounds=0.
957 #       For EAP-FAST, this must be set to 0 (or left unconfigured for the
958 #       default value to be used automatically).
959 # tls_disable_tlsv1_1=1 - disable use of TLSv1.1 (a workaround for AAA servers
960 #       that have issues interoperating with updated TLS version)
961 # tls_disable_tlsv1_2=1 - disable use of TLSv1.2 (a workaround for AAA servers
962 #       that have issues interoperating with updated TLS version)
963 #
964 # Following certificate/private key fields are used in inner Phase2
965 # authentication when using EAP-TTLS or EAP-PEAP.
966 # ca_cert2: File path to CA certificate file. This file can have one or more
967 #       trusted CA certificates. If ca_cert2 and ca_path2 are not included,
968 #       server certificate will not be verified. This is insecure and a trusted
969 #       CA certificate should always be configured.
970 # ca_path2: Directory path for CA certificate files (PEM)
971 # client_cert2: File path to client certificate file
972 # private_key2: File path to client private key file
973 # private_key2_passwd: Password for private key file
974 # dh_file2: File path to DH/DSA parameters file (in PEM format)
975 # subject_match2: Substring to be matched against the subject of the
976 #       authentication server certificate. See subject_match for more details.
977 # altsubject_match2: Semicolon separated string of entries to be matched
978 #       against the alternative subject name of the authentication server
979 #       certificate. See altsubject_match documentation for more details.
980 # domain_suffix_match2: Constraint for server domain name. See
981 #       domain_suffix_match for more details.
982 #
983 # fragment_size: Maximum EAP fragment size in bytes (default 1398).
984 #       This value limits the fragment size for EAP methods that support
985 #       fragmentation (e.g., EAP-TLS and EAP-PEAP). This value should be set
986 #       small enough to make the EAP messages fit in MTU of the network
987 #       interface used for EAPOL. The default value is suitable for most
988 #       cases.
989 #
990 # ocsp: Whether to use/require OCSP to check server certificate
991 #       0 = do not use OCSP stapling (TLS certificate status extension)
992 #       1 = try to use OCSP stapling, but not require response
993 #       2 = require valid OCSP stapling response
994 #
995 # openssl_ciphers: OpenSSL specific cipher configuration
996 #       This can be used to override the global openssl_ciphers configuration
997 #       parameter (see above).
998 #
999 # erp: Whether EAP Re-authentication Protocol (ERP) is enabled
1000 #
1001 # EAP-FAST variables:
1002 # pac_file: File path for the PAC entries. wpa_supplicant will need to be able
1003 #       to create this file and write updates to it when PAC is being
1004 #       provisioned or refreshed. Full path to the file should be used since
1005 #       working directory may change when wpa_supplicant is run in the
1006 #       background. Alternatively, a named configuration blob can be used by
1007 #       setting this to blob://<blob name>
1008 # phase1: fast_provisioning option can be used to enable in-line provisioning
1009 #         of EAP-FAST credentials (PAC):
1010 #         0 = disabled,
1011 #         1 = allow unauthenticated provisioning,
1012 #         2 = allow authenticated provisioning,
1013 #         3 = allow both unauthenticated and authenticated provisioning
1014 #       fast_max_pac_list_len=<num> option can be used to set the maximum
1015 #               number of PAC entries to store in a PAC list (default: 10)
1016 #       fast_pac_format=binary option can be used to select binary format for
1017 #               storing PAC entries in order to save some space (the default
1018 #               text format uses about 2.5 times the size of minimal binary
1019 #               format)
1020 #
1021 # wpa_supplicant supports number of "EAP workarounds" to work around
1022 # interoperability issues with incorrectly behaving authentication servers.
1023 # These are enabled by default because some of the issues are present in large
1024 # number of authentication servers. Strict EAP conformance mode can be
1025 # configured by disabling workarounds with eap_workaround=0.
1026
1027 # Station inactivity limit
1028 #
1029 # If a station does not send anything in ap_max_inactivity seconds, an
1030 # empty data frame is sent to it in order to verify whether it is
1031 # still in range. If this frame is not ACKed, the station will be
1032 # disassociated and then deauthenticated. This feature is used to
1033 # clear station table of old entries when the STAs move out of the
1034 # range.
1035 #
1036 # The station can associate again with the AP if it is still in range;
1037 # this inactivity poll is just used as a nicer way of verifying
1038 # inactivity; i.e., client will not report broken connection because
1039 # disassociation frame is not sent immediately without first polling
1040 # the STA with a data frame.
1041 # default: 300 (i.e., 5 minutes)
1042 #ap_max_inactivity=300
1043
1044 # DTIM period in Beacon intervals for AP mode (default: 2)
1045 #dtim_period=2
1046
1047 # Beacon interval (default: 100 TU)
1048 #beacon_int=100
1049
1050 # MAC address policy
1051 # 0 = use permanent MAC address
1052 # 1 = use random MAC address for each ESS connection
1053 # 2 = like 1, but maintain OUI (with local admin bit set)
1054 #mac_addr=0
1055
1056 # disable_ht: Whether HT (802.11n) should be disabled.
1057 # 0 = HT enabled (if AP supports it)
1058 # 1 = HT disabled
1059 #
1060 # disable_ht40: Whether HT-40 (802.11n) should be disabled.
1061 # 0 = HT-40 enabled (if AP supports it)
1062 # 1 = HT-40 disabled
1063 #
1064 # disable_sgi: Whether SGI (short guard interval) should be disabled.
1065 # 0 = SGI enabled (if AP supports it)
1066 # 1 = SGI disabled
1067 #
1068 # disable_ldpc: Whether LDPC should be disabled.
1069 # 0 = LDPC enabled (if AP supports it)
1070 # 1 = LDPC disabled
1071 #
1072 # ht40_intolerant: Whether 40 MHz intolerant should be indicated.
1073 # 0 = 40 MHz tolerant (default)
1074 # 1 = 40 MHz intolerant
1075 #
1076 # ht_mcs:  Configure allowed MCS rates.
1077 #  Parsed as an array of bytes, in base-16 (ascii-hex)
1078 # ht_mcs=""                                   // Use all available (default)
1079 # ht_mcs="0xff 00 00 00 00 00 00 00 00 00 "   // Use MCS 0-7 only
1080 # ht_mcs="0xff ff 00 00 00 00 00 00 00 00 "   // Use MCS 0-15 only
1081 #
1082 # disable_max_amsdu:  Whether MAX_AMSDU should be disabled.
1083 # -1 = Do not make any changes.
1084 # 0  = Enable MAX-AMSDU if hardware supports it.
1085 # 1  = Disable AMSDU
1086 #
1087 # ampdu_factor: Maximum A-MPDU Length Exponent
1088 # Value: 0-3, see 7.3.2.56.3 in IEEE Std 802.11n-2009.
1089 #
1090 # ampdu_density:  Allow overriding AMPDU density configuration.
1091 #  Treated as hint by the kernel.
1092 # -1 = Do not make any changes.
1093 # 0-3 = Set AMPDU density (aka factor) to specified value.
1094
1095 # disable_vht: Whether VHT should be disabled.
1096 # 0 = VHT enabled (if AP supports it)
1097 # 1 = VHT disabled
1098 #
1099 # vht_capa: VHT capabilities to set in the override
1100 # vht_capa_mask: mask of VHT capabilities
1101 #
1102 # vht_rx_mcs_nss_1/2/3/4/5/6/7/8: override the MCS set for RX NSS 1-8
1103 # vht_tx_mcs_nss_1/2/3/4/5/6/7/8: override the MCS set for TX NSS 1-8
1104 #  0: MCS 0-7
1105 #  1: MCS 0-8
1106 #  2: MCS 0-9
1107 #  3: not supported
1108
1109 # Example blocks:
1110
1111 # Simple case: WPA-PSK, PSK as an ASCII passphrase, allow all valid ciphers
1112 network={
1113         ssid="simple"
1114         psk="very secret passphrase"
1115         priority=5
1116 }
1117
1118 # Same as previous, but request SSID-specific scanning (for APs that reject
1119 # broadcast SSID)
1120 network={
1121         ssid="second ssid"
1122         scan_ssid=1
1123         psk="very secret passphrase"
1124         priority=2
1125 }
1126
1127 # Only WPA-PSK is used. Any valid cipher combination is accepted.
1128 network={
1129         ssid="example"
1130         proto=WPA
1131         key_mgmt=WPA-PSK
1132         pairwise=CCMP TKIP
1133         group=CCMP TKIP WEP104 WEP40
1134         psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb
1135         priority=2
1136 }
1137
1138 # WPA-Personal(PSK) with TKIP and enforcement for frequent PTK rekeying
1139 network={
1140         ssid="example"
1141         proto=WPA
1142         key_mgmt=WPA-PSK
1143         pairwise=TKIP
1144         group=TKIP
1145         psk="not so secure passphrase"
1146         wpa_ptk_rekey=600
1147 }
1148
1149 # Only WPA-EAP is used. Both CCMP and TKIP is accepted. An AP that used WEP104
1150 # or WEP40 as the group cipher will not be accepted.
1151 network={
1152         ssid="example"
1153         proto=RSN
1154         key_mgmt=WPA-EAP
1155         pairwise=CCMP TKIP
1156         group=CCMP TKIP
1157         eap=TLS
1158         identity="user@example.com"
1159         ca_cert="/etc/cert/ca.pem"
1160         client_cert="/etc/cert/user.pem"
1161         private_key="/etc/cert/user.prv"
1162         private_key_passwd="password"
1163         priority=1
1164 }
1165
1166 # EAP-PEAP/MSCHAPv2 configuration for RADIUS servers that use the new peaplabel
1167 # (e.g., Radiator)
1168 network={
1169         ssid="example"
1170         key_mgmt=WPA-EAP
1171         eap=PEAP
1172         identity="user@example.com"
1173         password="foobar"
1174         ca_cert="/etc/cert/ca.pem"
1175         phase1="peaplabel=1"
1176         phase2="auth=MSCHAPV2"
1177         priority=10
1178 }
1179
1180 # EAP-TTLS/EAP-MD5-Challenge configuration with anonymous identity for the
1181 # unencrypted use. Real identity is sent only within an encrypted TLS tunnel.
1182 network={
1183         ssid="example"
1184         key_mgmt=WPA-EAP
1185         eap=TTLS
1186         identity="user@example.com"
1187         anonymous_identity="anonymous@example.com"
1188         password="foobar"
1189         ca_cert="/etc/cert/ca.pem"
1190         priority=2
1191 }
1192
1193 # EAP-TTLS/MSCHAPv2 configuration with anonymous identity for the unencrypted
1194 # use. Real identity is sent only within an encrypted TLS tunnel.
1195 network={
1196         ssid="example"
1197         key_mgmt=WPA-EAP
1198         eap=TTLS
1199         identity="user@example.com"
1200         anonymous_identity="anonymous@example.com"
1201         password="foobar"
1202         ca_cert="/etc/cert/ca.pem"
1203         phase2="auth=MSCHAPV2"
1204 }
1205
1206 # WPA-EAP, EAP-TTLS with different CA certificate used for outer and inner
1207 # authentication.
1208 network={
1209         ssid="example"
1210         key_mgmt=WPA-EAP
1211         eap=TTLS
1212         # Phase1 / outer authentication
1213         anonymous_identity="anonymous@example.com"
1214         ca_cert="/etc/cert/ca.pem"
1215         # Phase 2 / inner authentication
1216         phase2="autheap=TLS"
1217         ca_cert2="/etc/cert/ca2.pem"
1218         client_cert2="/etc/cer/user.pem"
1219         private_key2="/etc/cer/user.prv"
1220         private_key2_passwd="password"
1221         priority=2
1222 }
1223
1224 # Both WPA-PSK and WPA-EAP is accepted. Only CCMP is accepted as pairwise and
1225 # group cipher.
1226 network={
1227         ssid="example"
1228         bssid=00:11:22:33:44:55
1229         proto=WPA RSN
1230         key_mgmt=WPA-PSK WPA-EAP
1231         pairwise=CCMP
1232         group=CCMP
1233         psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb
1234 }
1235
1236 # Special characters in SSID, so use hex string. Default to WPA-PSK, WPA-EAP
1237 # and all valid ciphers.
1238 network={
1239         ssid=00010203
1240         psk=000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
1241 }
1242
1243
1244 # EAP-SIM with a GSM SIM or USIM
1245 network={
1246         ssid="eap-sim-test"
1247         key_mgmt=WPA-EAP
1248         eap=SIM
1249         pin="1234"
1250         pcsc=""
1251 }
1252
1253
1254 # EAP-PSK
1255 network={
1256         ssid="eap-psk-test"
1257         key_mgmt=WPA-EAP
1258         eap=PSK
1259         anonymous_identity="eap_psk_user"
1260         password=06b4be19da289f475aa46a33cb793029
1261         identity="eap_psk_user@example.com"
1262 }
1263
1264
1265 # IEEE 802.1X/EAPOL with dynamically generated WEP keys (i.e., no WPA) using
1266 # EAP-TLS for authentication and key generation; require both unicast and
1267 # broadcast WEP keys.
1268 network={
1269         ssid="1x-test"
1270         key_mgmt=IEEE8021X
1271         eap=TLS
1272         identity="user@example.com"
1273         ca_cert="/etc/cert/ca.pem"
1274         client_cert="/etc/cert/user.pem"
1275         private_key="/etc/cert/user.prv"
1276         private_key_passwd="password"
1277         eapol_flags=3
1278 }
1279
1280
1281 # LEAP with dynamic WEP keys
1282 network={
1283         ssid="leap-example"
1284         key_mgmt=IEEE8021X
1285         eap=LEAP
1286         identity="user"
1287         password="foobar"
1288 }
1289
1290 # EAP-IKEv2 using shared secrets for both server and peer authentication
1291 network={
1292         ssid="ikev2-example"
1293         key_mgmt=WPA-EAP
1294         eap=IKEV2
1295         identity="user"
1296         password="foobar"
1297 }
1298
1299 # EAP-FAST with WPA (WPA or WPA2)
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="/etc/wpa_supplicant.eap-fast-pac"
1309 }
1310
1311 network={
1312         ssid="eap-fast-test"
1313         key_mgmt=WPA-EAP
1314         eap=FAST
1315         anonymous_identity="FAST-000102030405"
1316         identity="username"
1317         password="password"
1318         phase1="fast_provisioning=1"
1319         pac_file="blob://eap-fast-pac"
1320 }
1321
1322 # Plaintext connection (no WPA, no IEEE 802.1X)
1323 network={
1324         ssid="plaintext-test"
1325         key_mgmt=NONE
1326 }
1327
1328
1329 # Shared WEP key connection (no WPA, no IEEE 802.1X)
1330 network={
1331         ssid="static-wep-test"
1332         key_mgmt=NONE
1333         wep_key0="abcde"
1334         wep_key1=0102030405
1335         wep_key2="1234567890123"
1336         wep_tx_keyidx=0
1337         priority=5
1338 }
1339
1340
1341 # Shared WEP key connection (no WPA, no IEEE 802.1X) using Shared Key
1342 # IEEE 802.11 authentication
1343 network={
1344         ssid="static-wep-test2"
1345         key_mgmt=NONE
1346         wep_key0="abcde"
1347         wep_key1=0102030405
1348         wep_key2="1234567890123"
1349         wep_tx_keyidx=0
1350         priority=5
1351         auth_alg=SHARED
1352 }
1353
1354
1355 # IBSS/ad-hoc network with RSN
1356 network={
1357         ssid="ibss-rsn"
1358         key_mgmt=WPA-PSK
1359         proto=RSN
1360         psk="12345678"
1361         mode=1
1362         frequency=2412
1363         pairwise=CCMP
1364         group=CCMP
1365 }
1366
1367 # IBSS/ad-hoc network with WPA-None/TKIP (deprecated)
1368 network={
1369         ssid="test adhoc"
1370         mode=1
1371         frequency=2412
1372         proto=WPA
1373         key_mgmt=WPA-NONE
1374         pairwise=NONE
1375         group=TKIP
1376         psk="secret passphrase"
1377 }
1378
1379 # open mesh network
1380 network={
1381         ssid="test mesh"
1382         mode=5
1383         frequency=2437
1384         key_mgmt=NONE
1385 }
1386
1387 # secure (SAE + AMPE) network
1388 network={
1389         ssid="secure mesh"
1390         mode=5
1391         frequency=2437
1392         key_mgmt=SAE
1393         psk="very secret passphrase"
1394 }
1395
1396
1397 # Catch all example that allows more or less all configuration modes
1398 network={
1399         ssid="example"
1400         scan_ssid=1
1401         key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
1402         pairwise=CCMP TKIP
1403         group=CCMP TKIP WEP104 WEP40
1404         psk="very secret passphrase"
1405         eap=TTLS PEAP TLS
1406         identity="user@example.com"
1407         password="foobar"
1408         ca_cert="/etc/cert/ca.pem"
1409         client_cert="/etc/cert/user.pem"
1410         private_key="/etc/cert/user.prv"
1411         private_key_passwd="password"
1412         phase1="peaplabel=0"
1413 }
1414
1415 # Example of EAP-TLS with smartcard (openssl engine)
1416 network={
1417         ssid="example"
1418         key_mgmt=WPA-EAP
1419         eap=TLS
1420         proto=RSN
1421         pairwise=CCMP TKIP
1422         group=CCMP TKIP
1423         identity="user@example.com"
1424         ca_cert="/etc/cert/ca.pem"
1425         client_cert="/etc/cert/user.pem"
1426
1427         engine=1
1428
1429         # The engine configured here must be available. Look at
1430         # OpenSSL engine support in the global section.
1431         # The key available through the engine must be the private key
1432         # matching the client certificate configured above.
1433
1434         # use the opensc engine
1435         #engine_id="opensc"
1436         #key_id="45"
1437
1438         # use the pkcs11 engine
1439         engine_id="pkcs11"
1440         key_id="id_45"
1441
1442         # Optional PIN configuration; this can be left out and PIN will be
1443         # asked through the control interface
1444         pin="1234"
1445 }
1446
1447 # Example configuration showing how to use an inlined blob as a CA certificate
1448 # data instead of using external file
1449 network={
1450         ssid="example"
1451         key_mgmt=WPA-EAP
1452         eap=TTLS
1453         identity="user@example.com"
1454         anonymous_identity="anonymous@example.com"
1455         password="foobar"
1456         ca_cert="blob://exampleblob"
1457         priority=20
1458 }
1459
1460 blob-base64-exampleblob={
1461 SGVsbG8gV29ybGQhCg==
1462 }
1463
1464
1465 # Wildcard match for SSID (plaintext APs only). This example select any
1466 # open AP regardless of its SSID.
1467 network={
1468         key_mgmt=NONE
1469 }
1470
1471 # Example configuration blacklisting two APs - these will be ignored
1472 # for this network.
1473 network={
1474         ssid="example"
1475         psk="very secret passphrase"
1476         bssid_blacklist=02:11:22:33:44:55 02:22:aa:44:55:66
1477 }
1478
1479 # Example configuration limiting AP selection to a specific set of APs;
1480 # any other AP not matching the masked address will be ignored.
1481 network={
1482         ssid="example"
1483         psk="very secret passphrase"
1484         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
1485 }
1486
1487 # Example config file that will only scan on channel 36.
1488 freq_list=5180
1489 network={
1490         key_mgmt=NONE
1491 }
1492
1493
1494 # Example MACsec configuration
1495 #network={
1496 #       key_mgmt=IEEE8021X
1497 #       eap=TTLS
1498 #       phase2="auth=PAP"
1499 #       anonymous_identity="anonymous@example.com"
1500 #       identity="user@example.com"
1501 #       password="secretr"
1502 #       ca_cert="/etc/cert/ca.pem"
1503 #       eapol_flags=0
1504 #       macsec_policy=1
1505 #}