]> git.ipfire.org Git - thirdparty/hostap.git/blame - src/ap/ap_config.c
OWE: Fix CONFIG_OWE=y build without CONFIG_IEEE80211R=y
[thirdparty/hostap.git] / src / ap / ap_config.c
CommitLineData
6fc6879b 1/*
41d719d6 2 * hostapd / Configuration helper functions
08081ad8 3 * Copyright (c) 2003-2014, Jouni Malinen <j@w1.fi>
6fc6879b 4 *
0f3d578e
JM
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
6fc6879b
JM
7 */
8
6226e38d 9#include "utils/includes.h"
6fc6879b 10
6226e38d 11#include "utils/common.h"
03da66bd 12#include "crypto/sha1.h"
6fc6879b 13#include "radius/radius_client.h"
df84268a 14#include "common/ieee802_11_defs.h"
41d719d6 15#include "common/eapol_common.h"
91d91abf 16#include "common/dhcp.h"
03da66bd
JM
17#include "eap_common/eap_wsc_common.h"
18#include "eap_server/eap.h"
6226e38d 19#include "wpa_auth.h"
97234b50 20#include "sta_info.h"
6226e38d 21#include "ap_config.h"
6fc6879b
JM
22
23
6fc6879b
JM
24static void hostapd_config_free_vlan(struct hostapd_bss_config *bss)
25{
26 struct hostapd_vlan *vlan, *prev;
27
28 vlan = bss->vlan;
29 prev = NULL;
30 while (vlan) {
31 prev = vlan;
32 vlan = vlan->next;
33 os_free(prev);
34 }
35
36 bss->vlan = NULL;
37}
38
39
6f234c1e
JM
40#ifndef DEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES
41#define DEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES 0
42#endif /* DEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES */
43
41d719d6 44void hostapd_config_defaults_bss(struct hostapd_bss_config *bss)
6fc6879b 45{
695dbbea
JM
46 dl_list_init(&bss->anqp_elem);
47
6fc6879b
JM
48 bss->logger_syslog_level = HOSTAPD_LEVEL_INFO;
49 bss->logger_stdout_level = HOSTAPD_LEVEL_INFO;
50 bss->logger_syslog = (unsigned int) -1;
51 bss->logger_stdout = (unsigned int) -1;
52
53 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
54
55 bss->wep_rekeying_period = 300;
56 /* use key0 in individual key and key1 in broadcast key */
57 bss->broadcast_key_idx_min = 1;
58 bss->broadcast_key_idx_max = 2;
59 bss->eap_reauth_period = 3600;
60
61 bss->wpa_group_rekey = 600;
62 bss->wpa_gmk_rekey = 86400;
41f140d3
GK
63 bss->wpa_group_update_count = 4;
64 bss->wpa_pairwise_update_count = 4;
6f234c1e
JM
65 bss->wpa_disable_eapol_key_retries =
66 DEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES;
6fc6879b
JM
67 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK;
68 bss->wpa_pairwise = WPA_CIPHER_TKIP;
69 bss->wpa_group = WPA_CIPHER_TKIP;
70 bss->rsn_pairwise = 0;
71
72 bss->max_num_sta = MAX_STA_COUNT;
73
74 bss->dtim_period = 2;
75
76 bss->radius_server_auth_port = 1812;
7b0f5500 77 bss->eap_sim_db_timeout = 1;
6fc6879b
JM
78 bss->ap_max_inactivity = AP_MAX_INACTIVITY;
79 bss->eapol_version = EAPOL_VERSION;
b0194fe0
JM
80
81 bss->max_listen_interval = 65535;
5d22a1d5 82
df684d82
DH
83 bss->pwd_group = 19; /* ECC: GF(p=256) */
84
5d22a1d5 85#ifdef CONFIG_IEEE80211W
45c94154
JM
86 bss->assoc_sa_query_max_timeout = 1000;
87 bss->assoc_sa_query_retry_timeout = 201;
8dd9f9cd 88 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC;
5d22a1d5 89#endif /* CONFIG_IEEE80211W */
1e5839e0 90#ifdef EAP_SERVER_FAST
378eae5e
JM
91 /* both anonymous and authenticated provisioning */
92 bss->eap_fast_prov = 3;
a11c90a6
JM
93 bss->pac_key_lifetime = 7 * 24 * 60 * 60;
94 bss->pac_key_refresh_time = 1 * 24 * 60 * 60;
1e5839e0 95#endif /* EAP_SERVER_FAST */
d2da2249
JB
96
97 /* Set to -1 as defaults depends on HT in setup */
98 bss->wmm_enabled = -1;
d7956add 99
4ec1fd8e 100#ifdef CONFIG_IEEE80211R_AP
d7956add 101 bss->ft_over_ds = 1;
3a46cf93
MB
102 bss->rkh_pos_timeout = 86400;
103 bss->rkh_neg_timeout = 60;
104 bss->rkh_pull_timeout = 1000;
105 bss->rkh_pull_retries = 4;
4ec1fd8e 106#endif /* CONFIG_IEEE80211R_AP */
bde7ba6c
JM
107
108 bss->radius_das_time_window = 300;
d136c376
JM
109
110 bss->sae_anti_clogging_threshold = 5;
d8b841eb 111 bss->sae_sync = 5;
26bf70e3 112
2977f519
JM
113 bss->gas_frag_limit = 1400;
114
26bf70e3
JM
115#ifdef CONFIG_FILS
116 dl_list_init(&bss->fils_realms);
91d91abf
JM
117 bss->fils_hlp_wait_time = 30;
118 bss->dhcp_server_port = DHCP_SERVER_PORT;
119 bss->dhcp_relay_port = DHCP_SERVER_PORT;
26bf70e3 120#endif /* CONFIG_FILS */
57a2aaca
JM
121
122 bss->broadcast_deauth = 1;
941caed9
JM
123
124#ifdef CONFIG_MBO
125 bss->mbo_cell_data_conn_pref = -1;
126#endif /* CONFIG_MBO */
6fc6879b
JM
127}
128
129
89111f3b 130struct hostapd_config * hostapd_config_defaults(void)
6fc6879b 131{
d2da2249
JB
132#define ecw2cw(ecw) ((1 << (ecw)) - 1)
133
6fc6879b
JM
134 struct hostapd_config *conf;
135 struct hostapd_bss_config *bss;
594cf8b9 136 const int aCWmin = 4, aCWmax = 10;
3ae0800c 137 const struct hostapd_wmm_ac_params ac_bk =
6fc6879b 138 { aCWmin, aCWmax, 7, 0, 0 }; /* background traffic */
3ae0800c 139 const struct hostapd_wmm_ac_params ac_be =
6fc6879b 140 { aCWmin, aCWmax, 3, 0, 0 }; /* best effort traffic */
3ae0800c 141 const struct hostapd_wmm_ac_params ac_vi = /* video traffic */
f4e3860f 142 { aCWmin - 1, aCWmin, 2, 3008 / 32, 0 };
3ae0800c 143 const struct hostapd_wmm_ac_params ac_vo = /* voice traffic */
f4e3860f 144 { aCWmin - 2, aCWmin - 1, 2, 1504 / 32, 0 };
d2da2249
JB
145 const struct hostapd_tx_queue_params txq_bk =
146 { 7, ecw2cw(aCWmin), ecw2cw(aCWmax), 0 };
147 const struct hostapd_tx_queue_params txq_be =
148 { 3, ecw2cw(aCWmin), 4 * (ecw2cw(aCWmin) + 1) - 1, 0};
149 const struct hostapd_tx_queue_params txq_vi =
150 { 1, (ecw2cw(aCWmin) + 1) / 2 - 1, ecw2cw(aCWmin), 30};
151 const struct hostapd_tx_queue_params txq_vo =
152 { 1, (ecw2cw(aCWmin) + 1) / 4 - 1,
153 (ecw2cw(aCWmin) + 1) / 2 - 1, 15};
154
155#undef ecw2cw
6fc6879b
JM
156
157 conf = os_zalloc(sizeof(*conf));
158 bss = os_zalloc(sizeof(*bss));
159 if (conf == NULL || bss == NULL) {
10656fc2
JM
160 wpa_printf(MSG_ERROR, "Failed to allocate memory for "
161 "configuration data.");
6fc6879b
JM
162 os_free(conf);
163 os_free(bss);
164 return NULL;
165 }
ebd79f07
JM
166 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *));
167 if (conf->bss == NULL) {
168 os_free(conf);
169 os_free(bss);
170 return NULL;
171 }
172 conf->bss[0] = bss;
6fc6879b 173
6fc6879b
JM
174 bss->radius = os_zalloc(sizeof(*bss->radius));
175 if (bss->radius == NULL) {
04c366cb 176 os_free(conf->bss);
6fc6879b
JM
177 os_free(conf);
178 os_free(bss);
179 return NULL;
180 }
181
182 hostapd_config_defaults_bss(bss);
183
184 conf->num_bss = 1;
6fc6879b
JM
185
186 conf->beacon_int = 100;
187 conf->rts_threshold = -1; /* use driver default: 2347 */
188 conf->fragm_threshold = -1; /* user driver default: 2346 */
189 conf->send_probe_response = 1;
e0392f82
S
190 /* Set to invalid value means do not add Power Constraint IE */
191 conf->local_pwr_constraint = -1;
6fc6879b 192
3ae0800c
JM
193 conf->wmm_ac_params[0] = ac_be;
194 conf->wmm_ac_params[1] = ac_bk;
195 conf->wmm_ac_params[2] = ac_vi;
196 conf->wmm_ac_params[3] = ac_vo;
6fc6879b 197
d2da2249
JB
198 conf->tx_queue[0] = txq_vo;
199 conf->tx_queue[1] = txq_vi;
200 conf->tx_queue[2] = txq_be;
201 conf->tx_queue[3] = txq_bk;
202
fc14f567 203 conf->ht_capab = HT_CAP_INFO_SMPS_DISABLED;
de9289c8 204
f1b44874
SE
205 conf->ap_table_max_size = 255;
206 conf->ap_table_expiration_time = 60;
a65a9b8d 207 conf->track_sta_max_age = 180;
f1b44874 208
c2aff6b1 209#ifdef CONFIG_TESTING_OPTIONS
06df2aa6
JM
210 conf->ignore_probe_probability = 0.0;
211 conf->ignore_auth_probability = 0.0;
212 conf->ignore_assoc_probability = 0.0;
213 conf->ignore_reassoc_probability = 0.0;
214 conf->corrupt_gtk_rekey_mic_probability = 0.0;
2b6e1216 215 conf->ecsa_ie_only = 0;
c2aff6b1
JB
216#endif /* CONFIG_TESTING_OPTIONS */
217
857d9422
MM
218 conf->acs = 0;
219 conf->acs_ch_list.num = 0;
50f4f2a0
MK
220#ifdef CONFIG_ACS
221 conf->acs_num_scans = 5;
222#endif /* CONFIG_ACS */
223
ff936bc7
JM
224 /* The third octet of the country string uses an ASCII space character
225 * by default to indicate that the regulations encompass all
226 * environments for the current frequency band in the country. */
227 conf->country[2] = ' ';
228
6fc6879b
JM
229 return conf;
230}
231
232
233int hostapd_mac_comp(const void *a, const void *b)
234{
235 return os_memcmp(a, b, sizeof(macaddr));
236}
237
238
6fc6879b
JM
239static int hostapd_config_read_wpa_psk(const char *fname,
240 struct hostapd_ssid *ssid)
241{
242 FILE *f;
243 char buf[128], *pos;
244 int line = 0, ret = 0, len, ok;
245 u8 addr[ETH_ALEN];
246 struct hostapd_wpa_psk *psk;
247
248 if (!fname)
249 return 0;
250
251 f = fopen(fname, "r");
252 if (!f) {
10656fc2 253 wpa_printf(MSG_ERROR, "WPA PSK file '%s' not found.", fname);
6fc6879b
JM
254 return -1;
255 }
256
257 while (fgets(buf, sizeof(buf), f)) {
258 line++;
259
260 if (buf[0] == '#')
261 continue;
262 pos = buf;
263 while (*pos != '\0') {
264 if (*pos == '\n') {
265 *pos = '\0';
266 break;
267 }
268 pos++;
269 }
270 if (buf[0] == '\0')
271 continue;
272
273 if (hwaddr_aton(buf, addr)) {
10656fc2
JM
274 wpa_printf(MSG_ERROR, "Invalid MAC address '%s' on "
275 "line %d in '%s'", buf, line, fname);
6fc6879b
JM
276 ret = -1;
277 break;
278 }
279
280 psk = os_zalloc(sizeof(*psk));
281 if (psk == NULL) {
10656fc2 282 wpa_printf(MSG_ERROR, "WPA PSK allocation failed");
6fc6879b
JM
283 ret = -1;
284 break;
285 }
a8e16edc 286 if (is_zero_ether_addr(addr))
6fc6879b
JM
287 psk->group = 1;
288 else
289 os_memcpy(psk->addr, addr, ETH_ALEN);
290
291 pos = buf + 17;
5306f43f 292 if (*pos == '\0') {
10656fc2
JM
293 wpa_printf(MSG_ERROR, "No PSK on line %d in '%s'",
294 line, fname);
6fc6879b
JM
295 os_free(psk);
296 ret = -1;
297 break;
298 }
299 pos++;
300
301 ok = 0;
302 len = os_strlen(pos);
303 if (len == 64 && hexstr2bin(pos, psk->psk, PMK_LEN) == 0)
304 ok = 1;
305 else if (len >= 8 && len < 64) {
306 pbkdf2_sha1(pos, ssid->ssid, ssid->ssid_len,
307 4096, psk->psk, PMK_LEN);
308 ok = 1;
309 }
310 if (!ok) {
10656fc2
JM
311 wpa_printf(MSG_ERROR, "Invalid PSK '%s' on line %d in "
312 "'%s'", pos, line, fname);
6fc6879b
JM
313 os_free(psk);
314 ret = -1;
315 break;
316 }
317
318 psk->next = ssid->wpa_psk;
319 ssid->wpa_psk = psk;
320 }
321
322 fclose(f);
323
324 return ret;
325}
326
327
0ae687bd
JM
328static int hostapd_derive_psk(struct hostapd_ssid *ssid)
329{
330 ssid->wpa_psk = os_zalloc(sizeof(struct hostapd_wpa_psk));
331 if (ssid->wpa_psk == NULL) {
332 wpa_printf(MSG_ERROR, "Unable to alloc space for PSK");
333 return -1;
334 }
335 wpa_hexdump_ascii(MSG_DEBUG, "SSID",
336 (u8 *) ssid->ssid, ssid->ssid_len);
337 wpa_hexdump_ascii_key(MSG_DEBUG, "PSK (ASCII passphrase)",
338 (u8 *) ssid->wpa_passphrase,
339 os_strlen(ssid->wpa_passphrase));
340 pbkdf2_sha1(ssid->wpa_passphrase,
341 ssid->ssid, ssid->ssid_len,
342 4096, ssid->wpa_psk->psk, PMK_LEN);
343 wpa_hexdump_key(MSG_DEBUG, "PSK (from passphrase)",
344 ssid->wpa_psk->psk, PMK_LEN);
345 return 0;
346}
347
348
6fc6879b
JM
349int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf)
350{
351 struct hostapd_ssid *ssid = &conf->ssid;
352
353 if (ssid->wpa_passphrase != NULL) {
354 if (ssid->wpa_psk != NULL) {
0ae687bd
JM
355 wpa_printf(MSG_DEBUG, "Using pre-configured WPA PSK "
356 "instead of passphrase");
357 } else {
358 wpa_printf(MSG_DEBUG, "Deriving WPA PSK based on "
359 "passphrase");
360 if (hostapd_derive_psk(ssid) < 0)
361 return -1;
6fc6879b 362 }
6fc6879b 363 ssid->wpa_psk->group = 1;
6fc6879b
JM
364 }
365
34e29dfd 366 return hostapd_config_read_wpa_psk(ssid->wpa_psk_file, &conf->ssid);
6fc6879b
JM
367}
368
369
6fc6879b
JM
370static void hostapd_config_free_radius(struct hostapd_radius_server *servers,
371 int num_servers)
372{
373 int i;
374
375 for (i = 0; i < num_servers; i++) {
376 os_free(servers[i].shared_secret);
377 }
378 os_free(servers);
379}
380
381
af35e7af
JM
382struct hostapd_radius_attr *
383hostapd_config_get_radius_attr(struct hostapd_radius_attr *attr, u8 type)
384{
385 for (; attr; attr = attr->next) {
386 if (attr->type == type)
387 return attr;
388 }
389 return NULL;
390}
391
392
393static void hostapd_config_free_radius_attr(struct hostapd_radius_attr *attr)
394{
395 struct hostapd_radius_attr *prev;
396
397 while (attr) {
398 prev = attr;
399 attr = attr->next;
400 wpabuf_free(prev->val);
401 os_free(prev);
402 }
403}
404
405
d0ee16ed 406void hostapd_config_free_eap_user(struct hostapd_eap_user *user)
6fc6879b 407{
d0ee16ed 408 hostapd_config_free_radius_attr(user->accept_attr);
6fc6879b 409 os_free(user->identity);
b7175b4d 410 bin_clear_free(user->password, user->password_len);
6fc6879b
JM
411 os_free(user);
412}
413
414
78022c83
JM
415void hostapd_config_free_eap_users(struct hostapd_eap_user *user)
416{
417 struct hostapd_eap_user *prev_user;
418
419 while (user) {
420 prev_user = user;
421 user = user->next;
422 hostapd_config_free_eap_user(prev_user);
423 }
424}
425
426
6fc6879b
JM
427static void hostapd_config_free_wep(struct hostapd_wep_keys *keys)
428{
429 int i;
430 for (i = 0; i < NUM_WEP_KEYS; i++) {
b7175b4d 431 bin_clear_free(keys->key[i], keys->len[i]);
6fc6879b
JM
432 keys->key[i] = NULL;
433 }
434}
435
436
891dfb33
ST
437void hostapd_config_clear_wpa_psk(struct hostapd_wpa_psk **l)
438{
439 struct hostapd_wpa_psk *psk, *tmp;
440
441 for (psk = *l; psk;) {
442 tmp = psk;
443 psk = psk->next;
444 bin_clear_free(tmp, sizeof(*tmp));
445 }
446 *l = NULL;
447}
448
449
695dbbea
JM
450static void hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf)
451{
452 struct anqp_element *elem;
453
454 while ((elem = dl_list_first(&conf->anqp_elem, struct anqp_element,
455 list))) {
456 dl_list_del(&elem->list);
457 wpabuf_free(elem->payload);
458 os_free(elem);
459 }
460}
461
462
26bf70e3
JM
463static void hostapd_config_free_fils_realms(struct hostapd_bss_config *conf)
464{
465#ifdef CONFIG_FILS
466 struct fils_realm *realm;
467
468 while ((realm = dl_list_first(&conf->fils_realms, struct fils_realm,
469 list))) {
470 dl_list_del(&realm->list);
471 os_free(realm);
472 }
473#endif /* CONFIG_FILS */
474}
475
476
55920658 477void hostapd_config_free_bss(struct hostapd_bss_config *conf)
6fc6879b 478{
6fc6879b
JM
479 if (conf == NULL)
480 return;
481
891dfb33 482 hostapd_config_clear_wpa_psk(&conf->ssid.wpa_psk);
6fc6879b 483
b7175b4d 484 str_clear_free(conf->ssid.wpa_passphrase);
6fc6879b 485 os_free(conf->ssid.wpa_psk_file);
43dd46b3 486 hostapd_config_free_wep(&conf->ssid.wep);
6fc6879b
JM
487#ifdef CONFIG_FULL_DYNAMIC_VLAN
488 os_free(conf->ssid.vlan_tagged_interface);
489#endif /* CONFIG_FULL_DYNAMIC_VLAN */
490
78022c83 491 hostapd_config_free_eap_users(conf->eap_user);
ee431d77 492 os_free(conf->eap_user_sqlite);
6fc6879b 493
6fc6879b 494 os_free(conf->eap_req_id_text);
2a5156a6 495 os_free(conf->erp_domain);
6fc6879b
JM
496 os_free(conf->accept_mac);
497 os_free(conf->deny_mac);
498 os_free(conf->nas_identifier);
5afaa067
JM
499 if (conf->radius) {
500 hostapd_config_free_radius(conf->radius->auth_servers,
501 conf->radius->num_auth_servers);
502 hostapd_config_free_radius(conf->radius->acct_servers,
503 conf->radius->num_acct_servers);
504 }
af35e7af
JM
505 hostapd_config_free_radius_attr(conf->radius_auth_req_attr);
506 hostapd_config_free_radius_attr(conf->radius_acct_req_attr);
6fc6879b
JM
507 os_free(conf->rsn_preauth_interfaces);
508 os_free(conf->ctrl_interface);
509 os_free(conf->ca_cert);
510 os_free(conf->server_cert);
511 os_free(conf->private_key);
512 os_free(conf->private_key_passwd);
080585c0 513 os_free(conf->ocsp_stapling_response);
5addb0df 514 os_free(conf->ocsp_stapling_response_multi);
6fc6879b 515 os_free(conf->dh_file);
f8995f8f 516 os_free(conf->openssl_ciphers);
6fc6879b
JM
517 os_free(conf->pac_opaque_encr_key);
518 os_free(conf->eap_fast_a_id);
2d867244 519 os_free(conf->eap_fast_a_id_info);
6fc6879b
JM
520 os_free(conf->eap_sim_db);
521 os_free(conf->radius_server_clients);
6fc6879b 522 os_free(conf->radius);
b031338c 523 os_free(conf->radius_das_shared_secret);
6fc6879b 524 hostapd_config_free_vlan(conf);
39b97072
JM
525 os_free(conf->time_zone);
526
4ec1fd8e 527#ifdef CONFIG_IEEE80211R_AP
6fc6879b
JM
528 {
529 struct ft_remote_r0kh *r0kh, *r0kh_prev;
530 struct ft_remote_r1kh *r1kh, *r1kh_prev;
531
532 r0kh = conf->r0kh_list;
533 conf->r0kh_list = NULL;
534 while (r0kh) {
535 r0kh_prev = r0kh;
536 r0kh = r0kh->next;
537 os_free(r0kh_prev);
538 }
539
540 r1kh = conf->r1kh_list;
541 conf->r1kh_list = NULL;
542 while (r1kh) {
543 r1kh_prev = r1kh;
544 r1kh = r1kh->next;
545 os_free(r1kh_prev);
546 }
547 }
4ec1fd8e 548#endif /* CONFIG_IEEE80211R_AP */
ad08c363
JM
549
550#ifdef CONFIG_WPS
551 os_free(conf->wps_pin_requests);
552 os_free(conf->device_name);
553 os_free(conf->manufacturer);
554 os_free(conf->model_name);
555 os_free(conf->model_number);
556 os_free(conf->serial_number);
ad08c363
JM
557 os_free(conf->config_methods);
558 os_free(conf->ap_pin);
62966253 559 os_free(conf->extra_cred);
4c29cae9 560 os_free(conf->ap_settings);
f620268f
JM
561 os_free(conf->upnp_iface);
562 os_free(conf->friendly_name);
563 os_free(conf->manufacturer_url);
564 os_free(conf->model_description);
565 os_free(conf->model_url);
566 os_free(conf->upc);
8509fb5c
JM
567 {
568 unsigned int i;
569
570 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++)
571 wpabuf_free(conf->wps_vendor_ext[i]);
572 }
ffdaa05a
JM
573 wpabuf_free(conf->wps_nfc_dh_pubkey);
574 wpabuf_free(conf->wps_nfc_dh_privkey);
575 wpabuf_free(conf->wps_nfc_dev_pw);
ad08c363 576#endif /* CONFIG_WPS */
4b2a77ab
JM
577
578 os_free(conf->roaming_consortium);
648cc711 579 os_free(conf->venue_name);
8047b186 580 os_free(conf->nai_realm_data);
550a3958 581 os_free(conf->network_auth_type);
7515adb2 582 os_free(conf->anqp_3gpp_cell_net);
26fac8b6 583 os_free(conf->domain_name);
695dbbea 584 hostapd_config_free_anqp_elem(conf);
505a3694
JM
585
586#ifdef CONFIG_RADIUS_TEST
587 os_free(conf->dump_msk_file);
588#endif /* CONFIG_RADIUS_TEST */
df5934f1
JK
589
590#ifdef CONFIG_HS20
a9277e85 591 os_free(conf->hs20_oper_friendly_name);
4065a309 592 os_free(conf->hs20_wan_metrics);
5ccc54aa 593 os_free(conf->hs20_connection_capability);
df5934f1 594 os_free(conf->hs20_operating_class);
f7bd7a01 595 os_free(conf->hs20_icons);
ae6d15c7
JM
596 if (conf->hs20_osu_providers) {
597 size_t i;
598 for (i = 0; i < conf->hs20_osu_providers_count; i++) {
599 struct hs20_osu_provider *p;
600 size_t j;
601 p = &conf->hs20_osu_providers[i];
602 os_free(p->friendly_name);
603 os_free(p->server_uri);
604 os_free(p->method_list);
605 for (j = 0; j < p->icons_count; j++)
606 os_free(p->icons[j]);
607 os_free(p->icons);
608 os_free(p->osu_nai);
609 os_free(p->service_desc);
610 }
611 os_free(conf->hs20_osu_providers);
612 }
8d2a9921 613 os_free(conf->subscr_remediation_url);
df5934f1 614#endif /* CONFIG_HS20 */
b52f084c
JM
615
616 wpabuf_free(conf->vendor_elements);
a9112270 617 wpabuf_free(conf->assocresp_elements);
625f202a
JM
618
619 os_free(conf->sae_groups);
91cc34bf
JM
620#ifdef CONFIG_OWE
621 os_free(conf->owe_groups);
622#endif /* CONFIG_OWE */
67fe933d 623
88cb27c7
DS
624 os_free(conf->wowlan_triggers);
625
67fe933d 626 os_free(conf->server_id);
ebd79f07 627
bc02843e
JM
628#ifdef CONFIG_TESTING_OPTIONS
629 wpabuf_free(conf->own_ie_override);
3648d8a1 630 wpabuf_free(conf->sae_commit_override);
bc02843e
JM
631#endif /* CONFIG_TESTING_OPTIONS */
632
964f64e2 633 os_free(conf->no_probe_resp_if_seen_on);
0e2412d0 634 os_free(conf->no_auth_if_seen_on);
964f64e2 635
26bf70e3
JM
636 hostapd_config_free_fils_realms(conf);
637
56c75495
JM
638#ifdef CONFIG_DPP
639 os_free(conf->dpp_connector);
640 wpabuf_free(conf->dpp_netaccesskey);
641 wpabuf_free(conf->dpp_csign);
642#endif /* CONFIG_DPP */
643
2377c1ca
JM
644 os_free(conf->sae_password);
645
ebd79f07 646 os_free(conf);
6fc6879b
JM
647}
648
649
1c6e69cc
JM
650/**
651 * hostapd_config_free - Free hostapd configuration
652 * @conf: Configuration data from hostapd_config_read().
653 */
6fc6879b
JM
654void hostapd_config_free(struct hostapd_config *conf)
655{
656 size_t i;
657
658 if (conf == NULL)
659 return;
660
661 for (i = 0; i < conf->num_bss; i++)
ebd79f07 662 hostapd_config_free_bss(conf->bss[i]);
6fc6879b 663 os_free(conf->bss);
79d6c85f
JM
664 os_free(conf->supported_rates);
665 os_free(conf->basic_rates);
857d9422 666 os_free(conf->acs_ch_list.range);
0ecff8d7 667 os_free(conf->driver_params);
68fa00c3
JM
668#ifdef CONFIG_ACS
669 os_free(conf->acs_chan_bias);
670#endif /* CONFIG_ACS */
74e982d8
DS
671 wpabuf_free(conf->lci);
672 wpabuf_free(conf->civic);
6fc6879b
JM
673
674 os_free(conf);
675}
676
677
1c6e69cc
JM
678/**
679 * hostapd_maclist_found - Find a MAC address from a list
680 * @list: MAC address list
681 * @num_entries: Number of addresses in the list
682 * @addr: Address to search for
683 * @vlan_id: Buffer for returning VLAN ID or %NULL if not needed
684 * Returns: 1 if address is in the list or 0 if not.
685 *
686 * Perform a binary search for given MAC address from a pre-sorted list.
687 */
271d2830 688int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries,
1889af2e 689 const u8 *addr, struct vlan_description *vlan_id)
6fc6879b
JM
690{
691 int start, end, middle, res;
692
693 start = 0;
694 end = num_entries - 1;
695
696 while (start <= end) {
697 middle = (start + end) / 2;
271d2830
JM
698 res = os_memcmp(list[middle].addr, addr, ETH_ALEN);
699 if (res == 0) {
700 if (vlan_id)
701 *vlan_id = list[middle].vlan_id;
6fc6879b 702 return 1;
271d2830 703 }
6fc6879b
JM
704 if (res < 0)
705 start = middle + 1;
706 else
707 end = middle - 1;
708 }
709
710 return 0;
711}
712
713
714int hostapd_rate_found(int *list, int rate)
715{
716 int i;
717
718 if (list == NULL)
719 return 0;
720
721 for (i = 0; list[i] >= 0; i++)
722 if (list[i] == rate)
723 return 1;
724
725 return 0;
726}
727
728
1889af2e
MB
729int hostapd_vlan_valid(struct hostapd_vlan *vlan,
730 struct vlan_description *vlan_desc)
6fc6879b
JM
731{
732 struct hostapd_vlan *v = vlan;
8e44c192 733 int i;
1889af2e 734
8e44c192 735 if (!vlan_desc->notempty || vlan_desc->untagged < 0 ||
1889af2e
MB
736 vlan_desc->untagged > MAX_VLAN_ID)
737 return 0;
8e44c192
MB
738 for (i = 0; i < MAX_NUM_TAGGED_VLAN; i++) {
739 if (vlan_desc->tagged[i] < 0 ||
740 vlan_desc->tagged[i] > MAX_VLAN_ID)
741 return 0;
742 }
743 if (!vlan_desc->untagged && !vlan_desc->tagged[0])
744 return 0;
1889af2e 745
6fc6879b 746 while (v) {
1889af2e
MB
747 if (!vlan_compare(&v->vlan_desc, vlan_desc) ||
748 v->vlan_id == VLAN_ID_WILDCARD)
80ebfd95
MB
749 return 1;
750 v = v->next;
751 }
752 return 0;
753}
754
755
756const char * hostapd_get_vlan_id_ifname(struct hostapd_vlan *vlan, int vlan_id)
757{
758 struct hostapd_vlan *v = vlan;
759 while (v) {
760 if (v->vlan_id == vlan_id)
6fc6879b
JM
761 return v->ifname;
762 v = v->next;
763 }
764 return NULL;
765}
766
767
768const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf,
759fd76b
JM
769 const u8 *addr, const u8 *p2p_dev_addr,
770 const u8 *prev_psk)
6fc6879b
JM
771{
772 struct hostapd_wpa_psk *psk;
773 int next_ok = prev_psk == NULL;
774
dc87541e 775 if (p2p_dev_addr && !is_zero_ether_addr(p2p_dev_addr)) {
759fd76b
JM
776 wpa_printf(MSG_DEBUG, "Searching a PSK for " MACSTR
777 " p2p_dev_addr=" MACSTR " prev_psk=%p",
778 MAC2STR(addr), MAC2STR(p2p_dev_addr), prev_psk);
dc87541e 779 addr = NULL; /* Use P2P Device Address for matching */
759fd76b
JM
780 } else {
781 wpa_printf(MSG_DEBUG, "Searching a PSK for " MACSTR
782 " prev_psk=%p",
783 MAC2STR(addr), prev_psk);
784 }
785
6fc6879b
JM
786 for (psk = conf->ssid.wpa_psk; psk != NULL; psk = psk->next) {
787 if (next_ok &&
759fd76b
JM
788 (psk->group ||
789 (addr && os_memcmp(psk->addr, addr, ETH_ALEN) == 0) ||
790 (!addr && p2p_dev_addr &&
791 os_memcmp(psk->p2p_dev_addr, p2p_dev_addr, ETH_ALEN) ==
792 0)))
6fc6879b
JM
793 return psk->psk;
794
795 if (psk->psk == prev_psk)
796 next_ok = 1;
797 }
798
799 return NULL;
800}
eff0fd1e
JM
801
802
803static int hostapd_config_check_bss(struct hostapd_bss_config *bss,
08081ad8
JM
804 struct hostapd_config *conf,
805 int full_config)
eff0fd1e 806{
08081ad8 807 if (full_config && bss->ieee802_1x && !bss->eap_server &&
eff0fd1e
JM
808 !bss->radius->auth_servers) {
809 wpa_printf(MSG_ERROR, "Invalid IEEE 802.1X configuration (no "
810 "EAP authenticator configured).");
811 return -1;
812 }
813
814 if (bss->wpa) {
815 int wep, i;
816
817 wep = bss->default_wep_key_len > 0 ||
818 bss->individual_wep_key_len > 0;
819 for (i = 0; i < NUM_WEP_KEYS; i++) {
820 if (bss->ssid.wep.keys_set) {
821 wep = 1;
822 break;
823 }
824 }
825
826 if (wep) {
827 wpa_printf(MSG_ERROR, "WEP configuration in a WPA network is not supported");
828 return -1;
829 }
830 }
831
08081ad8
JM
832 if (full_config && bss->wpa &&
833 bss->wpa_psk_radius != PSK_RADIUS_IGNORED &&
eff0fd1e
JM
834 bss->macaddr_acl != USE_EXTERNAL_RADIUS_AUTH) {
835 wpa_printf(MSG_ERROR, "WPA-PSK using RADIUS enabled, but no "
836 "RADIUS checking (macaddr_acl=2) enabled.");
837 return -1;
838 }
839
08081ad8 840 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) &&
eff0fd1e
JM
841 bss->ssid.wpa_psk == NULL && bss->ssid.wpa_passphrase == NULL &&
842 bss->ssid.wpa_psk_file == NULL &&
843 (bss->wpa_psk_radius != PSK_RADIUS_REQUIRED ||
844 bss->macaddr_acl != USE_EXTERNAL_RADIUS_AUTH)) {
845 wpa_printf(MSG_ERROR, "WPA-PSK enabled, but PSK or passphrase "
846 "is not configured.");
847 return -1;
848 }
849
902c07a7 850 if (full_config && !is_zero_ether_addr(bss->bssid)) {
eff0fd1e
JM
851 size_t i;
852
853 for (i = 0; i < conf->num_bss; i++) {
854 if (conf->bss[i] != bss &&
855 (hostapd_mac_comp(conf->bss[i]->bssid,
856 bss->bssid) == 0)) {
857 wpa_printf(MSG_ERROR, "Duplicate BSSID " MACSTR
858 " on interface '%s' and '%s'.",
859 MAC2STR(bss->bssid),
860 conf->bss[i]->iface, bss->iface);
861 return -1;
862 }
863 }
864 }
865
4ec1fd8e 866#ifdef CONFIG_IEEE80211R_AP
08081ad8 867 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) &&
eff0fd1e
JM
868 (bss->nas_identifier == NULL ||
869 os_strlen(bss->nas_identifier) < 1 ||
870 os_strlen(bss->nas_identifier) > FT_R0KH_ID_MAX_LEN)) {
871 wpa_printf(MSG_ERROR, "FT (IEEE 802.11r) requires "
872 "nas_identifier to be configured as a 1..48 octet "
873 "string");
874 return -1;
875 }
4ec1fd8e 876#endif /* CONFIG_IEEE80211R_AP */
eff0fd1e
JM
877
878#ifdef CONFIG_IEEE80211N
08081ad8
JM
879 if (full_config && conf->ieee80211n &&
880 conf->hw_mode == HOSTAPD_MODE_IEEE80211B) {
eff0fd1e
JM
881 bss->disable_11n = 1;
882 wpa_printf(MSG_ERROR, "HT (IEEE 802.11n) in 11b mode is not "
8c6f4a5a 883 "allowed, disabling HT capabilities");
eff0fd1e
JM
884 }
885
08081ad8 886 if (full_config && conf->ieee80211n &&
eff0fd1e
JM
887 bss->ssid.security_policy == SECURITY_STATIC_WEP) {
888 bss->disable_11n = 1;
889 wpa_printf(MSG_ERROR, "HT (IEEE 802.11n) with WEP is not "
890 "allowed, disabling HT capabilities");
891 }
892
08081ad8 893 if (full_config && conf->ieee80211n && bss->wpa &&
eff0fd1e 894 !(bss->wpa_pairwise & WPA_CIPHER_CCMP) &&
30675c34
JM
895 !(bss->rsn_pairwise & (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP |
896 WPA_CIPHER_CCMP_256 | WPA_CIPHER_GCMP_256)))
897 {
eff0fd1e
JM
898 bss->disable_11n = 1;
899 wpa_printf(MSG_ERROR, "HT (IEEE 802.11n) with WPA/WPA2 "
900 "requires CCMP/GCMP to be enabled, disabling HT "
901 "capabilities");
902 }
903#endif /* CONFIG_IEEE80211N */
904
551817a5
WG
905#ifdef CONFIG_IEEE80211AC
906 if (full_config && conf->ieee80211ac &&
907 bss->ssid.security_policy == SECURITY_STATIC_WEP) {
908 bss->disable_11ac = 1;
909 wpa_printf(MSG_ERROR,
910 "VHT (IEEE 802.11ac) with WEP is not allowed, disabling VHT capabilities");
911 }
59d7cff7
FM
912
913 if (full_config && conf->ieee80211ac && bss->wpa &&
914 !(bss->wpa_pairwise & WPA_CIPHER_CCMP) &&
915 !(bss->rsn_pairwise & (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP |
916 WPA_CIPHER_CCMP_256 | WPA_CIPHER_GCMP_256)))
917 {
918 bss->disable_11ac = 1;
919 wpa_printf(MSG_ERROR,
920 "VHT (IEEE 802.11ac) with WPA/WPA2 requires CCMP/GCMP to be enabled, disabling VHT capabilities");
921 }
551817a5
WG
922#endif /* CONFIG_IEEE80211AC */
923
c201f93a 924#ifdef CONFIG_WPS
08081ad8 925 if (full_config && bss->wps_state && bss->ignore_broadcast_ssid) {
eff0fd1e
JM
926 wpa_printf(MSG_INFO, "WPS: ignore_broadcast_ssid "
927 "configuration forced WPS to be disabled");
928 bss->wps_state = 0;
929 }
930
08081ad8
JM
931 if (full_config && bss->wps_state &&
932 bss->ssid.wep.keys_set && bss->wpa == 0) {
eff0fd1e
JM
933 wpa_printf(MSG_INFO, "WPS: WEP configuration forced WPS to be "
934 "disabled");
935 bss->wps_state = 0;
936 }
937
08081ad8 938 if (full_config && bss->wps_state && bss->wpa &&
eff0fd1e 939 (!(bss->wpa & 2) ||
a2660890
SSG
940 !(bss->rsn_pairwise & (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP |
941 WPA_CIPHER_CCMP_256 |
942 WPA_CIPHER_GCMP_256)))) {
eff0fd1e 943 wpa_printf(MSG_INFO, "WPS: WPA/TKIP configuration without "
01a02593 944 "WPA2/CCMP/GCMP forced WPS to be disabled");
eff0fd1e
JM
945 bss->wps_state = 0;
946 }
c201f93a 947#endif /* CONFIG_WPS */
eff0fd1e
JM
948
949#ifdef CONFIG_HS20
08081ad8 950 if (full_config && bss->hs20 &&
eff0fd1e 951 (!(bss->wpa & 2) ||
30675c34
JM
952 !(bss->rsn_pairwise & (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP |
953 WPA_CIPHER_CCMP_256 |
954 WPA_CIPHER_GCMP_256)))) {
eff0fd1e
JM
955 wpa_printf(MSG_ERROR, "HS 2.0: WPA2-Enterprise/CCMP "
956 "configuration is required for Hotspot 2.0 "
957 "functionality");
958 return -1;
959 }
960#endif /* CONFIG_HS20 */
961
4c572281
JM
962#ifdef CONFIG_MBO
963 if (full_config && bss->mbo_enabled && (bss->wpa & 2) &&
964 bss->ieee80211w == NO_MGMT_FRAME_PROTECTION) {
965 wpa_printf(MSG_ERROR,
966 "MBO: PMF needs to be enabled whenever using WPA2 with MBO");
967 return -1;
968 }
969#endif /* CONFIG_MBO */
970
eff0fd1e
JM
971 return 0;
972}
973
974
8884ce03
MM
975static int hostapd_config_check_cw(struct hostapd_config *conf, int queue)
976{
977 int tx_cwmin = conf->tx_queue[queue].cwmin;
978 int tx_cwmax = conf->tx_queue[queue].cwmax;
979 int ac_cwmin = conf->wmm_ac_params[queue].cwmin;
980 int ac_cwmax = conf->wmm_ac_params[queue].cwmax;
981
982 if (tx_cwmin > tx_cwmax) {
983 wpa_printf(MSG_ERROR,
984 "Invalid TX queue cwMin/cwMax values. cwMin(%d) greater than cwMax(%d)",
985 tx_cwmin, tx_cwmax);
986 return -1;
987 }
988 if (ac_cwmin > ac_cwmax) {
989 wpa_printf(MSG_ERROR,
990 "Invalid WMM AC cwMin/cwMax values. cwMin(%d) greater than cwMax(%d)",
991 ac_cwmin, ac_cwmax);
992 return -1;
993 }
994 return 0;
995}
996
997
08081ad8 998int hostapd_config_check(struct hostapd_config *conf, int full_config)
eff0fd1e
JM
999{
1000 size_t i;
1001
08081ad8
JM
1002 if (full_config && conf->ieee80211d &&
1003 (!conf->country[0] || !conf->country[1])) {
eff0fd1e
JM
1004 wpa_printf(MSG_ERROR, "Cannot enable IEEE 802.11d without "
1005 "setting the country_code");
1006 return -1;
1007 }
1008
08081ad8 1009 if (full_config && conf->ieee80211h && !conf->ieee80211d) {
eff0fd1e
JM
1010 wpa_printf(MSG_ERROR, "Cannot enable IEEE 802.11h without "
1011 "IEEE 802.11d enabled");
1012 return -1;
1013 }
1014
e0392f82
S
1015 if (full_config && conf->local_pwr_constraint != -1 &&
1016 !conf->ieee80211d) {
1017 wpa_printf(MSG_ERROR, "Cannot add Power Constraint element without Country element");
1018 return -1;
1019 }
1020
3d7ad2f6
C
1021 if (full_config && conf->spectrum_mgmt_required &&
1022 conf->local_pwr_constraint == -1) {
1023 wpa_printf(MSG_ERROR, "Cannot set Spectrum Management bit without Country and Power Constraint elements");
1024 return -1;
1025 }
1026
8884ce03
MM
1027 for (i = 0; i < NUM_TX_QUEUES; i++) {
1028 if (hostapd_config_check_cw(conf, i))
1029 return -1;
1030 }
1031
eff0fd1e 1032 for (i = 0; i < conf->num_bss; i++) {
08081ad8 1033 if (hostapd_config_check_bss(conf->bss[i], conf, full_config))
eff0fd1e
JM
1034 return -1;
1035 }
1036
1037 return 0;
1038}
1039
1040
5d67bf15
JM
1041void hostapd_set_security_params(struct hostapd_bss_config *bss,
1042 int full_config)
eff0fd1e
JM
1043{
1044 if (bss->individual_wep_key_len == 0) {
1045 /* individual keys are not use; can use key idx0 for
1046 * broadcast keys */
1047 bss->broadcast_key_idx_min = 0;
1048 }
1049
1050 if ((bss->wpa & 2) && bss->rsn_pairwise == 0)
1051 bss->rsn_pairwise = bss->wpa_pairwise;
27781c0a
JM
1052 if (bss->group_cipher)
1053 bss->wpa_group = bss->group_cipher;
1054 else
1055 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa,
1056 bss->wpa_pairwise,
1057 bss->rsn_pairwise);
90f837b0
JM
1058 if (!bss->wpa_group_rekey_set)
1059 bss->wpa_group_rekey = bss->wpa_group == WPA_CIPHER_TKIP ?
1060 600 : 86400;
eff0fd1e 1061
5d67bf15
JM
1062 if (full_config) {
1063 bss->radius->auth_server = bss->radius->auth_servers;
1064 bss->radius->acct_server = bss->radius->acct_servers;
1065 }
eff0fd1e
JM
1066
1067 if (bss->wpa && bss->ieee802_1x) {
1068 bss->ssid.security_policy = SECURITY_WPA;
1069 } else if (bss->wpa) {
1070 bss->ssid.security_policy = SECURITY_WPA_PSK;
1071 } else if (bss->ieee802_1x) {
1072 int cipher = WPA_CIPHER_NONE;
1073 bss->ssid.security_policy = SECURITY_IEEE_802_1X;
1074 bss->ssid.wep.default_len = bss->default_wep_key_len;
13a3a20d 1075 if (full_config && bss->default_wep_key_len) {
eff0fd1e
JM
1076 cipher = bss->default_wep_key_len >= 13 ?
1077 WPA_CIPHER_WEP104 : WPA_CIPHER_WEP40;
13a3a20d
JM
1078 } else if (full_config && bss->ssid.wep.keys_set) {
1079 if (bss->ssid.wep.len[0] >= 13)
1080 cipher = WPA_CIPHER_WEP104;
1081 else
1082 cipher = WPA_CIPHER_WEP40;
1083 }
eff0fd1e
JM
1084 bss->wpa_group = cipher;
1085 bss->wpa_pairwise = cipher;
1086 bss->rsn_pairwise = cipher;
13a3a20d
JM
1087 if (full_config)
1088 bss->wpa_key_mgmt = WPA_KEY_MGMT_IEEE8021X_NO_WPA;
eff0fd1e
JM
1089 } else if (bss->ssid.wep.keys_set) {
1090 int cipher = WPA_CIPHER_WEP40;
1091 if (bss->ssid.wep.len[0] >= 13)
1092 cipher = WPA_CIPHER_WEP104;
1093 bss->ssid.security_policy = SECURITY_STATIC_WEP;
1094 bss->wpa_group = cipher;
1095 bss->wpa_pairwise = cipher;
1096 bss->rsn_pairwise = cipher;
13a3a20d
JM
1097 if (full_config)
1098 bss->wpa_key_mgmt = WPA_KEY_MGMT_NONE;
a14896e8
JM
1099 } else if (bss->osen) {
1100 bss->ssid.security_policy = SECURITY_OSEN;
1101 bss->wpa_group = WPA_CIPHER_CCMP;
1102 bss->wpa_pairwise = 0;
1103 bss->rsn_pairwise = WPA_CIPHER_CCMP;
eff0fd1e
JM
1104 } else {
1105 bss->ssid.security_policy = SECURITY_PLAINTEXT;
29767152
JM
1106 if (full_config) {
1107 bss->wpa_group = WPA_CIPHER_NONE;
1108 bss->wpa_pairwise = WPA_CIPHER_NONE;
1109 bss->rsn_pairwise = WPA_CIPHER_NONE;
13a3a20d 1110 bss->wpa_key_mgmt = WPA_KEY_MGMT_NONE;
29767152 1111 }
eff0fd1e
JM
1112 }
1113}