blob: 8f5047c2416243976290ed05ea4d1a442aa5d022 [file] [log] [blame]
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001/*
2 * WPA Supplicant
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003 * Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi>
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07004 *
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08005 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07007 *
8 * This file implements functions for registering and unregistering
9 * %wpa_supplicant interfaces. In addition, this file contains number of
10 * functions for managing network connections.
11 */
12
13#include "includes.h"
14
15#include "common.h"
16#include "crypto/random.h"
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -080017#include "crypto/sha1.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070018#include "eapol_supp/eapol_supp_sm.h"
19#include "eap_peer/eap.h"
Dmitry Shmidt34af3062013-07-11 10:46:32 -070020#include "eap_peer/eap_proxy.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070021#include "eap_server/eap_methods.h"
22#include "rsn_supp/wpa.h"
23#include "eloop.h"
24#include "config.h"
Dmitry Shmidt61d9df32012-08-29 16:22:06 -070025#include "utils/ext_password.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070026#include "l2_packet/l2_packet.h"
27#include "wpa_supplicant_i.h"
28#include "driver_i.h"
29#include "ctrl_iface.h"
30#include "pcsc_funcs.h"
31#include "common/version.h"
32#include "rsn_supp/preauth.h"
33#include "rsn_supp/pmksa_cache.h"
34#include "common/wpa_ctrl.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070035#include "common/ieee802_11_defs.h"
36#include "p2p/p2p.h"
37#include "blacklist.h"
38#include "wpas_glue.h"
39#include "wps_supplicant.h"
40#include "ibss_rsn.h"
41#include "sme.h"
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -080042#include "gas_query.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070043#include "ap.h"
44#include "p2p_supplicant.h"
Dmitry Shmidt61d9df32012-08-29 16:22:06 -070045#include "wifi_display.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070046#include "notify.h"
47#include "bgscan.h"
Dmitry Shmidt04949592012-07-19 12:16:46 -070048#include "autoscan.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070049#include "bss.h"
50#include "scan.h"
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -080051#include "offchannel.h"
Dmitry Shmidt04949592012-07-19 12:16:46 -070052#include "hs20_supplicant.h"
Dmitry Shmidt44c95782013-05-17 09:51:35 -070053#include "wnm_sta.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070054
55const char *wpa_supplicant_version =
56"wpa_supplicant v" VERSION_STR "\n"
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -080057"Copyright (c) 2003-2013, Jouni Malinen <j@w1.fi> and contributors";
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070058
59const char *wpa_supplicant_license =
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -080060"This software may be distributed under the terms of the BSD license.\n"
61"See README for more details.\n"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070062#ifdef EAP_TLS_OPENSSL
63"\nThis product includes software developed by the OpenSSL Project\n"
64"for use in the OpenSSL Toolkit (http://www.openssl.org/)\n"
65#endif /* EAP_TLS_OPENSSL */
66;
67
68#ifndef CONFIG_NO_STDOUT_DEBUG
69/* Long text divided into parts in order to fit in C89 strings size limits. */
70const char *wpa_supplicant_full_license1 =
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -080071"";
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070072const char *wpa_supplicant_full_license2 =
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -080073"This software may be distributed under the terms of the BSD license.\n"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070074"\n"
75"Redistribution and use in source and binary forms, with or without\n"
76"modification, are permitted provided that the following conditions are\n"
77"met:\n"
78"\n";
79const char *wpa_supplicant_full_license3 =
80"1. Redistributions of source code must retain the above copyright\n"
81" notice, this list of conditions and the following disclaimer.\n"
82"\n"
83"2. Redistributions in binary form must reproduce the above copyright\n"
84" notice, this list of conditions and the following disclaimer in the\n"
85" documentation and/or other materials provided with the distribution.\n"
86"\n";
87const char *wpa_supplicant_full_license4 =
88"3. Neither the name(s) of the above-listed copyright holder(s) nor the\n"
89" names of its contributors may be used to endorse or promote products\n"
90" derived from this software without specific prior written permission.\n"
91"\n"
92"THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n"
93"\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n"
94"LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n"
95"A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n";
96const char *wpa_supplicant_full_license5 =
97"OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n"
98"SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n"
99"LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n"
100"DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n"
101"THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n"
102"(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n"
103"OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
104"\n";
105#endif /* CONFIG_NO_STDOUT_DEBUG */
106
107extern int wpa_debug_level;
108extern int wpa_debug_show_keys;
109extern int wpa_debug_timestamp;
110extern struct wpa_driver_ops *wpa_drivers[];
111
112/* Configure default/group WEP keys for static WEP */
113int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid)
114{
115 int i, set = 0;
116
117 for (i = 0; i < NUM_WEP_KEYS; i++) {
118 if (ssid->wep_key_len[i] == 0)
119 continue;
120
121 set = 1;
122 wpa_drv_set_key(wpa_s, WPA_ALG_WEP, NULL,
123 i, i == ssid->wep_tx_keyidx, NULL, 0,
124 ssid->wep_key[i], ssid->wep_key_len[i]);
125 }
126
127 return set;
128}
129
130
Dmitry Shmidt51b6ea82013-05-08 10:42:09 -0700131int wpa_supplicant_set_wpa_none_key(struct wpa_supplicant *wpa_s,
132 struct wpa_ssid *ssid)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700133{
134 u8 key[32];
135 size_t keylen;
136 enum wpa_alg alg;
137 u8 seq[6] = { 0 };
138
139 /* IBSS/WPA-None uses only one key (Group) for both receiving and
140 * sending unicast and multicast packets. */
141
142 if (ssid->mode != WPAS_MODE_IBSS) {
143 wpa_msg(wpa_s, MSG_INFO, "WPA: Invalid mode %d (not "
144 "IBSS/ad-hoc) for WPA-None", ssid->mode);
145 return -1;
146 }
147
148 if (!ssid->psk_set) {
149 wpa_msg(wpa_s, MSG_INFO, "WPA: No PSK configured for "
150 "WPA-None");
151 return -1;
152 }
153
154 switch (wpa_s->group_cipher) {
155 case WPA_CIPHER_CCMP:
156 os_memcpy(key, ssid->psk, 16);
157 keylen = 16;
158 alg = WPA_ALG_CCMP;
159 break;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700160 case WPA_CIPHER_GCMP:
161 os_memcpy(key, ssid->psk, 16);
162 keylen = 16;
163 alg = WPA_ALG_GCMP;
164 break;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700165 case WPA_CIPHER_TKIP:
166 /* WPA-None uses the same Michael MIC key for both TX and RX */
167 os_memcpy(key, ssid->psk, 16 + 8);
168 os_memcpy(key + 16 + 8, ssid->psk + 16, 8);
169 keylen = 32;
170 alg = WPA_ALG_TKIP;
171 break;
172 default:
173 wpa_msg(wpa_s, MSG_INFO, "WPA: Invalid group cipher %d for "
174 "WPA-None", wpa_s->group_cipher);
175 return -1;
176 }
177
178 /* TODO: should actually remember the previously used seq#, both for TX
179 * and RX from each STA.. */
180
181 return wpa_drv_set_key(wpa_s, alg, NULL, 0, 1, seq, 6, key, keylen);
182}
183
184
185static void wpa_supplicant_timeout(void *eloop_ctx, void *timeout_ctx)
186{
187 struct wpa_supplicant *wpa_s = eloop_ctx;
188 const u8 *bssid = wpa_s->bssid;
189 if (is_zero_ether_addr(bssid))
190 bssid = wpa_s->pending_bssid;
191 wpa_msg(wpa_s, MSG_INFO, "Authentication with " MACSTR " timed out.",
192 MAC2STR(bssid));
193 wpa_blacklist_add(wpa_s, bssid);
194 wpa_sm_notify_disassoc(wpa_s->wpa);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800195 wpa_supplicant_deauthenticate(wpa_s, WLAN_REASON_DEAUTH_LEAVING);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700196 wpa_s->reassociate = 1;
197
198 /*
199 * If we timed out, the AP or the local radio may be busy.
200 * So, wait a second until scanning again.
201 */
202 wpa_supplicant_req_scan(wpa_s, 1, 0);
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700203
Dmitry Shmidt37d4d6a2013-03-18 13:09:42 -0700204 wpas_p2p_continue_after_scan(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700205}
206
207
208/**
209 * wpa_supplicant_req_auth_timeout - Schedule a timeout for authentication
210 * @wpa_s: Pointer to wpa_supplicant data
211 * @sec: Number of seconds after which to time out authentication
212 * @usec: Number of microseconds after which to time out authentication
213 *
214 * This function is used to schedule a timeout for the current authentication
215 * attempt.
216 */
217void wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s,
218 int sec, int usec)
219{
Dmitry Shmidt68d0e3e2013-10-28 17:59:21 -0700220 if (wpa_s->conf->ap_scan == 0 &&
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700221 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED))
222 return;
223
224 wpa_dbg(wpa_s, MSG_DEBUG, "Setting authentication timeout: %d sec "
225 "%d usec", sec, usec);
226 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
227 eloop_register_timeout(sec, usec, wpa_supplicant_timeout, wpa_s, NULL);
228}
229
230
231/**
232 * wpa_supplicant_cancel_auth_timeout - Cancel authentication timeout
233 * @wpa_s: Pointer to wpa_supplicant data
234 *
235 * This function is used to cancel authentication timeout scheduled with
236 * wpa_supplicant_req_auth_timeout() and it is called when authentication has
237 * been completed.
238 */
239void wpa_supplicant_cancel_auth_timeout(struct wpa_supplicant *wpa_s)
240{
241 wpa_dbg(wpa_s, MSG_DEBUG, "Cancelling authentication timeout");
242 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
243 wpa_blacklist_del(wpa_s, wpa_s->bssid);
244}
245
246
247/**
248 * wpa_supplicant_initiate_eapol - Configure EAPOL state machine
249 * @wpa_s: Pointer to wpa_supplicant data
250 *
251 * This function is used to configure EAPOL state machine based on the selected
252 * authentication mode.
253 */
254void wpa_supplicant_initiate_eapol(struct wpa_supplicant *wpa_s)
255{
256#ifdef IEEE8021X_EAPOL
257 struct eapol_config eapol_conf;
258 struct wpa_ssid *ssid = wpa_s->current_ssid;
259
260#ifdef CONFIG_IBSS_RSN
261 if (ssid->mode == WPAS_MODE_IBSS &&
262 wpa_s->key_mgmt != WPA_KEY_MGMT_NONE &&
263 wpa_s->key_mgmt != WPA_KEY_MGMT_WPA_NONE) {
264 /*
265 * RSN IBSS authentication is per-STA and we can disable the
266 * per-BSSID EAPOL authentication.
267 */
268 eapol_sm_notify_portControl(wpa_s->eapol, ForceAuthorized);
269 eapol_sm_notify_eap_success(wpa_s->eapol, TRUE);
270 eapol_sm_notify_eap_fail(wpa_s->eapol, FALSE);
271 return;
272 }
273#endif /* CONFIG_IBSS_RSN */
274
275 eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
276 eapol_sm_notify_eap_fail(wpa_s->eapol, FALSE);
277
278 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE ||
279 wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE)
280 eapol_sm_notify_portControl(wpa_s->eapol, ForceAuthorized);
281 else
282 eapol_sm_notify_portControl(wpa_s->eapol, Auto);
283
284 os_memset(&eapol_conf, 0, sizeof(eapol_conf));
285 if (wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
286 eapol_conf.accept_802_1x_keys = 1;
287 eapol_conf.required_keys = 0;
288 if (ssid->eapol_flags & EAPOL_FLAG_REQUIRE_KEY_UNICAST) {
289 eapol_conf.required_keys |= EAPOL_REQUIRE_KEY_UNICAST;
290 }
291 if (ssid->eapol_flags & EAPOL_FLAG_REQUIRE_KEY_BROADCAST) {
292 eapol_conf.required_keys |=
293 EAPOL_REQUIRE_KEY_BROADCAST;
294 }
295
Dmitry Shmidt68d0e3e2013-10-28 17:59:21 -0700296 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700297 eapol_conf.required_keys = 0;
298 }
Dmitry Shmidt68d0e3e2013-10-28 17:59:21 -0700299 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700300 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;
Dmitry Shmidt051af732013-10-22 13:52:46 -0700305 eapol_conf.external_sim = wpa_s->conf->external_sim;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700306 eapol_sm_notify_config(wpa_s->eapol, &ssid->eap, &eapol_conf);
307#endif /* IEEE8021X_EAPOL */
308}
309
310
311/**
312 * wpa_supplicant_set_non_wpa_policy - Set WPA parameters to non-WPA mode
313 * @wpa_s: Pointer to wpa_supplicant data
314 * @ssid: Configuration data for the network
315 *
316 * This function is used to configure WPA state machine and related parameters
317 * to a mode where WPA is not enabled. This is called as part of the
318 * authentication configuration when the selected network does not use WPA.
319 */
320void wpa_supplicant_set_non_wpa_policy(struct wpa_supplicant *wpa_s,
321 struct wpa_ssid *ssid)
322{
323 int i;
324
325 if (ssid->key_mgmt & WPA_KEY_MGMT_WPS)
326 wpa_s->key_mgmt = WPA_KEY_MGMT_WPS;
327 else if (ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA)
328 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X_NO_WPA;
329 else
330 wpa_s->key_mgmt = WPA_KEY_MGMT_NONE;
331 wpa_sm_set_ap_wpa_ie(wpa_s->wpa, NULL, 0);
332 wpa_sm_set_ap_rsn_ie(wpa_s->wpa, NULL, 0);
333 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
334 wpa_s->pairwise_cipher = WPA_CIPHER_NONE;
335 wpa_s->group_cipher = WPA_CIPHER_NONE;
336 wpa_s->mgmt_group_cipher = 0;
337
338 for (i = 0; i < NUM_WEP_KEYS; i++) {
339 if (ssid->wep_key_len[i] > 5) {
340 wpa_s->pairwise_cipher = WPA_CIPHER_WEP104;
341 wpa_s->group_cipher = WPA_CIPHER_WEP104;
342 break;
343 } else if (ssid->wep_key_len[i] > 0) {
344 wpa_s->pairwise_cipher = WPA_CIPHER_WEP40;
345 wpa_s->group_cipher = WPA_CIPHER_WEP40;
346 break;
347 }
348 }
349
350 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_RSN_ENABLED, 0);
351 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_KEY_MGMT, wpa_s->key_mgmt);
352 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PAIRWISE,
353 wpa_s->pairwise_cipher);
354 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
355#ifdef CONFIG_IEEE80211W
356 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MGMT_GROUP,
357 wpa_s->mgmt_group_cipher);
358#endif /* CONFIG_IEEE80211W */
359
360 pmksa_cache_clear_current(wpa_s->wpa);
361}
362
363
Dmitry Shmidt04949592012-07-19 12:16:46 -0700364void free_hw_features(struct wpa_supplicant *wpa_s)
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800365{
366 int i;
367 if (wpa_s->hw.modes == NULL)
368 return;
369
370 for (i = 0; i < wpa_s->hw.num_modes; i++) {
371 os_free(wpa_s->hw.modes[i].channels);
372 os_free(wpa_s->hw.modes[i].rates);
373 }
374
375 os_free(wpa_s->hw.modes);
376 wpa_s->hw.modes = NULL;
377}
378
379
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700380static void wpa_supplicant_cleanup(struct wpa_supplicant *wpa_s)
381{
382 bgscan_deinit(wpa_s);
Dmitry Shmidt04949592012-07-19 12:16:46 -0700383 autoscan_deinit(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700384 scard_deinit(wpa_s->scard);
385 wpa_s->scard = NULL;
386 wpa_sm_set_scard_ctx(wpa_s->wpa, NULL);
387 eapol_sm_register_scard_ctx(wpa_s->eapol, NULL);
388 l2_packet_deinit(wpa_s->l2);
389 wpa_s->l2 = NULL;
390 if (wpa_s->l2_br) {
391 l2_packet_deinit(wpa_s->l2_br);
392 wpa_s->l2_br = NULL;
393 }
394
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700395 if (wpa_s->conf != NULL) {
396 struct wpa_ssid *ssid;
397 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
398 wpas_notify_network_removed(wpa_s, ssid);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700399 }
400
401 os_free(wpa_s->confname);
402 wpa_s->confname = NULL;
403
Jouni Malinen5d1c8ad2013-04-23 12:34:56 -0700404 os_free(wpa_s->confanother);
405 wpa_s->confanother = NULL;
406
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700407 wpa_sm_set_eapol(wpa_s->wpa, NULL);
408 eapol_sm_deinit(wpa_s->eapol);
409 wpa_s->eapol = NULL;
410
411 rsn_preauth_deinit(wpa_s->wpa);
412
413#ifdef CONFIG_TDLS
414 wpa_tdls_deinit(wpa_s->wpa);
415#endif /* CONFIG_TDLS */
416
417 pmksa_candidate_free(wpa_s->wpa);
418 wpa_sm_deinit(wpa_s->wpa);
419 wpa_s->wpa = NULL;
420 wpa_blacklist_clear(wpa_s);
421
422 wpa_bss_deinit(wpa_s);
423
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -0700424 wpa_supplicant_cancel_delayed_sched_scan(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700425 wpa_supplicant_cancel_scan(wpa_s);
426 wpa_supplicant_cancel_auth_timeout(wpa_s);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800427 eloop_cancel_timeout(wpa_supplicant_stop_countermeasures, wpa_s, NULL);
428#ifdef CONFIG_DELAYED_MIC_ERROR_REPORT
429 eloop_cancel_timeout(wpa_supplicant_delayed_mic_error_report,
430 wpa_s, NULL);
431#endif /* CONFIG_DELAYED_MIC_ERROR_REPORT */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700432
433 wpas_wps_deinit(wpa_s);
434
435 wpabuf_free(wpa_s->pending_eapol_rx);
436 wpa_s->pending_eapol_rx = NULL;
437
438#ifdef CONFIG_IBSS_RSN
439 ibss_rsn_deinit(wpa_s->ibss_rsn);
440 wpa_s->ibss_rsn = NULL;
441#endif /* CONFIG_IBSS_RSN */
442
443 sme_deinit(wpa_s);
444
445#ifdef CONFIG_AP
446 wpa_supplicant_ap_deinit(wpa_s);
447#endif /* CONFIG_AP */
448
449#ifdef CONFIG_P2P
450 wpas_p2p_deinit(wpa_s);
451#endif /* CONFIG_P2P */
452
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800453#ifdef CONFIG_OFFCHANNEL
454 offchannel_deinit(wpa_s);
455#endif /* CONFIG_OFFCHANNEL */
456
457 wpa_supplicant_cancel_sched_scan(wpa_s);
458
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700459 os_free(wpa_s->next_scan_freqs);
460 wpa_s->next_scan_freqs = NULL;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800461
462 gas_query_deinit(wpa_s->gas);
463 wpa_s->gas = NULL;
464
465 free_hw_features(wpa_s);
Dmitry Shmidt04949592012-07-19 12:16:46 -0700466
467 os_free(wpa_s->bssid_filter);
468 wpa_s->bssid_filter = NULL;
469
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800470 os_free(wpa_s->disallow_aps_bssid);
471 wpa_s->disallow_aps_bssid = NULL;
472 os_free(wpa_s->disallow_aps_ssid);
473 wpa_s->disallow_aps_ssid = NULL;
474
Dmitry Shmidt04949592012-07-19 12:16:46 -0700475 wnm_bss_keep_alive_deinit(wpa_s);
Dmitry Shmidt44c95782013-05-17 09:51:35 -0700476#ifdef CONFIG_WNM
477 wnm_deallocate_memory(wpa_s);
478#endif /* CONFIG_WNM */
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700479
480 ext_password_deinit(wpa_s->ext_pw);
481 wpa_s->ext_pw = NULL;
482
483 wpabuf_free(wpa_s->last_gas_resp);
Dmitry Shmidt9bce59c2012-09-11 15:06:38 -0700484
485 os_free(wpa_s->last_scan_res);
486 wpa_s->last_scan_res = NULL;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700487}
488
489
490/**
491 * wpa_clear_keys - Clear keys configured for the driver
492 * @wpa_s: Pointer to wpa_supplicant data
493 * @addr: Previously used BSSID or %NULL if not available
494 *
495 * This function clears the encryption keys that has been previously configured
496 * for the driver.
497 */
498void wpa_clear_keys(struct wpa_supplicant *wpa_s, const u8 *addr)
499{
500 if (wpa_s->keys_cleared) {
501 /* Some drivers (e.g., ndiswrapper & NDIS drivers) seem to have
502 * timing issues with keys being cleared just before new keys
503 * are set or just after association or something similar. This
504 * shows up in group key handshake failing often because of the
505 * client not receiving the first encrypted packets correctly.
506 * Skipping some of the extra key clearing steps seems to help
507 * in completing group key handshake more reliably. */
508 wpa_dbg(wpa_s, MSG_DEBUG, "No keys have been configured - "
509 "skip key clearing");
510 return;
511 }
512
513 /* MLME-DELETEKEYS.request */
514 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, NULL, 0, 0, NULL, 0, NULL, 0);
515 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, NULL, 1, 0, NULL, 0, NULL, 0);
516 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, NULL, 2, 0, NULL, 0, NULL, 0);
517 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, NULL, 3, 0, NULL, 0, NULL, 0);
518#ifdef CONFIG_IEEE80211W
519 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, NULL, 4, 0, NULL, 0, NULL, 0);
520 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, NULL, 5, 0, NULL, 0, NULL, 0);
521#endif /* CONFIG_IEEE80211W */
522 if (addr) {
523 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, addr, 0, 0, NULL, 0, NULL,
524 0);
525 /* MLME-SETPROTECTION.request(None) */
526 wpa_drv_mlme_setprotection(
527 wpa_s, addr,
528 MLME_SETPROTECTION_PROTECT_TYPE_NONE,
529 MLME_SETPROTECTION_KEY_TYPE_PAIRWISE);
530 }
531 wpa_s->keys_cleared = 1;
532}
533
534
535/**
536 * wpa_supplicant_state_txt - Get the connection state name as a text string
537 * @state: State (wpa_state; WPA_*)
538 * Returns: The state name as a printable text string
539 */
540const char * wpa_supplicant_state_txt(enum wpa_states state)
541{
542 switch (state) {
543 case WPA_DISCONNECTED:
544 return "DISCONNECTED";
545 case WPA_INACTIVE:
546 return "INACTIVE";
547 case WPA_INTERFACE_DISABLED:
548 return "INTERFACE_DISABLED";
549 case WPA_SCANNING:
550 return "SCANNING";
551 case WPA_AUTHENTICATING:
552 return "AUTHENTICATING";
553 case WPA_ASSOCIATING:
554 return "ASSOCIATING";
555 case WPA_ASSOCIATED:
556 return "ASSOCIATED";
557 case WPA_4WAY_HANDSHAKE:
558 return "4WAY_HANDSHAKE";
559 case WPA_GROUP_HANDSHAKE:
560 return "GROUP_HANDSHAKE";
561 case WPA_COMPLETED:
562 return "COMPLETED";
563 default:
564 return "UNKNOWN";
565 }
566}
567
568
569#ifdef CONFIG_BGSCAN
570
571static void wpa_supplicant_start_bgscan(struct wpa_supplicant *wpa_s)
572{
Dmitry Shmidtb96dad42013-11-05 10:07:29 -0800573 const char *name;
574
575 if (wpa_s->current_ssid && wpa_s->current_ssid->bgscan)
576 name = wpa_s->current_ssid->bgscan;
577 else
578 name = wpa_s->conf->bgscan;
579 if (name == NULL)
580 return;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800581 if (wpas_driver_bss_selection(wpa_s))
582 return;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700583 if (wpa_s->current_ssid == wpa_s->bgscan_ssid)
584 return;
585
586 bgscan_deinit(wpa_s);
Dmitry Shmidtb96dad42013-11-05 10:07:29 -0800587 if (wpa_s->current_ssid) {
588 if (bgscan_init(wpa_s, wpa_s->current_ssid, name)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700589 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to initialize "
590 "bgscan");
591 /*
592 * Live without bgscan; it is only used as a roaming
593 * optimization, so the initial connection is not
594 * affected.
595 */
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700596 } else {
597 struct wpa_scan_results *scan_res;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700598 wpa_s->bgscan_ssid = wpa_s->current_ssid;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700599 scan_res = wpa_supplicant_get_scan_results(wpa_s, NULL,
600 0);
601 if (scan_res) {
602 bgscan_notify_scan(wpa_s, scan_res);
603 wpa_scan_results_free(scan_res);
604 }
605 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700606 } else
607 wpa_s->bgscan_ssid = NULL;
608}
609
610
611static void wpa_supplicant_stop_bgscan(struct wpa_supplicant *wpa_s)
612{
613 if (wpa_s->bgscan_ssid != NULL) {
614 bgscan_deinit(wpa_s);
615 wpa_s->bgscan_ssid = NULL;
616 }
617}
618
619#endif /* CONFIG_BGSCAN */
620
621
Dmitry Shmidt04949592012-07-19 12:16:46 -0700622static void wpa_supplicant_start_autoscan(struct wpa_supplicant *wpa_s)
623{
624 if (autoscan_init(wpa_s, 0))
625 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to initialize autoscan");
626}
627
628
629static void wpa_supplicant_stop_autoscan(struct wpa_supplicant *wpa_s)
630{
631 autoscan_deinit(wpa_s);
632}
633
634
635void wpa_supplicant_reinit_autoscan(struct wpa_supplicant *wpa_s)
636{
637 if (wpa_s->wpa_state == WPA_DISCONNECTED ||
638 wpa_s->wpa_state == WPA_SCANNING) {
639 autoscan_deinit(wpa_s);
640 wpa_supplicant_start_autoscan(wpa_s);
641 }
642}
643
644
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700645/**
646 * wpa_supplicant_set_state - Set current connection state
647 * @wpa_s: Pointer to wpa_supplicant data
648 * @state: The new connection state
649 *
650 * This function is called whenever the connection state changes, e.g.,
651 * association is completed for WPA/WPA2 4-Way Handshake is started.
652 */
653void wpa_supplicant_set_state(struct wpa_supplicant *wpa_s,
654 enum wpa_states state)
655{
656 enum wpa_states old_state = wpa_s->wpa_state;
657
658 wpa_dbg(wpa_s, MSG_DEBUG, "State: %s -> %s",
659 wpa_supplicant_state_txt(wpa_s->wpa_state),
660 wpa_supplicant_state_txt(state));
661
Dmitry Shmidt98f9e762012-05-30 11:18:46 -0700662#ifdef ANDROID_P2P
Irfan Sheriff7db4ef72012-06-18 09:39:07 -0700663 if(state == WPA_ASSOCIATED && wpa_s->current_ssid) {
664 wpa_s->current_ssid->assoc_retry = 0;
665 }
Dmitry Shmidt98f9e762012-05-30 11:18:46 -0700666#endif /* ANDROID_P2P */
667
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700668 if (state != WPA_SCANNING)
669 wpa_supplicant_notify_scanning(wpa_s, 0);
670
671 if (state == WPA_COMPLETED && wpa_s->new_connection) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700672 struct wpa_ssid *ssid = wpa_s->current_ssid;
Dmitry Shmidt700a1372013-03-15 14:14:44 -0700673#if defined(CONFIG_CTRL_IFACE) || !defined(CONFIG_NO_STDOUT_DEBUG)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700674 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_CONNECTED "- Connection to "
Dmitry Shmidt8f0dbf42013-11-08 13:35:41 -0800675 MACSTR " completed [id=%d id_str=%s]",
Dmitry Shmidtf8623282013-02-20 14:34:59 -0800676 MAC2STR(wpa_s->bssid),
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700677 ssid ? ssid->id : -1,
678 ssid && ssid->id_str ? ssid->id_str : "");
679#endif /* CONFIG_CTRL_IFACE || !CONFIG_NO_STDOUT_DEBUG */
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700680 wpas_clear_temp_disabled(wpa_s, ssid, 1);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800681 wpa_s->extra_blacklist_count = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700682 wpa_s->new_connection = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700683 wpa_drv_set_operstate(wpa_s, 1);
684#ifndef IEEE8021X_EAPOL
685 wpa_drv_set_supp_port(wpa_s, 1);
686#endif /* IEEE8021X_EAPOL */
687 wpa_s->after_wps = 0;
Dmitry Shmidt68d0e3e2013-10-28 17:59:21 -0700688 wpa_s->known_wps_freq = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700689#ifdef CONFIG_P2P
690 wpas_p2p_completed(wpa_s);
691#endif /* CONFIG_P2P */
Dmitry Shmidt04949592012-07-19 12:16:46 -0700692
693 sme_sched_obss_scan(wpa_s, 1);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700694 } else if (state == WPA_DISCONNECTED || state == WPA_ASSOCIATING ||
695 state == WPA_ASSOCIATED) {
696 wpa_s->new_connection = 1;
697 wpa_drv_set_operstate(wpa_s, 0);
698#ifndef IEEE8021X_EAPOL
699 wpa_drv_set_supp_port(wpa_s, 0);
700#endif /* IEEE8021X_EAPOL */
Dmitry Shmidt04949592012-07-19 12:16:46 -0700701 sme_sched_obss_scan(wpa_s, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700702 }
703 wpa_s->wpa_state = state;
704
705#ifdef CONFIG_BGSCAN
706 if (state == WPA_COMPLETED)
707 wpa_supplicant_start_bgscan(wpa_s);
708 else
709 wpa_supplicant_stop_bgscan(wpa_s);
710#endif /* CONFIG_BGSCAN */
711
Dmitry Shmidt04949592012-07-19 12:16:46 -0700712 if (state == WPA_AUTHENTICATING)
713 wpa_supplicant_stop_autoscan(wpa_s);
714
715 if (state == WPA_DISCONNECTED || state == WPA_INACTIVE)
716 wpa_supplicant_start_autoscan(wpa_s);
717
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700718 if (wpa_s->wpa_state != old_state) {
719 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
720
721 if (wpa_s->wpa_state == WPA_COMPLETED ||
722 old_state == WPA_COMPLETED)
723 wpas_notify_auth_changed(wpa_s);
724 }
725}
726
727
728void wpa_supplicant_terminate_proc(struct wpa_global *global)
729{
730 int pending = 0;
731#ifdef CONFIG_WPS
732 struct wpa_supplicant *wpa_s = global->ifaces;
733 while (wpa_s) {
Dmitry Shmidt56052862013-10-04 10:23:25 -0700734#ifdef CONFIG_P2P
735 if (wpa_s->p2p_group_interface != NOT_P2P_GROUP_INTERFACE ||
736 (wpa_s->current_ssid && wpa_s->current_ssid->p2p_group))
737 wpas_p2p_disconnect(wpa_s);
738#endif /* CONFIG_P2P */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700739 if (wpas_wps_terminate_pending(wpa_s) == 1)
740 pending = 1;
741 wpa_s = wpa_s->next;
742 }
743#endif /* CONFIG_WPS */
744 if (pending)
745 return;
746 eloop_terminate();
747}
748
749
750static void wpa_supplicant_terminate(int sig, void *signal_ctx)
751{
752 struct wpa_global *global = signal_ctx;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700753 wpa_supplicant_terminate_proc(global);
754}
755
756
757void wpa_supplicant_clear_status(struct wpa_supplicant *wpa_s)
758{
759 enum wpa_states old_state = wpa_s->wpa_state;
760
761 wpa_s->pairwise_cipher = 0;
762 wpa_s->group_cipher = 0;
763 wpa_s->mgmt_group_cipher = 0;
764 wpa_s->key_mgmt = 0;
765 if (wpa_s->wpa_state != WPA_INTERFACE_DISABLED)
Dmitry Shmidt04949592012-07-19 12:16:46 -0700766 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700767
768 if (wpa_s->wpa_state != old_state)
769 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
770}
771
772
773/**
774 * wpa_supplicant_reload_configuration - Reload configuration data
775 * @wpa_s: Pointer to wpa_supplicant data
776 * Returns: 0 on success or -1 if configuration parsing failed
777 *
778 * This function can be used to request that the configuration data is reloaded
779 * (e.g., after configuration file change). This function is reloading
780 * configuration only for one interface, so this may need to be called multiple
781 * times if %wpa_supplicant is controlling multiple interfaces and all
782 * interfaces need reconfiguration.
783 */
784int wpa_supplicant_reload_configuration(struct wpa_supplicant *wpa_s)
785{
786 struct wpa_config *conf;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700787 int reconf_ctrl;
788 int old_ap_scan;
789
790 if (wpa_s->confname == NULL)
791 return -1;
Dmitry Shmidt64f47c52013-04-16 10:41:54 -0700792 conf = wpa_config_read(wpa_s->confname, NULL);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700793 if (conf == NULL) {
794 wpa_msg(wpa_s, MSG_ERROR, "Failed to parse the configuration "
795 "file '%s' - exiting", wpa_s->confname);
796 return -1;
797 }
Dmitry Shmidt64f47c52013-04-16 10:41:54 -0700798 wpa_config_read(wpa_s->confanother, conf);
799
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700800 conf->changed_parameters = (unsigned int) -1;
801
802 reconf_ctrl = !!conf->ctrl_interface != !!wpa_s->conf->ctrl_interface
803 || (conf->ctrl_interface && wpa_s->conf->ctrl_interface &&
804 os_strcmp(conf->ctrl_interface,
805 wpa_s->conf->ctrl_interface) != 0);
806
807 if (reconf_ctrl && wpa_s->ctrl_iface) {
808 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface);
809 wpa_s->ctrl_iface = NULL;
810 }
811
812 eapol_sm_invalidate_cached_session(wpa_s->eapol);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800813 if (wpa_s->current_ssid) {
814 wpa_supplicant_deauthenticate(wpa_s,
815 WLAN_REASON_DEAUTH_LEAVING);
816 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700817
818 /*
819 * TODO: should notify EAPOL SM about changes in opensc_engine_path,
820 * pkcs11_engine_path, pkcs11_module_path.
821 */
822 if (wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt)) {
823 /*
824 * Clear forced success to clear EAP state for next
825 * authentication.
826 */
827 eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
828 }
829 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
830 wpa_sm_set_config(wpa_s->wpa, NULL);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800831 wpa_sm_pmksa_cache_flush(wpa_s->wpa, NULL);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700832 wpa_sm_set_fast_reauth(wpa_s->wpa, wpa_s->conf->fast_reauth);
833 rsn_preauth_deinit(wpa_s->wpa);
834
835 old_ap_scan = wpa_s->conf->ap_scan;
836 wpa_config_free(wpa_s->conf);
837 wpa_s->conf = conf;
838 if (old_ap_scan != wpa_s->conf->ap_scan)
839 wpas_notify_ap_scan_changed(wpa_s);
840
841 if (reconf_ctrl)
842 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s);
843
844 wpa_supplicant_update_config(wpa_s);
845
846 wpa_supplicant_clear_status(wpa_s);
Dmitry Shmidt04949592012-07-19 12:16:46 -0700847 if (wpa_supplicant_enabled_networks(wpa_s)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700848 wpa_s->reassociate = 1;
849 wpa_supplicant_req_scan(wpa_s, 0, 0);
850 }
851 wpa_dbg(wpa_s, MSG_DEBUG, "Reconfiguration completed");
852 return 0;
853}
854
855
856static void wpa_supplicant_reconfig(int sig, void *signal_ctx)
857{
858 struct wpa_global *global = signal_ctx;
859 struct wpa_supplicant *wpa_s;
860 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
861 wpa_dbg(wpa_s, MSG_DEBUG, "Signal %d received - reconfiguring",
862 sig);
863 if (wpa_supplicant_reload_configuration(wpa_s) < 0) {
864 wpa_supplicant_terminate_proc(global);
865 }
866 }
867}
868
869
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700870enum wpa_key_mgmt key_mgmt2driver(int key_mgmt)
871{
872 switch (key_mgmt) {
873 case WPA_KEY_MGMT_NONE:
874 return KEY_MGMT_NONE;
875 case WPA_KEY_MGMT_IEEE8021X_NO_WPA:
876 return KEY_MGMT_802_1X_NO_WPA;
877 case WPA_KEY_MGMT_IEEE8021X:
878 return KEY_MGMT_802_1X;
879 case WPA_KEY_MGMT_WPA_NONE:
880 return KEY_MGMT_WPA_NONE;
881 case WPA_KEY_MGMT_FT_IEEE8021X:
882 return KEY_MGMT_FT_802_1X;
883 case WPA_KEY_MGMT_FT_PSK:
884 return KEY_MGMT_FT_PSK;
885 case WPA_KEY_MGMT_IEEE8021X_SHA256:
886 return KEY_MGMT_802_1X_SHA256;
887 case WPA_KEY_MGMT_PSK_SHA256:
888 return KEY_MGMT_PSK_SHA256;
889 case WPA_KEY_MGMT_WPS:
890 return KEY_MGMT_WPS;
891 case WPA_KEY_MGMT_PSK:
892 default:
893 return KEY_MGMT_PSK;
894 }
895}
896
897
898static int wpa_supplicant_suites_from_ai(struct wpa_supplicant *wpa_s,
899 struct wpa_ssid *ssid,
900 struct wpa_ie_data *ie)
901{
902 int ret = wpa_sm_parse_own_wpa_ie(wpa_s->wpa, ie);
903 if (ret) {
904 if (ret == -2) {
905 wpa_msg(wpa_s, MSG_INFO, "WPA: Failed to parse WPA IE "
906 "from association info");
907 }
908 return -1;
909 }
910
911 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Using WPA IE from AssocReq to set "
912 "cipher suites");
913 if (!(ie->group_cipher & ssid->group_cipher)) {
914 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled group "
915 "cipher 0x%x (mask 0x%x) - reject",
916 ie->group_cipher, ssid->group_cipher);
917 return -1;
918 }
919 if (!(ie->pairwise_cipher & ssid->pairwise_cipher)) {
920 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled pairwise "
921 "cipher 0x%x (mask 0x%x) - reject",
922 ie->pairwise_cipher, ssid->pairwise_cipher);
923 return -1;
924 }
925 if (!(ie->key_mgmt & ssid->key_mgmt)) {
926 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled key "
927 "management 0x%x (mask 0x%x) - reject",
928 ie->key_mgmt, ssid->key_mgmt);
929 return -1;
930 }
931
932#ifdef CONFIG_IEEE80211W
933 if (!(ie->capabilities & WPA_CAPABILITY_MFPC) &&
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800934 (ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
935 wpa_s->conf->pmf : ssid->ieee80211w) ==
936 MGMT_FRAME_PROTECTION_REQUIRED) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700937 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver associated with an AP "
938 "that does not support management frame protection - "
939 "reject");
940 return -1;
941 }
942#endif /* CONFIG_IEEE80211W */
943
944 return 0;
945}
946
947
948/**
949 * wpa_supplicant_set_suites - Set authentication and encryption parameters
950 * @wpa_s: Pointer to wpa_supplicant data
951 * @bss: Scan results for the selected BSS, or %NULL if not available
952 * @ssid: Configuration data for the selected network
953 * @wpa_ie: Buffer for the WPA/RSN IE
954 * @wpa_ie_len: Maximum wpa_ie buffer size on input. This is changed to be the
955 * used buffer length in case the functions returns success.
956 * Returns: 0 on success or -1 on failure
957 *
958 * This function is used to configure authentication and encryption parameters
959 * based on the network configuration and scan result for the selected BSS (if
960 * available).
961 */
962int wpa_supplicant_set_suites(struct wpa_supplicant *wpa_s,
963 struct wpa_bss *bss, struct wpa_ssid *ssid,
964 u8 *wpa_ie, size_t *wpa_ie_len)
965{
966 struct wpa_ie_data ie;
967 int sel, proto;
968 const u8 *bss_wpa, *bss_rsn;
969
970 if (bss) {
971 bss_wpa = wpa_bss_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE);
972 bss_rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN);
973 } else
974 bss_wpa = bss_rsn = NULL;
975
976 if (bss_rsn && (ssid->proto & WPA_PROTO_RSN) &&
977 wpa_parse_wpa_ie(bss_rsn, 2 + bss_rsn[1], &ie) == 0 &&
978 (ie.group_cipher & ssid->group_cipher) &&
979 (ie.pairwise_cipher & ssid->pairwise_cipher) &&
980 (ie.key_mgmt & ssid->key_mgmt)) {
981 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using IEEE 802.11i/D9.0");
982 proto = WPA_PROTO_RSN;
983 } else if (bss_wpa && (ssid->proto & WPA_PROTO_WPA) &&
984 wpa_parse_wpa_ie(bss_wpa, 2 +bss_wpa[1], &ie) == 0 &&
985 (ie.group_cipher & ssid->group_cipher) &&
986 (ie.pairwise_cipher & ssid->pairwise_cipher) &&
987 (ie.key_mgmt & ssid->key_mgmt)) {
988 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using IEEE 802.11i/D3.0");
989 proto = WPA_PROTO_WPA;
990 } else if (bss) {
991 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select WPA/RSN");
992 return -1;
993 } else {
994 if (ssid->proto & WPA_PROTO_RSN)
995 proto = WPA_PROTO_RSN;
996 else
997 proto = WPA_PROTO_WPA;
998 if (wpa_supplicant_suites_from_ai(wpa_s, ssid, &ie) < 0) {
999 os_memset(&ie, 0, sizeof(ie));
1000 ie.group_cipher = ssid->group_cipher;
1001 ie.pairwise_cipher = ssid->pairwise_cipher;
1002 ie.key_mgmt = ssid->key_mgmt;
1003#ifdef CONFIG_IEEE80211W
1004 ie.mgmt_group_cipher =
1005 ssid->ieee80211w != NO_MGMT_FRAME_PROTECTION ?
1006 WPA_CIPHER_AES_128_CMAC : 0;
1007#endif /* CONFIG_IEEE80211W */
1008 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Set cipher suites "
1009 "based on configuration");
1010 } else
1011 proto = ie.proto;
1012 }
1013
1014 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected cipher suites: group %d "
1015 "pairwise %d key_mgmt %d proto %d",
1016 ie.group_cipher, ie.pairwise_cipher, ie.key_mgmt, proto);
1017#ifdef CONFIG_IEEE80211W
1018 if (ssid->ieee80211w) {
1019 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected mgmt group cipher %d",
1020 ie.mgmt_group_cipher);
1021 }
1022#endif /* CONFIG_IEEE80211W */
1023
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001024 wpa_s->wpa_proto = proto;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001025 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PROTO, proto);
1026 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_RSN_ENABLED,
1027 !!(ssid->proto & WPA_PROTO_RSN));
1028
1029 if (bss || !wpa_s->ap_ies_from_associnfo) {
1030 if (wpa_sm_set_ap_wpa_ie(wpa_s->wpa, bss_wpa,
1031 bss_wpa ? 2 + bss_wpa[1] : 0) ||
1032 wpa_sm_set_ap_rsn_ie(wpa_s->wpa, bss_rsn,
1033 bss_rsn ? 2 + bss_rsn[1] : 0))
1034 return -1;
1035 }
1036
1037 sel = ie.group_cipher & ssid->group_cipher;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001038 wpa_s->group_cipher = wpa_pick_group_cipher(sel);
1039 if (wpa_s->group_cipher < 0) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001040 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select group "
1041 "cipher");
1042 return -1;
1043 }
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001044 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using GTK %s",
1045 wpa_cipher_txt(wpa_s->group_cipher));
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001046
1047 sel = ie.pairwise_cipher & ssid->pairwise_cipher;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001048 wpa_s->pairwise_cipher = wpa_pick_pairwise_cipher(sel, 1);
1049 if (wpa_s->pairwise_cipher < 0) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001050 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select pairwise "
1051 "cipher");
1052 return -1;
1053 }
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001054 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using PTK %s",
1055 wpa_cipher_txt(wpa_s->pairwise_cipher));
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001056
1057 sel = ie.key_mgmt & ssid->key_mgmt;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001058#ifdef CONFIG_SAE
1059 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_SAE))
1060 sel &= ~(WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE);
1061#endif /* CONFIG_SAE */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001062 if (0) {
1063#ifdef CONFIG_IEEE80211R
1064 } else if (sel & WPA_KEY_MGMT_FT_IEEE8021X) {
1065 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_IEEE8021X;
1066 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT FT/802.1X");
1067 } else if (sel & WPA_KEY_MGMT_FT_PSK) {
1068 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK;
1069 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT FT/PSK");
1070#endif /* CONFIG_IEEE80211R */
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001071#ifdef CONFIG_SAE
1072 } else if (sel & WPA_KEY_MGMT_SAE) {
1073 wpa_s->key_mgmt = WPA_KEY_MGMT_SAE;
1074 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using KEY_MGMT SAE");
1075 } else if (sel & WPA_KEY_MGMT_FT_SAE) {
1076 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_SAE;
1077 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using KEY_MGMT FT/SAE");
1078#endif /* CONFIG_SAE */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001079#ifdef CONFIG_IEEE80211W
1080 } else if (sel & WPA_KEY_MGMT_IEEE8021X_SHA256) {
1081 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X_SHA256;
1082 wpa_dbg(wpa_s, MSG_DEBUG,
1083 "WPA: using KEY_MGMT 802.1X with SHA256");
1084 } else if (sel & WPA_KEY_MGMT_PSK_SHA256) {
1085 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK_SHA256;
1086 wpa_dbg(wpa_s, MSG_DEBUG,
1087 "WPA: using KEY_MGMT PSK with SHA256");
1088#endif /* CONFIG_IEEE80211W */
1089 } else if (sel & WPA_KEY_MGMT_IEEE8021X) {
1090 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X;
1091 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT 802.1X");
1092 } else if (sel & WPA_KEY_MGMT_PSK) {
1093 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK;
1094 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT WPA-PSK");
1095 } else if (sel & WPA_KEY_MGMT_WPA_NONE) {
1096 wpa_s->key_mgmt = WPA_KEY_MGMT_WPA_NONE;
1097 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT WPA-NONE");
1098 } else {
1099 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select "
1100 "authenticated key management type");
1101 return -1;
1102 }
1103
1104 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_KEY_MGMT, wpa_s->key_mgmt);
1105 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PAIRWISE,
1106 wpa_s->pairwise_cipher);
1107 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
1108
1109#ifdef CONFIG_IEEE80211W
1110 sel = ie.mgmt_group_cipher;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001111 if ((ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
1112 wpa_s->conf->pmf : ssid->ieee80211w) == NO_MGMT_FRAME_PROTECTION ||
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001113 !(ie.capabilities & WPA_CAPABILITY_MFPC))
1114 sel = 0;
1115 if (sel & WPA_CIPHER_AES_128_CMAC) {
1116 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
1117 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using MGMT group cipher "
1118 "AES-128-CMAC");
1119 } else {
1120 wpa_s->mgmt_group_cipher = 0;
1121 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: not using MGMT group cipher");
1122 }
1123 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MGMT_GROUP,
1124 wpa_s->mgmt_group_cipher);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001125 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MFP,
1126 (ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
1127 wpa_s->conf->pmf : ssid->ieee80211w));
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001128#endif /* CONFIG_IEEE80211W */
1129
1130 if (wpa_sm_set_assoc_wpa_ie_default(wpa_s->wpa, wpa_ie, wpa_ie_len)) {
1131 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to generate WPA IE");
1132 return -1;
1133 }
1134
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001135 if (wpa_key_mgmt_wpa_psk(ssid->key_mgmt)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001136 wpa_sm_set_pmk(wpa_s->wpa, ssid->psk, PMK_LEN);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001137#ifndef CONFIG_NO_PBKDF2
1138 if (bss && ssid->bssid_set && ssid->ssid_len == 0 &&
1139 ssid->passphrase) {
1140 u8 psk[PMK_LEN];
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001141 pbkdf2_sha1(ssid->passphrase, bss->ssid, bss->ssid_len,
1142 4096, psk, PMK_LEN);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001143 wpa_hexdump_key(MSG_MSGDUMP, "PSK (from passphrase)",
1144 psk, PMK_LEN);
1145 wpa_sm_set_pmk(wpa_s->wpa, psk, PMK_LEN);
1146 }
1147#endif /* CONFIG_NO_PBKDF2 */
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001148#ifdef CONFIG_EXT_PASSWORD
1149 if (ssid->ext_psk) {
1150 struct wpabuf *pw = ext_password_get(wpa_s->ext_pw,
1151 ssid->ext_psk);
1152 char pw_str[64 + 1];
1153 u8 psk[PMK_LEN];
1154
1155 if (pw == NULL) {
1156 wpa_msg(wpa_s, MSG_INFO, "EXT PW: No PSK "
1157 "found from external storage");
1158 return -1;
1159 }
1160
1161 if (wpabuf_len(pw) < 8 || wpabuf_len(pw) > 64) {
1162 wpa_msg(wpa_s, MSG_INFO, "EXT PW: Unexpected "
1163 "PSK length %d in external storage",
1164 (int) wpabuf_len(pw));
1165 ext_password_free(pw);
1166 return -1;
1167 }
1168
1169 os_memcpy(pw_str, wpabuf_head(pw), wpabuf_len(pw));
1170 pw_str[wpabuf_len(pw)] = '\0';
1171
1172#ifndef CONFIG_NO_PBKDF2
1173 if (wpabuf_len(pw) >= 8 && wpabuf_len(pw) < 64 && bss)
1174 {
1175 pbkdf2_sha1(pw_str, bss->ssid, bss->ssid_len,
1176 4096, psk, PMK_LEN);
1177 os_memset(pw_str, 0, sizeof(pw_str));
1178 wpa_hexdump_key(MSG_MSGDUMP, "PSK (from "
1179 "external passphrase)",
1180 psk, PMK_LEN);
1181 wpa_sm_set_pmk(wpa_s->wpa, psk, PMK_LEN);
1182 } else
1183#endif /* CONFIG_NO_PBKDF2 */
1184 if (wpabuf_len(pw) == 2 * PMK_LEN) {
1185 if (hexstr2bin(pw_str, psk, PMK_LEN) < 0) {
1186 wpa_msg(wpa_s, MSG_INFO, "EXT PW: "
1187 "Invalid PSK hex string");
1188 os_memset(pw_str, 0, sizeof(pw_str));
1189 ext_password_free(pw);
1190 return -1;
1191 }
1192 wpa_sm_set_pmk(wpa_s->wpa, psk, PMK_LEN);
1193 } else {
1194 wpa_msg(wpa_s, MSG_INFO, "EXT PW: No suitable "
1195 "PSK available");
1196 os_memset(pw_str, 0, sizeof(pw_str));
1197 ext_password_free(pw);
1198 return -1;
1199 }
1200
1201 os_memset(pw_str, 0, sizeof(pw_str));
1202 ext_password_free(pw);
1203 }
1204#endif /* CONFIG_EXT_PASSWORD */
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001205 } else
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001206 wpa_sm_set_pmk_from_pmksa(wpa_s->wpa);
1207
1208 return 0;
1209}
1210
1211
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001212static void wpas_ext_capab_byte(struct wpa_supplicant *wpa_s, u8 *pos, int idx)
1213{
1214 *pos = 0x00;
1215
1216 switch (idx) {
1217 case 0: /* Bits 0-7 */
1218 break;
1219 case 1: /* Bits 8-15 */
1220 break;
1221 case 2: /* Bits 16-23 */
1222#ifdef CONFIG_WNM
1223 *pos |= 0x02; /* Bit 17 - WNM-Sleep Mode */
1224 *pos |= 0x08; /* Bit 19 - BSS Transition */
1225#endif /* CONFIG_WNM */
1226 break;
1227 case 3: /* Bits 24-31 */
1228#ifdef CONFIG_WNM
1229 *pos |= 0x02; /* Bit 25 - SSID List */
1230#endif /* CONFIG_WNM */
1231#ifdef CONFIG_INTERWORKING
1232 if (wpa_s->conf->interworking)
1233 *pos |= 0x80; /* Bit 31 - Interworking */
1234#endif /* CONFIG_INTERWORKING */
1235 break;
1236 case 4: /* Bits 32-39 */
Dmitry Shmidt051af732013-10-22 13:52:46 -07001237#ifdef CONFIG_INTERWORKING
1238 *pos |= 0x01; /* Bit 32 - QoS Map */
1239#endif /* CONFIG_INTERWORKING */
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001240 break;
1241 case 5: /* Bits 40-47 */
1242 break;
1243 case 6: /* Bits 48-55 */
1244 break;
1245 }
1246}
1247
1248
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001249int wpas_build_ext_capab(struct wpa_supplicant *wpa_s, u8 *buf)
1250{
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001251 u8 *pos = buf;
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001252 u8 len = 4, i;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001253
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001254 if (len < wpa_s->extended_capa_len)
1255 len = wpa_s->extended_capa_len;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001256
1257 *pos++ = WLAN_EID_EXT_CAPAB;
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001258 *pos++ = len;
1259 for (i = 0; i < len; i++, pos++) {
1260 wpas_ext_capab_byte(wpa_s, pos, i);
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001261
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001262 if (i < wpa_s->extended_capa_len) {
1263 *pos &= ~wpa_s->extended_capa_mask[i];
1264 *pos |= wpa_s->extended_capa[i];
1265 }
1266 }
1267
1268 while (len > 0 && buf[1 + len] == 0) {
1269 len--;
1270 buf[1] = len;
1271 }
1272 if (len == 0)
1273 return 0;
1274
1275 return 2 + len;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001276}
1277
1278
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001279/**
1280 * wpa_supplicant_associate - Request association
1281 * @wpa_s: Pointer to wpa_supplicant data
1282 * @bss: Scan results for the selected BSS, or %NULL if not available
1283 * @ssid: Configuration data for the selected network
1284 *
1285 * This function is used to request %wpa_supplicant to associate with a BSS.
1286 */
1287void wpa_supplicant_associate(struct wpa_supplicant *wpa_s,
1288 struct wpa_bss *bss, struct wpa_ssid *ssid)
1289{
1290 u8 wpa_ie[200];
1291 size_t wpa_ie_len;
1292 int use_crypt, ret, i, bssid_changed;
1293 int algs = WPA_AUTH_ALG_OPEN;
1294 enum wpa_cipher cipher_pairwise, cipher_group;
1295 struct wpa_driver_associate_params params;
1296 int wep_keys_set = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001297 int assoc_failed = 0;
1298 struct wpa_ssid *old_ssid;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001299#ifdef CONFIG_HT_OVERRIDES
1300 struct ieee80211_ht_capabilities htcaps;
1301 struct ieee80211_ht_capabilities htcaps_mask;
1302#endif /* CONFIG_HT_OVERRIDES */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001303
1304#ifdef CONFIG_IBSS_RSN
1305 ibss_rsn_deinit(wpa_s->ibss_rsn);
1306 wpa_s->ibss_rsn = NULL;
1307#endif /* CONFIG_IBSS_RSN */
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001308#ifdef ANDROID_P2P
1309 int freq = 0;
1310#endif
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001311
1312 if (ssid->mode == WPAS_MODE_AP || ssid->mode == WPAS_MODE_P2P_GO ||
1313 ssid->mode == WPAS_MODE_P2P_GROUP_FORMATION) {
1314#ifdef CONFIG_AP
1315 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_AP)) {
1316 wpa_msg(wpa_s, MSG_INFO, "Driver does not support AP "
1317 "mode");
1318 return;
1319 }
Dmitry Shmidtaa532512012-09-24 10:35:31 -07001320 if (wpa_supplicant_create_ap(wpa_s, ssid) < 0) {
1321 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt391c59f2013-09-03 12:16:28 -07001322 if (ssid->mode == WPAS_MODE_P2P_GROUP_FORMATION)
1323 wpas_p2p_ap_setup_failed(wpa_s);
Dmitry Shmidtaa532512012-09-24 10:35:31 -07001324 return;
1325 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001326 wpa_s->current_bss = bss;
1327#else /* CONFIG_AP */
1328 wpa_msg(wpa_s, MSG_ERROR, "AP mode support not included in "
1329 "the build");
1330#endif /* CONFIG_AP */
1331 return;
1332 }
1333
1334#ifdef CONFIG_TDLS
1335 if (bss)
1336 wpa_tdls_ap_ies(wpa_s->wpa, (const u8 *) (bss + 1),
1337 bss->ie_len);
1338#endif /* CONFIG_TDLS */
1339
1340 if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_SME) &&
1341 ssid->mode == IEEE80211_MODE_INFRA) {
1342 sme_authenticate(wpa_s, bss, ssid);
1343 return;
1344 }
1345
1346 os_memset(&params, 0, sizeof(params));
1347 wpa_s->reassociate = 0;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001348 if (bss && !wpas_driver_bss_selection(wpa_s)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001349#ifdef CONFIG_IEEE80211R
1350 const u8 *ie, *md = NULL;
1351#endif /* CONFIG_IEEE80211R */
1352 wpa_msg(wpa_s, MSG_INFO, "Trying to associate with " MACSTR
1353 " (SSID='%s' freq=%d MHz)", MAC2STR(bss->bssid),
1354 wpa_ssid_txt(bss->ssid, bss->ssid_len), bss->freq);
1355 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
1356 os_memset(wpa_s->bssid, 0, ETH_ALEN);
1357 os_memcpy(wpa_s->pending_bssid, bss->bssid, ETH_ALEN);
1358 if (bssid_changed)
1359 wpas_notify_bssid_changed(wpa_s);
1360#ifdef CONFIG_IEEE80211R
1361 ie = wpa_bss_get_ie(bss, WLAN_EID_MOBILITY_DOMAIN);
1362 if (ie && ie[1] >= MOBILITY_DOMAIN_ID_LEN)
1363 md = ie + 2;
1364 wpa_sm_set_ft_params(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0);
1365 if (md) {
1366 /* Prepare for the next transition */
1367 wpa_ft_prepare_auth_request(wpa_s->wpa, ie);
1368 }
1369#endif /* CONFIG_IEEE80211R */
1370#ifdef CONFIG_WPS
1371 } else if ((ssid->ssid == NULL || ssid->ssid_len == 0) &&
1372 wpa_s->conf->ap_scan == 2 &&
1373 (ssid->key_mgmt & WPA_KEY_MGMT_WPS)) {
1374 /* Use ap_scan==1 style network selection to find the network
1375 */
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001376 wpa_s->scan_req = MANUAL_SCAN_REQ;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001377 wpa_s->reassociate = 1;
1378 wpa_supplicant_req_scan(wpa_s, 0, 0);
1379 return;
1380#endif /* CONFIG_WPS */
1381 } else {
1382 wpa_msg(wpa_s, MSG_INFO, "Trying to associate with SSID '%s'",
1383 wpa_ssid_txt(ssid->ssid, ssid->ssid_len));
1384 os_memset(wpa_s->pending_bssid, 0, ETH_ALEN);
1385 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001386 wpa_supplicant_cancel_sched_scan(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001387 wpa_supplicant_cancel_scan(wpa_s);
1388
1389 /* Starting new association, so clear the possibly used WPA IE from the
1390 * previous association. */
1391 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
1392
1393#ifdef IEEE8021X_EAPOL
1394 if (ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1395 if (ssid->leap) {
1396 if (ssid->non_leap == 0)
1397 algs = WPA_AUTH_ALG_LEAP;
1398 else
1399 algs |= WPA_AUTH_ALG_LEAP;
1400 }
1401 }
1402#endif /* IEEE8021X_EAPOL */
1403 wpa_dbg(wpa_s, MSG_DEBUG, "Automatic auth_alg selection: 0x%x", algs);
1404 if (ssid->auth_alg) {
1405 algs = ssid->auth_alg;
1406 wpa_dbg(wpa_s, MSG_DEBUG, "Overriding auth_alg selection: "
1407 "0x%x", algs);
1408 }
1409
1410 if (bss && (wpa_bss_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE) ||
1411 wpa_bss_get_ie(bss, WLAN_EID_RSN)) &&
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001412 wpa_key_mgmt_wpa(ssid->key_mgmt)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001413 int try_opportunistic;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001414 try_opportunistic = (ssid->proactive_key_caching < 0 ?
1415 wpa_s->conf->okc :
1416 ssid->proactive_key_caching) &&
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001417 (ssid->proto & WPA_PROTO_RSN);
1418 if (pmksa_cache_set_current(wpa_s->wpa, NULL, bss->bssid,
Dmitry Shmidt700a1372013-03-15 14:14:44 -07001419 ssid, try_opportunistic) == 0)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001420 eapol_sm_notify_pmkid_attempt(wpa_s->eapol, 1);
1421 wpa_ie_len = sizeof(wpa_ie);
1422 if (wpa_supplicant_set_suites(wpa_s, bss, ssid,
1423 wpa_ie, &wpa_ie_len)) {
1424 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to set WPA "
1425 "key management and encryption suites");
1426 return;
1427 }
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001428 } else if ((ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA) && bss &&
1429 wpa_key_mgmt_wpa_ieee8021x(ssid->key_mgmt)) {
1430 /*
1431 * Both WPA and non-WPA IEEE 802.1X enabled in configuration -
1432 * use non-WPA since the scan results did not indicate that the
1433 * AP is using WPA or WPA2.
1434 */
1435 wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
1436 wpa_ie_len = 0;
1437 wpa_s->wpa_proto = 0;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001438 } else if (wpa_key_mgmt_wpa_any(ssid->key_mgmt)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001439 wpa_ie_len = sizeof(wpa_ie);
1440 if (wpa_supplicant_set_suites(wpa_s, NULL, ssid,
1441 wpa_ie, &wpa_ie_len)) {
1442 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to set WPA "
1443 "key management and encryption suites (no "
1444 "scan results)");
1445 return;
1446 }
1447#ifdef CONFIG_WPS
1448 } else if (ssid->key_mgmt & WPA_KEY_MGMT_WPS) {
1449 struct wpabuf *wps_ie;
1450 wps_ie = wps_build_assoc_req_ie(wpas_wps_get_req_type(ssid));
1451 if (wps_ie && wpabuf_len(wps_ie) <= sizeof(wpa_ie)) {
1452 wpa_ie_len = wpabuf_len(wps_ie);
1453 os_memcpy(wpa_ie, wpabuf_head(wps_ie), wpa_ie_len);
1454 } else
1455 wpa_ie_len = 0;
1456 wpabuf_free(wps_ie);
1457 wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
1458 if (!bss || (bss->caps & IEEE80211_CAP_PRIVACY))
1459 params.wps = WPS_MODE_PRIVACY;
1460 else
1461 params.wps = WPS_MODE_OPEN;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001462 wpa_s->wpa_proto = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001463#endif /* CONFIG_WPS */
1464 } else {
1465 wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
1466 wpa_ie_len = 0;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001467 wpa_s->wpa_proto = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001468 }
1469
1470#ifdef CONFIG_P2P
1471 if (wpa_s->global->p2p) {
1472 u8 *pos;
1473 size_t len;
1474 int res;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001475 pos = wpa_ie + wpa_ie_len;
1476 len = sizeof(wpa_ie) - wpa_ie_len;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001477 res = wpas_p2p_assoc_req_ie(wpa_s, bss, pos, len,
1478 ssid->p2p_group);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001479 if (res >= 0)
1480 wpa_ie_len += res;
1481 }
1482
1483 wpa_s->cross_connect_disallowed = 0;
1484 if (bss) {
1485 struct wpabuf *p2p;
1486 p2p = wpa_bss_get_vendor_ie_multi(bss, P2P_IE_VENDOR_TYPE);
1487 if (p2p) {
1488 wpa_s->cross_connect_disallowed =
1489 p2p_get_cross_connect_disallowed(p2p);
1490 wpabuf_free(p2p);
1491 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: WLAN AP %s cross "
1492 "connection",
1493 wpa_s->cross_connect_disallowed ?
1494 "disallows" : "allows");
1495 }
1496 }
1497#endif /* CONFIG_P2P */
1498
Dmitry Shmidt04949592012-07-19 12:16:46 -07001499#ifdef CONFIG_HS20
Dmitry Shmidt51b6ea82013-05-08 10:42:09 -07001500 if (is_hs20_network(wpa_s, ssid, bss)) {
Dmitry Shmidt04949592012-07-19 12:16:46 -07001501 struct wpabuf *hs20;
1502 hs20 = wpabuf_alloc(20);
1503 if (hs20) {
1504 wpas_hs20_add_indication(hs20);
1505 os_memcpy(wpa_ie + wpa_ie_len, wpabuf_head(hs20),
1506 wpabuf_len(hs20));
1507 wpa_ie_len += wpabuf_len(hs20);
1508 wpabuf_free(hs20);
1509 }
1510 }
1511#endif /* CONFIG_HS20 */
1512
Dmitry Shmidt56052862013-10-04 10:23:25 -07001513 /*
1514 * Workaround: Add Extended Capabilities element only if the AP
1515 * included this element in Beacon/Probe Response frames. Some older
1516 * APs seem to have interoperability issues if this element is
1517 * included, so while the standard may require us to include the
1518 * element in all cases, it is justifiable to skip it to avoid
1519 * interoperability issues.
1520 */
1521 if (!bss || wpa_bss_get_ie(bss, WLAN_EID_EXT_CAPAB)) {
1522 u8 ext_capab[10];
1523 int ext_capab_len;
1524 ext_capab_len = wpas_build_ext_capab(wpa_s, ext_capab);
1525 if (ext_capab_len > 0) {
1526 u8 *pos = wpa_ie;
1527 if (wpa_ie_len > 0 && pos[0] == WLAN_EID_RSN)
1528 pos += 2 + pos[1];
1529 os_memmove(pos + ext_capab_len, pos,
1530 wpa_ie_len - (pos - wpa_ie));
1531 wpa_ie_len += ext_capab_len;
1532 os_memcpy(pos, ext_capab, ext_capab_len);
1533 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001534 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001535
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001536 wpa_clear_keys(wpa_s, bss ? bss->bssid : NULL);
1537 use_crypt = 1;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001538 cipher_pairwise = wpa_cipher_to_suite_driver(wpa_s->pairwise_cipher);
1539 cipher_group = wpa_cipher_to_suite_driver(wpa_s->group_cipher);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001540 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE ||
1541 wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1542 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE)
1543 use_crypt = 0;
1544 if (wpa_set_wep_keys(wpa_s, ssid)) {
1545 use_crypt = 1;
1546 wep_keys_set = 1;
1547 }
1548 }
1549 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPS)
1550 use_crypt = 0;
1551
1552#ifdef IEEE8021X_EAPOL
1553 if (wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1554 if ((ssid->eapol_flags &
1555 (EAPOL_FLAG_REQUIRE_KEY_UNICAST |
1556 EAPOL_FLAG_REQUIRE_KEY_BROADCAST)) == 0 &&
1557 !wep_keys_set) {
1558 use_crypt = 0;
1559 } else {
1560 /* Assume that dynamic WEP-104 keys will be used and
1561 * set cipher suites in order for drivers to expect
1562 * encryption. */
1563 cipher_pairwise = cipher_group = CIPHER_WEP104;
1564 }
1565 }
1566#endif /* IEEE8021X_EAPOL */
1567
1568 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE) {
1569 /* Set the key before (and later after) association */
1570 wpa_supplicant_set_wpa_none_key(wpa_s, ssid);
1571 }
1572
1573 wpa_supplicant_set_state(wpa_s, WPA_ASSOCIATING);
1574 if (bss) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001575 params.ssid = bss->ssid;
1576 params.ssid_len = bss->ssid_len;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001577 if (!wpas_driver_bss_selection(wpa_s) || ssid->bssid_set) {
1578 wpa_printf(MSG_DEBUG, "Limit connection to BSSID "
1579 MACSTR " freq=%u MHz based on scan results "
1580 "(bssid_set=%d)",
1581 MAC2STR(bss->bssid), bss->freq,
1582 ssid->bssid_set);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001583 params.bssid = bss->bssid;
1584 params.freq = bss->freq;
1585 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001586 } else {
1587 params.ssid = ssid->ssid;
1588 params.ssid_len = ssid->ssid_len;
1589 }
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001590
1591 if (ssid->mode == WPAS_MODE_IBSS && ssid->bssid_set &&
1592 wpa_s->conf->ap_scan == 2) {
1593 params.bssid = ssid->bssid;
1594 params.fixed_bssid = 1;
1595 }
1596
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001597 if (ssid->mode == WPAS_MODE_IBSS && ssid->frequency > 0 &&
1598 params.freq == 0)
1599 params.freq = ssid->frequency; /* Initial channel for IBSS */
1600 params.wpa_ie = wpa_ie;
1601 params.wpa_ie_len = wpa_ie_len;
1602 params.pairwise_suite = cipher_pairwise;
1603 params.group_suite = cipher_group;
1604 params.key_mgmt_suite = key_mgmt2driver(wpa_s->key_mgmt);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001605 params.wpa_proto = wpa_s->wpa_proto;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001606 params.auth_alg = algs;
1607 params.mode = ssid->mode;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001608 params.bg_scan_period = ssid->bg_scan_period;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001609 for (i = 0; i < NUM_WEP_KEYS; i++) {
1610 if (ssid->wep_key_len[i])
1611 params.wep_key[i] = ssid->wep_key[i];
1612 params.wep_key_len[i] = ssid->wep_key_len[i];
1613 }
1614 params.wep_tx_keyidx = ssid->wep_tx_keyidx;
1615
1616 if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE) &&
1617 (params.key_mgmt_suite == KEY_MGMT_PSK ||
1618 params.key_mgmt_suite == KEY_MGMT_FT_PSK)) {
1619 params.passphrase = ssid->passphrase;
1620 if (ssid->psk_set)
1621 params.psk = ssid->psk;
1622 }
1623
1624 params.drop_unencrypted = use_crypt;
1625
1626#ifdef CONFIG_IEEE80211W
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001627 params.mgmt_frame_protection =
1628 ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
1629 wpa_s->conf->pmf : ssid->ieee80211w;
1630 if (params.mgmt_frame_protection != NO_MGMT_FRAME_PROTECTION && bss) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001631 const u8 *rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN);
1632 struct wpa_ie_data ie;
1633 if (rsn && wpa_parse_wpa_ie(rsn, 2 + rsn[1], &ie) == 0 &&
1634 ie.capabilities &
1635 (WPA_CAPABILITY_MFPC | WPA_CAPABILITY_MFPR)) {
1636 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected AP supports "
1637 "MFP: require MFP");
1638 params.mgmt_frame_protection =
1639 MGMT_FRAME_PROTECTION_REQUIRED;
1640 }
1641 }
1642#endif /* CONFIG_IEEE80211W */
1643
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001644 params.p2p = ssid->p2p_group;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001645
1646 if (wpa_s->parent->set_sta_uapsd)
1647 params.uapsd = wpa_s->parent->sta_uapsd;
1648 else
1649 params.uapsd = -1;
1650
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001651#ifdef CONFIG_HT_OVERRIDES
1652 os_memset(&htcaps, 0, sizeof(htcaps));
1653 os_memset(&htcaps_mask, 0, sizeof(htcaps_mask));
1654 params.htcaps = (u8 *) &htcaps;
1655 params.htcaps_mask = (u8 *) &htcaps_mask;
1656 wpa_supplicant_apply_ht_overrides(wpa_s, ssid, &params);
1657#endif /* CONFIG_HT_OVERRIDES */
1658
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001659#ifdef ANDROID_P2P
1660 /* If multichannel concurrency is not supported, check for any frequency
1661 * conflict and take appropriate action.
1662 */
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07001663 if ((wpa_s->num_multichan_concurrent < 2) &&
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001664 ((freq = wpa_drv_shared_freq(wpa_s)) > 0) && (freq != params.freq)) {
1665 wpa_printf(MSG_DEBUG, "Shared interface with conflicting frequency found (%d != %d)"
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001666 , freq, params.freq);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001667 if (wpas_p2p_handle_frequency_conflicts(wpa_s, params.freq, ssid) < 0)
Dmitry Shmidt687922c2012-03-26 14:02:32 -07001668 return;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001669 }
1670#endif
1671 ret = wpa_drv_associate(wpa_s, &params);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001672 if (ret < 0) {
1673 wpa_msg(wpa_s, MSG_INFO, "Association request to the driver "
1674 "failed");
1675 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_SANE_ERROR_CODES) {
1676 /*
1677 * The driver is known to mean what is saying, so we
1678 * can stop right here; the association will not
1679 * succeed.
1680 */
1681 wpas_connection_failed(wpa_s, wpa_s->pending_bssid);
Dmitry Shmidt04949592012-07-19 12:16:46 -07001682 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001683 os_memset(wpa_s->pending_bssid, 0, ETH_ALEN);
1684 return;
1685 }
1686 /* try to continue anyway; new association will be tried again
1687 * after timeout */
1688 assoc_failed = 1;
1689 }
1690
1691 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE) {
1692 /* Set the key after the association just in case association
1693 * cleared the previously configured key. */
1694 wpa_supplicant_set_wpa_none_key(wpa_s, ssid);
1695 /* No need to timeout authentication since there is no key
1696 * management. */
1697 wpa_supplicant_cancel_auth_timeout(wpa_s);
1698 wpa_supplicant_set_state(wpa_s, WPA_COMPLETED);
1699#ifdef CONFIG_IBSS_RSN
1700 } else if (ssid->mode == WPAS_MODE_IBSS &&
1701 wpa_s->key_mgmt != WPA_KEY_MGMT_NONE &&
1702 wpa_s->key_mgmt != WPA_KEY_MGMT_WPA_NONE) {
1703 /*
1704 * RSN IBSS authentication is per-STA and we can disable the
1705 * per-BSSID authentication.
1706 */
1707 wpa_supplicant_cancel_auth_timeout(wpa_s);
1708#endif /* CONFIG_IBSS_RSN */
1709 } else {
1710 /* Timeout for IEEE 802.11 authentication and association */
1711 int timeout = 60;
1712
1713 if (assoc_failed) {
1714 /* give IBSS a bit more time */
1715 timeout = ssid->mode == WPAS_MODE_IBSS ? 10 : 5;
1716 } else if (wpa_s->conf->ap_scan == 1) {
1717 /* give IBSS a bit more time */
1718 timeout = ssid->mode == WPAS_MODE_IBSS ? 20 : 10;
1719 }
1720 wpa_supplicant_req_auth_timeout(wpa_s, timeout, 0);
1721 }
1722
Dmitry Shmidt51b6ea82013-05-08 10:42:09 -07001723 if (wep_keys_set &&
1724 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_SET_KEYS_AFTER_ASSOC)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001725 /* Set static WEP keys again */
1726 wpa_set_wep_keys(wpa_s, ssid);
1727 }
1728
1729 if (wpa_s->current_ssid && wpa_s->current_ssid != ssid) {
1730 /*
1731 * Do not allow EAP session resumption between different
1732 * network configurations.
1733 */
1734 eapol_sm_invalidate_cached_session(wpa_s->eapol);
1735 }
1736 old_ssid = wpa_s->current_ssid;
1737 wpa_s->current_ssid = ssid;
1738 wpa_s->current_bss = bss;
1739 wpa_supplicant_rsn_supp_set_config(wpa_s, wpa_s->current_ssid);
1740 wpa_supplicant_initiate_eapol(wpa_s);
1741 if (old_ssid != wpa_s->current_ssid)
1742 wpas_notify_network_changed(wpa_s);
1743}
1744
1745
1746static void wpa_supplicant_clear_connection(struct wpa_supplicant *wpa_s,
1747 const u8 *addr)
1748{
1749 struct wpa_ssid *old_ssid;
1750
1751 wpa_clear_keys(wpa_s, addr);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001752 old_ssid = wpa_s->current_ssid;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001753 wpa_supplicant_mark_disassoc(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001754 wpa_sm_set_config(wpa_s->wpa, NULL);
1755 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
1756 if (old_ssid != wpa_s->current_ssid)
1757 wpas_notify_network_changed(wpa_s);
1758 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
1759}
1760
1761
1762/**
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001763 * wpa_supplicant_deauthenticate - Deauthenticate the current connection
1764 * @wpa_s: Pointer to wpa_supplicant data
1765 * @reason_code: IEEE 802.11 reason code for the deauthenticate frame
1766 *
1767 * This function is used to request %wpa_supplicant to deauthenticate from the
1768 * current AP.
1769 */
1770void wpa_supplicant_deauthenticate(struct wpa_supplicant *wpa_s,
1771 int reason_code)
1772{
1773 u8 *addr = NULL;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001774 union wpa_event_data event;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001775 int zero_addr = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001776
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001777 wpa_dbg(wpa_s, MSG_DEBUG, "Request to deauthenticate - bssid=" MACSTR
1778 " pending_bssid=" MACSTR " reason=%d state=%s",
1779 MAC2STR(wpa_s->bssid), MAC2STR(wpa_s->pending_bssid),
1780 reason_code, wpa_supplicant_state_txt(wpa_s->wpa_state));
1781
1782 if (!is_zero_ether_addr(wpa_s->bssid))
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001783 addr = wpa_s->bssid;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001784 else if (!is_zero_ether_addr(wpa_s->pending_bssid) &&
1785 (wpa_s->wpa_state == WPA_AUTHENTICATING ||
1786 wpa_s->wpa_state == WPA_ASSOCIATING))
1787 addr = wpa_s->pending_bssid;
1788 else if (wpa_s->wpa_state == WPA_ASSOCIATING) {
1789 /*
1790 * When using driver-based BSS selection, we may not know the
1791 * BSSID with which we are currently trying to associate. We
1792 * need to notify the driver of this disconnection even in such
1793 * a case, so use the all zeros address here.
1794 */
1795 addr = wpa_s->bssid;
1796 zero_addr = 1;
1797 }
1798
Dmitry Shmidtf8623282013-02-20 14:34:59 -08001799#ifdef CONFIG_TDLS
1800 wpa_tdls_teardown_peers(wpa_s->wpa);
1801#endif /* CONFIG_TDLS */
1802
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001803 if (addr) {
1804 wpa_drv_deauthenticate(wpa_s, addr, reason_code);
Dmitry Shmidt04949592012-07-19 12:16:46 -07001805 os_memset(&event, 0, sizeof(event));
1806 event.deauth_info.reason_code = (u16) reason_code;
1807 event.deauth_info.locally_generated = 1;
1808 wpa_supplicant_event(wpa_s, EVENT_DEAUTH, &event);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001809 if (zero_addr)
1810 addr = NULL;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001811 }
1812
1813 wpa_supplicant_clear_connection(wpa_s, addr);
1814}
1815
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001816static void wpa_supplicant_enable_one_network(struct wpa_supplicant *wpa_s,
1817 struct wpa_ssid *ssid)
1818{
1819 if (!ssid || !ssid->disabled || ssid->disabled == 2)
1820 return;
1821
1822 ssid->disabled = 0;
1823 wpas_clear_temp_disabled(wpa_s, ssid, 1);
1824 wpas_notify_network_enabled_changed(wpa_s, ssid);
1825
1826 /*
1827 * Try to reassociate since there is no current configuration and a new
1828 * network was made available.
1829 */
Dmitry Shmidt4ce9c872013-10-24 11:08:13 -07001830 if (!wpa_s->current_ssid && !wpa_s->disconnected)
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001831 wpa_s->reassociate = 1;
1832}
1833
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001834
1835/**
1836 * wpa_supplicant_enable_network - Mark a configured network as enabled
1837 * @wpa_s: wpa_supplicant structure for a network interface
1838 * @ssid: wpa_ssid structure for a configured network or %NULL
1839 *
1840 * Enables the specified network or all networks if no network specified.
1841 */
1842void wpa_supplicant_enable_network(struct wpa_supplicant *wpa_s,
1843 struct wpa_ssid *ssid)
1844{
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001845 if (ssid == NULL) {
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001846 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
1847 wpa_supplicant_enable_one_network(wpa_s, ssid);
1848 } else
1849 wpa_supplicant_enable_one_network(wpa_s, ssid);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001850
Dmitry Shmidt4ce9c872013-10-24 11:08:13 -07001851 if (wpa_s->reassociate && !wpa_s->disconnected) {
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001852 if (wpa_s->sched_scanning) {
1853 wpa_printf(MSG_DEBUG, "Stop ongoing sched_scan to add "
1854 "new network to scan filters");
1855 wpa_supplicant_cancel_sched_scan(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001856 }
1857
Dmitry Shmidtf7e0a992013-05-23 11:03:10 -07001858 if (wpa_supplicant_fast_associate(wpa_s) != 1)
1859 wpa_supplicant_req_scan(wpa_s, 0, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001860 }
1861}
1862
1863
1864/**
1865 * wpa_supplicant_disable_network - Mark a configured network as disabled
1866 * @wpa_s: wpa_supplicant structure for a network interface
1867 * @ssid: wpa_ssid structure for a configured network or %NULL
1868 *
1869 * Disables the specified network or all networks if no network specified.
1870 */
1871void wpa_supplicant_disable_network(struct wpa_supplicant *wpa_s,
1872 struct wpa_ssid *ssid)
1873{
1874 struct wpa_ssid *other_ssid;
1875 int was_disabled;
1876
1877 if (ssid == NULL) {
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001878 if (wpa_s->sched_scanning)
1879 wpa_supplicant_cancel_sched_scan(wpa_s);
1880
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001881 for (other_ssid = wpa_s->conf->ssid; other_ssid;
1882 other_ssid = other_ssid->next) {
1883 was_disabled = other_ssid->disabled;
1884 if (was_disabled == 2)
1885 continue; /* do not change persistent P2P group
1886 * data */
1887
1888 other_ssid->disabled = 1;
1889
1890 if (was_disabled != other_ssid->disabled)
1891 wpas_notify_network_enabled_changed(
1892 wpa_s, other_ssid);
1893 }
1894 if (wpa_s->current_ssid)
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001895 wpa_supplicant_deauthenticate(
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001896 wpa_s, WLAN_REASON_DEAUTH_LEAVING);
1897 } else if (ssid->disabled != 2) {
1898 if (ssid == wpa_s->current_ssid)
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001899 wpa_supplicant_deauthenticate(
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001900 wpa_s, WLAN_REASON_DEAUTH_LEAVING);
1901
1902 was_disabled = ssid->disabled;
1903
1904 ssid->disabled = 1;
1905
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001906 if (was_disabled != ssid->disabled) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001907 wpas_notify_network_enabled_changed(wpa_s, ssid);
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001908 if (wpa_s->sched_scanning) {
1909 wpa_printf(MSG_DEBUG, "Stop ongoing sched_scan "
1910 "to remove network from filters");
1911 wpa_supplicant_cancel_sched_scan(wpa_s);
1912 wpa_supplicant_req_scan(wpa_s, 0, 0);
1913 }
1914 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001915 }
1916}
1917
1918
1919/**
1920 * wpa_supplicant_select_network - Attempt association with a network
1921 * @wpa_s: wpa_supplicant structure for a network interface
1922 * @ssid: wpa_ssid structure for a configured network or %NULL for any network
1923 */
1924void wpa_supplicant_select_network(struct wpa_supplicant *wpa_s,
1925 struct wpa_ssid *ssid)
1926{
1927
1928 struct wpa_ssid *other_ssid;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001929 int disconnected = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001930
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001931 if (ssid && ssid != wpa_s->current_ssid && wpa_s->current_ssid) {
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001932 wpa_supplicant_deauthenticate(
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001933 wpa_s, WLAN_REASON_DEAUTH_LEAVING);
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001934 disconnected = 1;
1935 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001936
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001937 if (ssid)
1938 wpas_clear_temp_disabled(wpa_s, ssid, 1);
1939
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001940 /*
1941 * Mark all other networks disabled or mark all networks enabled if no
1942 * network specified.
1943 */
1944 for (other_ssid = wpa_s->conf->ssid; other_ssid;
1945 other_ssid = other_ssid->next) {
1946 int was_disabled = other_ssid->disabled;
1947 if (was_disabled == 2)
1948 continue; /* do not change persistent P2P group data */
1949
1950 other_ssid->disabled = ssid ? (ssid->id != other_ssid->id) : 0;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001951 if (was_disabled && !other_ssid->disabled)
1952 wpas_clear_temp_disabled(wpa_s, other_ssid, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001953
1954 if (was_disabled != other_ssid->disabled)
1955 wpas_notify_network_enabled_changed(wpa_s, other_ssid);
1956 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001957
1958 if (ssid && ssid == wpa_s->current_ssid && wpa_s->current_ssid) {
1959 /* We are already associated with the selected network */
1960 wpa_printf(MSG_DEBUG, "Already associated with the "
1961 "selected network - do nothing");
1962 return;
1963 }
1964
Dmitry Shmidtb7b4d0e2013-08-26 12:09:05 -07001965 if (ssid) {
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001966 wpa_s->current_ssid = ssid;
Dmitry Shmidtb7b4d0e2013-08-26 12:09:05 -07001967 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
1968 }
Jouni Malinen75ecf522011-06-27 15:19:46 -07001969 wpa_s->connect_without_scan = NULL;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001970 wpa_s->disconnected = 0;
1971 wpa_s->reassociate = 1;
Dmitry Shmidt4b9d52f2013-02-05 17:44:43 -08001972
1973 if (wpa_supplicant_fast_associate(wpa_s) != 1)
1974 wpa_supplicant_req_scan(wpa_s, 0, disconnected ? 100000 : 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001975
1976 if (ssid)
1977 wpas_notify_network_selected(wpa_s, ssid);
1978}
1979
1980
1981/**
1982 * wpa_supplicant_set_ap_scan - Set AP scan mode for interface
1983 * @wpa_s: wpa_supplicant structure for a network interface
1984 * @ap_scan: AP scan mode
1985 * Returns: 0 if succeed or -1 if ap_scan has an invalid value
1986 *
1987 */
1988int wpa_supplicant_set_ap_scan(struct wpa_supplicant *wpa_s, int ap_scan)
1989{
1990
1991 int old_ap_scan;
1992
1993 if (ap_scan < 0 || ap_scan > 2)
1994 return -1;
1995
Dmitry Shmidt114c3862011-08-16 11:52:06 -07001996#ifdef ANDROID
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001997 if (ap_scan == 2 && ap_scan != wpa_s->conf->ap_scan &&
1998 wpa_s->wpa_state >= WPA_ASSOCIATING &&
1999 wpa_s->wpa_state < WPA_COMPLETED) {
2000 wpa_printf(MSG_ERROR, "ap_scan = %d (%d) rejected while "
2001 "associating", wpa_s->conf->ap_scan, ap_scan);
Dmitry Shmidt114c3862011-08-16 11:52:06 -07002002 return 0;
2003 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002004#endif /* ANDROID */
Dmitry Shmidt114c3862011-08-16 11:52:06 -07002005
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002006 old_ap_scan = wpa_s->conf->ap_scan;
2007 wpa_s->conf->ap_scan = ap_scan;
2008
2009 if (old_ap_scan != wpa_s->conf->ap_scan)
2010 wpas_notify_ap_scan_changed(wpa_s);
2011
2012 return 0;
2013}
2014
2015
2016/**
2017 * wpa_supplicant_set_bss_expiration_age - Set BSS entry expiration age
2018 * @wpa_s: wpa_supplicant structure for a network interface
2019 * @expire_age: Expiration age in seconds
2020 * Returns: 0 if succeed or -1 if expire_age has an invalid value
2021 *
2022 */
2023int wpa_supplicant_set_bss_expiration_age(struct wpa_supplicant *wpa_s,
2024 unsigned int bss_expire_age)
2025{
2026 if (bss_expire_age < 10) {
2027 wpa_msg(wpa_s, MSG_ERROR, "Invalid bss expiration age %u",
2028 bss_expire_age);
2029 return -1;
2030 }
2031 wpa_msg(wpa_s, MSG_DEBUG, "Setting bss expiration age: %d sec",
2032 bss_expire_age);
2033 wpa_s->conf->bss_expiration_age = bss_expire_age;
2034
2035 return 0;
2036}
2037
2038
2039/**
2040 * wpa_supplicant_set_bss_expiration_count - Set BSS entry expiration scan count
2041 * @wpa_s: wpa_supplicant structure for a network interface
2042 * @expire_count: number of scans after which an unseen BSS is reclaimed
2043 * Returns: 0 if succeed or -1 if expire_count has an invalid value
2044 *
2045 */
2046int wpa_supplicant_set_bss_expiration_count(struct wpa_supplicant *wpa_s,
2047 unsigned int bss_expire_count)
2048{
2049 if (bss_expire_count < 1) {
2050 wpa_msg(wpa_s, MSG_ERROR, "Invalid bss expiration count %u",
2051 bss_expire_count);
2052 return -1;
2053 }
2054 wpa_msg(wpa_s, MSG_DEBUG, "Setting bss expiration scan count: %u",
2055 bss_expire_count);
2056 wpa_s->conf->bss_expiration_scan_count = bss_expire_count;
2057
2058 return 0;
2059}
2060
2061
2062/**
Dmitry Shmidt04949592012-07-19 12:16:46 -07002063 * wpa_supplicant_set_scan_interval - Set scan interval
2064 * @wpa_s: wpa_supplicant structure for a network interface
2065 * @scan_interval: scan interval in seconds
2066 * Returns: 0 if succeed or -1 if scan_interval has an invalid value
2067 *
2068 */
2069int wpa_supplicant_set_scan_interval(struct wpa_supplicant *wpa_s,
2070 int scan_interval)
2071{
2072 if (scan_interval < 0) {
2073 wpa_msg(wpa_s, MSG_ERROR, "Invalid scan interval %d",
2074 scan_interval);
2075 return -1;
2076 }
2077 wpa_msg(wpa_s, MSG_DEBUG, "Setting scan interval: %d sec",
2078 scan_interval);
Dmitry Shmidt4b9d52f2013-02-05 17:44:43 -08002079 wpa_supplicant_update_scan_int(wpa_s, scan_interval);
Dmitry Shmidt04949592012-07-19 12:16:46 -07002080
2081 return 0;
2082}
2083
2084
2085/**
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002086 * wpa_supplicant_set_debug_params - Set global debug params
2087 * @global: wpa_global structure
2088 * @debug_level: debug level
2089 * @debug_timestamp: determines if show timestamp in debug data
2090 * @debug_show_keys: determines if show keys in debug data
2091 * Returns: 0 if succeed or -1 if debug_level has wrong value
2092 */
2093int wpa_supplicant_set_debug_params(struct wpa_global *global, int debug_level,
2094 int debug_timestamp, int debug_show_keys)
2095{
2096
2097 int old_level, old_timestamp, old_show_keys;
2098
2099 /* check for allowed debuglevels */
2100 if (debug_level != MSG_EXCESSIVE &&
2101 debug_level != MSG_MSGDUMP &&
2102 debug_level != MSG_DEBUG &&
2103 debug_level != MSG_INFO &&
2104 debug_level != MSG_WARNING &&
2105 debug_level != MSG_ERROR)
2106 return -1;
2107
2108 old_level = wpa_debug_level;
2109 old_timestamp = wpa_debug_timestamp;
2110 old_show_keys = wpa_debug_show_keys;
2111
2112 wpa_debug_level = debug_level;
2113 wpa_debug_timestamp = debug_timestamp ? 1 : 0;
2114 wpa_debug_show_keys = debug_show_keys ? 1 : 0;
2115
2116 if (wpa_debug_level != old_level)
2117 wpas_notify_debug_level_changed(global);
2118 if (wpa_debug_timestamp != old_timestamp)
2119 wpas_notify_debug_timestamp_changed(global);
2120 if (wpa_debug_show_keys != old_show_keys)
2121 wpas_notify_debug_show_keys_changed(global);
2122
2123 return 0;
2124}
2125
2126
2127/**
2128 * wpa_supplicant_get_ssid - Get a pointer to the current network structure
2129 * @wpa_s: Pointer to wpa_supplicant data
2130 * Returns: A pointer to the current network structure or %NULL on failure
2131 */
2132struct wpa_ssid * wpa_supplicant_get_ssid(struct wpa_supplicant *wpa_s)
2133{
2134 struct wpa_ssid *entry;
2135 u8 ssid[MAX_SSID_LEN];
2136 int res;
2137 size_t ssid_len;
2138 u8 bssid[ETH_ALEN];
2139 int wired;
2140
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002141 res = wpa_drv_get_ssid(wpa_s, ssid);
2142 if (res < 0) {
2143 wpa_msg(wpa_s, MSG_WARNING, "Could not read SSID from "
2144 "driver");
2145 return NULL;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002146 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002147 ssid_len = res;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002148
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002149 if (wpa_drv_get_bssid(wpa_s, bssid) < 0) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002150 wpa_msg(wpa_s, MSG_WARNING, "Could not read BSSID from "
2151 "driver");
2152 return NULL;
2153 }
2154
2155 wired = wpa_s->conf->ap_scan == 0 &&
2156 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED);
2157
2158 entry = wpa_s->conf->ssid;
2159 while (entry) {
Dmitry Shmidt04949592012-07-19 12:16:46 -07002160 if (!wpas_network_disabled(wpa_s, entry) &&
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002161 ((ssid_len == entry->ssid_len &&
2162 os_memcmp(ssid, entry->ssid, ssid_len) == 0) || wired) &&
2163 (!entry->bssid_set ||
2164 os_memcmp(bssid, entry->bssid, ETH_ALEN) == 0))
2165 return entry;
2166#ifdef CONFIG_WPS
Dmitry Shmidt04949592012-07-19 12:16:46 -07002167 if (!wpas_network_disabled(wpa_s, entry) &&
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002168 (entry->key_mgmt & WPA_KEY_MGMT_WPS) &&
2169 (entry->ssid == NULL || entry->ssid_len == 0) &&
2170 (!entry->bssid_set ||
2171 os_memcmp(bssid, entry->bssid, ETH_ALEN) == 0))
2172 return entry;
2173#endif /* CONFIG_WPS */
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002174
Dmitry Shmidt04949592012-07-19 12:16:46 -07002175 if (!wpas_network_disabled(wpa_s, entry) && entry->bssid_set &&
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002176 entry->ssid_len == 0 &&
2177 os_memcmp(bssid, entry->bssid, ETH_ALEN) == 0)
2178 return entry;
2179
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002180 entry = entry->next;
2181 }
2182
2183 return NULL;
2184}
2185
2186
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002187static int select_driver(struct wpa_supplicant *wpa_s, int i)
2188{
2189 struct wpa_global *global = wpa_s->global;
2190
2191 if (wpa_drivers[i]->global_init && global->drv_priv[i] == NULL) {
2192 global->drv_priv[i] = wpa_drivers[i]->global_init();
2193 if (global->drv_priv[i] == NULL) {
2194 wpa_printf(MSG_ERROR, "Failed to initialize driver "
2195 "'%s'", wpa_drivers[i]->name);
2196 return -1;
2197 }
2198 }
2199
2200 wpa_s->driver = wpa_drivers[i];
2201 wpa_s->global_drv_priv = global->drv_priv[i];
2202
2203 return 0;
2204}
2205
2206
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002207static int wpa_supplicant_set_driver(struct wpa_supplicant *wpa_s,
2208 const char *name)
2209{
2210 int i;
2211 size_t len;
2212 const char *pos, *driver = name;
2213
2214 if (wpa_s == NULL)
2215 return -1;
2216
2217 if (wpa_drivers[0] == NULL) {
2218 wpa_msg(wpa_s, MSG_ERROR, "No driver interfaces build into "
2219 "wpa_supplicant");
2220 return -1;
2221 }
2222
2223 if (name == NULL) {
2224 /* default to first driver in the list */
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002225 return select_driver(wpa_s, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002226 }
2227
2228 do {
2229 pos = os_strchr(driver, ',');
2230 if (pos)
2231 len = pos - driver;
2232 else
2233 len = os_strlen(driver);
2234
2235 for (i = 0; wpa_drivers[i]; i++) {
2236 if (os_strlen(wpa_drivers[i]->name) == len &&
2237 os_strncmp(driver, wpa_drivers[i]->name, len) ==
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002238 0) {
2239 /* First driver that succeeds wins */
2240 if (select_driver(wpa_s, i) == 0)
2241 return 0;
2242 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002243 }
2244
2245 driver = pos + 1;
2246 } while (pos);
2247
2248 wpa_msg(wpa_s, MSG_ERROR, "Unsupported driver '%s'", name);
2249 return -1;
2250}
2251
2252
2253/**
2254 * wpa_supplicant_rx_eapol - Deliver a received EAPOL frame to wpa_supplicant
2255 * @ctx: Context pointer (wpa_s); this is the ctx variable registered
2256 * with struct wpa_driver_ops::init()
2257 * @src_addr: Source address of the EAPOL frame
2258 * @buf: EAPOL data starting from the EAPOL header (i.e., no Ethernet header)
2259 * @len: Length of the EAPOL data
2260 *
2261 * This function is called for each received EAPOL frame. Most driver
2262 * interfaces rely on more generic OS mechanism for receiving frames through
2263 * l2_packet, but if such a mechanism is not available, the driver wrapper may
2264 * take care of received EAPOL frames and deliver them to the core supplicant
2265 * code by calling this function.
2266 */
2267void wpa_supplicant_rx_eapol(void *ctx, const u8 *src_addr,
2268 const u8 *buf, size_t len)
2269{
2270 struct wpa_supplicant *wpa_s = ctx;
2271
2272 wpa_dbg(wpa_s, MSG_DEBUG, "RX EAPOL from " MACSTR, MAC2STR(src_addr));
2273 wpa_hexdump(MSG_MSGDUMP, "RX EAPOL", buf, len);
2274
Jouni Malinena05074c2012-12-21 21:35:35 +02002275 if (wpa_s->wpa_state < WPA_ASSOCIATED ||
2276 (wpa_s->last_eapol_matches_bssid &&
2277#ifdef CONFIG_AP
2278 !wpa_s->ap_iface &&
2279#endif /* CONFIG_AP */
2280 os_memcmp(src_addr, wpa_s->bssid, ETH_ALEN) != 0)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002281 /*
2282 * There is possible race condition between receiving the
2283 * association event and the EAPOL frame since they are coming
2284 * through different paths from the driver. In order to avoid
2285 * issues in trying to process the EAPOL frame before receiving
2286 * association information, lets queue it for processing until
Jouni Malinena05074c2012-12-21 21:35:35 +02002287 * the association event is received. This may also be needed in
2288 * driver-based roaming case, so also use src_addr != BSSID as a
2289 * trigger if we have previously confirmed that the
2290 * Authenticator uses BSSID as the src_addr (which is not the
2291 * case with wired IEEE 802.1X).
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002292 */
2293 wpa_dbg(wpa_s, MSG_DEBUG, "Not associated - Delay processing "
Jouni Malinena05074c2012-12-21 21:35:35 +02002294 "of received EAPOL frame (state=%s bssid=" MACSTR ")",
2295 wpa_supplicant_state_txt(wpa_s->wpa_state),
2296 MAC2STR(wpa_s->bssid));
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002297 wpabuf_free(wpa_s->pending_eapol_rx);
2298 wpa_s->pending_eapol_rx = wpabuf_alloc_copy(buf, len);
2299 if (wpa_s->pending_eapol_rx) {
2300 os_get_time(&wpa_s->pending_eapol_rx_time);
2301 os_memcpy(wpa_s->pending_eapol_rx_src, src_addr,
2302 ETH_ALEN);
2303 }
2304 return;
2305 }
2306
Jouni Malinena05074c2012-12-21 21:35:35 +02002307 wpa_s->last_eapol_matches_bssid =
2308 os_memcmp(src_addr, wpa_s->bssid, ETH_ALEN) == 0;
2309
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002310#ifdef CONFIG_AP
2311 if (wpa_s->ap_iface) {
2312 wpa_supplicant_ap_rx_eapol(wpa_s, src_addr, buf, len);
2313 return;
2314 }
2315#endif /* CONFIG_AP */
2316
2317 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE) {
2318 wpa_dbg(wpa_s, MSG_DEBUG, "Ignored received EAPOL frame since "
2319 "no key management is configured");
2320 return;
2321 }
2322
2323 if (wpa_s->eapol_received == 0 &&
2324 (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE) ||
2325 !wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt) ||
2326 wpa_s->wpa_state != WPA_COMPLETED) &&
2327 (wpa_s->current_ssid == NULL ||
2328 wpa_s->current_ssid->mode != IEEE80211_MODE_IBSS)) {
2329 /* Timeout for completing IEEE 802.1X and WPA authentication */
2330 wpa_supplicant_req_auth_timeout(
2331 wpa_s,
2332 (wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt) ||
2333 wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA ||
2334 wpa_s->key_mgmt == WPA_KEY_MGMT_WPS) ?
2335 70 : 10, 0);
2336 }
2337 wpa_s->eapol_received++;
2338
2339 if (wpa_s->countermeasures) {
2340 wpa_msg(wpa_s, MSG_INFO, "WPA: Countermeasures - dropped "
2341 "EAPOL packet");
2342 return;
2343 }
2344
2345#ifdef CONFIG_IBSS_RSN
2346 if (wpa_s->current_ssid &&
2347 wpa_s->current_ssid->mode == WPAS_MODE_IBSS) {
2348 ibss_rsn_rx_eapol(wpa_s->ibss_rsn, src_addr, buf, len);
2349 return;
2350 }
2351#endif /* CONFIG_IBSS_RSN */
2352
2353 /* Source address of the incoming EAPOL frame could be compared to the
2354 * current BSSID. However, it is possible that a centralized
2355 * Authenticator could be using another MAC address than the BSSID of
2356 * an AP, so just allow any address to be used for now. The replies are
2357 * still sent to the current BSSID (if available), though. */
2358
2359 os_memcpy(wpa_s->last_eapol_src, src_addr, ETH_ALEN);
2360 if (!wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt) &&
2361 eapol_sm_rx_eapol(wpa_s->eapol, src_addr, buf, len) > 0)
2362 return;
2363 wpa_drv_poll(wpa_s);
2364 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE))
2365 wpa_sm_rx_eapol(wpa_s->wpa, src_addr, buf, len);
2366 else if (wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt)) {
2367 /*
2368 * Set portValid = TRUE here since we are going to skip 4-way
2369 * handshake processing which would normally set portValid. We
2370 * need this to allow the EAPOL state machines to be completed
2371 * without going through EAPOL-Key handshake.
2372 */
2373 eapol_sm_notify_portValid(wpa_s->eapol, TRUE);
2374 }
2375}
2376
2377
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002378int wpa_supplicant_update_mac_addr(struct wpa_supplicant *wpa_s)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002379{
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002380 if (wpa_s->driver->send_eapol) {
2381 const u8 *addr = wpa_drv_get_mac_addr(wpa_s);
2382 if (addr)
2383 os_memcpy(wpa_s->own_addr, addr, ETH_ALEN);
Dmitry Shmidt34af3062013-07-11 10:46:32 -07002384 } else if ((!wpa_s->p2p_mgmt ||
2385 !(wpa_s->drv_flags &
2386 WPA_DRIVER_FLAGS_DEDICATED_P2P_DEVICE)) &&
2387 !(wpa_s->drv_flags &
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002388 WPA_DRIVER_FLAGS_P2P_DEDICATED_INTERFACE)) {
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002389 l2_packet_deinit(wpa_s->l2);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002390 wpa_s->l2 = l2_packet_init(wpa_s->ifname,
2391 wpa_drv_get_mac_addr(wpa_s),
2392 ETH_P_EAPOL,
2393 wpa_supplicant_rx_eapol, wpa_s, 0);
2394 if (wpa_s->l2 == NULL)
2395 return -1;
2396 } else {
2397 const u8 *addr = wpa_drv_get_mac_addr(wpa_s);
2398 if (addr)
2399 os_memcpy(wpa_s->own_addr, addr, ETH_ALEN);
2400 }
2401
2402 if (wpa_s->l2 && l2_packet_get_own_addr(wpa_s->l2, wpa_s->own_addr)) {
2403 wpa_msg(wpa_s, MSG_ERROR, "Failed to get own L2 address");
2404 return -1;
2405 }
2406
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002407 return 0;
2408}
2409
2410
Dmitry Shmidt04949592012-07-19 12:16:46 -07002411static void wpa_supplicant_rx_eapol_bridge(void *ctx, const u8 *src_addr,
2412 const u8 *buf, size_t len)
2413{
2414 struct wpa_supplicant *wpa_s = ctx;
2415 const struct l2_ethhdr *eth;
2416
2417 if (len < sizeof(*eth))
2418 return;
2419 eth = (const struct l2_ethhdr *) buf;
2420
2421 if (os_memcmp(eth->h_dest, wpa_s->own_addr, ETH_ALEN) != 0 &&
2422 !(eth->h_dest[0] & 0x01)) {
2423 wpa_dbg(wpa_s, MSG_DEBUG, "RX EAPOL from " MACSTR " to " MACSTR
2424 " (bridge - not for this interface - ignore)",
2425 MAC2STR(src_addr), MAC2STR(eth->h_dest));
2426 return;
2427 }
2428
2429 wpa_dbg(wpa_s, MSG_DEBUG, "RX EAPOL from " MACSTR " to " MACSTR
2430 " (bridge)", MAC2STR(src_addr), MAC2STR(eth->h_dest));
2431 wpa_supplicant_rx_eapol(wpa_s, src_addr, buf + sizeof(*eth),
2432 len - sizeof(*eth));
2433}
2434
2435
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002436/**
2437 * wpa_supplicant_driver_init - Initialize driver interface parameters
2438 * @wpa_s: Pointer to wpa_supplicant data
2439 * Returns: 0 on success, -1 on failure
2440 *
2441 * This function is called to initialize driver interface parameters.
2442 * wpa_drv_init() must have been called before this function to initialize the
2443 * driver interface.
2444 */
2445int wpa_supplicant_driver_init(struct wpa_supplicant *wpa_s)
2446{
2447 static int interface_count = 0;
2448
2449 if (wpa_supplicant_update_mac_addr(wpa_s) < 0)
2450 return -1;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002451
Dmitry Shmidt34af3062013-07-11 10:46:32 -07002452 wpa_dbg(wpa_s, MSG_DEBUG, "Own MAC address: " MACSTR,
2453 MAC2STR(wpa_s->own_addr));
2454 wpa_sm_set_own_addr(wpa_s->wpa, wpa_s->own_addr);
2455
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002456 if (wpa_s->bridge_ifname[0]) {
2457 wpa_dbg(wpa_s, MSG_DEBUG, "Receiving packets from bridge "
2458 "interface '%s'", wpa_s->bridge_ifname);
2459 wpa_s->l2_br = l2_packet_init(wpa_s->bridge_ifname,
2460 wpa_s->own_addr,
2461 ETH_P_EAPOL,
Dmitry Shmidt04949592012-07-19 12:16:46 -07002462 wpa_supplicant_rx_eapol_bridge,
2463 wpa_s, 1);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002464 if (wpa_s->l2_br == NULL) {
2465 wpa_msg(wpa_s, MSG_ERROR, "Failed to open l2_packet "
2466 "connection for the bridge interface '%s'",
2467 wpa_s->bridge_ifname);
2468 return -1;
2469 }
2470 }
2471
2472 wpa_clear_keys(wpa_s, NULL);
2473
2474 /* Make sure that TKIP countermeasures are not left enabled (could
2475 * happen if wpa_supplicant is killed during countermeasures. */
2476 wpa_drv_set_countermeasures(wpa_s, 0);
2477
2478 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: flushing PMKID list in the driver");
2479 wpa_drv_flush_pmkid(wpa_s);
2480
2481 wpa_s->prev_scan_ssid = WILDCARD_SSID_SCAN;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002482 wpa_s->prev_scan_wildcard = 0;
2483
Dmitry Shmidt04949592012-07-19 12:16:46 -07002484 if (wpa_supplicant_enabled_networks(wpa_s)) {
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002485 if (wpa_supplicant_delayed_sched_scan(wpa_s, interface_count,
2486 100000))
2487 wpa_supplicant_req_scan(wpa_s, interface_count,
2488 100000);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002489 interface_count++;
2490 } else
2491 wpa_supplicant_set_state(wpa_s, WPA_INACTIVE);
2492
2493 return 0;
2494}
2495
2496
2497static int wpa_supplicant_daemon(const char *pid_file)
2498{
2499 wpa_printf(MSG_DEBUG, "Daemonize..");
2500 return os_daemonize(pid_file);
2501}
2502
2503
2504static struct wpa_supplicant * wpa_supplicant_alloc(void)
2505{
2506 struct wpa_supplicant *wpa_s;
2507
2508 wpa_s = os_zalloc(sizeof(*wpa_s));
2509 if (wpa_s == NULL)
2510 return NULL;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08002511 wpa_s->scan_req = INITIAL_SCAN_REQ;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002512 wpa_s->scan_interval = 5;
2513 wpa_s->new_connection = 1;
2514 wpa_s->parent = wpa_s;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002515 wpa_s->sched_scanning = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002516
2517 return wpa_s;
2518}
2519
2520
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002521#ifdef CONFIG_HT_OVERRIDES
2522
2523static int wpa_set_htcap_mcs(struct wpa_supplicant *wpa_s,
2524 struct ieee80211_ht_capabilities *htcaps,
2525 struct ieee80211_ht_capabilities *htcaps_mask,
2526 const char *ht_mcs)
2527{
2528 /* parse ht_mcs into hex array */
2529 int i;
2530 const char *tmp = ht_mcs;
2531 char *end = NULL;
2532
2533 /* If ht_mcs is null, do not set anything */
2534 if (!ht_mcs)
2535 return 0;
2536
2537 /* This is what we are setting in the kernel */
2538 os_memset(&htcaps->supported_mcs_set, 0, IEEE80211_HT_MCS_MASK_LEN);
2539
2540 wpa_msg(wpa_s, MSG_DEBUG, "set_htcap, ht_mcs -:%s:-", ht_mcs);
2541
2542 for (i = 0; i < IEEE80211_HT_MCS_MASK_LEN; i++) {
2543 errno = 0;
2544 long v = strtol(tmp, &end, 16);
2545 if (errno == 0) {
2546 wpa_msg(wpa_s, MSG_DEBUG,
2547 "htcap value[%i]: %ld end: %p tmp: %p",
2548 i, v, end, tmp);
2549 if (end == tmp)
2550 break;
2551
2552 htcaps->supported_mcs_set[i] = v;
2553 tmp = end;
2554 } else {
2555 wpa_msg(wpa_s, MSG_ERROR,
2556 "Failed to parse ht-mcs: %s, error: %s\n",
2557 ht_mcs, strerror(errno));
2558 return -1;
2559 }
2560 }
2561
2562 /*
2563 * If we were able to parse any values, then set mask for the MCS set.
2564 */
2565 if (i) {
2566 os_memset(&htcaps_mask->supported_mcs_set, 0xff,
2567 IEEE80211_HT_MCS_MASK_LEN - 1);
2568 /* skip the 3 reserved bits */
2569 htcaps_mask->supported_mcs_set[IEEE80211_HT_MCS_MASK_LEN - 1] =
2570 0x1f;
2571 }
2572
2573 return 0;
2574}
2575
2576
2577static int wpa_disable_max_amsdu(struct wpa_supplicant *wpa_s,
2578 struct ieee80211_ht_capabilities *htcaps,
2579 struct ieee80211_ht_capabilities *htcaps_mask,
2580 int disabled)
2581{
2582 u16 msk;
2583
2584 wpa_msg(wpa_s, MSG_DEBUG, "set_disable_max_amsdu: %d", disabled);
2585
2586 if (disabled == -1)
2587 return 0;
2588
2589 msk = host_to_le16(HT_CAP_INFO_MAX_AMSDU_SIZE);
2590 htcaps_mask->ht_capabilities_info |= msk;
2591 if (disabled)
2592 htcaps->ht_capabilities_info &= msk;
2593 else
2594 htcaps->ht_capabilities_info |= msk;
2595
2596 return 0;
2597}
2598
2599
2600static int wpa_set_ampdu_factor(struct wpa_supplicant *wpa_s,
2601 struct ieee80211_ht_capabilities *htcaps,
2602 struct ieee80211_ht_capabilities *htcaps_mask,
2603 int factor)
2604{
2605 wpa_msg(wpa_s, MSG_DEBUG, "set_ampdu_factor: %d", factor);
2606
2607 if (factor == -1)
2608 return 0;
2609
2610 if (factor < 0 || factor > 3) {
2611 wpa_msg(wpa_s, MSG_ERROR, "ampdu_factor: %d out of range. "
2612 "Must be 0-3 or -1", factor);
2613 return -EINVAL;
2614 }
2615
2616 htcaps_mask->a_mpdu_params |= 0x3; /* 2 bits for factor */
2617 htcaps->a_mpdu_params &= ~0x3;
2618 htcaps->a_mpdu_params |= factor & 0x3;
2619
2620 return 0;
2621}
2622
2623
2624static int wpa_set_ampdu_density(struct wpa_supplicant *wpa_s,
2625 struct ieee80211_ht_capabilities *htcaps,
2626 struct ieee80211_ht_capabilities *htcaps_mask,
2627 int density)
2628{
2629 wpa_msg(wpa_s, MSG_DEBUG, "set_ampdu_density: %d", density);
2630
2631 if (density == -1)
2632 return 0;
2633
2634 if (density < 0 || density > 7) {
2635 wpa_msg(wpa_s, MSG_ERROR,
2636 "ampdu_density: %d out of range. Must be 0-7 or -1.",
2637 density);
2638 return -EINVAL;
2639 }
2640
2641 htcaps_mask->a_mpdu_params |= 0x1C;
2642 htcaps->a_mpdu_params &= ~(0x1C);
2643 htcaps->a_mpdu_params |= (density << 2) & 0x1C;
2644
2645 return 0;
2646}
2647
2648
2649static int wpa_set_disable_ht40(struct wpa_supplicant *wpa_s,
2650 struct ieee80211_ht_capabilities *htcaps,
2651 struct ieee80211_ht_capabilities *htcaps_mask,
2652 int disabled)
2653{
2654 /* Masking these out disables HT40 */
2655 u16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET |
2656 HT_CAP_INFO_SHORT_GI40MHZ);
2657
2658 wpa_msg(wpa_s, MSG_DEBUG, "set_disable_ht40: %d", disabled);
2659
2660 if (disabled)
2661 htcaps->ht_capabilities_info &= ~msk;
2662 else
2663 htcaps->ht_capabilities_info |= msk;
2664
2665 htcaps_mask->ht_capabilities_info |= msk;
2666
2667 return 0;
2668}
2669
2670
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08002671static int wpa_set_disable_sgi(struct wpa_supplicant *wpa_s,
2672 struct ieee80211_ht_capabilities *htcaps,
2673 struct ieee80211_ht_capabilities *htcaps_mask,
2674 int disabled)
2675{
2676 /* Masking these out disables SGI */
2677 u16 msk = host_to_le16(HT_CAP_INFO_SHORT_GI20MHZ |
2678 HT_CAP_INFO_SHORT_GI40MHZ);
2679
2680 wpa_msg(wpa_s, MSG_DEBUG, "set_disable_sgi: %d", disabled);
2681
2682 if (disabled)
2683 htcaps->ht_capabilities_info &= ~msk;
2684 else
2685 htcaps->ht_capabilities_info |= msk;
2686
2687 htcaps_mask->ht_capabilities_info |= msk;
2688
2689 return 0;
2690}
2691
2692
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002693void wpa_supplicant_apply_ht_overrides(
2694 struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
2695 struct wpa_driver_associate_params *params)
2696{
2697 struct ieee80211_ht_capabilities *htcaps;
2698 struct ieee80211_ht_capabilities *htcaps_mask;
2699
2700 if (!ssid)
2701 return;
2702
2703 params->disable_ht = ssid->disable_ht;
2704 if (!params->htcaps || !params->htcaps_mask)
2705 return;
2706
2707 htcaps = (struct ieee80211_ht_capabilities *) params->htcaps;
2708 htcaps_mask = (struct ieee80211_ht_capabilities *) params->htcaps_mask;
2709 wpa_set_htcap_mcs(wpa_s, htcaps, htcaps_mask, ssid->ht_mcs);
2710 wpa_disable_max_amsdu(wpa_s, htcaps, htcaps_mask,
2711 ssid->disable_max_amsdu);
2712 wpa_set_ampdu_factor(wpa_s, htcaps, htcaps_mask, ssid->ampdu_factor);
2713 wpa_set_ampdu_density(wpa_s, htcaps, htcaps_mask, ssid->ampdu_density);
2714 wpa_set_disable_ht40(wpa_s, htcaps, htcaps_mask, ssid->disable_ht40);
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08002715 wpa_set_disable_sgi(wpa_s, htcaps, htcaps_mask, ssid->disable_sgi);
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002716}
2717
2718#endif /* CONFIG_HT_OVERRIDES */
2719
2720
Dmitry Shmidt2f023192013-03-12 12:44:17 -07002721#ifdef CONFIG_VHT_OVERRIDES
2722void wpa_supplicant_apply_vht_overrides(
2723 struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
2724 struct wpa_driver_associate_params *params)
2725{
2726 struct ieee80211_vht_capabilities *vhtcaps;
2727 struct ieee80211_vht_capabilities *vhtcaps_mask;
2728
2729 if (!ssid)
2730 return;
2731
2732 params->disable_vht = ssid->disable_vht;
2733
2734 vhtcaps = (void *) params->vhtcaps;
2735 vhtcaps_mask = (void *) params->vhtcaps_mask;
2736
2737 if (!vhtcaps || !vhtcaps_mask)
2738 return;
2739
2740 vhtcaps->vht_capabilities_info = ssid->vht_capa;
2741 vhtcaps_mask->vht_capabilities_info = ssid->vht_capa_mask;
2742
2743#define OVERRIDE_MCS(i) \
2744 if (ssid->vht_tx_mcs_nss_ ##i >= 0) { \
2745 vhtcaps_mask->vht_supported_mcs_set.tx_map |= \
2746 3 << 2 * (i - 1); \
2747 vhtcaps->vht_supported_mcs_set.tx_map |= \
2748 ssid->vht_tx_mcs_nss_ ##i << 2 * (i - 1); \
2749 } \
2750 if (ssid->vht_rx_mcs_nss_ ##i >= 0) { \
2751 vhtcaps_mask->vht_supported_mcs_set.rx_map |= \
2752 3 << 2 * (i - 1); \
2753 vhtcaps->vht_supported_mcs_set.rx_map |= \
2754 ssid->vht_rx_mcs_nss_ ##i << 2 * (i - 1); \
2755 }
2756
2757 OVERRIDE_MCS(1);
2758 OVERRIDE_MCS(2);
2759 OVERRIDE_MCS(3);
2760 OVERRIDE_MCS(4);
2761 OVERRIDE_MCS(5);
2762 OVERRIDE_MCS(6);
2763 OVERRIDE_MCS(7);
2764 OVERRIDE_MCS(8);
2765}
2766#endif /* CONFIG_VHT_OVERRIDES */
2767
2768
Dmitry Shmidt04949592012-07-19 12:16:46 -07002769static int pcsc_reader_init(struct wpa_supplicant *wpa_s)
2770{
2771#ifdef PCSC_FUNCS
2772 size_t len;
2773
2774 if (!wpa_s->conf->pcsc_reader)
2775 return 0;
2776
2777 wpa_s->scard = scard_init(SCARD_TRY_BOTH, wpa_s->conf->pcsc_reader);
2778 if (!wpa_s->scard)
2779 return 1;
2780
2781 if (wpa_s->conf->pcsc_pin &&
2782 scard_set_pin(wpa_s->scard, wpa_s->conf->pcsc_pin) < 0) {
2783 scard_deinit(wpa_s->scard);
2784 wpa_s->scard = NULL;
2785 wpa_msg(wpa_s, MSG_ERROR, "PC/SC PIN validation failed");
2786 return -1;
2787 }
2788
2789 len = sizeof(wpa_s->imsi) - 1;
2790 if (scard_get_imsi(wpa_s->scard, wpa_s->imsi, &len)) {
2791 scard_deinit(wpa_s->scard);
2792 wpa_s->scard = NULL;
2793 wpa_msg(wpa_s, MSG_ERROR, "Could not read IMSI");
2794 return -1;
2795 }
2796 wpa_s->imsi[len] = '\0';
2797
2798 wpa_s->mnc_len = scard_get_mnc_len(wpa_s->scard);
2799
2800 wpa_printf(MSG_DEBUG, "SCARD: IMSI %s (MNC length %d)",
2801 wpa_s->imsi, wpa_s->mnc_len);
2802
2803 wpa_sm_set_scard_ctx(wpa_s->wpa, wpa_s->scard);
2804 eapol_sm_register_scard_ctx(wpa_s->eapol, wpa_s->scard);
2805#endif /* PCSC_FUNCS */
2806
2807 return 0;
2808}
2809
2810
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07002811int wpas_init_ext_pw(struct wpa_supplicant *wpa_s)
2812{
2813 char *val, *pos;
2814
2815 ext_password_deinit(wpa_s->ext_pw);
2816 wpa_s->ext_pw = NULL;
2817 eapol_sm_set_ext_pw_ctx(wpa_s->eapol, NULL);
2818
2819 if (!wpa_s->conf->ext_password_backend)
2820 return 0;
2821
2822 val = os_strdup(wpa_s->conf->ext_password_backend);
2823 if (val == NULL)
2824 return -1;
2825 pos = os_strchr(val, ':');
2826 if (pos)
2827 *pos++ = '\0';
2828
2829 wpa_printf(MSG_DEBUG, "EXT PW: Initialize backend '%s'", val);
2830
2831 wpa_s->ext_pw = ext_password_init(val, pos);
2832 os_free(val);
2833 if (wpa_s->ext_pw == NULL) {
2834 wpa_printf(MSG_DEBUG, "EXT PW: Failed to initialize backend");
2835 return -1;
2836 }
2837 eapol_sm_set_ext_pw_ctx(wpa_s->eapol, wpa_s->ext_pw);
2838
2839 return 0;
2840}
2841
2842
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002843static int wpa_supplicant_init_iface(struct wpa_supplicant *wpa_s,
2844 struct wpa_interface *iface)
2845{
2846 const char *ifname, *driver;
2847 struct wpa_driver_capa capa;
2848
2849 wpa_printf(MSG_DEBUG, "Initializing interface '%s' conf '%s' driver "
2850 "'%s' ctrl_interface '%s' bridge '%s'", iface->ifname,
2851 iface->confname ? iface->confname : "N/A",
2852 iface->driver ? iface->driver : "default",
2853 iface->ctrl_interface ? iface->ctrl_interface : "N/A",
2854 iface->bridge_ifname ? iface->bridge_ifname : "N/A");
2855
2856 if (iface->confname) {
2857#ifdef CONFIG_BACKEND_FILE
2858 wpa_s->confname = os_rel2abs_path(iface->confname);
2859 if (wpa_s->confname == NULL) {
2860 wpa_printf(MSG_ERROR, "Failed to get absolute path "
2861 "for configuration file '%s'.",
2862 iface->confname);
2863 return -1;
2864 }
2865 wpa_printf(MSG_DEBUG, "Configuration file '%s' -> '%s'",
2866 iface->confname, wpa_s->confname);
2867#else /* CONFIG_BACKEND_FILE */
2868 wpa_s->confname = os_strdup(iface->confname);
2869#endif /* CONFIG_BACKEND_FILE */
Dmitry Shmidt64f47c52013-04-16 10:41:54 -07002870 wpa_s->conf = wpa_config_read(wpa_s->confname, NULL);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002871 if (wpa_s->conf == NULL) {
2872 wpa_printf(MSG_ERROR, "Failed to read or parse "
2873 "configuration '%s'.", wpa_s->confname);
2874 return -1;
2875 }
Dmitry Shmidt64f47c52013-04-16 10:41:54 -07002876 wpa_s->confanother = os_rel2abs_path(iface->confanother);
2877 wpa_config_read(wpa_s->confanother, wpa_s->conf);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002878
2879 /*
2880 * Override ctrl_interface and driver_param if set on command
2881 * line.
2882 */
2883 if (iface->ctrl_interface) {
2884 os_free(wpa_s->conf->ctrl_interface);
2885 wpa_s->conf->ctrl_interface =
2886 os_strdup(iface->ctrl_interface);
2887 }
2888
2889 if (iface->driver_param) {
2890 os_free(wpa_s->conf->driver_param);
2891 wpa_s->conf->driver_param =
2892 os_strdup(iface->driver_param);
2893 }
Dmitry Shmidt34af3062013-07-11 10:46:32 -07002894
2895 if (iface->p2p_mgmt && !iface->ctrl_interface) {
2896 os_free(wpa_s->conf->ctrl_interface);
2897 wpa_s->conf->ctrl_interface = NULL;
2898 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002899 } else
2900 wpa_s->conf = wpa_config_alloc_empty(iface->ctrl_interface,
2901 iface->driver_param);
2902
2903 if (wpa_s->conf == NULL) {
2904 wpa_printf(MSG_ERROR, "\nNo configuration found.");
2905 return -1;
2906 }
2907
2908 if (iface->ifname == NULL) {
2909 wpa_printf(MSG_ERROR, "\nInterface name is required.");
2910 return -1;
2911 }
2912 if (os_strlen(iface->ifname) >= sizeof(wpa_s->ifname)) {
2913 wpa_printf(MSG_ERROR, "\nToo long interface name '%s'.",
2914 iface->ifname);
2915 return -1;
2916 }
2917 os_strlcpy(wpa_s->ifname, iface->ifname, sizeof(wpa_s->ifname));
2918
2919 if (iface->bridge_ifname) {
2920 if (os_strlen(iface->bridge_ifname) >=
2921 sizeof(wpa_s->bridge_ifname)) {
2922 wpa_printf(MSG_ERROR, "\nToo long bridge interface "
2923 "name '%s'.", iface->bridge_ifname);
2924 return -1;
2925 }
2926 os_strlcpy(wpa_s->bridge_ifname, iface->bridge_ifname,
2927 sizeof(wpa_s->bridge_ifname));
2928 }
2929
2930 /* RSNA Supplicant Key Management - INITIALIZE */
2931 eapol_sm_notify_portEnabled(wpa_s->eapol, FALSE);
2932 eapol_sm_notify_portValid(wpa_s->eapol, FALSE);
2933
2934 /* Initialize driver interface and register driver event handler before
2935 * L2 receive handler so that association events are processed before
2936 * EAPOL-Key packets if both become available for the same select()
2937 * call. */
2938 driver = iface->driver;
2939next_driver:
2940 if (wpa_supplicant_set_driver(wpa_s, driver) < 0)
2941 return -1;
2942
2943 wpa_s->drv_priv = wpa_drv_init(wpa_s, wpa_s->ifname);
2944 if (wpa_s->drv_priv == NULL) {
2945 const char *pos;
2946 pos = driver ? os_strchr(driver, ',') : NULL;
2947 if (pos) {
2948 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to initialize "
2949 "driver interface - try next driver wrapper");
2950 driver = pos + 1;
2951 goto next_driver;
2952 }
2953 wpa_msg(wpa_s, MSG_ERROR, "Failed to initialize driver "
2954 "interface");
2955 return -1;
2956 }
2957 if (wpa_drv_set_param(wpa_s, wpa_s->conf->driver_param) < 0) {
2958 wpa_msg(wpa_s, MSG_ERROR, "Driver interface rejected "
2959 "driver_param '%s'", wpa_s->conf->driver_param);
2960 return -1;
2961 }
2962
2963 ifname = wpa_drv_get_ifname(wpa_s);
2964 if (ifname && os_strcmp(ifname, wpa_s->ifname) != 0) {
2965 wpa_dbg(wpa_s, MSG_DEBUG, "Driver interface replaced "
2966 "interface name with '%s'", ifname);
2967 os_strlcpy(wpa_s->ifname, ifname, sizeof(wpa_s->ifname));
2968 }
2969
2970 if (wpa_supplicant_init_wpa(wpa_s) < 0)
2971 return -1;
2972
2973 wpa_sm_set_ifname(wpa_s->wpa, wpa_s->ifname,
2974 wpa_s->bridge_ifname[0] ? wpa_s->bridge_ifname :
2975 NULL);
2976 wpa_sm_set_fast_reauth(wpa_s->wpa, wpa_s->conf->fast_reauth);
2977
2978 if (wpa_s->conf->dot11RSNAConfigPMKLifetime &&
2979 wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_LIFETIME,
2980 wpa_s->conf->dot11RSNAConfigPMKLifetime)) {
2981 wpa_msg(wpa_s, MSG_ERROR, "Invalid WPA parameter value for "
2982 "dot11RSNAConfigPMKLifetime");
2983 return -1;
2984 }
2985
2986 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold &&
2987 wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_REAUTH_THRESHOLD,
2988 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) {
2989 wpa_msg(wpa_s, MSG_ERROR, "Invalid WPA parameter value for "
2990 "dot11RSNAConfigPMKReauthThreshold");
2991 return -1;
2992 }
2993
2994 if (wpa_s->conf->dot11RSNAConfigSATimeout &&
2995 wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT,
2996 wpa_s->conf->dot11RSNAConfigSATimeout)) {
2997 wpa_msg(wpa_s, MSG_ERROR, "Invalid WPA parameter value for "
2998 "dot11RSNAConfigSATimeout");
2999 return -1;
3000 }
3001
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003002 wpa_s->hw.modes = wpa_drv_get_hw_feature_data(wpa_s,
3003 &wpa_s->hw.num_modes,
3004 &wpa_s->hw.flags);
3005
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003006 if (wpa_drv_get_capa(wpa_s, &capa) == 0) {
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003007 wpa_s->drv_capa_known = 1;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003008 wpa_s->drv_flags = capa.flags;
Dmitry Shmidt04949592012-07-19 12:16:46 -07003009 wpa_s->drv_enc = capa.enc;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003010 wpa_s->probe_resp_offloads = capa.probe_resp_offloads;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003011 wpa_s->max_scan_ssids = capa.max_scan_ssids;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003012 wpa_s->max_sched_scan_ssids = capa.max_sched_scan_ssids;
3013 wpa_s->sched_scan_supported = capa.sched_scan_supported;
3014 wpa_s->max_match_sets = capa.max_match_sets;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003015 wpa_s->max_remain_on_chan = capa.max_remain_on_chan;
3016 wpa_s->max_stations = capa.max_stations;
Dmitry Shmidt444d5672013-04-01 13:08:44 -07003017 wpa_s->extended_capa = capa.extended_capa;
3018 wpa_s->extended_capa_mask = capa.extended_capa_mask;
3019 wpa_s->extended_capa_len = capa.extended_capa_len;
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07003020 wpa_s->num_multichan_concurrent =
3021 capa.num_multichan_concurrent;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003022 }
3023 if (wpa_s->max_remain_on_chan == 0)
3024 wpa_s->max_remain_on_chan = 1000;
3025
Dmitry Shmidt34af3062013-07-11 10:46:32 -07003026 /*
3027 * Only take p2p_mgmt parameters when P2P Device is supported.
3028 * Doing it here as it determines whether l2_packet_init() will be done
3029 * during wpa_supplicant_driver_init().
3030 */
3031 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_DEDICATED_P2P_DEVICE)
3032 wpa_s->p2p_mgmt = iface->p2p_mgmt;
3033 else
3034 iface->p2p_mgmt = 1;
3035
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07003036 if (wpa_s->num_multichan_concurrent == 0)
3037 wpa_s->num_multichan_concurrent = 1;
3038
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003039 if (wpa_supplicant_driver_init(wpa_s) < 0)
3040 return -1;
3041
3042#ifdef CONFIG_TDLS
Dmitry Shmidt34af3062013-07-11 10:46:32 -07003043 if ((!iface->p2p_mgmt ||
3044 !(wpa_s->drv_flags &
3045 WPA_DRIVER_FLAGS_DEDICATED_P2P_DEVICE)) &&
3046 wpa_tdls_init(wpa_s->wpa))
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003047 return -1;
3048#endif /* CONFIG_TDLS */
3049
3050 if (wpa_s->conf->country[0] && wpa_s->conf->country[1] &&
3051 wpa_drv_set_country(wpa_s, wpa_s->conf->country)) {
3052 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to set country");
3053 return -1;
3054 }
3055
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003056 if (wpas_wps_init(wpa_s))
3057 return -1;
3058
3059 if (wpa_supplicant_init_eapol(wpa_s) < 0)
3060 return -1;
3061 wpa_sm_set_eapol(wpa_s->wpa, wpa_s->eapol);
3062
3063 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s);
3064 if (wpa_s->ctrl_iface == NULL) {
3065 wpa_printf(MSG_ERROR,
3066 "Failed to initialize control interface '%s'.\n"
3067 "You may have another wpa_supplicant process "
3068 "already running or the file was\n"
3069 "left by an unclean termination of wpa_supplicant "
3070 "in which case you will need\n"
3071 "to manually remove this file before starting "
3072 "wpa_supplicant again.\n",
3073 wpa_s->conf->ctrl_interface);
3074 return -1;
3075 }
3076
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003077 wpa_s->gas = gas_query_init(wpa_s);
3078 if (wpa_s->gas == NULL) {
3079 wpa_printf(MSG_ERROR, "Failed to initialize GAS query");
3080 return -1;
3081 }
3082
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003083#ifdef CONFIG_P2P
Dmitry Shmidt34af3062013-07-11 10:46:32 -07003084 if (iface->p2p_mgmt && wpas_p2p_init(wpa_s->global, wpa_s) < 0) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003085 wpa_msg(wpa_s, MSG_ERROR, "Failed to init P2P");
3086 return -1;
3087 }
3088#endif /* CONFIG_P2P */
3089
3090 if (wpa_bss_init(wpa_s) < 0)
3091 return -1;
3092
Dmitry Shmidt34af3062013-07-11 10:46:32 -07003093#ifdef CONFIG_EAP_PROXY
3094{
3095 size_t len;
Dmitry Shmidt4ce9c872013-10-24 11:08:13 -07003096 wpa_s->mnc_len = eapol_sm_get_eap_proxy_imsi(wpa_s->eapol, wpa_s->imsi,
3097 &len);
Dmitry Shmidt34af3062013-07-11 10:46:32 -07003098 if (wpa_s->mnc_len > 0) {
3099 wpa_s->imsi[len] = '\0';
3100 wpa_printf(MSG_DEBUG, "eap_proxy: IMSI %s (MNC length %d)",
3101 wpa_s->imsi, wpa_s->mnc_len);
3102 } else {
3103 wpa_printf(MSG_DEBUG, "eap_proxy: IMSI not available");
3104 }
3105}
3106#endif /* CONFIG_EAP_PROXY */
3107
Dmitry Shmidt04949592012-07-19 12:16:46 -07003108 if (pcsc_reader_init(wpa_s) < 0)
3109 return -1;
3110
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003111 if (wpas_init_ext_pw(wpa_s) < 0)
3112 return -1;
3113
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003114 return 0;
3115}
3116
3117
3118static void wpa_supplicant_deinit_iface(struct wpa_supplicant *wpa_s,
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003119 int notify, int terminate)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003120{
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003121 wpa_s->disconnected = 1;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003122 if (wpa_s->drv_priv) {
3123 wpa_supplicant_deauthenticate(wpa_s,
3124 WLAN_REASON_DEAUTH_LEAVING);
3125
3126 wpa_drv_set_countermeasures(wpa_s, 0);
3127 wpa_clear_keys(wpa_s, NULL);
3128 }
3129
3130 wpa_supplicant_cleanup(wpa_s);
3131
Dmitry Shmidt04949592012-07-19 12:16:46 -07003132#ifdef CONFIG_P2P
3133 if (wpa_s == wpa_s->global->p2p_init_wpa_s && wpa_s->global->p2p) {
3134 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Disable P2P since removing "
3135 "the management interface is being removed");
3136 wpas_p2p_deinit_global(wpa_s->global);
3137 }
3138#endif /* CONFIG_P2P */
3139
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003140 if (wpa_s->drv_priv)
3141 wpa_drv_deinit(wpa_s);
Irfan Sheriff622b66d2011-08-03 09:11:49 -07003142
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003143 if (notify)
3144 wpas_notify_iface_removed(wpa_s);
3145
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003146 if (terminate)
3147 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_TERMINATING);
Irfan Sheriff622b66d2011-08-03 09:11:49 -07003148
3149 if (wpa_s->ctrl_iface) {
3150 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface);
3151 wpa_s->ctrl_iface = NULL;
3152 }
3153
3154 if (wpa_s->conf != NULL) {
Irfan Sheriff622b66d2011-08-03 09:11:49 -07003155 wpa_config_free(wpa_s->conf);
3156 wpa_s->conf = NULL;
3157 }
Dmitry Shmidt8da800a2013-04-24 12:57:01 -07003158
3159 os_free(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003160}
3161
3162
3163/**
3164 * wpa_supplicant_add_iface - Add a new network interface
3165 * @global: Pointer to global data from wpa_supplicant_init()
3166 * @iface: Interface configuration options
3167 * Returns: Pointer to the created interface or %NULL on failure
3168 *
3169 * This function is used to add new network interfaces for %wpa_supplicant.
3170 * This can be called before wpa_supplicant_run() to add interfaces before the
3171 * main event loop has been started. In addition, new interfaces can be added
3172 * dynamically while %wpa_supplicant is already running. This could happen,
3173 * e.g., when a hotplug network adapter is inserted.
3174 */
3175struct wpa_supplicant * wpa_supplicant_add_iface(struct wpa_global *global,
3176 struct wpa_interface *iface)
3177{
3178 struct wpa_supplicant *wpa_s;
3179 struct wpa_interface t_iface;
3180 struct wpa_ssid *ssid;
3181
3182 if (global == NULL || iface == NULL)
3183 return NULL;
3184
3185 wpa_s = wpa_supplicant_alloc();
3186 if (wpa_s == NULL)
3187 return NULL;
3188
3189 wpa_s->global = global;
3190
3191 t_iface = *iface;
3192 if (global->params.override_driver) {
3193 wpa_printf(MSG_DEBUG, "Override interface parameter: driver "
3194 "('%s' -> '%s')",
3195 iface->driver, global->params.override_driver);
3196 t_iface.driver = global->params.override_driver;
3197 }
3198 if (global->params.override_ctrl_interface) {
3199 wpa_printf(MSG_DEBUG, "Override interface parameter: "
3200 "ctrl_interface ('%s' -> '%s')",
3201 iface->ctrl_interface,
3202 global->params.override_ctrl_interface);
3203 t_iface.ctrl_interface =
3204 global->params.override_ctrl_interface;
3205 }
3206 if (wpa_supplicant_init_iface(wpa_s, &t_iface)) {
3207 wpa_printf(MSG_DEBUG, "Failed to add interface %s",
3208 iface->ifname);
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003209 wpa_supplicant_deinit_iface(wpa_s, 0, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003210 return NULL;
3211 }
3212
3213 /* Notify the control interfaces about new iface */
3214 if (wpas_notify_iface_added(wpa_s)) {
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003215 wpa_supplicant_deinit_iface(wpa_s, 1, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003216 return NULL;
3217 }
3218
3219 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
3220 wpas_notify_network_added(wpa_s, ssid);
3221
3222 wpa_s->next = global->ifaces;
3223 global->ifaces = wpa_s;
3224
3225 wpa_dbg(wpa_s, MSG_DEBUG, "Added interface %s", wpa_s->ifname);
Dmitry Shmidt04949592012-07-19 12:16:46 -07003226 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003227
3228 return wpa_s;
3229}
3230
3231
3232/**
3233 * wpa_supplicant_remove_iface - Remove a network interface
3234 * @global: Pointer to global data from wpa_supplicant_init()
3235 * @wpa_s: Pointer to the network interface to be removed
3236 * Returns: 0 if interface was removed, -1 if interface was not found
3237 *
3238 * This function can be used to dynamically remove network interfaces from
3239 * %wpa_supplicant, e.g., when a hotplug network adapter is ejected. In
3240 * addition, this function is used to remove all remaining interfaces when
3241 * %wpa_supplicant is terminated.
3242 */
3243int wpa_supplicant_remove_iface(struct wpa_global *global,
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003244 struct wpa_supplicant *wpa_s,
3245 int terminate)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003246{
3247 struct wpa_supplicant *prev;
3248
3249 /* Remove interface from the global list of interfaces */
3250 prev = global->ifaces;
3251 if (prev == wpa_s) {
3252 global->ifaces = wpa_s->next;
3253 } else {
3254 while (prev && prev->next != wpa_s)
3255 prev = prev->next;
3256 if (prev == NULL)
3257 return -1;
3258 prev->next = wpa_s->next;
3259 }
3260
3261 wpa_dbg(wpa_s, MSG_DEBUG, "Removing interface %s", wpa_s->ifname);
3262
3263 if (global->p2p_group_formation == wpa_s)
3264 global->p2p_group_formation = NULL;
Dmitry Shmidt700a1372013-03-15 14:14:44 -07003265 if (global->p2p_invite_group == wpa_s)
3266 global->p2p_invite_group = NULL;
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003267 wpa_supplicant_deinit_iface(wpa_s, 1, terminate);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003268
3269 return 0;
3270}
3271
3272
3273/**
3274 * wpa_supplicant_get_eap_mode - Get the current EAP mode
3275 * @wpa_s: Pointer to the network interface
3276 * Returns: Pointer to the eap mode or the string "UNKNOWN" if not found
3277 */
3278const char * wpa_supplicant_get_eap_mode(struct wpa_supplicant *wpa_s)
3279{
3280 const char *eapol_method;
3281
3282 if (wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt) == 0 &&
3283 wpa_s->key_mgmt != WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
3284 return "NO-EAP";
3285 }
3286
3287 eapol_method = eapol_sm_get_method_name(wpa_s->eapol);
3288 if (eapol_method == NULL)
3289 return "UNKNOWN-EAP";
3290
3291 return eapol_method;
3292}
3293
3294
3295/**
3296 * wpa_supplicant_get_iface - Get a new network interface
3297 * @global: Pointer to global data from wpa_supplicant_init()
3298 * @ifname: Interface name
3299 * Returns: Pointer to the interface or %NULL if not found
3300 */
3301struct wpa_supplicant * wpa_supplicant_get_iface(struct wpa_global *global,
3302 const char *ifname)
3303{
3304 struct wpa_supplicant *wpa_s;
3305
3306 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
3307 if (os_strcmp(wpa_s->ifname, ifname) == 0)
3308 return wpa_s;
3309 }
3310 return NULL;
3311}
3312
3313
3314#ifndef CONFIG_NO_WPA_MSG
3315static const char * wpa_supplicant_msg_ifname_cb(void *ctx)
3316{
3317 struct wpa_supplicant *wpa_s = ctx;
3318 if (wpa_s == NULL)
3319 return NULL;
3320 return wpa_s->ifname;
3321}
3322#endif /* CONFIG_NO_WPA_MSG */
3323
3324
3325/**
3326 * wpa_supplicant_init - Initialize %wpa_supplicant
3327 * @params: Parameters for %wpa_supplicant
3328 * Returns: Pointer to global %wpa_supplicant data, or %NULL on failure
3329 *
3330 * This function is used to initialize %wpa_supplicant. After successful
3331 * initialization, the returned data pointer can be used to add and remove
3332 * network interfaces, and eventually, to deinitialize %wpa_supplicant.
3333 */
3334struct wpa_global * wpa_supplicant_init(struct wpa_params *params)
3335{
3336 struct wpa_global *global;
3337 int ret, i;
3338
3339 if (params == NULL)
3340 return NULL;
3341
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003342#ifdef CONFIG_DRIVER_NDIS
3343 {
3344 void driver_ndis_init_ops(void);
3345 driver_ndis_init_ops();
3346 }
3347#endif /* CONFIG_DRIVER_NDIS */
3348
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003349#ifndef CONFIG_NO_WPA_MSG
3350 wpa_msg_register_ifname_cb(wpa_supplicant_msg_ifname_cb);
3351#endif /* CONFIG_NO_WPA_MSG */
3352
3353 wpa_debug_open_file(params->wpa_debug_file_path);
3354 if (params->wpa_debug_syslog)
3355 wpa_debug_open_syslog();
Dmitry Shmidt04949592012-07-19 12:16:46 -07003356 if (params->wpa_debug_tracing) {
3357 ret = wpa_debug_open_linux_tracing();
3358 if (ret) {
3359 wpa_printf(MSG_ERROR,
3360 "Failed to enable trace logging");
3361 return NULL;
3362 }
3363 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003364
3365 ret = eap_register_methods();
3366 if (ret) {
3367 wpa_printf(MSG_ERROR, "Failed to register EAP methods");
3368 if (ret == -2)
3369 wpa_printf(MSG_ERROR, "Two or more EAP methods used "
3370 "the same EAP type.");
3371 return NULL;
3372 }
3373
3374 global = os_zalloc(sizeof(*global));
3375 if (global == NULL)
3376 return NULL;
3377 dl_list_init(&global->p2p_srv_bonjour);
3378 dl_list_init(&global->p2p_srv_upnp);
3379 global->params.daemonize = params->daemonize;
3380 global->params.wait_for_monitor = params->wait_for_monitor;
3381 global->params.dbus_ctrl_interface = params->dbus_ctrl_interface;
3382 if (params->pid_file)
3383 global->params.pid_file = os_strdup(params->pid_file);
3384 if (params->ctrl_interface)
3385 global->params.ctrl_interface =
3386 os_strdup(params->ctrl_interface);
Dmitry Shmidtb6e9aaf2013-05-20 14:49:44 -07003387 if (params->ctrl_interface_group)
3388 global->params.ctrl_interface_group =
3389 os_strdup(params->ctrl_interface_group);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003390 if (params->override_driver)
3391 global->params.override_driver =
3392 os_strdup(params->override_driver);
3393 if (params->override_ctrl_interface)
3394 global->params.override_ctrl_interface =
3395 os_strdup(params->override_ctrl_interface);
3396 wpa_debug_level = global->params.wpa_debug_level =
3397 params->wpa_debug_level;
3398 wpa_debug_show_keys = global->params.wpa_debug_show_keys =
3399 params->wpa_debug_show_keys;
3400 wpa_debug_timestamp = global->params.wpa_debug_timestamp =
3401 params->wpa_debug_timestamp;
3402
3403 wpa_printf(MSG_DEBUG, "wpa_supplicant v" VERSION_STR);
3404
3405 if (eloop_init()) {
3406 wpa_printf(MSG_ERROR, "Failed to initialize event loop");
3407 wpa_supplicant_deinit(global);
3408 return NULL;
3409 }
3410
Jouni Malinen75ecf522011-06-27 15:19:46 -07003411 random_init(params->entropy_file);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003412
3413 global->ctrl_iface = wpa_supplicant_global_ctrl_iface_init(global);
3414 if (global->ctrl_iface == NULL) {
3415 wpa_supplicant_deinit(global);
3416 return NULL;
3417 }
3418
3419 if (wpas_notify_supplicant_initialized(global)) {
3420 wpa_supplicant_deinit(global);
3421 return NULL;
3422 }
3423
3424 for (i = 0; wpa_drivers[i]; i++)
3425 global->drv_count++;
3426 if (global->drv_count == 0) {
3427 wpa_printf(MSG_ERROR, "No drivers enabled");
3428 wpa_supplicant_deinit(global);
3429 return NULL;
3430 }
3431 global->drv_priv = os_zalloc(global->drv_count * sizeof(void *));
3432 if (global->drv_priv == NULL) {
3433 wpa_supplicant_deinit(global);
3434 return NULL;
3435 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003436
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003437#ifdef CONFIG_WIFI_DISPLAY
3438 if (wifi_display_init(global) < 0) {
3439 wpa_printf(MSG_ERROR, "Failed to initialize Wi-Fi Display");
3440 wpa_supplicant_deinit(global);
3441 return NULL;
3442 }
3443#endif /* CONFIG_WIFI_DISPLAY */
3444
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003445 return global;
3446}
3447
3448
3449/**
3450 * wpa_supplicant_run - Run the %wpa_supplicant main event loop
3451 * @global: Pointer to global data from wpa_supplicant_init()
3452 * Returns: 0 after successful event loop run, -1 on failure
3453 *
3454 * This function starts the main event loop and continues running as long as
3455 * there are any remaining events. In most cases, this function is running as
3456 * long as the %wpa_supplicant process in still in use.
3457 */
3458int wpa_supplicant_run(struct wpa_global *global)
3459{
3460 struct wpa_supplicant *wpa_s;
3461
3462 if (global->params.daemonize &&
3463 wpa_supplicant_daemon(global->params.pid_file))
3464 return -1;
3465
3466 if (global->params.wait_for_monitor) {
3467 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next)
3468 if (wpa_s->ctrl_iface)
3469 wpa_supplicant_ctrl_iface_wait(
3470 wpa_s->ctrl_iface);
3471 }
3472
3473 eloop_register_signal_terminate(wpa_supplicant_terminate, global);
3474 eloop_register_signal_reconfig(wpa_supplicant_reconfig, global);
3475
3476 eloop_run();
3477
3478 return 0;
3479}
3480
3481
3482/**
3483 * wpa_supplicant_deinit - Deinitialize %wpa_supplicant
3484 * @global: Pointer to global data from wpa_supplicant_init()
3485 *
3486 * This function is called to deinitialize %wpa_supplicant and to free all
3487 * allocated resources. Remaining network interfaces will also be removed.
3488 */
3489void wpa_supplicant_deinit(struct wpa_global *global)
3490{
3491 int i;
3492
3493 if (global == NULL)
3494 return;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003495
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003496#ifdef CONFIG_WIFI_DISPLAY
3497 wifi_display_deinit(global);
3498#endif /* CONFIG_WIFI_DISPLAY */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003499
3500 while (global->ifaces)
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003501 wpa_supplicant_remove_iface(global, global->ifaces, 1);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003502
3503 if (global->ctrl_iface)
3504 wpa_supplicant_global_ctrl_iface_deinit(global->ctrl_iface);
3505
3506 wpas_notify_supplicant_deinitialized(global);
3507
3508 eap_peer_unregister_methods();
3509#ifdef CONFIG_AP
3510 eap_server_unregister_methods();
3511#endif /* CONFIG_AP */
3512
3513 for (i = 0; wpa_drivers[i] && global->drv_priv; i++) {
3514 if (!global->drv_priv[i])
3515 continue;
3516 wpa_drivers[i]->global_deinit(global->drv_priv[i]);
3517 }
3518 os_free(global->drv_priv);
3519
3520 random_deinit();
3521
3522 eloop_destroy();
3523
3524 if (global->params.pid_file) {
3525 os_daemonize_terminate(global->params.pid_file);
3526 os_free(global->params.pid_file);
3527 }
3528 os_free(global->params.ctrl_interface);
Dmitry Shmidtb6e9aaf2013-05-20 14:49:44 -07003529 os_free(global->params.ctrl_interface_group);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003530 os_free(global->params.override_driver);
3531 os_free(global->params.override_ctrl_interface);
3532
Dmitry Shmidt4ce9c872013-10-24 11:08:13 -07003533 os_free(global->p2p_disallow_freq.range);
Dmitry Shmidt391c59f2013-09-03 12:16:28 -07003534 os_free(global->add_psk);
Dmitry Shmidt04949592012-07-19 12:16:46 -07003535
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003536 os_free(global);
3537 wpa_debug_close_syslog();
3538 wpa_debug_close_file();
Dmitry Shmidt04949592012-07-19 12:16:46 -07003539 wpa_debug_close_linux_tracing();
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003540}
3541
3542
3543void wpa_supplicant_update_config(struct wpa_supplicant *wpa_s)
3544{
3545 if ((wpa_s->conf->changed_parameters & CFG_CHANGED_COUNTRY) &&
3546 wpa_s->conf->country[0] && wpa_s->conf->country[1]) {
3547 char country[3];
3548 country[0] = wpa_s->conf->country[0];
3549 country[1] = wpa_s->conf->country[1];
3550 country[2] = '\0';
3551 if (wpa_drv_set_country(wpa_s, country) < 0) {
3552 wpa_printf(MSG_ERROR, "Failed to set country code "
3553 "'%s'", country);
3554 }
3555 }
3556
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003557 if (wpa_s->conf->changed_parameters & CFG_CHANGED_EXT_PW_BACKEND)
3558 wpas_init_ext_pw(wpa_s);
3559
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003560#ifdef CONFIG_WPS
3561 wpas_wps_update_config(wpa_s);
3562#endif /* CONFIG_WPS */
3563
3564#ifdef CONFIG_P2P
3565 wpas_p2p_update_config(wpa_s);
3566#endif /* CONFIG_P2P */
3567
3568 wpa_s->conf->changed_parameters = 0;
3569}
3570
3571
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003572static void add_freq(int *freqs, int *num_freqs, int freq)
3573{
3574 int i;
3575
3576 for (i = 0; i < *num_freqs; i++) {
3577 if (freqs[i] == freq)
3578 return;
3579 }
3580
3581 freqs[*num_freqs] = freq;
3582 (*num_freqs)++;
3583}
3584
3585
3586static int * get_bss_freqs_in_ess(struct wpa_supplicant *wpa_s)
3587{
3588 struct wpa_bss *bss, *cbss;
3589 const int max_freqs = 10;
3590 int *freqs;
3591 int num_freqs = 0;
3592
3593 freqs = os_zalloc(sizeof(int) * (max_freqs + 1));
3594 if (freqs == NULL)
3595 return NULL;
3596
3597 cbss = wpa_s->current_bss;
3598
3599 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
3600 if (bss == cbss)
3601 continue;
3602 if (bss->ssid_len == cbss->ssid_len &&
3603 os_memcmp(bss->ssid, cbss->ssid, bss->ssid_len) == 0 &&
3604 wpa_blacklist_get(wpa_s, bss->bssid) == NULL) {
3605 add_freq(freqs, &num_freqs, bss->freq);
3606 if (num_freqs == max_freqs)
3607 break;
3608 }
3609 }
3610
3611 if (num_freqs == 0) {
3612 os_free(freqs);
3613 freqs = NULL;
3614 }
3615
3616 return freqs;
3617}
3618
3619
3620void wpas_connection_failed(struct wpa_supplicant *wpa_s, const u8 *bssid)
3621{
3622 int timeout;
3623 int count;
3624 int *freqs = NULL;
3625
3626 /*
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003627 * Remove possible authentication timeout since the connection failed.
3628 */
3629 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
3630
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003631 if (wpa_s->disconnected) {
3632 /*
3633 * There is no point in blacklisting the AP if this event is
3634 * generated based on local request to disconnect.
3635 */
3636 wpa_dbg(wpa_s, MSG_DEBUG, "Ignore connection failure "
3637 "indication since interface has been put into "
3638 "disconnected state");
3639 return;
3640 }
3641
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003642 /*
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003643 * Add the failed BSSID into the blacklist and speed up next scan
3644 * attempt if there could be other APs that could accept association.
3645 * The current blacklist count indicates how many times we have tried
3646 * connecting to this AP and multiple attempts mean that other APs are
3647 * either not available or has already been tried, so that we can start
3648 * increasing the delay here to avoid constant scanning.
3649 */
3650 count = wpa_blacklist_add(wpa_s, bssid);
3651 if (count == 1 && wpa_s->current_bss) {
3652 /*
3653 * This BSS was not in the blacklist before. If there is
3654 * another BSS available for the same ESS, we should try that
3655 * next. Otherwise, we may as well try this one once more
3656 * before allowing other, likely worse, ESSes to be considered.
3657 */
3658 freqs = get_bss_freqs_in_ess(wpa_s);
3659 if (freqs) {
3660 wpa_dbg(wpa_s, MSG_DEBUG, "Another BSS in this ESS "
3661 "has been seen; try it next");
3662 wpa_blacklist_add(wpa_s, bssid);
3663 /*
3664 * On the next scan, go through only the known channels
3665 * used in this ESS based on previous scans to speed up
3666 * common load balancing use case.
3667 */
3668 os_free(wpa_s->next_scan_freqs);
3669 wpa_s->next_scan_freqs = freqs;
3670 }
3671 }
3672
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003673 /*
3674 * Add previous failure count in case the temporary blacklist was
3675 * cleared due to no other BSSes being available.
3676 */
3677 count += wpa_s->extra_blacklist_count;
3678
Dmitry Shmidt4b060592013-04-29 16:42:49 -07003679 if (count > 3 && wpa_s->current_ssid) {
3680 wpa_printf(MSG_DEBUG, "Continuous association failures - "
3681 "consider temporary network disabling");
3682 wpas_auth_failed(wpa_s);
3683 }
3684
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003685 switch (count) {
3686 case 1:
3687 timeout = 100;
3688 break;
3689 case 2:
3690 timeout = 500;
3691 break;
3692 case 3:
3693 timeout = 1000;
3694 break;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003695 case 4:
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003696 timeout = 5000;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003697 break;
3698 default:
3699 timeout = 10000;
3700 break;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003701 }
3702
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003703 wpa_dbg(wpa_s, MSG_DEBUG, "Blacklist count %d --> request scan in %d "
3704 "ms", count, timeout);
3705
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003706 /*
3707 * TODO: if more than one possible AP is available in scan results,
3708 * could try the other ones before requesting a new scan.
3709 */
3710 wpa_supplicant_req_scan(wpa_s, timeout / 1000,
3711 1000 * (timeout % 1000));
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003712
Dmitry Shmidt37d4d6a2013-03-18 13:09:42 -07003713 wpas_p2p_continue_after_scan(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003714}
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003715
3716
3717int wpas_driver_bss_selection(struct wpa_supplicant *wpa_s)
3718{
3719 return wpa_s->conf->ap_scan == 2 ||
3720 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_BSS_SELECTION);
3721}
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003722
Dmitry Shmidt04949592012-07-19 12:16:46 -07003723
3724#if defined(CONFIG_CTRL_IFACE) || defined(CONFIG_CTRL_IFACE_DBUS_NEW)
3725int wpa_supplicant_ctrl_iface_ctrl_rsp_handle(struct wpa_supplicant *wpa_s,
3726 struct wpa_ssid *ssid,
3727 const char *field,
3728 const char *value)
3729{
3730#ifdef IEEE8021X_EAPOL
3731 struct eap_peer_config *eap = &ssid->eap;
3732
3733 wpa_printf(MSG_DEBUG, "CTRL_IFACE: response handle field=%s", field);
3734 wpa_hexdump_ascii_key(MSG_DEBUG, "CTRL_IFACE: response value",
3735 (const u8 *) value, os_strlen(value));
3736
3737 switch (wpa_supplicant_ctrl_req_from_string(field)) {
3738 case WPA_CTRL_REQ_EAP_IDENTITY:
3739 os_free(eap->identity);
3740 eap->identity = (u8 *) os_strdup(value);
3741 eap->identity_len = os_strlen(value);
3742 eap->pending_req_identity = 0;
3743 if (ssid == wpa_s->current_ssid)
3744 wpa_s->reassociate = 1;
3745 break;
3746 case WPA_CTRL_REQ_EAP_PASSWORD:
3747 os_free(eap->password);
3748 eap->password = (u8 *) os_strdup(value);
3749 eap->password_len = os_strlen(value);
3750 eap->pending_req_password = 0;
3751 if (ssid == wpa_s->current_ssid)
3752 wpa_s->reassociate = 1;
3753 break;
3754 case WPA_CTRL_REQ_EAP_NEW_PASSWORD:
3755 os_free(eap->new_password);
3756 eap->new_password = (u8 *) os_strdup(value);
3757 eap->new_password_len = os_strlen(value);
3758 eap->pending_req_new_password = 0;
3759 if (ssid == wpa_s->current_ssid)
3760 wpa_s->reassociate = 1;
3761 break;
3762 case WPA_CTRL_REQ_EAP_PIN:
3763 os_free(eap->pin);
3764 eap->pin = os_strdup(value);
3765 eap->pending_req_pin = 0;
3766 if (ssid == wpa_s->current_ssid)
3767 wpa_s->reassociate = 1;
3768 break;
3769 case WPA_CTRL_REQ_EAP_OTP:
3770 os_free(eap->otp);
3771 eap->otp = (u8 *) os_strdup(value);
3772 eap->otp_len = os_strlen(value);
3773 os_free(eap->pending_req_otp);
3774 eap->pending_req_otp = NULL;
3775 eap->pending_req_otp_len = 0;
3776 break;
3777 case WPA_CTRL_REQ_EAP_PASSPHRASE:
3778 os_free(eap->private_key_passwd);
3779 eap->private_key_passwd = (u8 *) os_strdup(value);
3780 eap->pending_req_passphrase = 0;
3781 if (ssid == wpa_s->current_ssid)
3782 wpa_s->reassociate = 1;
3783 break;
Dmitry Shmidt051af732013-10-22 13:52:46 -07003784 case WPA_CTRL_REQ_SIM:
3785 os_free(eap->external_sim_resp);
3786 eap->external_sim_resp = os_strdup(value);
3787 break;
Dmitry Shmidt04949592012-07-19 12:16:46 -07003788 default:
3789 wpa_printf(MSG_DEBUG, "CTRL_IFACE: Unknown field '%s'", field);
3790 return -1;
3791 }
3792
3793 return 0;
3794#else /* IEEE8021X_EAPOL */
3795 wpa_printf(MSG_DEBUG, "CTRL_IFACE: IEEE 802.1X not included");
3796 return -1;
3797#endif /* IEEE8021X_EAPOL */
3798}
3799#endif /* CONFIG_CTRL_IFACE || CONFIG_CTRL_IFACE_DBUS_NEW */
3800
3801
3802int wpas_network_disabled(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid)
3803{
3804 int i;
3805 unsigned int drv_enc;
3806
3807 if (ssid == NULL)
3808 return 1;
3809
3810 if (ssid->disabled)
3811 return 1;
3812
3813 if (wpa_s && wpa_s->drv_capa_known)
3814 drv_enc = wpa_s->drv_enc;
3815 else
3816 drv_enc = (unsigned int) -1;
3817
3818 for (i = 0; i < NUM_WEP_KEYS; i++) {
3819 size_t len = ssid->wep_key_len[i];
3820 if (len == 0)
3821 continue;
3822 if (len == 5 && (drv_enc & WPA_DRIVER_CAPA_ENC_WEP40))
3823 continue;
3824 if (len == 13 && (drv_enc & WPA_DRIVER_CAPA_ENC_WEP104))
3825 continue;
3826 if (len == 16 && (drv_enc & WPA_DRIVER_CAPA_ENC_WEP128))
3827 continue;
3828 return 1; /* invalid WEP key */
3829 }
3830
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003831 if (wpa_key_mgmt_wpa_psk(ssid->key_mgmt) && !ssid->psk_set &&
3832 !ssid->ext_psk)
3833 return 1;
3834
Dmitry Shmidt04949592012-07-19 12:16:46 -07003835 return 0;
3836}
3837
3838
Dmitry Shmidt687922c2012-03-26 14:02:32 -07003839int wpas_is_p2p_prioritized(struct wpa_supplicant *wpa_s)
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003840{
Dmitry Shmidt2fb777c2012-05-02 12:29:53 -07003841 if (wpa_s->global->conc_pref == WPA_CONC_PREF_P2P)
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003842 return 1;
Dmitry Shmidt2fb777c2012-05-02 12:29:53 -07003843 if (wpa_s->global->conc_pref == WPA_CONC_PREF_STA)
Dmitry Shmidt687922c2012-03-26 14:02:32 -07003844 return 0;
Dmitry Shmidt687922c2012-03-26 14:02:32 -07003845 return -1;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003846}
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003847
3848
3849void wpas_auth_failed(struct wpa_supplicant *wpa_s)
3850{
3851 struct wpa_ssid *ssid = wpa_s->current_ssid;
3852 int dur;
3853 struct os_time now;
3854
3855 if (ssid == NULL) {
3856 wpa_printf(MSG_DEBUG, "Authentication failure but no known "
3857 "SSID block");
3858 return;
3859 }
3860
3861 if (ssid->key_mgmt == WPA_KEY_MGMT_WPS)
3862 return;
3863
3864 ssid->auth_failures++;
Dmitry Shmidtd5c075b2013-08-05 14:36:10 -07003865
3866#ifdef CONFIG_P2P
3867 if (ssid->p2p_group &&
3868 (wpa_s->p2p_in_provisioning || wpa_s->show_group_started)) {
3869 /*
3870 * Skip the wait time since there is a short timeout on the
3871 * connection to a P2P group.
3872 */
3873 return;
3874 }
3875#endif /* CONFIG_P2P */
3876
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003877 if (ssid->auth_failures > 50)
3878 dur = 300;
3879 else if (ssid->auth_failures > 20)
3880 dur = 120;
3881 else if (ssid->auth_failures > 10)
3882 dur = 60;
3883 else if (ssid->auth_failures > 5)
3884 dur = 30;
3885 else if (ssid->auth_failures > 1)
3886 dur = 20;
3887 else
3888 dur = 10;
3889
3890 os_get_time(&now);
3891 if (now.sec + dur <= ssid->disabled_until.sec)
3892 return;
3893
3894 ssid->disabled_until.sec = now.sec + dur;
3895
3896 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_TEMP_DISABLED
3897 "id=%d ssid=\"%s\" auth_failures=%u duration=%d",
3898 ssid->id, wpa_ssid_txt(ssid->ssid, ssid->ssid_len),
3899 ssid->auth_failures, dur);
3900}
3901
3902
3903void wpas_clear_temp_disabled(struct wpa_supplicant *wpa_s,
3904 struct wpa_ssid *ssid, int clear_failures)
3905{
3906 if (ssid == NULL)
3907 return;
3908
3909 if (ssid->disabled_until.sec) {
3910 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_REENABLED
3911 "id=%d ssid=\"%s\"",
3912 ssid->id, wpa_ssid_txt(ssid->ssid, ssid->ssid_len));
3913 }
3914 ssid->disabled_until.sec = 0;
3915 ssid->disabled_until.usec = 0;
3916 if (clear_failures)
3917 ssid->auth_failures = 0;
3918}
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003919
3920
3921int disallowed_bssid(struct wpa_supplicant *wpa_s, const u8 *bssid)
3922{
3923 size_t i;
3924
3925 if (wpa_s->disallow_aps_bssid == NULL)
3926 return 0;
3927
3928 for (i = 0; i < wpa_s->disallow_aps_bssid_count; i++) {
3929 if (os_memcmp(wpa_s->disallow_aps_bssid + i * ETH_ALEN,
3930 bssid, ETH_ALEN) == 0)
3931 return 1;
3932 }
3933
3934 return 0;
3935}
3936
3937
3938int disallowed_ssid(struct wpa_supplicant *wpa_s, const u8 *ssid,
3939 size_t ssid_len)
3940{
3941 size_t i;
3942
3943 if (wpa_s->disallow_aps_ssid == NULL || ssid == NULL)
3944 return 0;
3945
3946 for (i = 0; i < wpa_s->disallow_aps_ssid_count; i++) {
3947 struct wpa_ssid_value *s = &wpa_s->disallow_aps_ssid[i];
3948 if (ssid_len == s->ssid_len &&
3949 os_memcmp(ssid, s->ssid, ssid_len) == 0)
3950 return 1;
3951 }
3952
3953 return 0;
3954}
3955
3956
3957/**
3958 * wpas_request_connection - Request a new connection
3959 * @wpa_s: Pointer to the network interface
3960 *
3961 * This function is used to request a new connection to be found. It will mark
3962 * the interface to allow reassociation and request a new scan to find a
3963 * suitable network to connect to.
3964 */
3965void wpas_request_connection(struct wpa_supplicant *wpa_s)
3966{
3967 wpa_s->normal_scans = 0;
3968 wpa_supplicant_reinit_autoscan(wpa_s);
3969 wpa_s->extra_blacklist_count = 0;
3970 wpa_s->disconnected = 0;
3971 wpa_s->reassociate = 1;
Dmitry Shmidt2f3b8de2013-03-01 09:32:50 -08003972
3973 if (wpa_supplicant_fast_associate(wpa_s) != 1)
3974 wpa_supplicant_req_scan(wpa_s, 0, 0);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003975}
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003976
3977
Dmitry Shmidt051af732013-10-22 13:52:46 -07003978static int wpas_conn_in_progress(struct wpa_supplicant *wpa_s)
3979{
3980 return wpa_s->wpa_state >= WPA_AUTHENTICATING &&
3981 wpa_s->wpa_state != WPA_COMPLETED;
3982}
3983
3984
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003985/**
3986 * wpas_wpa_is_in_progress - Check whether a connection is in progress
3987 * @wpa_s: Pointer to wpa_supplicant data
Dmitry Shmidt051af732013-10-22 13:52:46 -07003988 * @include_current: Whether to consider specified interface
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003989 *
3990 * This function is to check if the wpa state is in beginning of the connection
3991 * during 4-way handshake or group key handshake with WPA on any shared
3992 * interface.
3993 */
Dmitry Shmidt051af732013-10-22 13:52:46 -07003994int wpas_wpa_is_in_progress(struct wpa_supplicant *wpa_s, int include_current)
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003995{
3996 const char *rn, *rn2;
3997 struct wpa_supplicant *ifs;
3998
Dmitry Shmidt051af732013-10-22 13:52:46 -07003999 if (!wpa_s->driver->get_radio_name) {
4000 if (include_current && wpas_conn_in_progress(wpa_s)) {
4001 wpa_dbg(wpa_s, MSG_DEBUG, "Connection is in progress on interface %s - defer",
4002 wpa_s->ifname);
4003 return 1;
4004 }
4005
Dmitry Shmidtea69e842013-05-13 14:52:28 -07004006 return 0;
Dmitry Shmidt051af732013-10-22 13:52:46 -07004007 }
Dmitry Shmidtea69e842013-05-13 14:52:28 -07004008
4009 rn = wpa_s->driver->get_radio_name(wpa_s->drv_priv);
4010 if (rn == NULL || rn[0] == '\0')
4011 return 0;
4012
4013 for (ifs = wpa_s->global->ifaces; ifs; ifs = ifs->next) {
Dmitry Shmidt051af732013-10-22 13:52:46 -07004014 if (!include_current && ifs == wpa_s)
4015 continue;
4016 if (!ifs->driver->get_radio_name)
Dmitry Shmidtea69e842013-05-13 14:52:28 -07004017 continue;
4018
4019 rn2 = ifs->driver->get_radio_name(ifs->drv_priv);
4020 if (!rn2 || os_strcmp(rn, rn2) != 0)
4021 continue;
Dmitry Shmidt051af732013-10-22 13:52:46 -07004022 if (wpas_conn_in_progress(ifs)) {
Dmitry Shmidtea69e842013-05-13 14:52:28 -07004023 wpa_dbg(wpa_s, MSG_DEBUG, "Connection is in progress "
Dmitry Shmidt051af732013-10-22 13:52:46 -07004024 "on interface %s - defer", ifs->ifname);
Dmitry Shmidtea69e842013-05-13 14:52:28 -07004025 return 1;
4026 }
4027 }
4028
4029 return 0;
4030}
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07004031
4032
Dmitry Shmidtb96dad42013-11-05 10:07:29 -08004033void dump_freq_array(struct wpa_supplicant *wpa_s, const char *title,
4034 int *freq_array, unsigned int len)
4035{
4036 unsigned int i;
4037
4038 wpa_dbg(wpa_s, MSG_DEBUG, "Shared frequencies (len=%u): %s",
4039 len, title);
4040 for (i = 0; i < len; i++)
4041 wpa_dbg(wpa_s, MSG_DEBUG, "freq[%u]: %d", i, freq_array[i]);
4042}
4043
4044
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07004045/*
4046 * Find the operating frequencies of any of the virtual interfaces that
4047 * are using the same radio as the current interface.
4048 */
4049int get_shared_radio_freqs(struct wpa_supplicant *wpa_s,
4050 int *freq_array, unsigned int len)
4051{
4052 const char *rn, *rn2;
4053 struct wpa_supplicant *ifs;
4054 u8 bssid[ETH_ALEN];
4055 int freq;
4056 unsigned int idx = 0, i;
4057
Dmitry Shmidtb96dad42013-11-05 10:07:29 -08004058 wpa_dbg(wpa_s, MSG_DEBUG,
4059 "Determining shared radio frequencies (max len %u)", len);
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07004060 os_memset(freq_array, 0, sizeof(int) * len);
4061
4062 /* First add the frequency of the local interface */
4063 if (wpa_s->current_ssid != NULL && wpa_s->assoc_freq != 0) {
4064 if (wpa_s->current_ssid->mode == WPAS_MODE_AP ||
4065 wpa_s->current_ssid->mode == WPAS_MODE_P2P_GO)
4066 freq_array[idx++] = wpa_s->current_ssid->frequency;
4067 else if (wpa_drv_get_bssid(wpa_s, bssid) == 0)
4068 freq_array[idx++] = wpa_s->assoc_freq;
4069 }
4070
4071 /* If get_radio_name is not supported, use only the local freq */
4072 if (!wpa_s->driver->get_radio_name) {
4073 freq = wpa_drv_shared_freq(wpa_s);
4074 if (freq > 0 && idx < len &&
4075 (idx == 0 || freq_array[0] != freq))
4076 freq_array[idx++] = freq;
Dmitry Shmidtb96dad42013-11-05 10:07:29 -08004077 dump_freq_array(wpa_s, "No get_radio_name", freq_array, idx);
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07004078 return idx;
4079 }
4080
4081 rn = wpa_s->driver->get_radio_name(wpa_s->drv_priv);
Dmitry Shmidtb96dad42013-11-05 10:07:29 -08004082 if (rn == NULL || rn[0] == '\0') {
4083 dump_freq_array(wpa_s, "get_radio_name failed",
4084 freq_array, idx);
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07004085 return idx;
Dmitry Shmidtb96dad42013-11-05 10:07:29 -08004086 }
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07004087
Dmitry Shmidtb96dad42013-11-05 10:07:29 -08004088 for (ifs = wpa_s->global->ifaces; ifs && idx < len;
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07004089 ifs = ifs->next) {
4090 if (wpa_s == ifs || !ifs->driver->get_radio_name)
4091 continue;
4092
4093 rn2 = ifs->driver->get_radio_name(ifs->drv_priv);
4094 if (!rn2 || os_strcmp(rn, rn2) != 0)
4095 continue;
4096
4097 if (ifs->current_ssid == NULL || ifs->assoc_freq == 0)
4098 continue;
4099
4100 if (ifs->current_ssid->mode == WPAS_MODE_AP ||
4101 ifs->current_ssid->mode == WPAS_MODE_P2P_GO)
4102 freq = ifs->current_ssid->frequency;
4103 else if (wpa_drv_get_bssid(ifs, bssid) == 0)
4104 freq = ifs->assoc_freq;
4105 else
4106 continue;
4107
4108 /* Hold only distinct freqs */
4109 for (i = 0; i < idx; i++)
4110 if (freq_array[i] == freq)
4111 break;
4112
4113 if (i == idx)
4114 freq_array[idx++] = freq;
4115 }
Dmitry Shmidtb96dad42013-11-05 10:07:29 -08004116
4117 dump_freq_array(wpa_s, "completed iteration", freq_array, idx);
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07004118 return idx;
4119}