Add support for offloading key management operations to the driver
[mech_eap.git] / wpa_supplicant / config.h
1 /*
2  * WPA Supplicant / Configuration file structures
3  * Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi>
4  *
5  * This software may be distributed under the terms of the BSD license.
6  * See README for more details.
7  */
8
9 #ifndef CONFIG_H
10 #define CONFIG_H
11
12 #define DEFAULT_EAPOL_VERSION 1
13 #ifdef CONFIG_NO_SCAN_PROCESSING
14 #define DEFAULT_AP_SCAN 2
15 #else /* CONFIG_NO_SCAN_PROCESSING */
16 #define DEFAULT_AP_SCAN 1
17 #endif /* CONFIG_NO_SCAN_PROCESSING */
18 #define DEFAULT_FAST_REAUTH 1
19 #define DEFAULT_P2P_GO_INTENT 7
20 #define DEFAULT_P2P_INTRA_BSS 1
21 #define DEFAULT_P2P_GO_MAX_INACTIVITY (5 * 60)
22 #define DEFAULT_P2P_OPTIMIZE_LISTEN_CHAN 0
23 #define DEFAULT_BSS_MAX_COUNT 200
24 #define DEFAULT_BSS_EXPIRATION_AGE 180
25 #define DEFAULT_BSS_EXPIRATION_SCAN_COUNT 2
26 #define DEFAULT_MAX_NUM_STA 128
27 #define DEFAULT_ACCESS_NETWORK_TYPE 15
28 #define DEFAULT_SCAN_CUR_FREQ 0
29 #define DEFAULT_P2P_SEARCH_DELAY 500
30 #define DEFAULT_RAND_ADDR_LIFETIME 60
31 #define DEFAULT_KEY_MGMT_OFFLOAD 1
32
33 #include "config_ssid.h"
34 #include "wps/wps.h"
35 #include "common/ieee802_11_common.h"
36
37
38 struct wpa_cred {
39         /**
40          * next - Next credential in the list
41          *
42          * This pointer can be used to iterate over all credentials. The head
43          * of this list is stored in the cred field of struct wpa_config.
44          */
45         struct wpa_cred *next;
46
47         /**
48          * id - Unique id for the credential
49          *
50          * This identifier is used as a unique identifier for each credential
51          * block when using the control interface. Each credential is allocated
52          * an id when it is being created, either when reading the
53          * configuration file or when a new credential is added through the
54          * control interface.
55          */
56         int id;
57
58         /**
59          * temporary - Whether this credential is temporary and not to be saved
60          */
61         int temporary;
62
63         /**
64          * priority - Priority group
65          *
66          * By default, all networks and credentials get the same priority group
67          * (0). This field can be used to give higher priority for credentials
68          * (and similarly in struct wpa_ssid for network blocks) to change the
69          * Interworking automatic networking selection behavior. The matching
70          * network (based on either an enabled network block or a credential)
71          * with the highest priority value will be selected.
72          */
73         int priority;
74
75         /**
76          * pcsc - Use PC/SC and SIM/USIM card
77          */
78         int pcsc;
79
80         /**
81          * realm - Home Realm for Interworking
82          */
83         char *realm;
84
85         /**
86          * username - Username for Interworking network selection
87          */
88         char *username;
89
90         /**
91          * password - Password for Interworking network selection
92          */
93         char *password;
94
95         /**
96          * ext_password - Whether password is a name for external storage
97          */
98         int ext_password;
99
100         /**
101          * ca_cert - CA certificate for Interworking network selection
102          */
103         char *ca_cert;
104
105         /**
106          * client_cert - File path to client certificate file (PEM/DER)
107          *
108          * This field is used with Interworking networking selection for a case
109          * where client certificate/private key is used for authentication
110          * (EAP-TLS). Full path to the file should be used since working
111          * directory may change when wpa_supplicant is run in the background.
112          *
113          * Alternatively, a named configuration blob can be used by setting
114          * this to blob://blob_name.
115          */
116         char *client_cert;
117
118         /**
119          * private_key - File path to client private key file (PEM/DER/PFX)
120          *
121          * When PKCS#12/PFX file (.p12/.pfx) is used, client_cert should be
122          * commented out. Both the private key and certificate will be read
123          * from the PKCS#12 file in this case. Full path to the file should be
124          * used since working directory may change when wpa_supplicant is run
125          * in the background.
126          *
127          * Windows certificate store can be used by leaving client_cert out and
128          * configuring private_key in one of the following formats:
129          *
130          * cert://substring_to_match
131          *
132          * hash://certificate_thumbprint_in_hex
133          *
134          * For example: private_key="hash://63093aa9c47f56ae88334c7b65a4"
135          *
136          * Note that when running wpa_supplicant as an application, the user
137          * certificate store (My user account) is used, whereas computer store
138          * (Computer account) is used when running wpasvc as a service.
139          *
140          * Alternatively, a named configuration blob can be used by setting
141          * this to blob://blob_name.
142          */
143         char *private_key;
144
145         /**
146          * private_key_passwd - Password for private key file
147          */
148         char *private_key_passwd;
149
150         /**
151          * imsi - IMSI in <MCC> | <MNC> | '-' | <MSIN> format
152          */
153         char *imsi;
154
155         /**
156          * milenage - Milenage parameters for SIM/USIM simulator in
157          *      <Ki>:<OPc>:<SQN> format
158          */
159         char *milenage;
160
161         /**
162          * domain_suffix_match - Constraint for server domain name
163          *
164          * If set, this FQDN is used as a suffix match requirement for the AAA
165          * server certificate in SubjectAltName dNSName element(s). If a
166          * matching dNSName is found, this constraint is met. If no dNSName
167          * values are present, this constraint is matched against SubjetName CN
168          * using same suffix match comparison. Suffix match here means that the
169          * host/domain name is compared one label at a time starting from the
170          * top-level domain and all the labels in @domain_suffix_match shall be
171          * included in the certificate. The certificate may include additional
172          * sub-level labels in addition to the required labels.
173          *
174          * For example, domain_suffix_match=example.com would match
175          * test.example.com but would not match test-example.com.
176          */
177         char *domain_suffix_match;
178
179         /**
180          * domain - Home service provider FQDN(s)
181          *
182          * This is used to compare against the Domain Name List to figure out
183          * whether the AP is operated by the Home SP. Multiple domain entries
184          * can be used to configure alternative FQDNs that will be considered
185          * home networks.
186          */
187         char **domain;
188
189         /**
190          * num_domain - Number of FQDNs in the domain array
191          */
192         size_t num_domain;
193
194         /**
195          * roaming_consortium - Roaming Consortium OI
196          *
197          * If roaming_consortium_len is non-zero, this field contains the
198          * Roaming Consortium OI that can be used to determine which access
199          * points support authentication with this credential. This is an
200          * alternative to the use of the realm parameter. When using Roaming
201          * Consortium to match the network, the EAP parameters need to be
202          * pre-configured with the credential since the NAI Realm information
203          * may not be available or fetched.
204          */
205         u8 roaming_consortium[15];
206
207         /**
208          * roaming_consortium_len - Length of roaming_consortium
209          */
210         size_t roaming_consortium_len;
211
212         u8 required_roaming_consortium[15];
213         size_t required_roaming_consortium_len;
214
215         /**
216          * eap_method - EAP method to use
217          *
218          * Pre-configured EAP method to use with this credential or %NULL to
219          * indicate no EAP method is selected, i.e., the method will be
220          * selected automatically based on ANQP information.
221          */
222         struct eap_method_type *eap_method;
223
224         /**
225          * phase1 - Phase 1 (outer authentication) parameters
226          *
227          * Pre-configured EAP parameters or %NULL.
228          */
229         char *phase1;
230
231         /**
232          * phase2 - Phase 2 (inner authentication) parameters
233          *
234          * Pre-configured EAP parameters or %NULL.
235          */
236         char *phase2;
237
238         struct excluded_ssid {
239                 u8 ssid[MAX_SSID_LEN];
240                 size_t ssid_len;
241         } *excluded_ssid;
242         size_t num_excluded_ssid;
243
244         struct roaming_partner {
245                 char fqdn[128];
246                 int exact_match;
247                 u8 priority;
248                 char country[3];
249         } *roaming_partner;
250         size_t num_roaming_partner;
251
252         int update_identifier;
253
254         /**
255          * provisioning_sp - FQDN of the SP that provisioned the credential
256          */
257         char *provisioning_sp;
258
259         /**
260          * sp_priority - Credential priority within a provisioning SP
261          *
262          * This is the priority of the credential among all credentials
263          * provisionined by the same SP (i.e., for entries that have identical
264          * provisioning_sp value). The range of this priority is 0-255 with 0
265          * being the highest and 255 the lower priority.
266          */
267         int sp_priority;
268
269         unsigned int min_dl_bandwidth_home;
270         unsigned int min_ul_bandwidth_home;
271         unsigned int min_dl_bandwidth_roaming;
272         unsigned int min_ul_bandwidth_roaming;
273
274         /**
275          * max_bss_load - Maximum BSS Load Channel Utilization (1..255)
276          * This value is used as the maximum channel utilization for network
277          * selection purposes for home networks. If the AP does not advertise
278          * BSS Load or if the limit would prevent any connection, this
279          * constraint will be ignored.
280          */
281         unsigned int max_bss_load;
282
283         unsigned int num_req_conn_capab;
284         u8 *req_conn_capab_proto;
285         int **req_conn_capab_port;
286
287         /**
288          * ocsp - Whether to use/require OCSP to check server certificate
289          *
290          * 0 = do not use OCSP stapling (TLS certificate status extension)
291          * 1 = try to use OCSP stapling, but not require response
292          * 2 = require valid OCSP stapling response
293          */
294         int ocsp;
295
296         /**
297          * sim_num - User selected SIM identifier
298          *
299          * This variable is used for identifying which SIM is used if the system
300          * has more than one.
301          */
302         int sim_num;
303 };
304
305
306 #define CFG_CHANGED_DEVICE_NAME BIT(0)
307 #define CFG_CHANGED_CONFIG_METHODS BIT(1)
308 #define CFG_CHANGED_DEVICE_TYPE BIT(2)
309 #define CFG_CHANGED_OS_VERSION BIT(3)
310 #define CFG_CHANGED_UUID BIT(4)
311 #define CFG_CHANGED_COUNTRY BIT(5)
312 #define CFG_CHANGED_SEC_DEVICE_TYPE BIT(6)
313 #define CFG_CHANGED_P2P_SSID_POSTFIX BIT(7)
314 #define CFG_CHANGED_WPS_STRING BIT(8)
315 #define CFG_CHANGED_P2P_INTRA_BSS BIT(9)
316 #define CFG_CHANGED_VENDOR_EXTENSION BIT(10)
317 #define CFG_CHANGED_P2P_LISTEN_CHANNEL BIT(11)
318 #define CFG_CHANGED_P2P_OPER_CHANNEL BIT(12)
319 #define CFG_CHANGED_P2P_PREF_CHAN BIT(13)
320 #define CFG_CHANGED_EXT_PW_BACKEND BIT(14)
321 #define CFG_CHANGED_NFC_PASSWORD_TOKEN BIT(15)
322 #define CFG_CHANGED_P2P_PASSPHRASE_LEN BIT(16)
323
324 /**
325  * struct wpa_config - wpa_supplicant configuration data
326  *
327  * This data structure is presents the per-interface (radio) configuration
328  * data. In many cases, there is only one struct wpa_config instance, but if
329  * more than one network interface is being controlled, one instance is used
330  * for each.
331  */
332 struct wpa_config {
333         /**
334          * ssid - Head of the global network list
335          *
336          * This is the head for the list of all the configured networks.
337          */
338         struct wpa_ssid *ssid;
339
340         /**
341          * pssid - Per-priority network lists (in priority order)
342          */
343         struct wpa_ssid **pssid;
344
345         /**
346          * num_prio - Number of different priorities used in the pssid lists
347          *
348          * This indicates how many per-priority network lists are included in
349          * pssid.
350          */
351         int num_prio;
352
353         /**
354          * cred - Head of the credential list
355          *
356          * This is the head for the list of all the configured credentials.
357          */
358         struct wpa_cred *cred;
359
360         /**
361          * eapol_version - IEEE 802.1X/EAPOL version number
362          *
363          * wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which
364          * defines EAPOL version 2. However, there are many APs that do not
365          * handle the new version number correctly (they seem to drop the
366          * frames completely). In order to make wpa_supplicant interoperate
367          * with these APs, the version number is set to 1 by default. This
368          * configuration value can be used to set it to the new version (2).
369          */
370         int eapol_version;
371
372         /**
373          * ap_scan - AP scanning/selection
374          *
375          * By default, wpa_supplicant requests driver to perform AP
376          * scanning and then uses the scan results to select a
377          * suitable AP. Another alternative is to allow the driver to
378          * take care of AP scanning and selection and use
379          * wpa_supplicant just to process EAPOL frames based on IEEE
380          * 802.11 association information from the driver.
381          *
382          * 1: wpa_supplicant initiates scanning and AP selection (default).
383          *
384          * 0: Driver takes care of scanning, AP selection, and IEEE 802.11
385          * association parameters (e.g., WPA IE generation); this mode can
386          * also be used with non-WPA drivers when using IEEE 802.1X mode;
387          * do not try to associate with APs (i.e., external program needs
388          * to control association). This mode must also be used when using
389          * wired Ethernet drivers.
390          *
391          * 2: like 0, but associate with APs using security policy and SSID
392          * (but not BSSID); this can be used, e.g., with ndiswrapper and NDIS
393          * drivers to enable operation with hidden SSIDs and optimized roaming;
394          * in this mode, the network blocks in the configuration are tried
395          * one by one until the driver reports successful association; each
396          * network block should have explicit security policy (i.e., only one
397          * option in the lists) for key_mgmt, pairwise, group, proto variables.
398          */
399         int ap_scan;
400
401         /**
402          * bgscan - Background scan and roaming parameters or %NULL if none
403          *
404          * This is an optional set of parameters for background scanning and
405          * roaming within a network (ESS). For more detailed information see
406          * ssid block documentation.
407          *
408          * The variable defines default bgscan behavior for all BSS station
409          * networks except for those which have their own bgscan configuration.
410          */
411          char *bgscan;
412
413         /**
414          * disable_scan_offload - Disable automatic offloading of scan requests
415          *
416          * By default, %wpa_supplicant tries to offload scanning if the driver
417          * indicates support for this (sched_scan). This configuration
418          * parameter can be used to disable this offloading mechanism.
419          */
420         int disable_scan_offload;
421
422         /**
423          * ctrl_interface - Parameters for the control interface
424          *
425          * If this is specified, %wpa_supplicant will open a control interface
426          * that is available for external programs to manage %wpa_supplicant.
427          * The meaning of this string depends on which control interface
428          * mechanism is used. For all cases, the existence of this parameter
429          * in configuration is used to determine whether the control interface
430          * is enabled.
431          *
432          * For UNIX domain sockets (default on Linux and BSD): This is a
433          * directory that will be created for UNIX domain sockets for listening
434          * to requests from external programs (CLI/GUI, etc.) for status
435          * information and configuration. The socket file will be named based
436          * on the interface name, so multiple %wpa_supplicant processes can be
437          * run at the same time if more than one interface is used.
438          * /var/run/wpa_supplicant is the recommended directory for sockets and
439          * by default, wpa_cli will use it when trying to connect with
440          * %wpa_supplicant.
441          *
442          * Access control for the control interface can be configured
443          * by setting the directory to allow only members of a group
444          * to use sockets. This way, it is possible to run
445          * %wpa_supplicant as root (since it needs to change network
446          * configuration and open raw sockets) and still allow GUI/CLI
447          * components to be run as non-root users. However, since the
448          * control interface can be used to change the network
449          * configuration, this access needs to be protected in many
450          * cases. By default, %wpa_supplicant is configured to use gid
451          * 0 (root). If you want to allow non-root users to use the
452          * control interface, add a new group and change this value to
453          * match with that group. Add users that should have control
454          * interface access to this group.
455          *
456          * When configuring both the directory and group, use following format:
457          * DIR=/var/run/wpa_supplicant GROUP=wheel
458          * DIR=/var/run/wpa_supplicant GROUP=0
459          * (group can be either group name or gid)
460          *
461          * For UDP connections (default on Windows): The value will be ignored.
462          * This variable is just used to select that the control interface is
463          * to be created. The value can be set to, e.g., udp
464          * (ctrl_interface=udp).
465          *
466          * For Windows Named Pipe: This value can be used to set the security
467          * descriptor for controlling access to the control interface. Security
468          * descriptor can be set using Security Descriptor String Format (see
469          * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/security_descriptor_string_format.asp).
470          * The descriptor string needs to be prefixed with SDDL=. For example,
471          * ctrl_interface=SDDL=D: would set an empty DACL (which will reject
472          * all connections).
473          */
474         char *ctrl_interface;
475
476         /**
477          * ctrl_interface_group - Control interface group (DEPRECATED)
478          *
479          * This variable is only used for backwards compatibility. Group for
480          * UNIX domain sockets should now be specified using GROUP=group in
481          * ctrl_interface variable.
482          */
483         char *ctrl_interface_group;
484
485         /**
486          * fast_reauth - EAP fast re-authentication (session resumption)
487          *
488          * By default, fast re-authentication is enabled for all EAP methods
489          * that support it. This variable can be used to disable fast
490          * re-authentication (by setting fast_reauth=0). Normally, there is no
491          * need to disable fast re-authentication.
492          */
493         int fast_reauth;
494
495         /**
496          * opensc_engine_path - Path to the OpenSSL engine for opensc
497          *
498          * This is an OpenSSL specific configuration option for loading OpenSC
499          * engine (engine_opensc.so); if %NULL, this engine is not loaded.
500          */
501         char *opensc_engine_path;
502
503         /**
504          * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
505          *
506          * This is an OpenSSL specific configuration option for loading PKCS#11
507          * engine (engine_pkcs11.so); if %NULL, this engine is not loaded.
508          */
509         char *pkcs11_engine_path;
510
511         /**
512          * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
513          *
514          * This is an OpenSSL specific configuration option for configuring
515          * path to OpenSC/PKCS#11 engine (opensc-pkcs11.so); if %NULL, this
516          * module is not loaded.
517          */
518         char *pkcs11_module_path;
519
520         /**
521          * openssl_ciphers - OpenSSL cipher string
522          *
523          * This is an OpenSSL specific configuration option for configuring the
524          * default ciphers. If not set, "DEFAULT:!EXP:!LOW" is used as the
525          * default.
526          */
527         char *openssl_ciphers;
528
529         /**
530          * pcsc_reader - PC/SC reader name prefix
531          *
532          * If not %NULL, PC/SC reader with a name that matches this prefix is
533          * initialized for SIM/USIM access. Empty string can be used to match
534          * the first available reader.
535          */
536         char *pcsc_reader;
537
538         /**
539          * pcsc_pin - PIN for USIM, GSM SIM, and smartcards
540          *
541          * This field is used to configure PIN for SIM/USIM for EAP-SIM and
542          * EAP-AKA. If left out, this will be asked through control interface.
543          */
544         char *pcsc_pin;
545
546         /**
547          * external_sim - Use external processing for SIM/USIM operations
548          */
549         int external_sim;
550
551         /**
552          * driver_param - Driver interface parameters
553          *
554          * This text string is passed to the selected driver interface with the
555          * optional struct wpa_driver_ops::set_param() handler. This can be
556          * used to configure driver specific options without having to add new
557          * driver interface functionality.
558          */
559         char *driver_param;
560
561         /**
562          * dot11RSNAConfigPMKLifetime - Maximum lifetime of a PMK
563          *
564          * dot11 MIB variable for the maximum lifetime of a PMK in the PMK
565          * cache (unit: seconds).
566          */
567         unsigned int dot11RSNAConfigPMKLifetime;
568
569         /**
570          * dot11RSNAConfigPMKReauthThreshold - PMK re-authentication threshold
571          *
572          * dot11 MIB variable for the percentage of the PMK lifetime
573          * that should expire before an IEEE 802.1X reauthentication occurs.
574          */
575         unsigned int dot11RSNAConfigPMKReauthThreshold;
576
577         /**
578          * dot11RSNAConfigSATimeout - Security association timeout
579          *
580          * dot11 MIB variable for the maximum time a security association
581          * shall take to set up (unit: seconds).
582          */
583         unsigned int dot11RSNAConfigSATimeout;
584
585         /**
586          * update_config - Is wpa_supplicant allowed to update configuration
587          *
588          * This variable control whether wpa_supplicant is allow to re-write
589          * its configuration with wpa_config_write(). If this is zero,
590          * configuration data is only changed in memory and the external data
591          * is not overriden. If this is non-zero, wpa_supplicant will update
592          * the configuration data (e.g., a file) whenever configuration is
593          * changed. This update may replace the old configuration which can
594          * remove comments from it in case of a text file configuration.
595          */
596         int update_config;
597
598         /**
599          * blobs - Configuration blobs
600          */
601         struct wpa_config_blob *blobs;
602
603         /**
604          * uuid - Universally Unique IDentifier (UUID; see RFC 4122) for WPS
605          */
606         u8 uuid[16];
607
608         /**
609          * device_name - Device Name (WPS)
610          * User-friendly description of device; up to 32 octets encoded in
611          * UTF-8
612          */
613         char *device_name;
614
615         /**
616          * manufacturer - Manufacturer (WPS)
617          * The manufacturer of the device (up to 64 ASCII characters)
618          */
619         char *manufacturer;
620
621         /**
622          * model_name - Model Name (WPS)
623          * Model of the device (up to 32 ASCII characters)
624          */
625         char *model_name;
626
627         /**
628          * model_number - Model Number (WPS)
629          * Additional device description (up to 32 ASCII characters)
630          */
631         char *model_number;
632
633         /**
634          * serial_number - Serial Number (WPS)
635          * Serial number of the device (up to 32 characters)
636          */
637         char *serial_number;
638
639         /**
640          * device_type - Primary Device Type (WPS)
641          */
642         u8 device_type[WPS_DEV_TYPE_LEN];
643
644         /**
645          * config_methods - Config Methods
646          *
647          * This is a space-separated list of supported WPS configuration
648          * methods. For example, "label virtual_display virtual_push_button
649          * keypad".
650          * Available methods: usba ethernet label display ext_nfc_token
651          * int_nfc_token nfc_interface push_button keypad
652          * virtual_display physical_display
653          * virtual_push_button physical_push_button.
654          */
655         char *config_methods;
656
657         /**
658          * os_version - OS Version (WPS)
659          * 4-octet operating system version number
660          */
661         u8 os_version[4];
662
663         /**
664          * country - Country code
665          *
666          * This is the ISO/IEC alpha2 country code for which we are operating
667          * in
668          */
669         char country[2];
670
671         /**
672          * wps_cred_processing - Credential processing
673          *
674          *   0 = process received credentials internally
675          *   1 = do not process received credentials; just pass them over
676          *      ctrl_iface to external program(s)
677          *   2 = process received credentials internally and pass them over
678          *      ctrl_iface to external program(s)
679          */
680         int wps_cred_processing;
681
682 #define MAX_SEC_DEVICE_TYPES 5
683         /**
684          * sec_device_types - Secondary Device Types (P2P)
685          */
686         u8 sec_device_type[MAX_SEC_DEVICE_TYPES][WPS_DEV_TYPE_LEN];
687         int num_sec_device_types;
688
689         int p2p_listen_reg_class;
690         int p2p_listen_channel;
691         int p2p_oper_reg_class;
692         int p2p_oper_channel;
693         int p2p_go_intent;
694         char *p2p_ssid_postfix;
695         int persistent_reconnect;
696         int p2p_intra_bss;
697         unsigned int num_p2p_pref_chan;
698         struct p2p_channel *p2p_pref_chan;
699         struct wpa_freq_range_list p2p_no_go_freq;
700         int p2p_add_cli_chan;
701         int p2p_ignore_shared_freq;
702         int p2p_optimize_listen_chan;
703
704         struct wpabuf *wps_vendor_ext_m1;
705
706 #define MAX_WPS_VENDOR_EXT 10
707         /**
708          * wps_vendor_ext - Vendor extension attributes in WPS
709          */
710         struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT];
711
712         /**
713          * p2p_group_idle - Maximum idle time in seconds for P2P group
714          *
715          * This value controls how long a P2P group is maintained after there
716          * is no other members in the group. As a GO, this means no associated
717          * stations in the group. As a P2P client, this means no GO seen in
718          * scan results. The maximum idle time is specified in seconds with 0
719          * indicating no time limit, i.e., the P2P group remains in active
720          * state indefinitely until explicitly removed. As a P2P client, the
721          * maximum idle time of P2P_MAX_CLIENT_IDLE seconds is enforced, i.e.,
722          * this parameter is mainly meant for GO use and for P2P client, it can
723          * only be used to reduce the default timeout to smaller value. A
724          * special value -1 can be used to configure immediate removal of the
725          * group for P2P client role on any disconnection after the data
726          * connection has been established.
727          */
728         int p2p_group_idle;
729
730         /**
731          * p2p_passphrase_len - Passphrase length (8..63) for P2P GO
732          *
733          * This parameter controls the length of the random passphrase that is
734          * generated at the GO.
735          */
736         unsigned int p2p_passphrase_len;
737
738         /**
739          * bss_max_count - Maximum number of BSS entries to keep in memory
740          */
741         unsigned int bss_max_count;
742
743         /**
744          * bss_expiration_age - BSS entry age after which it can be expired
745          *
746          * This value controls the time in seconds after which a BSS entry
747          * gets removed if it has not been updated or is not in use.
748          */
749         unsigned int bss_expiration_age;
750
751         /**
752          * bss_expiration_scan_count - Expire BSS after number of scans
753          *
754          * If the BSS entry has not been seen in this many scans, it will be
755          * removed. A value of 1 means that entry is removed after the first
756          * scan in which the BSSID is not seen. Larger values can be used
757          * to avoid BSS entries disappearing if they are not visible in
758          * every scan (e.g., low signal quality or interference).
759          */
760         unsigned int bss_expiration_scan_count;
761
762         /**
763          * filter_ssids - SSID-based scan result filtering
764          *
765          *   0 = do not filter scan results
766          *   1 = only include configured SSIDs in scan results/BSS table
767          */
768         int filter_ssids;
769
770         /**
771          * filter_rssi - RSSI-based scan result filtering
772          *
773          * 0 = do not filter scan results
774          * -n = filter scan results below -n dBm
775          */
776         int filter_rssi;
777
778         /**
779          * max_num_sta - Maximum number of STAs in an AP/P2P GO
780          */
781         unsigned int max_num_sta;
782
783         /**
784          * freq_list - Array of allowed scan frequencies or %NULL for all
785          *
786          * This is an optional zero-terminated array of frequencies in
787          * megahertz (MHz) to allow for narrowing scanning range.
788          */
789         int *freq_list;
790
791         /**
792          * scan_cur_freq - Whether to scan only the current channel
793          *
794          * If true, attempt to scan only the current channel if any other
795          * VIFs on this radio are already associated on a particular channel.
796          */
797         int scan_cur_freq;
798
799         /**
800          * changed_parameters - Bitmap of changed parameters since last update
801          */
802         unsigned int changed_parameters;
803
804         /**
805          * disassoc_low_ack - Disassocicate stations with massive packet loss
806          */
807         int disassoc_low_ack;
808
809         /**
810          * interworking - Whether Interworking (IEEE 802.11u) is enabled
811          */
812         int interworking;
813
814         /**
815          * access_network_type - Access Network Type
816          *
817          * When Interworking is enabled, scans will be limited to APs that
818          * advertise the specified Access Network Type (0..15; with 15
819          * indicating wildcard match).
820          */
821         int access_network_type;
822
823         /**
824          * hessid - Homogenous ESS identifier
825          *
826          * If this is set (any octet is non-zero), scans will be used to
827          * request response only from BSSes belonging to the specified
828          * Homogeneous ESS. This is used only if interworking is enabled.
829          */
830         u8 hessid[ETH_ALEN];
831
832         /**
833          * hs20 - Hotspot 2.0
834          */
835         int hs20;
836
837         /**
838          * pbc_in_m1 - AP mode WPS probing workaround for PBC with Windows 7
839          *
840          * Windows 7 uses incorrect way of figuring out AP's WPS capabilities
841          * by acting as a Registrar and using M1 from the AP. The config
842          * methods attribute in that message is supposed to indicate only the
843          * configuration method supported by the AP in Enrollee role, i.e., to
844          * add an external Registrar. For that case, PBC shall not be used and
845          * as such, the PushButton config method is removed from M1 by default.
846          * If pbc_in_m1=1 is included in the configuration file, the PushButton
847          * config method is left in M1 (if included in config_methods
848          * parameter) to allow Windows 7 to use PBC instead of PIN (e.g., from
849          * a label in the AP).
850          */
851         int pbc_in_m1;
852
853         /**
854          * autoscan - Automatic scan parameters or %NULL if none
855          *
856          * This is an optional set of parameters for automatic scanning
857          * within an interface in following format:
858          * <autoscan module name>:<module parameters>
859          */
860         char *autoscan;
861
862         /**
863          * wps_nfc_pw_from_config - NFC Device Password was read from config
864          *
865          * This parameter can be determined whether the NFC Device Password was
866          * included in the configuration (1) or generated dynamically (0). Only
867          * the former case is re-written back to the configuration file.
868          */
869         int wps_nfc_pw_from_config;
870
871         /**
872          * wps_nfc_dev_pw_id - NFC Device Password ID for password token
873          */
874         int wps_nfc_dev_pw_id;
875
876         /**
877          * wps_nfc_dh_pubkey - NFC DH Public Key for password token
878          */
879         struct wpabuf *wps_nfc_dh_pubkey;
880
881         /**
882          * wps_nfc_dh_privkey - NFC DH Private Key for password token
883          */
884         struct wpabuf *wps_nfc_dh_privkey;
885
886         /**
887          * wps_nfc_dev_pw - NFC Device Password for password token
888          */
889         struct wpabuf *wps_nfc_dev_pw;
890
891         /**
892          * ext_password_backend - External password backend or %NULL if none
893          *
894          * format: <backend name>[:<optional backend parameters>]
895          */
896         char *ext_password_backend;
897
898         /*
899          * p2p_go_max_inactivity - Timeout in seconds to detect STA inactivity
900          *
901          * This timeout value is used in P2P GO mode to clean up
902          * inactive stations.
903          * By default: 300 seconds.
904          */
905         int p2p_go_max_inactivity;
906
907         struct hostapd_wmm_ac_params wmm_ac_params[4];
908
909         /**
910          * auto_interworking - Whether to use network selection automatically
911          *
912          * 0 = do not automatically go through Interworking network selection
913          *     (i.e., require explicit interworking_select command for this)
914          * 1 = perform Interworking network selection if one or more
915          *     credentials have been configured and scan did not find a
916          *     matching network block
917          */
918         int auto_interworking;
919
920         /**
921          * p2p_go_ht40 - Default mode for HT40 enable when operating as GO.
922          *
923          * This will take effect for p2p_group_add, p2p_connect, and p2p_invite.
924          * Note that regulatory constraints and driver capabilities are
925          * consulted anyway, so setting it to 1 can't do real harm.
926          * By default: 0 (disabled)
927          */
928         int p2p_go_ht40;
929
930         /**
931          * p2p_go_vht - Default mode for VHT enable when operating as GO
932          *
933          * This will take effect for p2p_group_add, p2p_connect, and p2p_invite.
934          * Note that regulatory constraints and driver capabilities are
935          * consulted anyway, so setting it to 1 can't do real harm.
936          * By default: 0 (disabled)
937          */
938         int p2p_go_vht;
939
940         /**
941          * p2p_disabled - Whether P2P operations are disabled for this interface
942          */
943         int p2p_disabled;
944
945         /**
946          * p2p_no_group_iface - Whether group interfaces can be used
947          *
948          * By default, wpa_supplicant will create a separate interface for P2P
949          * group operations if the driver supports this. This functionality can
950          * be disabled by setting this parameter to 1. In that case, the same
951          * interface that was used for the P2P management operations is used
952          * also for the group operation.
953          */
954         int p2p_no_group_iface;
955
956         /**
957          * okc - Whether to enable opportunistic key caching by default
958          *
959          * By default, OKC is disabled unless enabled by the per-network
960          * proactive_key_caching=1 parameter. okc=1 can be used to change this
961          * default behavior.
962          */
963         int okc;
964
965         /**
966          * pmf - Whether to enable/require PMF by default
967          *
968          * By default, PMF is disabled unless enabled by the per-network
969          * ieee80211w=1 or ieee80211w=2 parameter. pmf=1/2 can be used to change
970          * this default behavior.
971          */
972         enum mfp_options pmf;
973
974         /**
975          * sae_groups - Preference list of enabled groups for SAE
976          *
977          * By default (if this parameter is not set), the mandatory group 19
978          * (ECC group defined over a 256-bit prime order field) is preferred,
979          * but other groups are also enabled. If this parameter is set, the
980          * groups will be tried in the indicated order.
981          */
982         int *sae_groups;
983
984         /**
985          * dtim_period - Default DTIM period in Beacon intervals
986          *
987          * This parameter can be used to set the default value for network
988          * blocks that do not specify dtim_period.
989          */
990         int dtim_period;
991
992         /**
993          * beacon_int - Default Beacon interval in TU
994          *
995          * This parameter can be used to set the default value for network
996          * blocks that do not specify beacon_int.
997          */
998         int beacon_int;
999
1000         /**
1001          * ap_vendor_elements: Vendor specific elements for Beacon/ProbeResp
1002          *
1003          * This parameter can be used to define additional vendor specific
1004          * elements for Beacon and Probe Response frames in AP/P2P GO mode. The
1005          * format for these element(s) is a hexdump of the raw information
1006          * elements (id+len+payload for one or more elements).
1007          */
1008         struct wpabuf *ap_vendor_elements;
1009
1010         /**
1011          * ignore_old_scan_res - Ignore scan results older than request
1012          *
1013          * The driver may have a cache of scan results that makes it return
1014          * information that is older than our scan trigger. This parameter can
1015          * be used to configure such old information to be ignored instead of
1016          * allowing it to update the internal BSS table.
1017          */
1018         int ignore_old_scan_res;
1019
1020         /**
1021          * sched_scan_interval -  schedule scan interval
1022          */
1023         unsigned int sched_scan_interval;
1024
1025         /**
1026          * tdls_external_control - External control for TDLS setup requests
1027          *
1028          * Enable TDLS mode where external programs are given the control
1029          * to specify the TDLS link to get established to the driver. The
1030          * driver requests the TDLS setup to the supplicant only for the
1031          * specified TDLS peers.
1032          */
1033         int tdls_external_control;
1034
1035         u8 ip_addr_go[4];
1036         u8 ip_addr_mask[4];
1037         u8 ip_addr_start[4];
1038         u8 ip_addr_end[4];
1039
1040         /**
1041          * osu_dir - OSU provider information directory
1042          *
1043          * If set, allow FETCH_OSU control interface command to be used to fetch
1044          * OSU provider information into all APs and store the results in this
1045          * directory.
1046          */
1047         char *osu_dir;
1048
1049         /**
1050          * wowlan_triggers - Wake-on-WLAN triggers
1051          *
1052          * If set, these wowlan triggers will be configured.
1053          */
1054         char *wowlan_triggers;
1055
1056         /**
1057          * p2p_search_delay - Extra delay between concurrent search iterations
1058          *
1059          * Add extra delay (in milliseconds) between search iterations when
1060          * there is a concurrent operation to make p2p_find friendlier to
1061          * concurrent operations by avoiding it from taking 100% of radio
1062          * resources.
1063          */
1064         unsigned int p2p_search_delay;
1065
1066         /**
1067          * mac_addr - MAC address policy default
1068          *
1069          * 0 = use permanent MAC address
1070          * 1 = use random MAC address for each ESS connection
1071          * 2 = like 1, but maintain OUI (with local admin bit set)
1072          *
1073          * By default, permanent MAC address is used unless policy is changed by
1074          * the per-network mac_addr parameter. Global mac_addr=1 can be used to
1075          * change this default behavior.
1076          */
1077         int mac_addr;
1078
1079         /**
1080          * rand_addr_lifetime - Lifetime of random MAC address in seconds
1081          */
1082         unsigned int rand_addr_lifetime;
1083
1084         /**
1085          * preassoc_mac_addr - Pre-association MAC address policy
1086          *
1087          * 0 = use permanent MAC address
1088          * 1 = use random MAC address
1089          * 2 = like 1, but maintain OUI (with local admin bit set)
1090          */
1091         int preassoc_mac_addr;
1092
1093         /**
1094          * key_mgmt_offload - Use key management offload
1095          *
1096          * Key management offload should be used if the device supports it.
1097          * Key management offload is the capability of a device operating as
1098          * a station to do the exchange necessary to establish temporal keys
1099          * during initial RSN connection, after roaming, or during a PTK
1100          * rekeying operation.
1101          */
1102         int key_mgmt_offload;
1103 };
1104
1105
1106 /* Prototypes for common functions from config.c */
1107
1108 void wpa_config_free(struct wpa_config *ssid);
1109 void wpa_config_free_ssid(struct wpa_ssid *ssid);
1110 void wpa_config_foreach_network(struct wpa_config *config,
1111                                 void (*func)(void *, struct wpa_ssid *),
1112                                 void *arg);
1113 struct wpa_ssid * wpa_config_get_network(struct wpa_config *config, int id);
1114 struct wpa_ssid * wpa_config_add_network(struct wpa_config *config);
1115 int wpa_config_remove_network(struct wpa_config *config, int id);
1116 void wpa_config_set_network_defaults(struct wpa_ssid *ssid);
1117 int wpa_config_set(struct wpa_ssid *ssid, const char *var, const char *value,
1118                    int line);
1119 int wpa_config_set_quoted(struct wpa_ssid *ssid, const char *var,
1120                           const char *value);
1121 char ** wpa_config_get_all(struct wpa_ssid *ssid, int get_keys);
1122 char * wpa_config_get(struct wpa_ssid *ssid, const char *var);
1123 char * wpa_config_get_no_key(struct wpa_ssid *ssid, const char *var);
1124 void wpa_config_update_psk(struct wpa_ssid *ssid);
1125 int wpa_config_add_prio_network(struct wpa_config *config,
1126                                 struct wpa_ssid *ssid);
1127 int wpa_config_update_prio_list(struct wpa_config *config);
1128 const struct wpa_config_blob * wpa_config_get_blob(struct wpa_config *config,
1129                                                    const char *name);
1130 void wpa_config_set_blob(struct wpa_config *config,
1131                          struct wpa_config_blob *blob);
1132 void wpa_config_free_blob(struct wpa_config_blob *blob);
1133 int wpa_config_remove_blob(struct wpa_config *config, const char *name);
1134 void wpa_config_flush_blobs(struct wpa_config *config);
1135
1136 struct wpa_cred * wpa_config_get_cred(struct wpa_config *config, int id);
1137 struct wpa_cred * wpa_config_add_cred(struct wpa_config *config);
1138 int wpa_config_remove_cred(struct wpa_config *config, int id);
1139 void wpa_config_free_cred(struct wpa_cred *cred);
1140 int wpa_config_set_cred(struct wpa_cred *cred, const char *var,
1141                         const char *value, int line);
1142 char * wpa_config_get_cred_no_key(struct wpa_cred *cred, const char *var);
1143
1144 struct wpa_config * wpa_config_alloc_empty(const char *ctrl_interface,
1145                                            const char *driver_param);
1146 #ifndef CONFIG_NO_STDOUT_DEBUG
1147 void wpa_config_debug_dump_networks(struct wpa_config *config);
1148 #else /* CONFIG_NO_STDOUT_DEBUG */
1149 #define wpa_config_debug_dump_networks(c) do { } while (0)
1150 #endif /* CONFIG_NO_STDOUT_DEBUG */
1151
1152
1153 /* Prototypes for common functions from config.c */
1154 int wpa_config_process_global(struct wpa_config *config, char *pos, int line);
1155
1156
1157 /* Prototypes for backend specific functions from the selected config_*.c */
1158
1159 /**
1160  * wpa_config_read - Read and parse configuration database
1161  * @name: Name of the configuration (e.g., path and file name for the
1162  * configuration file)
1163  * @cfgp: Pointer to previously allocated configuration data or %NULL if none
1164  * Returns: Pointer to allocated configuration data or %NULL on failure
1165  *
1166  * This function reads configuration data, parses its contents, and allocates
1167  * data structures needed for storing configuration information. The allocated
1168  * data can be freed with wpa_config_free().
1169  *
1170  * Each configuration backend needs to implement this function.
1171  */
1172 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp);
1173
1174 /**
1175  * wpa_config_write - Write or update configuration data
1176  * @name: Name of the configuration (e.g., path and file name for the
1177  * configuration file)
1178  * @config: Configuration data from wpa_config_read()
1179  * Returns: 0 on success, -1 on failure
1180  *
1181  * This function write all configuration data into an external database (e.g.,
1182  * a text file) in a format that can be read with wpa_config_read(). This can
1183  * be used to allow wpa_supplicant to update its configuration, e.g., when a
1184  * new network is added or a password is changed.
1185  *
1186  * Each configuration backend needs to implement this function.
1187  */
1188 int wpa_config_write(const char *name, struct wpa_config *config);
1189
1190 #endif /* CONFIG_H */