dbus: Use strdup instead of malloc+strncpy
[hostap-gosc2009.git] / wpa_supplicant / wpa_supplicant.c
blobe2dd31cc7abbe2b9b55c1a8697610d14fce7ff51
1 /*
2 * WPA Supplicant
3 * Copyright (c) 2003-2009, Jouni Malinen <j@w1.fi>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
9 * Alternatively, this software may be distributed under the terms of BSD
10 * license.
12 * See README and COPYING for more details.
14 * This file implements functions for registering and unregistering
15 * %wpa_supplicant interfaces. In addition, this file contains number of
16 * functions for managing network connections.
19 #include "includes.h"
21 #include "common.h"
22 #include "eapol_supp/eapol_supp_sm.h"
23 #include "eap_peer/eap.h"
24 #include "eap_server/eap_methods.h"
25 #include "rsn_supp/wpa.h"
26 #include "eloop.h"
27 #include "config.h"
28 #include "l2_packet/l2_packet.h"
29 #include "wpa_supplicant_i.h"
30 #include "driver_i.h"
31 #include "ctrl_iface.h"
32 #include "pcsc_funcs.h"
33 #include "common/version.h"
34 #include "rsn_supp/preauth.h"
35 #include "rsn_supp/pmksa_cache.h"
36 #include "common/wpa_ctrl.h"
37 #include "mlme.h"
38 #include "common/ieee802_11_defs.h"
39 #include "blacklist.h"
40 #include "wpas_glue.h"
41 #include "wps_supplicant.h"
42 #include "ibss_rsn.h"
43 #include "sme.h"
44 #include "ap.h"
45 #include "notify.h"
46 #include "bgscan.h"
47 #include "bss.h"
49 const char *wpa_supplicant_version =
50 "wpa_supplicant v" VERSION_STR "\n"
51 "Copyright (c) 2003-2009, Jouni Malinen <j@w1.fi> and contributors";
53 const char *wpa_supplicant_license =
54 "This program is free software. You can distribute it and/or modify it\n"
55 "under the terms of the GNU General Public License version 2.\n"
56 "\n"
57 "Alternatively, this software may be distributed under the terms of the\n"
58 "BSD license. See README and COPYING for more details.\n"
59 #ifdef EAP_TLS_OPENSSL
60 "\nThis product includes software developed by the OpenSSL Project\n"
61 "for use in the OpenSSL Toolkit (http://www.openssl.org/)\n"
62 #endif /* EAP_TLS_OPENSSL */
65 #ifndef CONFIG_NO_STDOUT_DEBUG
66 /* Long text divided into parts in order to fit in C89 strings size limits. */
67 const char *wpa_supplicant_full_license1 =
68 "This program is free software; you can redistribute it and/or modify\n"
69 "it under the terms of the GNU General Public License version 2 as\n"
70 "published by the Free Software Foundation.\n"
71 "\n"
72 "This program is distributed in the hope that it will be useful,\n"
73 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
74 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
75 "GNU General Public License for more details.\n"
76 "\n";
77 const char *wpa_supplicant_full_license2 =
78 "You should have received a copy of the GNU General Public License\n"
79 "along with this program; if not, write to the Free Software\n"
80 "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n"
81 "\n"
82 "Alternatively, this software may be distributed under the terms of the\n"
83 "BSD license.\n"
84 "\n"
85 "Redistribution and use in source and binary forms, with or without\n"
86 "modification, are permitted provided that the following conditions are\n"
87 "met:\n"
88 "\n";
89 const char *wpa_supplicant_full_license3 =
90 "1. Redistributions of source code must retain the above copyright\n"
91 " notice, this list of conditions and the following disclaimer.\n"
92 "\n"
93 "2. Redistributions in binary form must reproduce the above copyright\n"
94 " notice, this list of conditions and the following disclaimer in the\n"
95 " documentation and/or other materials provided with the distribution.\n"
96 "\n";
97 const char *wpa_supplicant_full_license4 =
98 "3. Neither the name(s) of the above-listed copyright holder(s) nor the\n"
99 " names of its contributors may be used to endorse or promote products\n"
100 " derived from this software without specific prior written permission.\n"
101 "\n"
102 "THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n"
103 "\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n"
104 "LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n"
105 "A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n";
106 const char *wpa_supplicant_full_license5 =
107 "OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n"
108 "SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n"
109 "LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n"
110 "DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n"
111 "THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n"
112 "(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n"
113 "OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
114 "\n";
115 #endif /* CONFIG_NO_STDOUT_DEBUG */
117 extern int wpa_debug_level;
118 extern int wpa_debug_show_keys;
119 extern int wpa_debug_timestamp;
120 extern struct wpa_driver_ops *wpa_drivers[];
122 /* Configure default/group WEP keys for static WEP */
123 int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid)
125 int i, set = 0;
127 for (i = 0; i < NUM_WEP_KEYS; i++) {
128 if (ssid->wep_key_len[i] == 0)
129 continue;
131 set = 1;
132 wpa_drv_set_key(wpa_s, WPA_ALG_WEP,
133 (u8 *) "\xff\xff\xff\xff\xff\xff",
134 i, i == ssid->wep_tx_keyidx, (u8 *) "", 0,
135 ssid->wep_key[i], ssid->wep_key_len[i]);
138 return set;
142 static int wpa_supplicant_set_wpa_none_key(struct wpa_supplicant *wpa_s,
143 struct wpa_ssid *ssid)
145 u8 key[32];
146 size_t keylen;
147 enum wpa_alg alg;
148 u8 seq[6] = { 0 };
150 /* IBSS/WPA-None uses only one key (Group) for both receiving and
151 * sending unicast and multicast packets. */
153 if (ssid->mode != WPAS_MODE_IBSS) {
154 wpa_printf(MSG_INFO, "WPA: Invalid mode %d (not IBSS/ad-hoc) "
155 "for WPA-None", ssid->mode);
156 return -1;
159 if (!ssid->psk_set) {
160 wpa_printf(MSG_INFO, "WPA: No PSK configured for WPA-None");
161 return -1;
164 switch (wpa_s->group_cipher) {
165 case WPA_CIPHER_CCMP:
166 os_memcpy(key, ssid->psk, 16);
167 keylen = 16;
168 alg = WPA_ALG_CCMP;
169 break;
170 case WPA_CIPHER_TKIP:
171 /* WPA-None uses the same Michael MIC key for both TX and RX */
172 os_memcpy(key, ssid->psk, 16 + 8);
173 os_memcpy(key + 16 + 8, ssid->psk + 16, 8);
174 keylen = 32;
175 alg = WPA_ALG_TKIP;
176 break;
177 default:
178 wpa_printf(MSG_INFO, "WPA: Invalid group cipher %d for "
179 "WPA-None", wpa_s->group_cipher);
180 return -1;
183 /* TODO: should actually remember the previously used seq#, both for TX
184 * and RX from each STA.. */
186 return wpa_drv_set_key(wpa_s, alg, (u8 *) "\xff\xff\xff\xff\xff\xff",
187 0, 1, seq, 6, key, keylen);
191 static void wpa_supplicant_timeout(void *eloop_ctx, void *timeout_ctx)
193 struct wpa_supplicant *wpa_s = eloop_ctx;
194 const u8 *bssid = wpa_s->bssid;
195 if (is_zero_ether_addr(bssid))
196 bssid = wpa_s->pending_bssid;
197 wpa_msg(wpa_s, MSG_INFO, "Authentication with " MACSTR " timed out.",
198 MAC2STR(bssid));
199 wpa_blacklist_add(wpa_s, bssid);
200 wpa_sm_notify_disassoc(wpa_s->wpa);
201 wpa_supplicant_disassociate(wpa_s, WLAN_REASON_DEAUTH_LEAVING);
202 wpa_s->reassociate = 1;
203 wpa_supplicant_req_scan(wpa_s, 0, 0);
208 * wpa_supplicant_req_auth_timeout - Schedule a timeout for authentication
209 * @wpa_s: Pointer to wpa_supplicant data
210 * @sec: Number of seconds after which to time out authentication
211 * @usec: Number of microseconds after which to time out authentication
213 * This function is used to schedule a timeout for the current authentication
214 * attempt.
216 void wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s,
217 int sec, int usec)
219 if (wpa_s->conf && wpa_s->conf->ap_scan == 0 &&
220 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED))
221 return;
223 wpa_msg(wpa_s, MSG_DEBUG, "Setting authentication timeout: %d sec "
224 "%d usec", sec, usec);
225 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
226 eloop_register_timeout(sec, usec, wpa_supplicant_timeout, wpa_s, NULL);
231 * wpa_supplicant_cancel_auth_timeout - Cancel authentication timeout
232 * @wpa_s: Pointer to wpa_supplicant data
234 * This function is used to cancel authentication timeout scheduled with
235 * wpa_supplicant_req_auth_timeout() and it is called when authentication has
236 * been completed.
238 void wpa_supplicant_cancel_auth_timeout(struct wpa_supplicant *wpa_s)
240 wpa_msg(wpa_s, MSG_DEBUG, "Cancelling authentication timeout");
241 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
242 wpa_blacklist_del(wpa_s, wpa_s->bssid);
247 * wpa_supplicant_initiate_eapol - Configure EAPOL state machine
248 * @wpa_s: Pointer to wpa_supplicant data
250 * This function is used to configure EAPOL state machine based on the selected
251 * authentication mode.
253 void wpa_supplicant_initiate_eapol(struct wpa_supplicant *wpa_s)
255 #ifdef IEEE8021X_EAPOL
256 struct eapol_config eapol_conf;
257 struct wpa_ssid *ssid = wpa_s->current_ssid;
259 #ifdef CONFIG_IBSS_RSN
260 if (ssid->mode == WPAS_MODE_IBSS &&
261 wpa_s->key_mgmt != WPA_KEY_MGMT_NONE &&
262 wpa_s->key_mgmt != WPA_KEY_MGMT_WPA_NONE) {
264 * RSN IBSS authentication is per-STA and we can disable the
265 * per-BSSID EAPOL authentication.
267 eapol_sm_notify_portControl(wpa_s->eapol, ForceAuthorized);
268 eapol_sm_notify_eap_success(wpa_s->eapol, TRUE);
269 eapol_sm_notify_eap_fail(wpa_s->eapol, FALSE);
270 return;
272 #endif /* CONFIG_IBSS_RSN */
274 eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
275 eapol_sm_notify_eap_fail(wpa_s->eapol, FALSE);
277 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE ||
278 wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE)
279 eapol_sm_notify_portControl(wpa_s->eapol, ForceAuthorized);
280 else
281 eapol_sm_notify_portControl(wpa_s->eapol, Auto);
283 os_memset(&eapol_conf, 0, sizeof(eapol_conf));
284 if (wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
285 eapol_conf.accept_802_1x_keys = 1;
286 eapol_conf.required_keys = 0;
287 if (ssid->eapol_flags & EAPOL_FLAG_REQUIRE_KEY_UNICAST) {
288 eapol_conf.required_keys |= EAPOL_REQUIRE_KEY_UNICAST;
290 if (ssid->eapol_flags & EAPOL_FLAG_REQUIRE_KEY_BROADCAST) {
291 eapol_conf.required_keys |=
292 EAPOL_REQUIRE_KEY_BROADCAST;
295 if (wpa_s->conf && (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED))
296 eapol_conf.required_keys = 0;
298 if (wpa_s->conf)
299 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth;
300 eapol_conf.workaround = ssid->eap_workaround;
301 eapol_conf.eap_disabled =
302 !wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt) &&
303 wpa_s->key_mgmt != WPA_KEY_MGMT_IEEE8021X_NO_WPA &&
304 wpa_s->key_mgmt != WPA_KEY_MGMT_WPS;
305 eapol_sm_notify_config(wpa_s->eapol, &ssid->eap, &eapol_conf);
306 #endif /* IEEE8021X_EAPOL */
311 * wpa_supplicant_set_non_wpa_policy - Set WPA parameters to non-WPA mode
312 * @wpa_s: Pointer to wpa_supplicant data
313 * @ssid: Configuration data for the network
315 * This function is used to configure WPA state machine and related parameters
316 * to a mode where WPA is not enabled. This is called as part of the
317 * authentication configuration when the selected network does not use WPA.
319 void wpa_supplicant_set_non_wpa_policy(struct wpa_supplicant *wpa_s,
320 struct wpa_ssid *ssid)
322 int i;
324 if (ssid->key_mgmt & WPA_KEY_MGMT_WPS)
325 wpa_s->key_mgmt = WPA_KEY_MGMT_WPS;
326 else if (ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA)
327 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X_NO_WPA;
328 else
329 wpa_s->key_mgmt = WPA_KEY_MGMT_NONE;
330 wpa_sm_set_ap_wpa_ie(wpa_s->wpa, NULL, 0);
331 wpa_sm_set_ap_rsn_ie(wpa_s->wpa, NULL, 0);
332 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
333 wpa_s->pairwise_cipher = WPA_CIPHER_NONE;
334 wpa_s->group_cipher = WPA_CIPHER_NONE;
335 wpa_s->mgmt_group_cipher = 0;
337 for (i = 0; i < NUM_WEP_KEYS; i++) {
338 if (ssid->wep_key_len[i] > 5) {
339 wpa_s->pairwise_cipher = WPA_CIPHER_WEP104;
340 wpa_s->group_cipher = WPA_CIPHER_WEP104;
341 break;
342 } else if (ssid->wep_key_len[i] > 0) {
343 wpa_s->pairwise_cipher = WPA_CIPHER_WEP40;
344 wpa_s->group_cipher = WPA_CIPHER_WEP40;
345 break;
349 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_RSN_ENABLED, 0);
350 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_KEY_MGMT, wpa_s->key_mgmt);
351 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PAIRWISE,
352 wpa_s->pairwise_cipher);
353 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
354 #ifdef CONFIG_IEEE80211W
355 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MGMT_GROUP,
356 wpa_s->mgmt_group_cipher);
357 #endif /* CONFIG_IEEE80211W */
359 pmksa_cache_clear_current(wpa_s->wpa);
363 static void wpa_supplicant_cleanup(struct wpa_supplicant *wpa_s)
365 bgscan_deinit(wpa_s);
366 scard_deinit(wpa_s->scard);
367 wpa_s->scard = NULL;
368 wpa_sm_set_scard_ctx(wpa_s->wpa, NULL);
369 eapol_sm_register_scard_ctx(wpa_s->eapol, NULL);
370 l2_packet_deinit(wpa_s->l2);
371 wpa_s->l2 = NULL;
372 if (wpa_s->l2_br) {
373 l2_packet_deinit(wpa_s->l2_br);
374 wpa_s->l2_br = NULL;
377 if (wpa_s->ctrl_iface) {
378 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface);
379 wpa_s->ctrl_iface = NULL;
381 if (wpa_s->conf != NULL) {
382 struct wpa_ssid *ssid;
383 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
384 wpas_notify_network_removed(wpa_s, ssid);
385 wpa_config_free(wpa_s->conf);
386 wpa_s->conf = NULL;
389 os_free(wpa_s->confname);
390 wpa_s->confname = NULL;
392 wpa_sm_set_eapol(wpa_s->wpa, NULL);
393 eapol_sm_deinit(wpa_s->eapol);
394 wpa_s->eapol = NULL;
396 rsn_preauth_deinit(wpa_s->wpa);
398 pmksa_candidate_free(wpa_s->wpa);
399 wpa_sm_deinit(wpa_s->wpa);
400 wpa_s->wpa = NULL;
401 wpa_blacklist_clear(wpa_s);
403 wpa_scan_results_free(wpa_s->scan_res);
404 wpa_s->scan_res = NULL;
405 wpa_bss_deinit(wpa_s);
407 wpa_supplicant_cancel_scan(wpa_s);
408 wpa_supplicant_cancel_auth_timeout(wpa_s);
410 ieee80211_sta_deinit(wpa_s);
412 wpas_wps_deinit(wpa_s);
414 wpabuf_free(wpa_s->pending_eapol_rx);
415 wpa_s->pending_eapol_rx = NULL;
417 #ifdef CONFIG_IBSS_RSN
418 ibss_rsn_deinit(wpa_s->ibss_rsn);
419 wpa_s->ibss_rsn = NULL;
420 #endif /* CONFIG_IBSS_RSN */
422 #ifdef CONFIG_SME
423 os_free(wpa_s->sme.ft_ies);
424 wpa_s->sme.ft_ies = NULL;
425 wpa_s->sme.ft_ies_len = 0;
426 #endif /* CONFIG_SME */
428 #ifdef CONFIG_AP
429 wpa_supplicant_ap_deinit(wpa_s);
430 #endif /* CONFIG_AP */
435 * wpa_clear_keys - Clear keys configured for the driver
436 * @wpa_s: Pointer to wpa_supplicant data
437 * @addr: Previously used BSSID or %NULL if not available
439 * This function clears the encryption keys that has been previously configured
440 * for the driver.
442 void wpa_clear_keys(struct wpa_supplicant *wpa_s, const u8 *addr)
444 u8 *bcast = (u8 *) "\xff\xff\xff\xff\xff\xff";
446 if (wpa_s->keys_cleared) {
447 /* Some drivers (e.g., ndiswrapper & NDIS drivers) seem to have
448 * timing issues with keys being cleared just before new keys
449 * are set or just after association or something similar. This
450 * shows up in group key handshake failing often because of the
451 * client not receiving the first encrypted packets correctly.
452 * Skipping some of the extra key clearing steps seems to help
453 * in completing group key handshake more reliably. */
454 wpa_printf(MSG_DEBUG, "No keys have been configured - "
455 "skip key clearing");
456 return;
459 /* MLME-DELETEKEYS.request */
460 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 0, 0, NULL, 0, NULL, 0);
461 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 1, 0, NULL, 0, NULL, 0);
462 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 2, 0, NULL, 0, NULL, 0);
463 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 3, 0, NULL, 0, NULL, 0);
464 #ifdef CONFIG_IEEE80211W
465 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 4, 0, NULL, 0, NULL, 0);
466 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 5, 0, NULL, 0, NULL, 0);
467 #endif /* CONFIG_IEEE80211W */
468 if (addr) {
469 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, addr, 0, 0, NULL, 0, NULL,
471 /* MLME-SETPROTECTION.request(None) */
472 wpa_drv_mlme_setprotection(
473 wpa_s, addr,
474 MLME_SETPROTECTION_PROTECT_TYPE_NONE,
475 MLME_SETPROTECTION_KEY_TYPE_PAIRWISE);
477 wpa_s->keys_cleared = 1;
482 * wpa_supplicant_state_txt - Get the connection state name as a text string
483 * @state: State (wpa_state; WPA_*)
484 * Returns: The state name as a printable text string
486 const char * wpa_supplicant_state_txt(enum wpa_states state)
488 switch (state) {
489 case WPA_DISCONNECTED:
490 return "DISCONNECTED";
491 case WPA_INACTIVE:
492 return "INACTIVE";
493 case WPA_SCANNING:
494 return "SCANNING";
495 case WPA_AUTHENTICATING:
496 return "AUTHENTICATING";
497 case WPA_ASSOCIATING:
498 return "ASSOCIATING";
499 case WPA_ASSOCIATED:
500 return "ASSOCIATED";
501 case WPA_4WAY_HANDSHAKE:
502 return "4WAY_HANDSHAKE";
503 case WPA_GROUP_HANDSHAKE:
504 return "GROUP_HANDSHAKE";
505 case WPA_COMPLETED:
506 return "COMPLETED";
507 default:
508 return "UNKNOWN";
514 * wpa_supplicant_set_state - Set current connection state
515 * @wpa_s: Pointer to wpa_supplicant data
516 * @state: The new connection state
518 * This function is called whenever the connection state changes, e.g.,
519 * association is completed for WPA/WPA2 4-Way Handshake is started.
521 void wpa_supplicant_set_state(struct wpa_supplicant *wpa_s,
522 enum wpa_states state)
524 wpa_printf(MSG_DEBUG, "State: %s -> %s",
525 wpa_supplicant_state_txt(wpa_s->wpa_state),
526 wpa_supplicant_state_txt(state));
528 if (state != WPA_SCANNING)
529 wpa_supplicant_notify_scanning(wpa_s, 0);
531 wpas_notify_state_changed(wpa_s, state, wpa_s->wpa_state);
533 if (state == WPA_COMPLETED && wpa_s->new_connection) {
534 #if defined(CONFIG_CTRL_IFACE) || !defined(CONFIG_NO_STDOUT_DEBUG)
535 struct wpa_ssid *ssid = wpa_s->current_ssid;
536 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_CONNECTED "- Connection to "
537 MACSTR " completed %s [id=%d id_str=%s]",
538 MAC2STR(wpa_s->bssid), wpa_s->reassociated_connection ?
539 "(reauth)" : "(auth)",
540 ssid ? ssid->id : -1,
541 ssid && ssid->id_str ? ssid->id_str : "");
542 #endif /* CONFIG_CTRL_IFACE || !CONFIG_NO_STDOUT_DEBUG */
543 wpa_s->new_connection = 0;
544 wpa_s->reassociated_connection = 1;
545 wpa_drv_set_operstate(wpa_s, 1);
546 } else if (state == WPA_DISCONNECTED || state == WPA_ASSOCIATING ||
547 state == WPA_ASSOCIATED) {
548 wpa_s->new_connection = 1;
549 wpa_drv_set_operstate(wpa_s, 0);
551 wpa_s->wpa_state = state;
555 void wpa_supplicant_terminate_proc(struct wpa_global *global)
557 int pending = 0;
558 #ifdef CONFIG_WPS
559 struct wpa_supplicant *wpa_s = global->ifaces;
560 while (wpa_s) {
561 if (wpas_wps_terminate_pending(wpa_s) == 1)
562 pending = 1;
563 wpa_s = wpa_s->next;
565 #endif /* CONFIG_WPS */
566 if (pending)
567 return;
568 eloop_terminate();
572 static void wpa_supplicant_terminate(int sig, void *signal_ctx)
574 struct wpa_global *global = signal_ctx;
575 struct wpa_supplicant *wpa_s;
576 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
577 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_TERMINATING "- signal %d "
578 "received", sig);
580 wpa_supplicant_terminate_proc(global);
584 static void wpa_supplicant_clear_status(struct wpa_supplicant *wpa_s)
586 enum wpa_states old_state = wpa_s->wpa_state;
587 wpa_s->pairwise_cipher = 0;
588 wpa_s->group_cipher = 0;
589 wpa_s->mgmt_group_cipher = 0;
590 wpa_s->key_mgmt = 0;
591 wpa_s->wpa_state = WPA_DISCONNECTED;
592 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
597 * wpa_supplicant_reload_configuration - Reload configuration data
598 * @wpa_s: Pointer to wpa_supplicant data
599 * Returns: 0 on success or -1 if configuration parsing failed
601 * This function can be used to request that the configuration data is reloaded
602 * (e.g., after configuration file change). This function is reloading
603 * configuration only for one interface, so this may need to be called multiple
604 * times if %wpa_supplicant is controlling multiple interfaces and all
605 * interfaces need reconfiguration.
607 int wpa_supplicant_reload_configuration(struct wpa_supplicant *wpa_s)
609 struct wpa_config *conf;
610 struct wpa_ssid *old_ssid;
611 int reconf_ctrl;
612 int old_ap_scan;
614 if (wpa_s->confname == NULL)
615 return -1;
616 conf = wpa_config_read(wpa_s->confname);
617 if (conf == NULL) {
618 wpa_msg(wpa_s, MSG_ERROR, "Failed to parse the configuration "
619 "file '%s' - exiting", wpa_s->confname);
620 return -1;
623 reconf_ctrl = !!conf->ctrl_interface != !!wpa_s->conf->ctrl_interface
624 || (conf->ctrl_interface && wpa_s->conf->ctrl_interface &&
625 os_strcmp(conf->ctrl_interface,
626 wpa_s->conf->ctrl_interface) != 0);
628 if (reconf_ctrl && wpa_s->ctrl_iface) {
629 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface);
630 wpa_s->ctrl_iface = NULL;
633 eapol_sm_invalidate_cached_session(wpa_s->eapol);
634 old_ssid = wpa_s->current_ssid;
635 wpa_s->current_ssid = NULL;
636 if (old_ssid != wpa_s->current_ssid)
637 wpas_notify_network_changed(wpa_s);
640 * TODO: should notify EAPOL SM about changes in opensc_engine_path,
641 * pkcs11_engine_path, pkcs11_module_path.
643 if (wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt)) {
645 * Clear forced success to clear EAP state for next
646 * authentication.
648 eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
650 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
651 wpa_sm_set_config(wpa_s->wpa, NULL);
652 wpa_sm_set_fast_reauth(wpa_s->wpa, wpa_s->conf->fast_reauth);
653 rsn_preauth_deinit(wpa_s->wpa);
655 old_ap_scan = wpa_s->conf->ap_scan;
656 wpa_config_free(wpa_s->conf);
657 wpa_s->conf = conf;
658 if (old_ap_scan != wpa_s->conf->ap_scan)
659 wpas_notify_ap_scan_changed(wpa_s);
661 if (reconf_ctrl)
662 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s);
664 wpa_supplicant_clear_status(wpa_s);
665 wpa_s->reassociate = 1;
666 wpa_supplicant_req_scan(wpa_s, 0, 0);
667 wpa_msg(wpa_s, MSG_DEBUG, "Reconfiguration completed");
668 return 0;
672 static void wpa_supplicant_reconfig(int sig, void *signal_ctx)
674 struct wpa_global *global = signal_ctx;
675 struct wpa_supplicant *wpa_s;
676 wpa_printf(MSG_DEBUG, "Signal %d received - reconfiguring", sig);
677 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
678 if (wpa_supplicant_reload_configuration(wpa_s) < 0) {
679 wpa_supplicant_terminate_proc(global);
685 static enum wpa_cipher cipher_suite2driver(int cipher)
687 switch (cipher) {
688 case WPA_CIPHER_NONE:
689 return CIPHER_NONE;
690 case WPA_CIPHER_WEP40:
691 return CIPHER_WEP40;
692 case WPA_CIPHER_WEP104:
693 return CIPHER_WEP104;
694 case WPA_CIPHER_CCMP:
695 return CIPHER_CCMP;
696 case WPA_CIPHER_TKIP:
697 default:
698 return CIPHER_TKIP;
703 static enum wpa_key_mgmt key_mgmt2driver(int key_mgmt)
705 switch (key_mgmt) {
706 case WPA_KEY_MGMT_NONE:
707 return KEY_MGMT_NONE;
708 case WPA_KEY_MGMT_IEEE8021X_NO_WPA:
709 return KEY_MGMT_802_1X_NO_WPA;
710 case WPA_KEY_MGMT_IEEE8021X:
711 return KEY_MGMT_802_1X;
712 case WPA_KEY_MGMT_WPA_NONE:
713 return KEY_MGMT_WPA_NONE;
714 case WPA_KEY_MGMT_FT_IEEE8021X:
715 return KEY_MGMT_FT_802_1X;
716 case WPA_KEY_MGMT_FT_PSK:
717 return KEY_MGMT_FT_PSK;
718 case WPA_KEY_MGMT_IEEE8021X_SHA256:
719 return KEY_MGMT_802_1X_SHA256;
720 case WPA_KEY_MGMT_PSK_SHA256:
721 return KEY_MGMT_PSK_SHA256;
722 case WPA_KEY_MGMT_WPS:
723 return KEY_MGMT_WPS;
724 case WPA_KEY_MGMT_PSK:
725 default:
726 return KEY_MGMT_PSK;
731 static int wpa_supplicant_suites_from_ai(struct wpa_supplicant *wpa_s,
732 struct wpa_ssid *ssid,
733 struct wpa_ie_data *ie)
735 int ret = wpa_sm_parse_own_wpa_ie(wpa_s->wpa, ie);
736 if (ret) {
737 if (ret == -2) {
738 wpa_msg(wpa_s, MSG_INFO, "WPA: Failed to parse WPA IE "
739 "from association info");
741 return -1;
744 wpa_printf(MSG_DEBUG, "WPA: Using WPA IE from AssocReq to set cipher "
745 "suites");
746 if (!(ie->group_cipher & ssid->group_cipher)) {
747 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled group "
748 "cipher 0x%x (mask 0x%x) - reject",
749 ie->group_cipher, ssid->group_cipher);
750 return -1;
752 if (!(ie->pairwise_cipher & ssid->pairwise_cipher)) {
753 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled pairwise "
754 "cipher 0x%x (mask 0x%x) - reject",
755 ie->pairwise_cipher, ssid->pairwise_cipher);
756 return -1;
758 if (!(ie->key_mgmt & ssid->key_mgmt)) {
759 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled key "
760 "management 0x%x (mask 0x%x) - reject",
761 ie->key_mgmt, ssid->key_mgmt);
762 return -1;
765 #ifdef CONFIG_IEEE80211W
766 if (!(ie->capabilities & WPA_CAPABILITY_MFPC) &&
767 ssid->ieee80211w == IEEE80211W_REQUIRED) {
768 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver associated with an AP "
769 "that does not support management frame protection - "
770 "reject");
771 return -1;
773 #endif /* CONFIG_IEEE80211W */
775 return 0;
780 * wpa_supplicant_set_suites - Set authentication and encryption parameters
781 * @wpa_s: Pointer to wpa_supplicant data
782 * @bss: Scan results for the selected BSS, or %NULL if not available
783 * @ssid: Configuration data for the selected network
784 * @wpa_ie: Buffer for the WPA/RSN IE
785 * @wpa_ie_len: Maximum wpa_ie buffer size on input. This is changed to be the
786 * used buffer length in case the functions returns success.
787 * Returns: 0 on success or -1 on failure
789 * This function is used to configure authentication and encryption parameters
790 * based on the network configuration and scan result for the selected BSS (if
791 * available).
793 int wpa_supplicant_set_suites(struct wpa_supplicant *wpa_s,
794 struct wpa_scan_res *bss,
795 struct wpa_ssid *ssid,
796 u8 *wpa_ie, size_t *wpa_ie_len)
798 struct wpa_ie_data ie;
799 int sel, proto;
800 const u8 *bss_wpa, *bss_rsn;
802 if (bss) {
803 bss_wpa = wpa_scan_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE);
804 bss_rsn = wpa_scan_get_ie(bss, WLAN_EID_RSN);
805 } else
806 bss_wpa = bss_rsn = NULL;
808 if (bss_rsn && (ssid->proto & WPA_PROTO_RSN) &&
809 wpa_parse_wpa_ie(bss_rsn, 2 + bss_rsn[1], &ie) == 0 &&
810 (ie.group_cipher & ssid->group_cipher) &&
811 (ie.pairwise_cipher & ssid->pairwise_cipher) &&
812 (ie.key_mgmt & ssid->key_mgmt)) {
813 wpa_msg(wpa_s, MSG_DEBUG, "RSN: using IEEE 802.11i/D9.0");
814 proto = WPA_PROTO_RSN;
815 } else if (bss_wpa && (ssid->proto & WPA_PROTO_WPA) &&
816 wpa_parse_wpa_ie(bss_wpa, 2 +bss_wpa[1], &ie) == 0 &&
817 (ie.group_cipher & ssid->group_cipher) &&
818 (ie.pairwise_cipher & ssid->pairwise_cipher) &&
819 (ie.key_mgmt & ssid->key_mgmt)) {
820 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using IEEE 802.11i/D3.0");
821 proto = WPA_PROTO_WPA;
822 } else if (bss) {
823 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select WPA/RSN");
824 return -1;
825 } else {
826 if (ssid->proto & WPA_PROTO_RSN)
827 proto = WPA_PROTO_RSN;
828 else
829 proto = WPA_PROTO_WPA;
830 if (wpa_supplicant_suites_from_ai(wpa_s, ssid, &ie) < 0) {
831 os_memset(&ie, 0, sizeof(ie));
832 ie.group_cipher = ssid->group_cipher;
833 ie.pairwise_cipher = ssid->pairwise_cipher;
834 ie.key_mgmt = ssid->key_mgmt;
835 #ifdef CONFIG_IEEE80211W
836 ie.mgmt_group_cipher =
837 ssid->ieee80211w != NO_IEEE80211W ?
838 WPA_CIPHER_AES_128_CMAC : 0;
839 #endif /* CONFIG_IEEE80211W */
840 wpa_printf(MSG_DEBUG, "WPA: Set cipher suites based "
841 "on configuration");
842 } else
843 proto = ie.proto;
846 wpa_printf(MSG_DEBUG, "WPA: Selected cipher suites: group %d "
847 "pairwise %d key_mgmt %d proto %d",
848 ie.group_cipher, ie.pairwise_cipher, ie.key_mgmt, proto);
849 #ifdef CONFIG_IEEE80211W
850 if (ssid->ieee80211w) {
851 wpa_printf(MSG_DEBUG, "WPA: Selected mgmt group cipher %d",
852 ie.mgmt_group_cipher);
854 #endif /* CONFIG_IEEE80211W */
856 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PROTO, proto);
857 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_RSN_ENABLED,
858 !!(ssid->proto & WPA_PROTO_RSN));
860 if (bss || !wpa_s->ap_ies_from_associnfo) {
861 if (wpa_sm_set_ap_wpa_ie(wpa_s->wpa, bss_wpa,
862 bss_wpa ? 2 + bss_wpa[1] : 0) ||
863 wpa_sm_set_ap_rsn_ie(wpa_s->wpa, bss_rsn,
864 bss_rsn ? 2 + bss_rsn[1] : 0))
865 return -1;
868 sel = ie.group_cipher & ssid->group_cipher;
869 if (sel & WPA_CIPHER_CCMP) {
870 wpa_s->group_cipher = WPA_CIPHER_CCMP;
871 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using GTK CCMP");
872 } else if (sel & WPA_CIPHER_TKIP) {
873 wpa_s->group_cipher = WPA_CIPHER_TKIP;
874 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using GTK TKIP");
875 } else if (sel & WPA_CIPHER_WEP104) {
876 wpa_s->group_cipher = WPA_CIPHER_WEP104;
877 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using GTK WEP104");
878 } else if (sel & WPA_CIPHER_WEP40) {
879 wpa_s->group_cipher = WPA_CIPHER_WEP40;
880 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using GTK WEP40");
881 } else {
882 wpa_printf(MSG_WARNING, "WPA: Failed to select group cipher.");
883 return -1;
886 sel = ie.pairwise_cipher & ssid->pairwise_cipher;
887 if (sel & WPA_CIPHER_CCMP) {
888 wpa_s->pairwise_cipher = WPA_CIPHER_CCMP;
889 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using PTK CCMP");
890 } else if (sel & WPA_CIPHER_TKIP) {
891 wpa_s->pairwise_cipher = WPA_CIPHER_TKIP;
892 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using PTK TKIP");
893 } else if (sel & WPA_CIPHER_NONE) {
894 wpa_s->pairwise_cipher = WPA_CIPHER_NONE;
895 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using PTK NONE");
896 } else {
897 wpa_printf(MSG_WARNING, "WPA: Failed to select pairwise "
898 "cipher.");
899 return -1;
902 sel = ie.key_mgmt & ssid->key_mgmt;
903 if (0) {
904 #ifdef CONFIG_IEEE80211R
905 } else if (sel & WPA_KEY_MGMT_FT_IEEE8021X) {
906 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_IEEE8021X;
907 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT FT/802.1X");
908 } else if (sel & WPA_KEY_MGMT_FT_PSK) {
909 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK;
910 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT FT/PSK");
911 #endif /* CONFIG_IEEE80211R */
912 #ifdef CONFIG_IEEE80211W
913 } else if (sel & WPA_KEY_MGMT_IEEE8021X_SHA256) {
914 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X_SHA256;
915 wpa_msg(wpa_s, MSG_DEBUG,
916 "WPA: using KEY_MGMT 802.1X with SHA256");
917 } else if (sel & WPA_KEY_MGMT_PSK_SHA256) {
918 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK_SHA256;
919 wpa_msg(wpa_s, MSG_DEBUG,
920 "WPA: using KEY_MGMT PSK with SHA256");
921 #endif /* CONFIG_IEEE80211W */
922 } else if (sel & WPA_KEY_MGMT_IEEE8021X) {
923 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X;
924 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT 802.1X");
925 } else if (sel & WPA_KEY_MGMT_PSK) {
926 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK;
927 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT WPA-PSK");
928 } else if (sel & WPA_KEY_MGMT_WPA_NONE) {
929 wpa_s->key_mgmt = WPA_KEY_MGMT_WPA_NONE;
930 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT WPA-NONE");
931 } else {
932 wpa_printf(MSG_WARNING, "WPA: Failed to select authenticated "
933 "key management type.");
934 return -1;
937 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_KEY_MGMT, wpa_s->key_mgmt);
938 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PAIRWISE,
939 wpa_s->pairwise_cipher);
940 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
942 #ifdef CONFIG_IEEE80211W
943 sel = ie.mgmt_group_cipher;
944 if (ssid->ieee80211w == NO_IEEE80211W ||
945 !(ie.capabilities & WPA_CAPABILITY_MFPC))
946 sel = 0;
947 if (sel & WPA_CIPHER_AES_128_CMAC) {
948 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
949 wpa_msg(wpa_s, MSG_DEBUG, "WPA: using MGMT group cipher "
950 "AES-128-CMAC");
951 } else {
952 wpa_s->mgmt_group_cipher = 0;
953 wpa_msg(wpa_s, MSG_DEBUG, "WPA: not using MGMT group cipher");
955 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MGMT_GROUP,
956 wpa_s->mgmt_group_cipher);
957 #endif /* CONFIG_IEEE80211W */
959 if (wpa_sm_set_assoc_wpa_ie_default(wpa_s->wpa, wpa_ie, wpa_ie_len)) {
960 wpa_printf(MSG_WARNING, "WPA: Failed to generate WPA IE.");
961 return -1;
964 if (ssid->key_mgmt &
965 (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | WPA_KEY_MGMT_PSK_SHA256))
966 wpa_sm_set_pmk(wpa_s->wpa, ssid->psk, PMK_LEN);
967 else
968 wpa_sm_set_pmk_from_pmksa(wpa_s->wpa);
970 return 0;
975 * wpa_supplicant_associate - Request association
976 * @wpa_s: Pointer to wpa_supplicant data
977 * @bss: Scan results for the selected BSS, or %NULL if not available
978 * @ssid: Configuration data for the selected network
980 * This function is used to request %wpa_supplicant to associate with a BSS.
982 void wpa_supplicant_associate(struct wpa_supplicant *wpa_s,
983 struct wpa_scan_res *bss, struct wpa_ssid *ssid)
985 u8 wpa_ie[80];
986 size_t wpa_ie_len;
987 int use_crypt, ret, i, bssid_changed;
988 int algs = AUTH_ALG_OPEN_SYSTEM;
989 enum wpa_cipher cipher_pairwise, cipher_group;
990 struct wpa_driver_associate_params params;
991 int wep_keys_set = 0;
992 struct wpa_driver_capa capa;
993 int assoc_failed = 0;
994 struct wpa_ssid *old_ssid;
996 if (ssid->mode == WPAS_MODE_AP) {
997 #ifdef CONFIG_AP
998 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_AP)) {
999 wpa_printf(MSG_INFO, "Driver does not support AP "
1000 "mode");
1001 return;
1003 wpa_supplicant_create_ap(wpa_s, ssid);
1004 #else /* CONFIG_AP */
1005 wpa_printf(MSG_ERROR, "AP mode support not included in the "
1006 "build");
1007 #endif /* CONFIG_AP */
1008 return;
1011 if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_SME) &&
1012 ssid->mode == IEEE80211_MODE_INFRA) {
1013 sme_authenticate(wpa_s, bss, ssid);
1014 return;
1017 wpa_s->reassociate = 0;
1018 if (bss) {
1019 #ifdef CONFIG_IEEE80211R
1020 const u8 *md = NULL;
1021 #endif /* CONFIG_IEEE80211R */
1022 const u8 *ie = wpa_scan_get_ie(bss, WLAN_EID_SSID);
1023 wpa_msg(wpa_s, MSG_INFO, "Trying to associate with " MACSTR
1024 " (SSID='%s' freq=%d MHz)", MAC2STR(bss->bssid),
1025 ie ? wpa_ssid_txt(ie + 2, ie[1]) : "", bss->freq);
1026 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
1027 os_memset(wpa_s->bssid, 0, ETH_ALEN);
1028 os_memcpy(wpa_s->pending_bssid, bss->bssid, ETH_ALEN);
1029 if (bssid_changed)
1030 wpas_notify_bssid_changed(wpa_s);
1031 #ifdef CONFIG_IEEE80211R
1032 ie = wpa_scan_get_ie(bss, WLAN_EID_MOBILITY_DOMAIN);
1033 if (ie && ie[1] >= MOBILITY_DOMAIN_ID_LEN)
1034 md = ie + 2;
1035 wpa_sm_set_ft_params(wpa_s->wpa, md, NULL, 0, NULL);
1036 if (md) {
1037 /* Prepare for the next transition */
1038 wpa_ft_prepare_auth_request(wpa_s->wpa);
1040 #endif /* CONFIG_IEEE80211R */
1041 #ifdef CONFIG_WPS
1042 } else if ((ssid->ssid == NULL || ssid->ssid_len == 0) &&
1043 wpa_s->conf->ap_scan == 2 &&
1044 (ssid->key_mgmt & WPA_KEY_MGMT_WPS)) {
1045 /* Use ap_scan==1 style network selection to find the network
1047 wpa_s->scan_req = 2;
1048 wpa_s->reassociate = 1;
1049 wpa_supplicant_req_scan(wpa_s, 0, 0);
1050 return;
1051 #endif /* CONFIG_WPS */
1052 } else {
1053 wpa_msg(wpa_s, MSG_INFO, "Trying to associate with SSID '%s'",
1054 wpa_ssid_txt(ssid->ssid, ssid->ssid_len));
1055 os_memset(wpa_s->pending_bssid, 0, ETH_ALEN);
1057 wpa_supplicant_cancel_scan(wpa_s);
1059 /* Starting new association, so clear the possibly used WPA IE from the
1060 * previous association. */
1061 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
1063 #ifdef IEEE8021X_EAPOL
1064 if (ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1065 if (ssid->leap) {
1066 if (ssid->non_leap == 0)
1067 algs = AUTH_ALG_LEAP;
1068 else
1069 algs |= AUTH_ALG_LEAP;
1072 #endif /* IEEE8021X_EAPOL */
1073 wpa_printf(MSG_DEBUG, "Automatic auth_alg selection: 0x%x", algs);
1074 if (ssid->auth_alg) {
1075 algs = 0;
1076 if (ssid->auth_alg & WPA_AUTH_ALG_OPEN)
1077 algs |= AUTH_ALG_OPEN_SYSTEM;
1078 if (ssid->auth_alg & WPA_AUTH_ALG_SHARED)
1079 algs |= AUTH_ALG_SHARED_KEY;
1080 if (ssid->auth_alg & WPA_AUTH_ALG_LEAP)
1081 algs |= AUTH_ALG_LEAP;
1082 wpa_printf(MSG_DEBUG, "Overriding auth_alg selection: 0x%x",
1083 algs);
1086 if (bss && (wpa_scan_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE) ||
1087 wpa_scan_get_ie(bss, WLAN_EID_RSN)) &&
1088 (ssid->key_mgmt & (WPA_KEY_MGMT_IEEE8021X | WPA_KEY_MGMT_PSK |
1089 WPA_KEY_MGMT_FT_IEEE8021X |
1090 WPA_KEY_MGMT_FT_PSK |
1091 WPA_KEY_MGMT_IEEE8021X_SHA256 |
1092 WPA_KEY_MGMT_PSK_SHA256))) {
1093 int try_opportunistic;
1094 try_opportunistic = ssid->proactive_key_caching &&
1095 (ssid->proto & WPA_PROTO_RSN);
1096 if (pmksa_cache_set_current(wpa_s->wpa, NULL, bss->bssid,
1097 wpa_s->current_ssid,
1098 try_opportunistic) == 0)
1099 eapol_sm_notify_pmkid_attempt(wpa_s->eapol, 1);
1100 wpa_ie_len = sizeof(wpa_ie);
1101 if (wpa_supplicant_set_suites(wpa_s, bss, ssid,
1102 wpa_ie, &wpa_ie_len)) {
1103 wpa_printf(MSG_WARNING, "WPA: Failed to set WPA key "
1104 "management and encryption suites");
1105 return;
1107 } else if (ssid->key_mgmt &
1108 (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_IEEE8021X |
1109 WPA_KEY_MGMT_WPA_NONE | WPA_KEY_MGMT_FT_PSK |
1110 WPA_KEY_MGMT_FT_IEEE8021X | WPA_KEY_MGMT_PSK_SHA256 |
1111 WPA_KEY_MGMT_IEEE8021X_SHA256)) {
1112 wpa_ie_len = sizeof(wpa_ie);
1113 if (wpa_supplicant_set_suites(wpa_s, NULL, ssid,
1114 wpa_ie, &wpa_ie_len)) {
1115 wpa_printf(MSG_WARNING, "WPA: Failed to set WPA key "
1116 "management and encryption suites (no scan "
1117 "results)");
1118 return;
1120 #ifdef CONFIG_WPS
1121 } else if (ssid->key_mgmt & WPA_KEY_MGMT_WPS) {
1122 struct wpabuf *wps_ie;
1123 wps_ie = wps_build_assoc_req_ie(wpas_wps_get_req_type(ssid));
1124 if (wps_ie && wpabuf_len(wps_ie) <= sizeof(wpa_ie)) {
1125 wpa_ie_len = wpabuf_len(wps_ie);
1126 os_memcpy(wpa_ie, wpabuf_head(wps_ie), wpa_ie_len);
1127 } else
1128 wpa_ie_len = 0;
1129 wpabuf_free(wps_ie);
1130 wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
1131 #endif /* CONFIG_WPS */
1132 } else {
1133 wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
1134 wpa_ie_len = 0;
1137 wpa_clear_keys(wpa_s, bss ? bss->bssid : NULL);
1138 use_crypt = 1;
1139 cipher_pairwise = cipher_suite2driver(wpa_s->pairwise_cipher);
1140 cipher_group = cipher_suite2driver(wpa_s->group_cipher);
1141 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE ||
1142 wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1143 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE)
1144 use_crypt = 0;
1145 if (wpa_set_wep_keys(wpa_s, ssid)) {
1146 use_crypt = 1;
1147 wep_keys_set = 1;
1150 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPS)
1151 use_crypt = 0;
1153 #ifdef IEEE8021X_EAPOL
1154 if (wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1155 if ((ssid->eapol_flags &
1156 (EAPOL_FLAG_REQUIRE_KEY_UNICAST |
1157 EAPOL_FLAG_REQUIRE_KEY_BROADCAST)) == 0 &&
1158 !wep_keys_set) {
1159 use_crypt = 0;
1160 } else {
1161 /* Assume that dynamic WEP-104 keys will be used and
1162 * set cipher suites in order for drivers to expect
1163 * encryption. */
1164 cipher_pairwise = cipher_group = CIPHER_WEP104;
1167 #endif /* IEEE8021X_EAPOL */
1169 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE) {
1170 /* Set the key before (and later after) association */
1171 wpa_supplicant_set_wpa_none_key(wpa_s, ssid);
1174 wpa_supplicant_set_state(wpa_s, WPA_ASSOCIATING);
1175 os_memset(&params, 0, sizeof(params));
1176 if (bss) {
1177 const u8 *ie = wpa_scan_get_ie(bss, WLAN_EID_SSID);
1178 params.bssid = bss->bssid;
1179 params.ssid = ie ? ie + 2 : (u8 *) "";
1180 params.ssid_len = ie ? ie[1] : 0;
1181 params.freq = bss->freq;
1182 } else {
1183 params.ssid = ssid->ssid;
1184 params.ssid_len = ssid->ssid_len;
1186 if (ssid->mode == WPAS_MODE_IBSS && ssid->frequency > 0 &&
1187 params.freq == 0)
1188 params.freq = ssid->frequency; /* Initial channel for IBSS */
1189 params.wpa_ie = wpa_ie;
1190 params.wpa_ie_len = wpa_ie_len;
1191 params.pairwise_suite = cipher_pairwise;
1192 params.group_suite = cipher_group;
1193 params.key_mgmt_suite = key_mgmt2driver(wpa_s->key_mgmt);
1194 params.auth_alg = algs;
1195 params.mode = ssid->mode;
1196 for (i = 0; i < NUM_WEP_KEYS; i++) {
1197 if (ssid->wep_key_len[i])
1198 params.wep_key[i] = ssid->wep_key[i];
1199 params.wep_key_len[i] = ssid->wep_key_len[i];
1201 params.wep_tx_keyidx = ssid->wep_tx_keyidx;
1203 if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE) &&
1204 (params.key_mgmt_suite == KEY_MGMT_PSK ||
1205 params.key_mgmt_suite == KEY_MGMT_FT_PSK)) {
1206 params.passphrase = ssid->passphrase;
1207 if (ssid->psk_set)
1208 params.psk = ssid->psk;
1211 params.drop_unencrypted = use_crypt;
1213 #ifdef CONFIG_IEEE80211W
1214 switch (ssid->ieee80211w) {
1215 case NO_IEEE80211W:
1216 params.mgmt_frame_protection = NO_MGMT_FRAME_PROTECTION;
1217 break;
1218 case IEEE80211W_OPTIONAL:
1219 params.mgmt_frame_protection = MGMT_FRAME_PROTECTION_OPTIONAL;
1220 break;
1221 case IEEE80211W_REQUIRED:
1222 params.mgmt_frame_protection = MGMT_FRAME_PROTECTION_REQUIRED;
1223 break;
1225 if (ssid->ieee80211w != NO_IEEE80211W && bss) {
1226 const u8 *rsn = wpa_scan_get_ie(bss, WLAN_EID_RSN);
1227 struct wpa_ie_data ie;
1228 if (rsn && wpa_parse_wpa_ie(rsn, 2 + rsn[1], &ie) == 0 &&
1229 ie.capabilities &
1230 (WPA_CAPABILITY_MFPC | WPA_CAPABILITY_MFPR)) {
1231 wpa_printf(MSG_DEBUG, "WPA: Selected AP supports MFP: "
1232 "require MFP");
1233 params.mgmt_frame_protection =
1234 MGMT_FRAME_PROTECTION_REQUIRED;
1237 #endif /* CONFIG_IEEE80211W */
1239 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_USER_SPACE_MLME)
1240 ret = ieee80211_sta_associate(wpa_s, &params);
1241 else
1242 ret = wpa_drv_associate(wpa_s, &params);
1243 if (ret < 0) {
1244 wpa_msg(wpa_s, MSG_INFO, "Association request to the driver "
1245 "failed");
1246 /* try to continue anyway; new association will be tried again
1247 * after timeout */
1248 assoc_failed = 1;
1251 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE) {
1252 /* Set the key after the association just in case association
1253 * cleared the previously configured key. */
1254 wpa_supplicant_set_wpa_none_key(wpa_s, ssid);
1255 /* No need to timeout authentication since there is no key
1256 * management. */
1257 wpa_supplicant_cancel_auth_timeout(wpa_s);
1258 wpa_supplicant_set_state(wpa_s, WPA_COMPLETED);
1259 #ifdef CONFIG_IBSS_RSN
1260 } else if (ssid->mode == WPAS_MODE_IBSS &&
1261 wpa_s->key_mgmt != WPA_KEY_MGMT_NONE &&
1262 wpa_s->key_mgmt != WPA_KEY_MGMT_WPA_NONE) {
1263 ibss_rsn_set_psk(wpa_s->ibss_rsn, ssid->psk);
1265 * RSN IBSS authentication is per-STA and we can disable the
1266 * per-BSSID authentication.
1268 wpa_supplicant_cancel_auth_timeout(wpa_s);
1269 #endif /* CONFIG_IBSS_RSN */
1270 } else {
1271 /* Timeout for IEEE 802.11 authentication and association */
1272 int timeout = 60;
1274 if (assoc_failed) {
1275 /* give IBSS a bit more time */
1276 timeout = ssid->mode == WPAS_MODE_IBSS ? 10 : 5;
1277 } else if (wpa_s->conf->ap_scan == 1) {
1278 /* give IBSS a bit more time */
1279 timeout = ssid->mode == WPAS_MODE_IBSS ? 20 : 10;
1281 wpa_supplicant_req_auth_timeout(wpa_s, timeout, 0);
1284 if (wep_keys_set && wpa_drv_get_capa(wpa_s, &capa) == 0 &&
1285 capa.flags & WPA_DRIVER_FLAGS_SET_KEYS_AFTER_ASSOC) {
1286 /* Set static WEP keys again */
1287 wpa_set_wep_keys(wpa_s, ssid);
1290 if (wpa_s->current_ssid && wpa_s->current_ssid != ssid) {
1292 * Do not allow EAP session resumption between different
1293 * network configurations.
1295 eapol_sm_invalidate_cached_session(wpa_s->eapol);
1297 old_ssid = wpa_s->current_ssid;
1298 wpa_s->current_ssid = ssid;
1299 wpa_supplicant_rsn_supp_set_config(wpa_s, wpa_s->current_ssid);
1300 wpa_supplicant_initiate_eapol(wpa_s);
1301 if (old_ssid != wpa_s->current_ssid)
1302 wpas_notify_network_changed(wpa_s);
1307 * wpa_supplicant_disassociate - Disassociate the current connection
1308 * @wpa_s: Pointer to wpa_supplicant data
1309 * @reason_code: IEEE 802.11 reason code for the disassociate frame
1311 * This function is used to request %wpa_supplicant to disassociate with the
1312 * current AP.
1314 void wpa_supplicant_disassociate(struct wpa_supplicant *wpa_s,
1315 int reason_code)
1317 struct wpa_ssid *old_ssid;
1318 u8 *addr = NULL;
1320 if (!is_zero_ether_addr(wpa_s->bssid)) {
1321 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_USER_SPACE_MLME)
1322 ieee80211_sta_disassociate(wpa_s, reason_code);
1323 else
1324 wpa_drv_disassociate(wpa_s, wpa_s->bssid, reason_code);
1325 addr = wpa_s->bssid;
1327 wpa_clear_keys(wpa_s, addr);
1328 wpa_supplicant_mark_disassoc(wpa_s);
1329 old_ssid = wpa_s->current_ssid;
1330 wpa_s->current_ssid = NULL;
1331 wpa_sm_set_config(wpa_s->wpa, NULL);
1332 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
1333 if (old_ssid != wpa_s->current_ssid)
1334 wpas_notify_network_changed(wpa_s);
1339 * wpa_supplicant_deauthenticate - Deauthenticate the current connection
1340 * @wpa_s: Pointer to wpa_supplicant data
1341 * @reason_code: IEEE 802.11 reason code for the deauthenticate frame
1343 * This function is used to request %wpa_supplicant to deauthenticate from the
1344 * current AP.
1346 void wpa_supplicant_deauthenticate(struct wpa_supplicant *wpa_s,
1347 int reason_code)
1349 struct wpa_ssid *old_ssid;
1350 u8 *addr = NULL;
1352 if (!is_zero_ether_addr(wpa_s->bssid)) {
1353 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_USER_SPACE_MLME)
1354 ieee80211_sta_deauthenticate(wpa_s, reason_code);
1355 else
1356 wpa_drv_deauthenticate(wpa_s, wpa_s->bssid,
1357 reason_code);
1358 addr = wpa_s->bssid;
1360 wpa_clear_keys(wpa_s, addr);
1361 wpa_supplicant_mark_disassoc(wpa_s);
1362 old_ssid = wpa_s->current_ssid;
1363 wpa_s->current_ssid = NULL;
1364 wpa_sm_set_config(wpa_s->wpa, NULL);
1365 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
1366 if (old_ssid != wpa_s->current_ssid)
1367 wpas_notify_network_changed(wpa_s);
1372 * wpa_supplicant_enable_network - Mark a configured network as enabled
1373 * @wpa_s: wpa_supplicant structure for a network interface
1374 * @ssid: wpa_ssid structure for a configured network or %NULL
1376 * Enables the specified network or all networks if no network specified.
1378 void wpa_supplicant_enable_network(struct wpa_supplicant *wpa_s,
1379 struct wpa_ssid *ssid)
1381 struct wpa_ssid *other_ssid;
1382 int was_disabled;
1384 if (ssid == NULL) {
1385 other_ssid = wpa_s->conf->ssid;
1386 while (other_ssid) {
1387 if (other_ssid == wpa_s->current_ssid &&
1388 other_ssid->disabled)
1389 wpa_s->reassociate = 1;
1391 was_disabled = other_ssid->disabled;
1393 other_ssid->disabled = 0;
1395 if (was_disabled != other_ssid->disabled)
1396 wpas_notify_network_enabled_changed(
1397 wpa_s, other_ssid);
1399 other_ssid = other_ssid->next;
1401 if (wpa_s->reassociate)
1402 wpa_supplicant_req_scan(wpa_s, 0, 0);
1403 } else if (wpa_s->current_ssid == NULL && ssid->disabled) {
1405 * Try to reassociate since there is no current configuration
1406 * and a new network was made available.
1408 wpa_s->reassociate = 1;
1409 wpa_supplicant_req_scan(wpa_s, 0, 0);
1411 was_disabled = ssid->disabled;
1413 ssid->disabled = 0;
1415 if (was_disabled != ssid->disabled)
1416 wpas_notify_network_enabled_changed(wpa_s, ssid);
1422 * wpa_supplicant_disable_network - Mark a configured network as disabled
1423 * @wpa_s: wpa_supplicant structure for a network interface
1424 * @ssid: wpa_ssid structure for a configured network or %NULL
1426 * Disables the specified network or all networks if no network specified.
1428 void wpa_supplicant_disable_network(struct wpa_supplicant *wpa_s,
1429 struct wpa_ssid *ssid)
1431 struct wpa_ssid *other_ssid;
1432 int was_disabled;
1434 if (ssid == NULL) {
1435 other_ssid = wpa_s->conf->ssid;
1436 while (other_ssid) {
1437 was_disabled = other_ssid->disabled;
1439 other_ssid->disabled = 1;
1441 if (was_disabled != other_ssid->disabled)
1442 wpas_notify_network_enabled_changed(
1443 wpa_s, other_ssid);
1445 other_ssid = other_ssid->next;
1447 if (wpa_s->current_ssid)
1448 wpa_supplicant_disassociate(
1449 wpa_s, WLAN_REASON_DEAUTH_LEAVING);
1450 } else {
1451 if (ssid == wpa_s->current_ssid)
1452 wpa_supplicant_disassociate(
1453 wpa_s, WLAN_REASON_DEAUTH_LEAVING);
1455 was_disabled = ssid->disabled;
1457 ssid->disabled = 1;
1459 if (was_disabled != ssid->disabled)
1460 wpas_notify_network_enabled_changed(wpa_s, ssid);
1466 * wpa_supplicant_select_network - Attempt association with a network
1467 * @wpa_s: wpa_supplicant structure for a network interface
1468 * @ssid: wpa_ssid structure for a configured network or %NULL for any network
1470 void wpa_supplicant_select_network(struct wpa_supplicant *wpa_s,
1471 struct wpa_ssid *ssid)
1474 struct wpa_ssid *other_ssid;
1476 if (ssid && ssid != wpa_s->current_ssid && wpa_s->current_ssid)
1477 wpa_supplicant_disassociate(
1478 wpa_s, WLAN_REASON_DEAUTH_LEAVING);
1481 * Mark all other networks disabled or mark all networks enabled if no
1482 * network specified.
1484 other_ssid = wpa_s->conf->ssid;
1485 while (other_ssid) {
1486 int was_disabled = other_ssid->disabled;
1488 other_ssid->disabled = ssid ? (ssid->id != other_ssid->id) : 0;
1490 if (was_disabled != other_ssid->disabled)
1491 wpas_notify_network_enabled_changed(wpa_s, other_ssid);
1493 other_ssid = other_ssid->next;
1495 wpa_s->disconnected = 0;
1496 wpa_s->reassociate = 1;
1497 wpa_supplicant_req_scan(wpa_s, 0, 0);
1499 if (ssid)
1500 wpas_notify_network_selected(wpa_s, ssid);
1505 * wpa_supplicant_set_ap_scan - Set AP scan mode for interface
1506 * @wpa_s: wpa_supplicant structure for a network interface
1507 * @ap_scan: AP scan mode
1508 * Returns: 0 if succeed or -1 if ap_scan has an invalid value
1511 int wpa_supplicant_set_ap_scan(struct wpa_supplicant *wpa_s, int ap_scan)
1514 int old_ap_scan;
1516 if (ap_scan < 0 || ap_scan > 2)
1517 return -1;
1519 old_ap_scan = wpa_s->conf->ap_scan;
1520 wpa_s->conf->ap_scan = ap_scan;
1522 if (old_ap_scan != wpa_s->conf->ap_scan)
1523 wpas_notify_ap_scan_changed(wpa_s);
1525 return 0;
1530 * wpa_supplicant_set_debug_params - Set global debug params
1531 * @global: wpa_global structure
1532 * @debug_level: debug level
1533 * @debug_timestamp: determines if show timestamp in debug data
1534 * @debug_show_keys: determines if show keys in debug data
1535 * Returns: 0 if succeed or -1 if debug_level has wrong value
1537 int wpa_supplicant_set_debug_params(struct wpa_global *global, int debug_level,
1538 int debug_timestamp, int debug_show_keys)
1541 int old_level, old_timestamp, old_show_keys;
1543 /* check for allowed debuglevels */
1544 if (debug_level != MSG_MSGDUMP &&
1545 debug_level != MSG_DEBUG &&
1546 debug_level != MSG_INFO &&
1547 debug_level != MSG_WARNING &&
1548 debug_level != MSG_ERROR)
1549 return -1;
1551 old_level = wpa_debug_level;
1552 old_timestamp = wpa_debug_timestamp;
1553 old_show_keys = wpa_debug_show_keys;
1555 wpa_debug_level = debug_level;
1556 wpa_debug_timestamp = debug_timestamp ? 1 : 0;
1557 wpa_debug_show_keys = debug_show_keys ? 1 : 0;
1559 if (wpa_debug_level != old_level)
1560 wpas_notify_debug_level_changed(global);
1561 if (wpa_debug_timestamp != old_timestamp)
1562 wpas_notify_debug_timestamp_changed(global);
1563 if (wpa_debug_show_keys != old_show_keys)
1564 wpas_notify_debug_show_keys_changed(global);
1566 return 0;
1571 * wpa_supplicant_get_scan_results - Get scan results
1572 * @wpa_s: Pointer to wpa_supplicant data
1573 * Returns: 0 on success, -1 on failure
1575 * This function request the current scan results from the driver and updates
1576 * the local BSS list wpa_s->bss.
1578 int wpa_supplicant_get_scan_results(struct wpa_supplicant *wpa_s)
1580 size_t i;
1582 wpa_scan_results_free(wpa_s->scan_res);
1583 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_USER_SPACE_MLME)
1584 wpa_s->scan_res = ieee80211_sta_get_scan_results(wpa_s);
1585 else
1586 wpa_s->scan_res = wpa_drv_get_scan_results2(wpa_s);
1587 if (wpa_s->scan_res == NULL) {
1588 wpa_printf(MSG_DEBUG, "Failed to get scan results");
1589 return -1;
1592 wpa_scan_sort_results(wpa_s->scan_res);
1594 wpa_bss_update_start(wpa_s);
1595 for (i = 0; i < wpa_s->scan_res->num; i++)
1596 wpa_bss_update_scan_res(wpa_s, wpa_s->scan_res->res[i]);
1597 wpa_bss_update_end(wpa_s);
1599 return 0;
1604 * wpa_supplicant_get_ssid - Get a pointer to the current network structure
1605 * @wpa_s: Pointer to wpa_supplicant data
1606 * Returns: A pointer to the current network structure or %NULL on failure
1608 struct wpa_ssid * wpa_supplicant_get_ssid(struct wpa_supplicant *wpa_s)
1610 struct wpa_ssid *entry;
1611 u8 ssid[MAX_SSID_LEN];
1612 int res;
1613 size_t ssid_len;
1614 u8 bssid[ETH_ALEN];
1615 int wired;
1617 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_USER_SPACE_MLME) {
1618 if (ieee80211_sta_get_ssid(wpa_s, ssid, &ssid_len)) {
1619 wpa_printf(MSG_WARNING, "Could not read SSID from "
1620 "MLME.");
1621 return NULL;
1623 } else {
1624 res = wpa_drv_get_ssid(wpa_s, ssid);
1625 if (res < 0) {
1626 wpa_printf(MSG_WARNING, "Could not read SSID from "
1627 "driver.");
1628 return NULL;
1630 ssid_len = res;
1633 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_USER_SPACE_MLME)
1634 os_memcpy(bssid, wpa_s->bssid, ETH_ALEN);
1635 else if (wpa_drv_get_bssid(wpa_s, bssid) < 0) {
1636 wpa_printf(MSG_WARNING, "Could not read BSSID from driver.");
1637 return NULL;
1640 wired = wpa_s->conf->ap_scan == 0 &&
1641 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED);
1643 entry = wpa_s->conf->ssid;
1644 while (entry) {
1645 if (!entry->disabled &&
1646 ((ssid_len == entry->ssid_len &&
1647 os_memcmp(ssid, entry->ssid, ssid_len) == 0) || wired) &&
1648 (!entry->bssid_set ||
1649 os_memcmp(bssid, entry->bssid, ETH_ALEN) == 0))
1650 return entry;
1651 #ifdef CONFIG_WPS
1652 if (!entry->disabled &&
1653 (entry->key_mgmt & WPA_KEY_MGMT_WPS) &&
1654 (entry->ssid == NULL || entry->ssid_len == 0) &&
1655 (!entry->bssid_set ||
1656 os_memcmp(bssid, entry->bssid, ETH_ALEN) == 0))
1657 return entry;
1658 #endif /* CONFIG_WPS */
1659 entry = entry->next;
1662 return NULL;
1666 static int wpa_supplicant_set_driver(struct wpa_supplicant *wpa_s,
1667 const char *name)
1669 int i;
1670 size_t len;
1671 const char *pos;
1673 if (wpa_s == NULL)
1674 return -1;
1676 if (wpa_drivers[0] == NULL) {
1677 wpa_printf(MSG_ERROR, "No driver interfaces build into "
1678 "wpa_supplicant.");
1679 return -1;
1682 if (name == NULL) {
1683 /* default to first driver in the list */
1684 wpa_s->driver = wpa_drivers[0];
1685 wpa_s->global_drv_priv = wpa_s->global->drv_priv[0];
1686 return 0;
1689 pos = os_strchr(name, ',');
1690 if (pos)
1691 len = pos - name;
1692 else
1693 len = os_strlen(name);
1694 for (i = 0; wpa_drivers[i]; i++) {
1695 if (os_strlen(wpa_drivers[i]->name) == len &&
1696 os_strncmp(name, wpa_drivers[i]->name, len) ==
1697 0) {
1698 wpa_s->driver = wpa_drivers[i];
1699 wpa_s->global_drv_priv = wpa_s->global->drv_priv[i];
1700 return 0;
1704 wpa_printf(MSG_ERROR, "Unsupported driver '%s'.", name);
1705 return -1;
1709 void wpa_supplicant_rx_eapol(void *ctx, const u8 *src_addr,
1710 const u8 *buf, size_t len)
1712 struct wpa_supplicant *wpa_s = ctx;
1714 wpa_printf(MSG_DEBUG, "RX EAPOL from " MACSTR, MAC2STR(src_addr));
1715 wpa_hexdump(MSG_MSGDUMP, "RX EAPOL", buf, len);
1717 if (wpa_s->wpa_state < WPA_ASSOCIATED) {
1719 * There is possible race condition between receiving the
1720 * association event and the EAPOL frame since they are coming
1721 * through different paths from the driver. In order to avoid
1722 * issues in trying to process the EAPOL frame before receiving
1723 * association information, lets queue it for processing until
1724 * the association event is received.
1726 wpa_printf(MSG_DEBUG, "Not associated - Delay processing of "
1727 "received EAPOL frame");
1728 wpabuf_free(wpa_s->pending_eapol_rx);
1729 wpa_s->pending_eapol_rx = wpabuf_alloc_copy(buf, len);
1730 if (wpa_s->pending_eapol_rx) {
1731 os_get_time(&wpa_s->pending_eapol_rx_time);
1732 os_memcpy(wpa_s->pending_eapol_rx_src, src_addr,
1733 ETH_ALEN);
1735 return;
1738 #ifdef CONFIG_AP
1739 if (wpa_s->ap_iface) {
1740 wpa_supplicant_ap_rx_eapol(wpa_s, src_addr, buf, len);
1741 return;
1743 #endif /* CONFIG_AP */
1745 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE) {
1746 wpa_printf(MSG_DEBUG, "Ignored received EAPOL frame since "
1747 "no key management is configured");
1748 return;
1751 if (wpa_s->eapol_received == 0 &&
1752 (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE) ||
1753 !wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt) ||
1754 wpa_s->wpa_state != WPA_COMPLETED) &&
1755 (wpa_s->current_ssid == NULL ||
1756 wpa_s->current_ssid->mode != IEEE80211_MODE_IBSS)) {
1757 /* Timeout for completing IEEE 802.1X and WPA authentication */
1758 wpa_supplicant_req_auth_timeout(
1759 wpa_s,
1760 (wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt) ||
1761 wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA ||
1762 wpa_s->key_mgmt == WPA_KEY_MGMT_WPS) ?
1763 70 : 10, 0);
1765 wpa_s->eapol_received++;
1767 if (wpa_s->countermeasures) {
1768 wpa_printf(MSG_INFO, "WPA: Countermeasures - dropped EAPOL "
1769 "packet");
1770 return;
1773 #ifdef CONFIG_IBSS_RSN
1774 if (wpa_s->current_ssid &&
1775 wpa_s->current_ssid->mode == WPAS_MODE_IBSS) {
1776 ibss_rsn_rx_eapol(wpa_s->ibss_rsn, src_addr, buf, len);
1777 return;
1779 #endif /* CONFIG_IBSS_RSN */
1781 /* Source address of the incoming EAPOL frame could be compared to the
1782 * current BSSID. However, it is possible that a centralized
1783 * Authenticator could be using another MAC address than the BSSID of
1784 * an AP, so just allow any address to be used for now. The replies are
1785 * still sent to the current BSSID (if available), though. */
1787 os_memcpy(wpa_s->last_eapol_src, src_addr, ETH_ALEN);
1788 if (!wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt) &&
1789 eapol_sm_rx_eapol(wpa_s->eapol, src_addr, buf, len) > 0)
1790 return;
1791 wpa_drv_poll(wpa_s);
1792 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE))
1793 wpa_sm_rx_eapol(wpa_s->wpa, src_addr, buf, len);
1794 else if (wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt)) {
1796 * Set portValid = TRUE here since we are going to skip 4-way
1797 * handshake processing which would normally set portValid. We
1798 * need this to allow the EAPOL state machines to be completed
1799 * without going through EAPOL-Key handshake.
1801 eapol_sm_notify_portValid(wpa_s->eapol, TRUE);
1806 void wpa_supplicant_sta_rx(void *ctx, const u8 *buf, size_t len,
1807 struct ieee80211_rx_status *rx_status)
1809 struct wpa_supplicant *wpa_s = ctx;
1810 ieee80211_sta_rx(wpa_s, buf, len, rx_status);
1815 * wpa_supplicant_driver_init - Initialize driver interface parameters
1816 * @wpa_s: Pointer to wpa_supplicant data
1817 * Returns: 0 on success, -1 on failure
1819 * This function is called to initialize driver interface parameters.
1820 * wpa_drv_init() must have been called before this function to initialize the
1821 * driver interface.
1823 int wpa_supplicant_driver_init(struct wpa_supplicant *wpa_s)
1825 static int interface_count = 0;
1827 if (wpa_s->driver->send_eapol) {
1828 const u8 *addr = wpa_drv_get_mac_addr(wpa_s);
1829 if (addr)
1830 os_memcpy(wpa_s->own_addr, addr, ETH_ALEN);
1831 } else {
1832 wpa_s->l2 = l2_packet_init(wpa_s->ifname,
1833 wpa_drv_get_mac_addr(wpa_s),
1834 ETH_P_EAPOL,
1835 wpa_supplicant_rx_eapol, wpa_s, 0);
1836 if (wpa_s->l2 == NULL)
1837 return -1;
1840 if (wpa_s->l2 && l2_packet_get_own_addr(wpa_s->l2, wpa_s->own_addr)) {
1841 wpa_printf(MSG_ERROR, "Failed to get own L2 address");
1842 return -1;
1845 wpa_printf(MSG_DEBUG, "Own MAC address: " MACSTR,
1846 MAC2STR(wpa_s->own_addr));
1848 if (wpa_s->bridge_ifname[0]) {
1849 wpa_printf(MSG_DEBUG, "Receiving packets from bridge interface"
1850 " '%s'", wpa_s->bridge_ifname);
1851 wpa_s->l2_br = l2_packet_init(wpa_s->bridge_ifname,
1852 wpa_s->own_addr,
1853 ETH_P_EAPOL,
1854 wpa_supplicant_rx_eapol, wpa_s,
1856 if (wpa_s->l2_br == NULL) {
1857 wpa_printf(MSG_ERROR, "Failed to open l2_packet "
1858 "connection for the bridge interface '%s'",
1859 wpa_s->bridge_ifname);
1860 return -1;
1864 wpa_clear_keys(wpa_s, NULL);
1866 /* Make sure that TKIP countermeasures are not left enabled (could
1867 * happen if wpa_supplicant is killed during countermeasures. */
1868 wpa_drv_set_countermeasures(wpa_s, 0);
1870 wpa_printf(MSG_DEBUG, "RSN: flushing PMKID list in the driver");
1871 wpa_drv_flush_pmkid(wpa_s);
1873 wpa_s->prev_scan_ssid = WILDCARD_SSID_SCAN;
1874 wpa_supplicant_req_scan(wpa_s, interface_count, 100000);
1875 interface_count++;
1877 return 0;
1881 static int wpa_supplicant_daemon(const char *pid_file)
1883 wpa_printf(MSG_DEBUG, "Daemonize..");
1884 return os_daemonize(pid_file);
1888 static struct wpa_supplicant * wpa_supplicant_alloc(void)
1890 struct wpa_supplicant *wpa_s;
1892 wpa_s = os_zalloc(sizeof(*wpa_s));
1893 if (wpa_s == NULL)
1894 return NULL;
1895 wpa_s->scan_req = 1;
1896 wpa_s->new_connection = 1;
1898 return wpa_s;
1902 static int wpa_supplicant_init_iface(struct wpa_supplicant *wpa_s,
1903 struct wpa_interface *iface)
1905 const char *ifname, *driver;
1906 struct wpa_driver_capa capa;
1908 wpa_printf(MSG_DEBUG, "Initializing interface '%s' conf '%s' driver "
1909 "'%s' ctrl_interface '%s' bridge '%s'", iface->ifname,
1910 iface->confname ? iface->confname : "N/A",
1911 iface->driver ? iface->driver : "default",
1912 iface->ctrl_interface ? iface->ctrl_interface : "N/A",
1913 iface->bridge_ifname ? iface->bridge_ifname : "N/A");
1915 if (iface->confname) {
1916 #ifdef CONFIG_BACKEND_FILE
1917 wpa_s->confname = os_rel2abs_path(iface->confname);
1918 if (wpa_s->confname == NULL) {
1919 wpa_printf(MSG_ERROR, "Failed to get absolute path "
1920 "for configuration file '%s'.",
1921 iface->confname);
1922 return -1;
1924 wpa_printf(MSG_DEBUG, "Configuration file '%s' -> '%s'",
1925 iface->confname, wpa_s->confname);
1926 #else /* CONFIG_BACKEND_FILE */
1927 wpa_s->confname = os_strdup(iface->confname);
1928 #endif /* CONFIG_BACKEND_FILE */
1929 wpa_s->conf = wpa_config_read(wpa_s->confname);
1930 if (wpa_s->conf == NULL) {
1931 wpa_printf(MSG_ERROR, "Failed to read or parse "
1932 "configuration '%s'.", wpa_s->confname);
1933 return -1;
1937 * Override ctrl_interface and driver_param if set on command
1938 * line.
1940 if (iface->ctrl_interface) {
1941 os_free(wpa_s->conf->ctrl_interface);
1942 wpa_s->conf->ctrl_interface =
1943 os_strdup(iface->ctrl_interface);
1946 if (iface->driver_param) {
1947 os_free(wpa_s->conf->driver_param);
1948 wpa_s->conf->driver_param =
1949 os_strdup(iface->driver_param);
1951 } else
1952 wpa_s->conf = wpa_config_alloc_empty(iface->ctrl_interface,
1953 iface->driver_param);
1955 if (wpa_s->conf == NULL) {
1956 wpa_printf(MSG_ERROR, "\nNo configuration found.");
1957 return -1;
1960 if (iface->ifname == NULL) {
1961 wpa_printf(MSG_ERROR, "\nInterface name is required.");
1962 return -1;
1964 if (os_strlen(iface->ifname) >= sizeof(wpa_s->ifname)) {
1965 wpa_printf(MSG_ERROR, "\nToo long interface name '%s'.",
1966 iface->ifname);
1967 return -1;
1969 os_strlcpy(wpa_s->ifname, iface->ifname, sizeof(wpa_s->ifname));
1971 if (iface->bridge_ifname) {
1972 if (os_strlen(iface->bridge_ifname) >=
1973 sizeof(wpa_s->bridge_ifname)) {
1974 wpa_printf(MSG_ERROR, "\nToo long bridge interface "
1975 "name '%s'.", iface->bridge_ifname);
1976 return -1;
1978 os_strlcpy(wpa_s->bridge_ifname, iface->bridge_ifname,
1979 sizeof(wpa_s->bridge_ifname));
1982 /* RSNA Supplicant Key Management - INITIALIZE */
1983 eapol_sm_notify_portEnabled(wpa_s->eapol, FALSE);
1984 eapol_sm_notify_portValid(wpa_s->eapol, FALSE);
1986 /* Initialize driver interface and register driver event handler before
1987 * L2 receive handler so that association events are processed before
1988 * EAPOL-Key packets if both become available for the same select()
1989 * call. */
1990 driver = iface->driver;
1991 next_driver:
1992 if (wpa_supplicant_set_driver(wpa_s, driver) < 0)
1993 return -1;
1995 wpa_s->drv_priv = wpa_drv_init(wpa_s, wpa_s->ifname);
1996 if (wpa_s->drv_priv == NULL) {
1997 const char *pos;
1998 pos = driver ? os_strchr(driver, ',') : NULL;
1999 if (pos) {
2000 wpa_printf(MSG_DEBUG, "Failed to initialize driver "
2001 "interface - try next driver wrapper");
2002 driver = pos + 1;
2003 goto next_driver;
2005 wpa_printf(MSG_ERROR, "Failed to initialize driver interface");
2006 return -1;
2008 if (wpa_drv_set_param(wpa_s, wpa_s->conf->driver_param) < 0) {
2009 wpa_printf(MSG_ERROR, "Driver interface rejected "
2010 "driver_param '%s'", wpa_s->conf->driver_param);
2011 return -1;
2014 ifname = wpa_drv_get_ifname(wpa_s);
2015 if (ifname && os_strcmp(ifname, wpa_s->ifname) != 0) {
2016 wpa_printf(MSG_DEBUG, "Driver interface replaced interface "
2017 "name with '%s'", ifname);
2018 os_strlcpy(wpa_s->ifname, ifname, sizeof(wpa_s->ifname));
2021 if (wpa_supplicant_init_wpa(wpa_s) < 0)
2022 return -1;
2024 wpa_sm_set_ifname(wpa_s->wpa, wpa_s->ifname,
2025 wpa_s->bridge_ifname[0] ? wpa_s->bridge_ifname :
2026 NULL);
2027 wpa_sm_set_fast_reauth(wpa_s->wpa, wpa_s->conf->fast_reauth);
2029 if (wpa_s->conf->dot11RSNAConfigPMKLifetime &&
2030 wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_LIFETIME,
2031 wpa_s->conf->dot11RSNAConfigPMKLifetime)) {
2032 wpa_printf(MSG_ERROR, "Invalid WPA parameter value for "
2033 "dot11RSNAConfigPMKLifetime");
2034 return -1;
2037 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold &&
2038 wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_REAUTH_THRESHOLD,
2039 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) {
2040 wpa_printf(MSG_ERROR, "Invalid WPA parameter value for "
2041 "dot11RSNAConfigPMKReauthThreshold");
2042 return -1;
2045 if (wpa_s->conf->dot11RSNAConfigSATimeout &&
2046 wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT,
2047 wpa_s->conf->dot11RSNAConfigSATimeout)) {
2048 wpa_printf(MSG_ERROR, "Invalid WPA parameter value for "
2049 "dot11RSNAConfigSATimeout");
2050 return -1;
2053 if (wpa_supplicant_driver_init(wpa_s) < 0)
2054 return -1;
2056 if (wpa_s->conf->country[0] && wpa_s->conf->country[1] &&
2057 wpa_drv_set_country(wpa_s, wpa_s->conf->country)) {
2058 wpa_printf(MSG_DEBUG, "Failed to set country");
2059 return -1;
2062 wpa_sm_set_own_addr(wpa_s->wpa, wpa_s->own_addr);
2064 if (wpas_wps_init(wpa_s))
2065 return -1;
2067 if (wpa_supplicant_init_eapol(wpa_s) < 0)
2068 return -1;
2069 wpa_sm_set_eapol(wpa_s->wpa, wpa_s->eapol);
2071 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s);
2072 if (wpa_s->ctrl_iface == NULL) {
2073 wpa_printf(MSG_ERROR,
2074 "Failed to initialize control interface '%s'.\n"
2075 "You may have another wpa_supplicant process "
2076 "already running or the file was\n"
2077 "left by an unclean termination of wpa_supplicant "
2078 "in which case you will need\n"
2079 "to manually remove this file before starting "
2080 "wpa_supplicant again.\n",
2081 wpa_s->conf->ctrl_interface);
2082 return -1;
2085 if (wpa_drv_get_capa(wpa_s, &capa) == 0) {
2086 wpa_s->drv_flags = capa.flags;
2087 if (capa.flags & WPA_DRIVER_FLAGS_USER_SPACE_MLME) {
2088 if (ieee80211_sta_init(wpa_s))
2089 return -1;
2091 wpa_s->max_scan_ssids = capa.max_scan_ssids;
2094 #ifdef CONFIG_IBSS_RSN
2095 wpa_s->ibss_rsn = ibss_rsn_init(wpa_s);
2096 if (!wpa_s->ibss_rsn) {
2097 wpa_printf(MSG_DEBUG, "Failed to init IBSS RSN");
2098 return -1;
2100 #endif /* CONFIG_IBSS_RSN */
2102 if (wpa_bss_init(wpa_s) < 0)
2103 return -1;
2105 return 0;
2109 static void wpa_supplicant_deinit_iface(struct wpa_supplicant *wpa_s,
2110 int notify)
2112 if (wpa_s->drv_priv) {
2113 wpa_supplicant_deauthenticate(wpa_s,
2114 WLAN_REASON_DEAUTH_LEAVING);
2116 wpa_drv_set_countermeasures(wpa_s, 0);
2117 wpa_clear_keys(wpa_s, NULL);
2120 wpa_supplicant_cleanup(wpa_s);
2122 if (notify)
2123 wpas_notify_iface_removed(wpa_s);
2125 if (wpa_s->drv_priv)
2126 wpa_drv_deinit(wpa_s);
2131 * wpa_supplicant_add_iface - Add a new network interface
2132 * @global: Pointer to global data from wpa_supplicant_init()
2133 * @iface: Interface configuration options
2134 * Returns: Pointer to the created interface or %NULL on failure
2136 * This function is used to add new network interfaces for %wpa_supplicant.
2137 * This can be called before wpa_supplicant_run() to add interfaces before the
2138 * main event loop has been started. In addition, new interfaces can be added
2139 * dynamically while %wpa_supplicant is already running. This could happen,
2140 * e.g., when a hotplug network adapter is inserted.
2142 struct wpa_supplicant * wpa_supplicant_add_iface(struct wpa_global *global,
2143 struct wpa_interface *iface)
2145 struct wpa_supplicant *wpa_s;
2146 struct wpa_interface t_iface;
2147 struct wpa_ssid *ssid;
2149 if (global == NULL || iface == NULL)
2150 return NULL;
2152 wpa_s = wpa_supplicant_alloc();
2153 if (wpa_s == NULL)
2154 return NULL;
2156 wpa_s->global = global;
2158 t_iface = *iface;
2159 if (global->params.override_driver) {
2160 wpa_printf(MSG_DEBUG, "Override interface parameter: driver "
2161 "('%s' -> '%s')",
2162 iface->driver, global->params.override_driver);
2163 t_iface.driver = global->params.override_driver;
2165 if (global->params.override_ctrl_interface) {
2166 wpa_printf(MSG_DEBUG, "Override interface parameter: "
2167 "ctrl_interface ('%s' -> '%s')",
2168 iface->ctrl_interface,
2169 global->params.override_ctrl_interface);
2170 t_iface.ctrl_interface =
2171 global->params.override_ctrl_interface;
2173 if (wpa_supplicant_init_iface(wpa_s, &t_iface)) {
2174 wpa_printf(MSG_DEBUG, "Failed to add interface %s",
2175 iface->ifname);
2176 wpa_supplicant_deinit_iface(wpa_s, 0);
2177 os_free(wpa_s);
2178 return NULL;
2181 /* Notify the control interfaces about new iface */
2182 if (wpas_notify_iface_added(wpa_s)) {
2183 wpa_supplicant_deinit_iface(wpa_s, 1);
2184 os_free(wpa_s);
2185 return NULL;
2188 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
2189 wpas_notify_network_added(wpa_s, ssid);
2191 wpa_s->next = global->ifaces;
2192 global->ifaces = wpa_s;
2194 wpa_printf(MSG_DEBUG, "Added interface %s", wpa_s->ifname);
2196 return wpa_s;
2201 * wpa_supplicant_remove_iface - Remove a network interface
2202 * @global: Pointer to global data from wpa_supplicant_init()
2203 * @wpa_s: Pointer to the network interface to be removed
2204 * Returns: 0 if interface was removed, -1 if interface was not found
2206 * This function can be used to dynamically remove network interfaces from
2207 * %wpa_supplicant, e.g., when a hotplug network adapter is ejected. In
2208 * addition, this function is used to remove all remaining interfaces when
2209 * %wpa_supplicant is terminated.
2211 int wpa_supplicant_remove_iface(struct wpa_global *global,
2212 struct wpa_supplicant *wpa_s)
2214 struct wpa_supplicant *prev;
2216 /* Remove interface from the global list of interfaces */
2217 prev = global->ifaces;
2218 if (prev == wpa_s) {
2219 global->ifaces = wpa_s->next;
2220 } else {
2221 while (prev && prev->next != wpa_s)
2222 prev = prev->next;
2223 if (prev == NULL)
2224 return -1;
2225 prev->next = wpa_s->next;
2228 wpa_printf(MSG_DEBUG, "Removing interface %s", wpa_s->ifname);
2230 wpa_supplicant_deinit_iface(wpa_s, 1);
2231 os_free(wpa_s);
2233 return 0;
2238 * wpa_supplicant_get_iface - Get a new network interface
2239 * @global: Pointer to global data from wpa_supplicant_init()
2240 * @ifname: Interface name
2241 * Returns: Pointer to the interface or %NULL if not found
2243 struct wpa_supplicant * wpa_supplicant_get_iface(struct wpa_global *global,
2244 const char *ifname)
2246 struct wpa_supplicant *wpa_s;
2248 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
2249 if (os_strcmp(wpa_s->ifname, ifname) == 0)
2250 return wpa_s;
2252 return NULL;
2257 * wpa_supplicant_init - Initialize %wpa_supplicant
2258 * @params: Parameters for %wpa_supplicant
2259 * Returns: Pointer to global %wpa_supplicant data, or %NULL on failure
2261 * This function is used to initialize %wpa_supplicant. After successful
2262 * initialization, the returned data pointer can be used to add and remove
2263 * network interfaces, and eventually, to deinitialize %wpa_supplicant.
2265 struct wpa_global * wpa_supplicant_init(struct wpa_params *params)
2267 struct wpa_global *global;
2268 int ret, i;
2270 if (params == NULL)
2271 return NULL;
2273 wpa_debug_open_file(params->wpa_debug_file_path);
2274 if (params->wpa_debug_syslog)
2275 wpa_debug_open_syslog();
2277 ret = eap_register_methods();
2278 if (ret) {
2279 wpa_printf(MSG_ERROR, "Failed to register EAP methods");
2280 if (ret == -2)
2281 wpa_printf(MSG_ERROR, "Two or more EAP methods used "
2282 "the same EAP type.");
2283 return NULL;
2286 global = os_zalloc(sizeof(*global));
2287 if (global == NULL)
2288 return NULL;
2289 global->params.daemonize = params->daemonize;
2290 global->params.wait_for_monitor = params->wait_for_monitor;
2291 global->params.dbus_ctrl_interface = params->dbus_ctrl_interface;
2292 if (params->pid_file)
2293 global->params.pid_file = os_strdup(params->pid_file);
2294 if (params->ctrl_interface)
2295 global->params.ctrl_interface =
2296 os_strdup(params->ctrl_interface);
2297 if (params->override_driver)
2298 global->params.override_driver =
2299 os_strdup(params->override_driver);
2300 if (params->override_ctrl_interface)
2301 global->params.override_ctrl_interface =
2302 os_strdup(params->override_ctrl_interface);
2303 wpa_debug_level = global->params.wpa_debug_level =
2304 params->wpa_debug_level;
2305 wpa_debug_show_keys = global->params.wpa_debug_show_keys =
2306 params->wpa_debug_show_keys;
2307 wpa_debug_timestamp = global->params.wpa_debug_timestamp =
2308 params->wpa_debug_timestamp;
2310 if (eloop_init()) {
2311 wpa_printf(MSG_ERROR, "Failed to initialize event loop");
2312 wpa_supplicant_deinit(global);
2313 return NULL;
2316 global->ctrl_iface = wpa_supplicant_global_ctrl_iface_init(global);
2317 if (global->ctrl_iface == NULL) {
2318 wpa_supplicant_deinit(global);
2319 return NULL;
2322 if (wpas_notify_supplicant_initialized(global)) {
2323 wpa_supplicant_deinit(global);
2324 return NULL;
2327 for (i = 0; wpa_drivers[i]; i++)
2328 global->drv_count++;
2329 if (global->drv_count == 0) {
2330 wpa_printf(MSG_ERROR, "No drivers enabled");
2331 wpa_supplicant_deinit(global);
2332 return NULL;
2334 global->drv_priv = os_zalloc(global->drv_count * sizeof(void *));
2335 if (global->drv_priv == NULL) {
2336 wpa_supplicant_deinit(global);
2337 return NULL;
2339 for (i = 0; wpa_drivers[i]; i++) {
2340 if (!wpa_drivers[i]->global_init)
2341 continue;
2342 global->drv_priv[i] = wpa_drivers[i]->global_init();
2343 if (global->drv_priv[i] == NULL) {
2344 wpa_printf(MSG_ERROR, "Failed to initialize driver "
2345 "'%s'", wpa_drivers[i]->name);
2346 wpa_supplicant_deinit(global);
2347 return NULL;
2351 return global;
2356 * wpa_supplicant_run - Run the %wpa_supplicant main event loop
2357 * @global: Pointer to global data from wpa_supplicant_init()
2358 * Returns: 0 after successful event loop run, -1 on failure
2360 * This function starts the main event loop and continues running as long as
2361 * there are any remaining events. In most cases, this function is running as
2362 * long as the %wpa_supplicant process in still in use.
2364 int wpa_supplicant_run(struct wpa_global *global)
2366 struct wpa_supplicant *wpa_s;
2368 if (global->params.daemonize &&
2369 wpa_supplicant_daemon(global->params.pid_file))
2370 return -1;
2372 if (global->params.wait_for_monitor) {
2373 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next)
2374 if (wpa_s->ctrl_iface)
2375 wpa_supplicant_ctrl_iface_wait(
2376 wpa_s->ctrl_iface);
2379 eloop_register_signal_terminate(wpa_supplicant_terminate, global);
2380 eloop_register_signal_reconfig(wpa_supplicant_reconfig, global);
2382 eloop_run();
2384 return 0;
2389 * wpa_supplicant_deinit - Deinitialize %wpa_supplicant
2390 * @global: Pointer to global data from wpa_supplicant_init()
2392 * This function is called to deinitialize %wpa_supplicant and to free all
2393 * allocated resources. Remaining network interfaces will also be removed.
2395 void wpa_supplicant_deinit(struct wpa_global *global)
2397 int i;
2399 if (global == NULL)
2400 return;
2402 while (global->ifaces)
2403 wpa_supplicant_remove_iface(global, global->ifaces);
2405 if (global->ctrl_iface)
2406 wpa_supplicant_global_ctrl_iface_deinit(global->ctrl_iface);
2408 wpas_notify_supplicant_deinitialized(global);
2410 eap_peer_unregister_methods();
2411 #ifdef CONFIG_AP
2412 eap_server_unregister_methods();
2413 #endif /* CONFIG_AP */
2415 for (i = 0; wpa_drivers[i] && global->drv_priv; i++) {
2416 if (!global->drv_priv[i])
2417 continue;
2418 wpa_drivers[i]->global_deinit(global->drv_priv[i]);
2420 os_free(global->drv_priv);
2422 eloop_destroy();
2424 if (global->params.pid_file) {
2425 os_daemonize_terminate(global->params.pid_file);
2426 os_free(global->params.pid_file);
2428 os_free(global->params.ctrl_interface);
2429 os_free(global->params.override_driver);
2430 os_free(global->params.override_ctrl_interface);
2432 os_free(global);
2433 wpa_debug_close_syslog();
2434 wpa_debug_close_file();