blob: f9243167cca4b5f34f069f252c8462022dbe9348 [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{
220 if (wpa_s->conf && wpa_s->conf->ap_scan == 0 &&
221 (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
296 if (wpa_s->conf && (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED))
297 eapol_conf.required_keys = 0;
298 }
299 if (wpa_s->conf)
300 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth;
301 eapol_conf.workaround = ssid->eap_workaround;
302 eapol_conf.eap_disabled =
303 !wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt) &&
304 wpa_s->key_mgmt != WPA_KEY_MGMT_IEEE8021X_NO_WPA &&
305 wpa_s->key_mgmt != WPA_KEY_MGMT_WPS;
306 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 Shmidt1f69aa52012-01-24 16:10:04 -0800573 if (wpas_driver_bss_selection(wpa_s))
574 return;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700575 if (wpa_s->current_ssid == wpa_s->bgscan_ssid)
576 return;
577
578 bgscan_deinit(wpa_s);
579 if (wpa_s->current_ssid && wpa_s->current_ssid->bgscan) {
580 if (bgscan_init(wpa_s, wpa_s->current_ssid)) {
581 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to initialize "
582 "bgscan");
583 /*
584 * Live without bgscan; it is only used as a roaming
585 * optimization, so the initial connection is not
586 * affected.
587 */
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700588 } else {
589 struct wpa_scan_results *scan_res;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700590 wpa_s->bgscan_ssid = wpa_s->current_ssid;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700591 scan_res = wpa_supplicant_get_scan_results(wpa_s, NULL,
592 0);
593 if (scan_res) {
594 bgscan_notify_scan(wpa_s, scan_res);
595 wpa_scan_results_free(scan_res);
596 }
597 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700598 } else
599 wpa_s->bgscan_ssid = NULL;
600}
601
602
603static void wpa_supplicant_stop_bgscan(struct wpa_supplicant *wpa_s)
604{
605 if (wpa_s->bgscan_ssid != NULL) {
606 bgscan_deinit(wpa_s);
607 wpa_s->bgscan_ssid = NULL;
608 }
609}
610
611#endif /* CONFIG_BGSCAN */
612
613
Dmitry Shmidt04949592012-07-19 12:16:46 -0700614static void wpa_supplicant_start_autoscan(struct wpa_supplicant *wpa_s)
615{
616 if (autoscan_init(wpa_s, 0))
617 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to initialize autoscan");
618}
619
620
621static void wpa_supplicant_stop_autoscan(struct wpa_supplicant *wpa_s)
622{
623 autoscan_deinit(wpa_s);
624}
625
626
627void wpa_supplicant_reinit_autoscan(struct wpa_supplicant *wpa_s)
628{
629 if (wpa_s->wpa_state == WPA_DISCONNECTED ||
630 wpa_s->wpa_state == WPA_SCANNING) {
631 autoscan_deinit(wpa_s);
632 wpa_supplicant_start_autoscan(wpa_s);
633 }
634}
635
636
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700637/**
638 * wpa_supplicant_set_state - Set current connection state
639 * @wpa_s: Pointer to wpa_supplicant data
640 * @state: The new connection state
641 *
642 * This function is called whenever the connection state changes, e.g.,
643 * association is completed for WPA/WPA2 4-Way Handshake is started.
644 */
645void wpa_supplicant_set_state(struct wpa_supplicant *wpa_s,
646 enum wpa_states state)
647{
648 enum wpa_states old_state = wpa_s->wpa_state;
649
650 wpa_dbg(wpa_s, MSG_DEBUG, "State: %s -> %s",
651 wpa_supplicant_state_txt(wpa_s->wpa_state),
652 wpa_supplicant_state_txt(state));
653
Dmitry Shmidt98f9e762012-05-30 11:18:46 -0700654#ifdef ANDROID_P2P
Irfan Sheriff7db4ef72012-06-18 09:39:07 -0700655 if(state == WPA_ASSOCIATED && wpa_s->current_ssid) {
656 wpa_s->current_ssid->assoc_retry = 0;
657 }
Dmitry Shmidt98f9e762012-05-30 11:18:46 -0700658#endif /* ANDROID_P2P */
659
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700660 if (state != WPA_SCANNING)
661 wpa_supplicant_notify_scanning(wpa_s, 0);
662
663 if (state == WPA_COMPLETED && wpa_s->new_connection) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700664 struct wpa_ssid *ssid = wpa_s->current_ssid;
Dmitry Shmidt700a1372013-03-15 14:14:44 -0700665#if defined(CONFIG_CTRL_IFACE) || !defined(CONFIG_NO_STDOUT_DEBUG)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700666 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_CONNECTED "- Connection to "
Dmitry Shmidtf8623282013-02-20 14:34:59 -0800667 MACSTR " completed (auth) [id=%d id_str=%s]",
668 MAC2STR(wpa_s->bssid),
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700669 ssid ? ssid->id : -1,
670 ssid && ssid->id_str ? ssid->id_str : "");
671#endif /* CONFIG_CTRL_IFACE || !CONFIG_NO_STDOUT_DEBUG */
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700672 wpas_clear_temp_disabled(wpa_s, ssid, 1);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800673 wpa_s->extra_blacklist_count = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700674 wpa_s->new_connection = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700675 wpa_drv_set_operstate(wpa_s, 1);
676#ifndef IEEE8021X_EAPOL
677 wpa_drv_set_supp_port(wpa_s, 1);
678#endif /* IEEE8021X_EAPOL */
679 wpa_s->after_wps = 0;
680#ifdef CONFIG_P2P
681 wpas_p2p_completed(wpa_s);
682#endif /* CONFIG_P2P */
Dmitry Shmidt04949592012-07-19 12:16:46 -0700683
684 sme_sched_obss_scan(wpa_s, 1);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700685 } else if (state == WPA_DISCONNECTED || state == WPA_ASSOCIATING ||
686 state == WPA_ASSOCIATED) {
687 wpa_s->new_connection = 1;
688 wpa_drv_set_operstate(wpa_s, 0);
689#ifndef IEEE8021X_EAPOL
690 wpa_drv_set_supp_port(wpa_s, 0);
691#endif /* IEEE8021X_EAPOL */
Dmitry Shmidt04949592012-07-19 12:16:46 -0700692 sme_sched_obss_scan(wpa_s, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700693 }
694 wpa_s->wpa_state = state;
695
696#ifdef CONFIG_BGSCAN
697 if (state == WPA_COMPLETED)
698 wpa_supplicant_start_bgscan(wpa_s);
699 else
700 wpa_supplicant_stop_bgscan(wpa_s);
701#endif /* CONFIG_BGSCAN */
702
Dmitry Shmidt04949592012-07-19 12:16:46 -0700703 if (state == WPA_AUTHENTICATING)
704 wpa_supplicant_stop_autoscan(wpa_s);
705
706 if (state == WPA_DISCONNECTED || state == WPA_INACTIVE)
707 wpa_supplicant_start_autoscan(wpa_s);
708
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700709 if (wpa_s->wpa_state != old_state) {
710 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
711
712 if (wpa_s->wpa_state == WPA_COMPLETED ||
713 old_state == WPA_COMPLETED)
714 wpas_notify_auth_changed(wpa_s);
715 }
716}
717
718
719void wpa_supplicant_terminate_proc(struct wpa_global *global)
720{
721 int pending = 0;
722#ifdef CONFIG_WPS
723 struct wpa_supplicant *wpa_s = global->ifaces;
724 while (wpa_s) {
Dmitry Shmidt56052862013-10-04 10:23:25 -0700725#ifdef CONFIG_P2P
726 if (wpa_s->p2p_group_interface != NOT_P2P_GROUP_INTERFACE ||
727 (wpa_s->current_ssid && wpa_s->current_ssid->p2p_group))
728 wpas_p2p_disconnect(wpa_s);
729#endif /* CONFIG_P2P */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700730 if (wpas_wps_terminate_pending(wpa_s) == 1)
731 pending = 1;
732 wpa_s = wpa_s->next;
733 }
734#endif /* CONFIG_WPS */
735 if (pending)
736 return;
737 eloop_terminate();
738}
739
740
741static void wpa_supplicant_terminate(int sig, void *signal_ctx)
742{
743 struct wpa_global *global = signal_ctx;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700744 wpa_supplicant_terminate_proc(global);
745}
746
747
748void wpa_supplicant_clear_status(struct wpa_supplicant *wpa_s)
749{
750 enum wpa_states old_state = wpa_s->wpa_state;
751
752 wpa_s->pairwise_cipher = 0;
753 wpa_s->group_cipher = 0;
754 wpa_s->mgmt_group_cipher = 0;
755 wpa_s->key_mgmt = 0;
756 if (wpa_s->wpa_state != WPA_INTERFACE_DISABLED)
Dmitry Shmidt04949592012-07-19 12:16:46 -0700757 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700758
759 if (wpa_s->wpa_state != old_state)
760 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
761}
762
763
764/**
765 * wpa_supplicant_reload_configuration - Reload configuration data
766 * @wpa_s: Pointer to wpa_supplicant data
767 * Returns: 0 on success or -1 if configuration parsing failed
768 *
769 * This function can be used to request that the configuration data is reloaded
770 * (e.g., after configuration file change). This function is reloading
771 * configuration only for one interface, so this may need to be called multiple
772 * times if %wpa_supplicant is controlling multiple interfaces and all
773 * interfaces need reconfiguration.
774 */
775int wpa_supplicant_reload_configuration(struct wpa_supplicant *wpa_s)
776{
777 struct wpa_config *conf;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700778 int reconf_ctrl;
779 int old_ap_scan;
780
781 if (wpa_s->confname == NULL)
782 return -1;
Dmitry Shmidt64f47c52013-04-16 10:41:54 -0700783 conf = wpa_config_read(wpa_s->confname, NULL);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700784 if (conf == NULL) {
785 wpa_msg(wpa_s, MSG_ERROR, "Failed to parse the configuration "
786 "file '%s' - exiting", wpa_s->confname);
787 return -1;
788 }
Dmitry Shmidt64f47c52013-04-16 10:41:54 -0700789 wpa_config_read(wpa_s->confanother, conf);
790
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700791 conf->changed_parameters = (unsigned int) -1;
792
793 reconf_ctrl = !!conf->ctrl_interface != !!wpa_s->conf->ctrl_interface
794 || (conf->ctrl_interface && wpa_s->conf->ctrl_interface &&
795 os_strcmp(conf->ctrl_interface,
796 wpa_s->conf->ctrl_interface) != 0);
797
798 if (reconf_ctrl && wpa_s->ctrl_iface) {
799 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface);
800 wpa_s->ctrl_iface = NULL;
801 }
802
803 eapol_sm_invalidate_cached_session(wpa_s->eapol);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800804 if (wpa_s->current_ssid) {
805 wpa_supplicant_deauthenticate(wpa_s,
806 WLAN_REASON_DEAUTH_LEAVING);
807 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700808
809 /*
810 * TODO: should notify EAPOL SM about changes in opensc_engine_path,
811 * pkcs11_engine_path, pkcs11_module_path.
812 */
813 if (wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt)) {
814 /*
815 * Clear forced success to clear EAP state for next
816 * authentication.
817 */
818 eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
819 }
820 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
821 wpa_sm_set_config(wpa_s->wpa, NULL);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800822 wpa_sm_pmksa_cache_flush(wpa_s->wpa, NULL);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700823 wpa_sm_set_fast_reauth(wpa_s->wpa, wpa_s->conf->fast_reauth);
824 rsn_preauth_deinit(wpa_s->wpa);
825
826 old_ap_scan = wpa_s->conf->ap_scan;
827 wpa_config_free(wpa_s->conf);
828 wpa_s->conf = conf;
829 if (old_ap_scan != wpa_s->conf->ap_scan)
830 wpas_notify_ap_scan_changed(wpa_s);
831
832 if (reconf_ctrl)
833 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s);
834
835 wpa_supplicant_update_config(wpa_s);
836
837 wpa_supplicant_clear_status(wpa_s);
Dmitry Shmidt04949592012-07-19 12:16:46 -0700838 if (wpa_supplicant_enabled_networks(wpa_s)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700839 wpa_s->reassociate = 1;
840 wpa_supplicant_req_scan(wpa_s, 0, 0);
841 }
842 wpa_dbg(wpa_s, MSG_DEBUG, "Reconfiguration completed");
843 return 0;
844}
845
846
847static void wpa_supplicant_reconfig(int sig, void *signal_ctx)
848{
849 struct wpa_global *global = signal_ctx;
850 struct wpa_supplicant *wpa_s;
851 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
852 wpa_dbg(wpa_s, MSG_DEBUG, "Signal %d received - reconfiguring",
853 sig);
854 if (wpa_supplicant_reload_configuration(wpa_s) < 0) {
855 wpa_supplicant_terminate_proc(global);
856 }
857 }
858}
859
860
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700861enum wpa_key_mgmt key_mgmt2driver(int key_mgmt)
862{
863 switch (key_mgmt) {
864 case WPA_KEY_MGMT_NONE:
865 return KEY_MGMT_NONE;
866 case WPA_KEY_MGMT_IEEE8021X_NO_WPA:
867 return KEY_MGMT_802_1X_NO_WPA;
868 case WPA_KEY_MGMT_IEEE8021X:
869 return KEY_MGMT_802_1X;
870 case WPA_KEY_MGMT_WPA_NONE:
871 return KEY_MGMT_WPA_NONE;
872 case WPA_KEY_MGMT_FT_IEEE8021X:
873 return KEY_MGMT_FT_802_1X;
874 case WPA_KEY_MGMT_FT_PSK:
875 return KEY_MGMT_FT_PSK;
876 case WPA_KEY_MGMT_IEEE8021X_SHA256:
877 return KEY_MGMT_802_1X_SHA256;
878 case WPA_KEY_MGMT_PSK_SHA256:
879 return KEY_MGMT_PSK_SHA256;
880 case WPA_KEY_MGMT_WPS:
881 return KEY_MGMT_WPS;
882 case WPA_KEY_MGMT_PSK:
883 default:
884 return KEY_MGMT_PSK;
885 }
886}
887
888
889static int wpa_supplicant_suites_from_ai(struct wpa_supplicant *wpa_s,
890 struct wpa_ssid *ssid,
891 struct wpa_ie_data *ie)
892{
893 int ret = wpa_sm_parse_own_wpa_ie(wpa_s->wpa, ie);
894 if (ret) {
895 if (ret == -2) {
896 wpa_msg(wpa_s, MSG_INFO, "WPA: Failed to parse WPA IE "
897 "from association info");
898 }
899 return -1;
900 }
901
902 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Using WPA IE from AssocReq to set "
903 "cipher suites");
904 if (!(ie->group_cipher & ssid->group_cipher)) {
905 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled group "
906 "cipher 0x%x (mask 0x%x) - reject",
907 ie->group_cipher, ssid->group_cipher);
908 return -1;
909 }
910 if (!(ie->pairwise_cipher & ssid->pairwise_cipher)) {
911 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled pairwise "
912 "cipher 0x%x (mask 0x%x) - reject",
913 ie->pairwise_cipher, ssid->pairwise_cipher);
914 return -1;
915 }
916 if (!(ie->key_mgmt & ssid->key_mgmt)) {
917 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled key "
918 "management 0x%x (mask 0x%x) - reject",
919 ie->key_mgmt, ssid->key_mgmt);
920 return -1;
921 }
922
923#ifdef CONFIG_IEEE80211W
924 if (!(ie->capabilities & WPA_CAPABILITY_MFPC) &&
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800925 (ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
926 wpa_s->conf->pmf : ssid->ieee80211w) ==
927 MGMT_FRAME_PROTECTION_REQUIRED) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700928 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver associated with an AP "
929 "that does not support management frame protection - "
930 "reject");
931 return -1;
932 }
933#endif /* CONFIG_IEEE80211W */
934
935 return 0;
936}
937
938
939/**
940 * wpa_supplicant_set_suites - Set authentication and encryption parameters
941 * @wpa_s: Pointer to wpa_supplicant data
942 * @bss: Scan results for the selected BSS, or %NULL if not available
943 * @ssid: Configuration data for the selected network
944 * @wpa_ie: Buffer for the WPA/RSN IE
945 * @wpa_ie_len: Maximum wpa_ie buffer size on input. This is changed to be the
946 * used buffer length in case the functions returns success.
947 * Returns: 0 on success or -1 on failure
948 *
949 * This function is used to configure authentication and encryption parameters
950 * based on the network configuration and scan result for the selected BSS (if
951 * available).
952 */
953int wpa_supplicant_set_suites(struct wpa_supplicant *wpa_s,
954 struct wpa_bss *bss, struct wpa_ssid *ssid,
955 u8 *wpa_ie, size_t *wpa_ie_len)
956{
957 struct wpa_ie_data ie;
958 int sel, proto;
959 const u8 *bss_wpa, *bss_rsn;
960
961 if (bss) {
962 bss_wpa = wpa_bss_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE);
963 bss_rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN);
964 } else
965 bss_wpa = bss_rsn = NULL;
966
967 if (bss_rsn && (ssid->proto & WPA_PROTO_RSN) &&
968 wpa_parse_wpa_ie(bss_rsn, 2 + bss_rsn[1], &ie) == 0 &&
969 (ie.group_cipher & ssid->group_cipher) &&
970 (ie.pairwise_cipher & ssid->pairwise_cipher) &&
971 (ie.key_mgmt & ssid->key_mgmt)) {
972 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using IEEE 802.11i/D9.0");
973 proto = WPA_PROTO_RSN;
974 } else if (bss_wpa && (ssid->proto & WPA_PROTO_WPA) &&
975 wpa_parse_wpa_ie(bss_wpa, 2 +bss_wpa[1], &ie) == 0 &&
976 (ie.group_cipher & ssid->group_cipher) &&
977 (ie.pairwise_cipher & ssid->pairwise_cipher) &&
978 (ie.key_mgmt & ssid->key_mgmt)) {
979 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using IEEE 802.11i/D3.0");
980 proto = WPA_PROTO_WPA;
981 } else if (bss) {
982 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select WPA/RSN");
983 return -1;
984 } else {
985 if (ssid->proto & WPA_PROTO_RSN)
986 proto = WPA_PROTO_RSN;
987 else
988 proto = WPA_PROTO_WPA;
989 if (wpa_supplicant_suites_from_ai(wpa_s, ssid, &ie) < 0) {
990 os_memset(&ie, 0, sizeof(ie));
991 ie.group_cipher = ssid->group_cipher;
992 ie.pairwise_cipher = ssid->pairwise_cipher;
993 ie.key_mgmt = ssid->key_mgmt;
994#ifdef CONFIG_IEEE80211W
995 ie.mgmt_group_cipher =
996 ssid->ieee80211w != NO_MGMT_FRAME_PROTECTION ?
997 WPA_CIPHER_AES_128_CMAC : 0;
998#endif /* CONFIG_IEEE80211W */
999 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Set cipher suites "
1000 "based on configuration");
1001 } else
1002 proto = ie.proto;
1003 }
1004
1005 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected cipher suites: group %d "
1006 "pairwise %d key_mgmt %d proto %d",
1007 ie.group_cipher, ie.pairwise_cipher, ie.key_mgmt, proto);
1008#ifdef CONFIG_IEEE80211W
1009 if (ssid->ieee80211w) {
1010 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected mgmt group cipher %d",
1011 ie.mgmt_group_cipher);
1012 }
1013#endif /* CONFIG_IEEE80211W */
1014
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001015 wpa_s->wpa_proto = proto;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001016 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PROTO, proto);
1017 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_RSN_ENABLED,
1018 !!(ssid->proto & WPA_PROTO_RSN));
1019
1020 if (bss || !wpa_s->ap_ies_from_associnfo) {
1021 if (wpa_sm_set_ap_wpa_ie(wpa_s->wpa, bss_wpa,
1022 bss_wpa ? 2 + bss_wpa[1] : 0) ||
1023 wpa_sm_set_ap_rsn_ie(wpa_s->wpa, bss_rsn,
1024 bss_rsn ? 2 + bss_rsn[1] : 0))
1025 return -1;
1026 }
1027
1028 sel = ie.group_cipher & ssid->group_cipher;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001029 wpa_s->group_cipher = wpa_pick_group_cipher(sel);
1030 if (wpa_s->group_cipher < 0) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001031 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select group "
1032 "cipher");
1033 return -1;
1034 }
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001035 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using GTK %s",
1036 wpa_cipher_txt(wpa_s->group_cipher));
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001037
1038 sel = ie.pairwise_cipher & ssid->pairwise_cipher;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001039 wpa_s->pairwise_cipher = wpa_pick_pairwise_cipher(sel, 1);
1040 if (wpa_s->pairwise_cipher < 0) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001041 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select pairwise "
1042 "cipher");
1043 return -1;
1044 }
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001045 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using PTK %s",
1046 wpa_cipher_txt(wpa_s->pairwise_cipher));
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001047
1048 sel = ie.key_mgmt & ssid->key_mgmt;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001049#ifdef CONFIG_SAE
1050 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_SAE))
1051 sel &= ~(WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE);
1052#endif /* CONFIG_SAE */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001053 if (0) {
1054#ifdef CONFIG_IEEE80211R
1055 } else if (sel & WPA_KEY_MGMT_FT_IEEE8021X) {
1056 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_IEEE8021X;
1057 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT FT/802.1X");
1058 } else if (sel & WPA_KEY_MGMT_FT_PSK) {
1059 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK;
1060 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT FT/PSK");
1061#endif /* CONFIG_IEEE80211R */
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001062#ifdef CONFIG_SAE
1063 } else if (sel & WPA_KEY_MGMT_SAE) {
1064 wpa_s->key_mgmt = WPA_KEY_MGMT_SAE;
1065 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using KEY_MGMT SAE");
1066 } else if (sel & WPA_KEY_MGMT_FT_SAE) {
1067 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_SAE;
1068 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using KEY_MGMT FT/SAE");
1069#endif /* CONFIG_SAE */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001070#ifdef CONFIG_IEEE80211W
1071 } else if (sel & WPA_KEY_MGMT_IEEE8021X_SHA256) {
1072 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X_SHA256;
1073 wpa_dbg(wpa_s, MSG_DEBUG,
1074 "WPA: using KEY_MGMT 802.1X with SHA256");
1075 } else if (sel & WPA_KEY_MGMT_PSK_SHA256) {
1076 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK_SHA256;
1077 wpa_dbg(wpa_s, MSG_DEBUG,
1078 "WPA: using KEY_MGMT PSK with SHA256");
1079#endif /* CONFIG_IEEE80211W */
1080 } else if (sel & WPA_KEY_MGMT_IEEE8021X) {
1081 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X;
1082 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT 802.1X");
1083 } else if (sel & WPA_KEY_MGMT_PSK) {
1084 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK;
1085 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT WPA-PSK");
1086 } else if (sel & WPA_KEY_MGMT_WPA_NONE) {
1087 wpa_s->key_mgmt = WPA_KEY_MGMT_WPA_NONE;
1088 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT WPA-NONE");
1089 } else {
1090 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select "
1091 "authenticated key management type");
1092 return -1;
1093 }
1094
1095 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_KEY_MGMT, wpa_s->key_mgmt);
1096 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PAIRWISE,
1097 wpa_s->pairwise_cipher);
1098 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
1099
1100#ifdef CONFIG_IEEE80211W
1101 sel = ie.mgmt_group_cipher;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001102 if ((ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
1103 wpa_s->conf->pmf : ssid->ieee80211w) == NO_MGMT_FRAME_PROTECTION ||
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001104 !(ie.capabilities & WPA_CAPABILITY_MFPC))
1105 sel = 0;
1106 if (sel & WPA_CIPHER_AES_128_CMAC) {
1107 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
1108 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using MGMT group cipher "
1109 "AES-128-CMAC");
1110 } else {
1111 wpa_s->mgmt_group_cipher = 0;
1112 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: not using MGMT group cipher");
1113 }
1114 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MGMT_GROUP,
1115 wpa_s->mgmt_group_cipher);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001116 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MFP,
1117 (ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
1118 wpa_s->conf->pmf : ssid->ieee80211w));
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001119#endif /* CONFIG_IEEE80211W */
1120
1121 if (wpa_sm_set_assoc_wpa_ie_default(wpa_s->wpa, wpa_ie, wpa_ie_len)) {
1122 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to generate WPA IE");
1123 return -1;
1124 }
1125
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001126 if (wpa_key_mgmt_wpa_psk(ssid->key_mgmt)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001127 wpa_sm_set_pmk(wpa_s->wpa, ssid->psk, PMK_LEN);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001128#ifndef CONFIG_NO_PBKDF2
1129 if (bss && ssid->bssid_set && ssid->ssid_len == 0 &&
1130 ssid->passphrase) {
1131 u8 psk[PMK_LEN];
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001132 pbkdf2_sha1(ssid->passphrase, bss->ssid, bss->ssid_len,
1133 4096, psk, PMK_LEN);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001134 wpa_hexdump_key(MSG_MSGDUMP, "PSK (from passphrase)",
1135 psk, PMK_LEN);
1136 wpa_sm_set_pmk(wpa_s->wpa, psk, PMK_LEN);
1137 }
1138#endif /* CONFIG_NO_PBKDF2 */
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001139#ifdef CONFIG_EXT_PASSWORD
1140 if (ssid->ext_psk) {
1141 struct wpabuf *pw = ext_password_get(wpa_s->ext_pw,
1142 ssid->ext_psk);
1143 char pw_str[64 + 1];
1144 u8 psk[PMK_LEN];
1145
1146 if (pw == NULL) {
1147 wpa_msg(wpa_s, MSG_INFO, "EXT PW: No PSK "
1148 "found from external storage");
1149 return -1;
1150 }
1151
1152 if (wpabuf_len(pw) < 8 || wpabuf_len(pw) > 64) {
1153 wpa_msg(wpa_s, MSG_INFO, "EXT PW: Unexpected "
1154 "PSK length %d in external storage",
1155 (int) wpabuf_len(pw));
1156 ext_password_free(pw);
1157 return -1;
1158 }
1159
1160 os_memcpy(pw_str, wpabuf_head(pw), wpabuf_len(pw));
1161 pw_str[wpabuf_len(pw)] = '\0';
1162
1163#ifndef CONFIG_NO_PBKDF2
1164 if (wpabuf_len(pw) >= 8 && wpabuf_len(pw) < 64 && bss)
1165 {
1166 pbkdf2_sha1(pw_str, bss->ssid, bss->ssid_len,
1167 4096, psk, PMK_LEN);
1168 os_memset(pw_str, 0, sizeof(pw_str));
1169 wpa_hexdump_key(MSG_MSGDUMP, "PSK (from "
1170 "external passphrase)",
1171 psk, PMK_LEN);
1172 wpa_sm_set_pmk(wpa_s->wpa, psk, PMK_LEN);
1173 } else
1174#endif /* CONFIG_NO_PBKDF2 */
1175 if (wpabuf_len(pw) == 2 * PMK_LEN) {
1176 if (hexstr2bin(pw_str, psk, PMK_LEN) < 0) {
1177 wpa_msg(wpa_s, MSG_INFO, "EXT PW: "
1178 "Invalid PSK hex string");
1179 os_memset(pw_str, 0, sizeof(pw_str));
1180 ext_password_free(pw);
1181 return -1;
1182 }
1183 wpa_sm_set_pmk(wpa_s->wpa, psk, PMK_LEN);
1184 } else {
1185 wpa_msg(wpa_s, MSG_INFO, "EXT PW: No suitable "
1186 "PSK available");
1187 os_memset(pw_str, 0, sizeof(pw_str));
1188 ext_password_free(pw);
1189 return -1;
1190 }
1191
1192 os_memset(pw_str, 0, sizeof(pw_str));
1193 ext_password_free(pw);
1194 }
1195#endif /* CONFIG_EXT_PASSWORD */
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001196 } else
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001197 wpa_sm_set_pmk_from_pmksa(wpa_s->wpa);
1198
1199 return 0;
1200}
1201
1202
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001203static void wpas_ext_capab_byte(struct wpa_supplicant *wpa_s, u8 *pos, int idx)
1204{
1205 *pos = 0x00;
1206
1207 switch (idx) {
1208 case 0: /* Bits 0-7 */
1209 break;
1210 case 1: /* Bits 8-15 */
1211 break;
1212 case 2: /* Bits 16-23 */
1213#ifdef CONFIG_WNM
1214 *pos |= 0x02; /* Bit 17 - WNM-Sleep Mode */
1215 *pos |= 0x08; /* Bit 19 - BSS Transition */
1216#endif /* CONFIG_WNM */
1217 break;
1218 case 3: /* Bits 24-31 */
1219#ifdef CONFIG_WNM
1220 *pos |= 0x02; /* Bit 25 - SSID List */
1221#endif /* CONFIG_WNM */
1222#ifdef CONFIG_INTERWORKING
1223 if (wpa_s->conf->interworking)
1224 *pos |= 0x80; /* Bit 31 - Interworking */
1225#endif /* CONFIG_INTERWORKING */
1226 break;
1227 case 4: /* Bits 32-39 */
1228 break;
1229 case 5: /* Bits 40-47 */
1230 break;
1231 case 6: /* Bits 48-55 */
1232 break;
1233 }
1234}
1235
1236
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001237int wpas_build_ext_capab(struct wpa_supplicant *wpa_s, u8 *buf)
1238{
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001239 u8 *pos = buf;
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001240 u8 len = 4, i;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001241
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001242 if (len < wpa_s->extended_capa_len)
1243 len = wpa_s->extended_capa_len;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001244
1245 *pos++ = WLAN_EID_EXT_CAPAB;
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001246 *pos++ = len;
1247 for (i = 0; i < len; i++, pos++) {
1248 wpas_ext_capab_byte(wpa_s, pos, i);
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001249
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001250 if (i < wpa_s->extended_capa_len) {
1251 *pos &= ~wpa_s->extended_capa_mask[i];
1252 *pos |= wpa_s->extended_capa[i];
1253 }
1254 }
1255
1256 while (len > 0 && buf[1 + len] == 0) {
1257 len--;
1258 buf[1] = len;
1259 }
1260 if (len == 0)
1261 return 0;
1262
1263 return 2 + len;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001264}
1265
1266
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001267/**
1268 * wpa_supplicant_associate - Request association
1269 * @wpa_s: Pointer to wpa_supplicant data
1270 * @bss: Scan results for the selected BSS, or %NULL if not available
1271 * @ssid: Configuration data for the selected network
1272 *
1273 * This function is used to request %wpa_supplicant to associate with a BSS.
1274 */
1275void wpa_supplicant_associate(struct wpa_supplicant *wpa_s,
1276 struct wpa_bss *bss, struct wpa_ssid *ssid)
1277{
1278 u8 wpa_ie[200];
1279 size_t wpa_ie_len;
1280 int use_crypt, ret, i, bssid_changed;
1281 int algs = WPA_AUTH_ALG_OPEN;
1282 enum wpa_cipher cipher_pairwise, cipher_group;
1283 struct wpa_driver_associate_params params;
1284 int wep_keys_set = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001285 int assoc_failed = 0;
1286 struct wpa_ssid *old_ssid;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001287#ifdef CONFIG_HT_OVERRIDES
1288 struct ieee80211_ht_capabilities htcaps;
1289 struct ieee80211_ht_capabilities htcaps_mask;
1290#endif /* CONFIG_HT_OVERRIDES */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001291
1292#ifdef CONFIG_IBSS_RSN
1293 ibss_rsn_deinit(wpa_s->ibss_rsn);
1294 wpa_s->ibss_rsn = NULL;
1295#endif /* CONFIG_IBSS_RSN */
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001296#ifdef ANDROID_P2P
1297 int freq = 0;
1298#endif
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001299
1300 if (ssid->mode == WPAS_MODE_AP || ssid->mode == WPAS_MODE_P2P_GO ||
1301 ssid->mode == WPAS_MODE_P2P_GROUP_FORMATION) {
1302#ifdef CONFIG_AP
1303 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_AP)) {
1304 wpa_msg(wpa_s, MSG_INFO, "Driver does not support AP "
1305 "mode");
1306 return;
1307 }
Dmitry Shmidtaa532512012-09-24 10:35:31 -07001308 if (wpa_supplicant_create_ap(wpa_s, ssid) < 0) {
1309 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt391c59f2013-09-03 12:16:28 -07001310 if (ssid->mode == WPAS_MODE_P2P_GROUP_FORMATION)
1311 wpas_p2p_ap_setup_failed(wpa_s);
Dmitry Shmidtaa532512012-09-24 10:35:31 -07001312 return;
1313 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001314 wpa_s->current_bss = bss;
1315#else /* CONFIG_AP */
1316 wpa_msg(wpa_s, MSG_ERROR, "AP mode support not included in "
1317 "the build");
1318#endif /* CONFIG_AP */
1319 return;
1320 }
1321
1322#ifdef CONFIG_TDLS
1323 if (bss)
1324 wpa_tdls_ap_ies(wpa_s->wpa, (const u8 *) (bss + 1),
1325 bss->ie_len);
1326#endif /* CONFIG_TDLS */
1327
1328 if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_SME) &&
1329 ssid->mode == IEEE80211_MODE_INFRA) {
1330 sme_authenticate(wpa_s, bss, ssid);
1331 return;
1332 }
1333
1334 os_memset(&params, 0, sizeof(params));
1335 wpa_s->reassociate = 0;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001336 if (bss && !wpas_driver_bss_selection(wpa_s)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001337#ifdef CONFIG_IEEE80211R
1338 const u8 *ie, *md = NULL;
1339#endif /* CONFIG_IEEE80211R */
1340 wpa_msg(wpa_s, MSG_INFO, "Trying to associate with " MACSTR
1341 " (SSID='%s' freq=%d MHz)", MAC2STR(bss->bssid),
1342 wpa_ssid_txt(bss->ssid, bss->ssid_len), bss->freq);
1343 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
1344 os_memset(wpa_s->bssid, 0, ETH_ALEN);
1345 os_memcpy(wpa_s->pending_bssid, bss->bssid, ETH_ALEN);
1346 if (bssid_changed)
1347 wpas_notify_bssid_changed(wpa_s);
1348#ifdef CONFIG_IEEE80211R
1349 ie = wpa_bss_get_ie(bss, WLAN_EID_MOBILITY_DOMAIN);
1350 if (ie && ie[1] >= MOBILITY_DOMAIN_ID_LEN)
1351 md = ie + 2;
1352 wpa_sm_set_ft_params(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0);
1353 if (md) {
1354 /* Prepare for the next transition */
1355 wpa_ft_prepare_auth_request(wpa_s->wpa, ie);
1356 }
1357#endif /* CONFIG_IEEE80211R */
1358#ifdef CONFIG_WPS
1359 } else if ((ssid->ssid == NULL || ssid->ssid_len == 0) &&
1360 wpa_s->conf->ap_scan == 2 &&
1361 (ssid->key_mgmt & WPA_KEY_MGMT_WPS)) {
1362 /* Use ap_scan==1 style network selection to find the network
1363 */
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001364 wpa_s->scan_req = MANUAL_SCAN_REQ;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001365 wpa_s->reassociate = 1;
1366 wpa_supplicant_req_scan(wpa_s, 0, 0);
1367 return;
1368#endif /* CONFIG_WPS */
1369 } else {
1370 wpa_msg(wpa_s, MSG_INFO, "Trying to associate with SSID '%s'",
1371 wpa_ssid_txt(ssid->ssid, ssid->ssid_len));
1372 os_memset(wpa_s->pending_bssid, 0, ETH_ALEN);
1373 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001374 wpa_supplicant_cancel_sched_scan(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001375 wpa_supplicant_cancel_scan(wpa_s);
1376
1377 /* Starting new association, so clear the possibly used WPA IE from the
1378 * previous association. */
1379 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
1380
1381#ifdef IEEE8021X_EAPOL
1382 if (ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1383 if (ssid->leap) {
1384 if (ssid->non_leap == 0)
1385 algs = WPA_AUTH_ALG_LEAP;
1386 else
1387 algs |= WPA_AUTH_ALG_LEAP;
1388 }
1389 }
1390#endif /* IEEE8021X_EAPOL */
1391 wpa_dbg(wpa_s, MSG_DEBUG, "Automatic auth_alg selection: 0x%x", algs);
1392 if (ssid->auth_alg) {
1393 algs = ssid->auth_alg;
1394 wpa_dbg(wpa_s, MSG_DEBUG, "Overriding auth_alg selection: "
1395 "0x%x", algs);
1396 }
1397
1398 if (bss && (wpa_bss_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE) ||
1399 wpa_bss_get_ie(bss, WLAN_EID_RSN)) &&
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001400 wpa_key_mgmt_wpa(ssid->key_mgmt)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001401 int try_opportunistic;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001402 try_opportunistic = (ssid->proactive_key_caching < 0 ?
1403 wpa_s->conf->okc :
1404 ssid->proactive_key_caching) &&
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001405 (ssid->proto & WPA_PROTO_RSN);
1406 if (pmksa_cache_set_current(wpa_s->wpa, NULL, bss->bssid,
Dmitry Shmidt700a1372013-03-15 14:14:44 -07001407 ssid, try_opportunistic) == 0)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001408 eapol_sm_notify_pmkid_attempt(wpa_s->eapol, 1);
1409 wpa_ie_len = sizeof(wpa_ie);
1410 if (wpa_supplicant_set_suites(wpa_s, bss, ssid,
1411 wpa_ie, &wpa_ie_len)) {
1412 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to set WPA "
1413 "key management and encryption suites");
1414 return;
1415 }
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001416 } else if ((ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA) && bss &&
1417 wpa_key_mgmt_wpa_ieee8021x(ssid->key_mgmt)) {
1418 /*
1419 * Both WPA and non-WPA IEEE 802.1X enabled in configuration -
1420 * use non-WPA since the scan results did not indicate that the
1421 * AP is using WPA or WPA2.
1422 */
1423 wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
1424 wpa_ie_len = 0;
1425 wpa_s->wpa_proto = 0;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001426 } else if (wpa_key_mgmt_wpa_any(ssid->key_mgmt)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001427 wpa_ie_len = sizeof(wpa_ie);
1428 if (wpa_supplicant_set_suites(wpa_s, NULL, ssid,
1429 wpa_ie, &wpa_ie_len)) {
1430 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to set WPA "
1431 "key management and encryption suites (no "
1432 "scan results)");
1433 return;
1434 }
1435#ifdef CONFIG_WPS
1436 } else if (ssid->key_mgmt & WPA_KEY_MGMT_WPS) {
1437 struct wpabuf *wps_ie;
1438 wps_ie = wps_build_assoc_req_ie(wpas_wps_get_req_type(ssid));
1439 if (wps_ie && wpabuf_len(wps_ie) <= sizeof(wpa_ie)) {
1440 wpa_ie_len = wpabuf_len(wps_ie);
1441 os_memcpy(wpa_ie, wpabuf_head(wps_ie), wpa_ie_len);
1442 } else
1443 wpa_ie_len = 0;
1444 wpabuf_free(wps_ie);
1445 wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
1446 if (!bss || (bss->caps & IEEE80211_CAP_PRIVACY))
1447 params.wps = WPS_MODE_PRIVACY;
1448 else
1449 params.wps = WPS_MODE_OPEN;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001450 wpa_s->wpa_proto = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001451#endif /* CONFIG_WPS */
1452 } else {
1453 wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
1454 wpa_ie_len = 0;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001455 wpa_s->wpa_proto = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001456 }
1457
1458#ifdef CONFIG_P2P
1459 if (wpa_s->global->p2p) {
1460 u8 *pos;
1461 size_t len;
1462 int res;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001463 pos = wpa_ie + wpa_ie_len;
1464 len = sizeof(wpa_ie) - wpa_ie_len;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001465 res = wpas_p2p_assoc_req_ie(wpa_s, bss, pos, len,
1466 ssid->p2p_group);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001467 if (res >= 0)
1468 wpa_ie_len += res;
1469 }
1470
1471 wpa_s->cross_connect_disallowed = 0;
1472 if (bss) {
1473 struct wpabuf *p2p;
1474 p2p = wpa_bss_get_vendor_ie_multi(bss, P2P_IE_VENDOR_TYPE);
1475 if (p2p) {
1476 wpa_s->cross_connect_disallowed =
1477 p2p_get_cross_connect_disallowed(p2p);
1478 wpabuf_free(p2p);
1479 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: WLAN AP %s cross "
1480 "connection",
1481 wpa_s->cross_connect_disallowed ?
1482 "disallows" : "allows");
1483 }
1484 }
1485#endif /* CONFIG_P2P */
1486
Dmitry Shmidt04949592012-07-19 12:16:46 -07001487#ifdef CONFIG_HS20
Dmitry Shmidt51b6ea82013-05-08 10:42:09 -07001488 if (is_hs20_network(wpa_s, ssid, bss)) {
Dmitry Shmidt04949592012-07-19 12:16:46 -07001489 struct wpabuf *hs20;
1490 hs20 = wpabuf_alloc(20);
1491 if (hs20) {
1492 wpas_hs20_add_indication(hs20);
1493 os_memcpy(wpa_ie + wpa_ie_len, wpabuf_head(hs20),
1494 wpabuf_len(hs20));
1495 wpa_ie_len += wpabuf_len(hs20);
1496 wpabuf_free(hs20);
1497 }
1498 }
1499#endif /* CONFIG_HS20 */
1500
Dmitry Shmidt56052862013-10-04 10:23:25 -07001501 /*
1502 * Workaround: Add Extended Capabilities element only if the AP
1503 * included this element in Beacon/Probe Response frames. Some older
1504 * APs seem to have interoperability issues if this element is
1505 * included, so while the standard may require us to include the
1506 * element in all cases, it is justifiable to skip it to avoid
1507 * interoperability issues.
1508 */
1509 if (!bss || wpa_bss_get_ie(bss, WLAN_EID_EXT_CAPAB)) {
1510 u8 ext_capab[10];
1511 int ext_capab_len;
1512 ext_capab_len = wpas_build_ext_capab(wpa_s, ext_capab);
1513 if (ext_capab_len > 0) {
1514 u8 *pos = wpa_ie;
1515 if (wpa_ie_len > 0 && pos[0] == WLAN_EID_RSN)
1516 pos += 2 + pos[1];
1517 os_memmove(pos + ext_capab_len, pos,
1518 wpa_ie_len - (pos - wpa_ie));
1519 wpa_ie_len += ext_capab_len;
1520 os_memcpy(pos, ext_capab, ext_capab_len);
1521 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001522 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001523
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001524 wpa_clear_keys(wpa_s, bss ? bss->bssid : NULL);
1525 use_crypt = 1;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001526 cipher_pairwise = wpa_cipher_to_suite_driver(wpa_s->pairwise_cipher);
1527 cipher_group = wpa_cipher_to_suite_driver(wpa_s->group_cipher);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001528 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE ||
1529 wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1530 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE)
1531 use_crypt = 0;
1532 if (wpa_set_wep_keys(wpa_s, ssid)) {
1533 use_crypt = 1;
1534 wep_keys_set = 1;
1535 }
1536 }
1537 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPS)
1538 use_crypt = 0;
1539
1540#ifdef IEEE8021X_EAPOL
1541 if (wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1542 if ((ssid->eapol_flags &
1543 (EAPOL_FLAG_REQUIRE_KEY_UNICAST |
1544 EAPOL_FLAG_REQUIRE_KEY_BROADCAST)) == 0 &&
1545 !wep_keys_set) {
1546 use_crypt = 0;
1547 } else {
1548 /* Assume that dynamic WEP-104 keys will be used and
1549 * set cipher suites in order for drivers to expect
1550 * encryption. */
1551 cipher_pairwise = cipher_group = CIPHER_WEP104;
1552 }
1553 }
1554#endif /* IEEE8021X_EAPOL */
1555
1556 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE) {
1557 /* Set the key before (and later after) association */
1558 wpa_supplicant_set_wpa_none_key(wpa_s, ssid);
1559 }
1560
1561 wpa_supplicant_set_state(wpa_s, WPA_ASSOCIATING);
1562 if (bss) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001563 params.ssid = bss->ssid;
1564 params.ssid_len = bss->ssid_len;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001565 if (!wpas_driver_bss_selection(wpa_s) || ssid->bssid_set) {
1566 wpa_printf(MSG_DEBUG, "Limit connection to BSSID "
1567 MACSTR " freq=%u MHz based on scan results "
1568 "(bssid_set=%d)",
1569 MAC2STR(bss->bssid), bss->freq,
1570 ssid->bssid_set);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001571 params.bssid = bss->bssid;
1572 params.freq = bss->freq;
1573 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001574 } else {
1575 params.ssid = ssid->ssid;
1576 params.ssid_len = ssid->ssid_len;
1577 }
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001578
1579 if (ssid->mode == WPAS_MODE_IBSS && ssid->bssid_set &&
1580 wpa_s->conf->ap_scan == 2) {
1581 params.bssid = ssid->bssid;
1582 params.fixed_bssid = 1;
1583 }
1584
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001585 if (ssid->mode == WPAS_MODE_IBSS && ssid->frequency > 0 &&
1586 params.freq == 0)
1587 params.freq = ssid->frequency; /* Initial channel for IBSS */
1588 params.wpa_ie = wpa_ie;
1589 params.wpa_ie_len = wpa_ie_len;
1590 params.pairwise_suite = cipher_pairwise;
1591 params.group_suite = cipher_group;
1592 params.key_mgmt_suite = key_mgmt2driver(wpa_s->key_mgmt);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001593 params.wpa_proto = wpa_s->wpa_proto;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001594 params.auth_alg = algs;
1595 params.mode = ssid->mode;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001596 params.bg_scan_period = ssid->bg_scan_period;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001597 for (i = 0; i < NUM_WEP_KEYS; i++) {
1598 if (ssid->wep_key_len[i])
1599 params.wep_key[i] = ssid->wep_key[i];
1600 params.wep_key_len[i] = ssid->wep_key_len[i];
1601 }
1602 params.wep_tx_keyidx = ssid->wep_tx_keyidx;
1603
1604 if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE) &&
1605 (params.key_mgmt_suite == KEY_MGMT_PSK ||
1606 params.key_mgmt_suite == KEY_MGMT_FT_PSK)) {
1607 params.passphrase = ssid->passphrase;
1608 if (ssid->psk_set)
1609 params.psk = ssid->psk;
1610 }
1611
1612 params.drop_unencrypted = use_crypt;
1613
1614#ifdef CONFIG_IEEE80211W
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001615 params.mgmt_frame_protection =
1616 ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
1617 wpa_s->conf->pmf : ssid->ieee80211w;
1618 if (params.mgmt_frame_protection != NO_MGMT_FRAME_PROTECTION && bss) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001619 const u8 *rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN);
1620 struct wpa_ie_data ie;
1621 if (rsn && wpa_parse_wpa_ie(rsn, 2 + rsn[1], &ie) == 0 &&
1622 ie.capabilities &
1623 (WPA_CAPABILITY_MFPC | WPA_CAPABILITY_MFPR)) {
1624 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected AP supports "
1625 "MFP: require MFP");
1626 params.mgmt_frame_protection =
1627 MGMT_FRAME_PROTECTION_REQUIRED;
1628 }
1629 }
1630#endif /* CONFIG_IEEE80211W */
1631
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001632 params.p2p = ssid->p2p_group;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001633
1634 if (wpa_s->parent->set_sta_uapsd)
1635 params.uapsd = wpa_s->parent->sta_uapsd;
1636 else
1637 params.uapsd = -1;
1638
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001639#ifdef CONFIG_HT_OVERRIDES
1640 os_memset(&htcaps, 0, sizeof(htcaps));
1641 os_memset(&htcaps_mask, 0, sizeof(htcaps_mask));
1642 params.htcaps = (u8 *) &htcaps;
1643 params.htcaps_mask = (u8 *) &htcaps_mask;
1644 wpa_supplicant_apply_ht_overrides(wpa_s, ssid, &params);
1645#endif /* CONFIG_HT_OVERRIDES */
1646
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001647#ifdef ANDROID_P2P
1648 /* If multichannel concurrency is not supported, check for any frequency
1649 * conflict and take appropriate action.
1650 */
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07001651 if ((wpa_s->num_multichan_concurrent < 2) &&
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001652 ((freq = wpa_drv_shared_freq(wpa_s)) > 0) && (freq != params.freq)) {
1653 wpa_printf(MSG_DEBUG, "Shared interface with conflicting frequency found (%d != %d)"
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001654 , freq, params.freq);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001655 if (wpas_p2p_handle_frequency_conflicts(wpa_s, params.freq, ssid) < 0)
Dmitry Shmidt687922c2012-03-26 14:02:32 -07001656 return;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001657 }
1658#endif
1659 ret = wpa_drv_associate(wpa_s, &params);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001660 if (ret < 0) {
1661 wpa_msg(wpa_s, MSG_INFO, "Association request to the driver "
1662 "failed");
1663 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_SANE_ERROR_CODES) {
1664 /*
1665 * The driver is known to mean what is saying, so we
1666 * can stop right here; the association will not
1667 * succeed.
1668 */
1669 wpas_connection_failed(wpa_s, wpa_s->pending_bssid);
Dmitry Shmidt04949592012-07-19 12:16:46 -07001670 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001671 os_memset(wpa_s->pending_bssid, 0, ETH_ALEN);
1672 return;
1673 }
1674 /* try to continue anyway; new association will be tried again
1675 * after timeout */
1676 assoc_failed = 1;
1677 }
1678
1679 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE) {
1680 /* Set the key after the association just in case association
1681 * cleared the previously configured key. */
1682 wpa_supplicant_set_wpa_none_key(wpa_s, ssid);
1683 /* No need to timeout authentication since there is no key
1684 * management. */
1685 wpa_supplicant_cancel_auth_timeout(wpa_s);
1686 wpa_supplicant_set_state(wpa_s, WPA_COMPLETED);
1687#ifdef CONFIG_IBSS_RSN
1688 } else if (ssid->mode == WPAS_MODE_IBSS &&
1689 wpa_s->key_mgmt != WPA_KEY_MGMT_NONE &&
1690 wpa_s->key_mgmt != WPA_KEY_MGMT_WPA_NONE) {
1691 /*
1692 * RSN IBSS authentication is per-STA and we can disable the
1693 * per-BSSID authentication.
1694 */
1695 wpa_supplicant_cancel_auth_timeout(wpa_s);
1696#endif /* CONFIG_IBSS_RSN */
1697 } else {
1698 /* Timeout for IEEE 802.11 authentication and association */
1699 int timeout = 60;
1700
1701 if (assoc_failed) {
1702 /* give IBSS a bit more time */
1703 timeout = ssid->mode == WPAS_MODE_IBSS ? 10 : 5;
1704 } else if (wpa_s->conf->ap_scan == 1) {
1705 /* give IBSS a bit more time */
1706 timeout = ssid->mode == WPAS_MODE_IBSS ? 20 : 10;
1707 }
1708 wpa_supplicant_req_auth_timeout(wpa_s, timeout, 0);
1709 }
1710
Dmitry Shmidt51b6ea82013-05-08 10:42:09 -07001711 if (wep_keys_set &&
1712 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_SET_KEYS_AFTER_ASSOC)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001713 /* Set static WEP keys again */
1714 wpa_set_wep_keys(wpa_s, ssid);
1715 }
1716
1717 if (wpa_s->current_ssid && wpa_s->current_ssid != ssid) {
1718 /*
1719 * Do not allow EAP session resumption between different
1720 * network configurations.
1721 */
1722 eapol_sm_invalidate_cached_session(wpa_s->eapol);
1723 }
1724 old_ssid = wpa_s->current_ssid;
1725 wpa_s->current_ssid = ssid;
1726 wpa_s->current_bss = bss;
1727 wpa_supplicant_rsn_supp_set_config(wpa_s, wpa_s->current_ssid);
1728 wpa_supplicant_initiate_eapol(wpa_s);
1729 if (old_ssid != wpa_s->current_ssid)
1730 wpas_notify_network_changed(wpa_s);
1731}
1732
1733
1734static void wpa_supplicant_clear_connection(struct wpa_supplicant *wpa_s,
1735 const u8 *addr)
1736{
1737 struct wpa_ssid *old_ssid;
1738
1739 wpa_clear_keys(wpa_s, addr);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001740 old_ssid = wpa_s->current_ssid;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001741 wpa_supplicant_mark_disassoc(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001742 wpa_sm_set_config(wpa_s->wpa, NULL);
1743 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
1744 if (old_ssid != wpa_s->current_ssid)
1745 wpas_notify_network_changed(wpa_s);
1746 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
1747}
1748
1749
1750/**
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001751 * wpa_supplicant_deauthenticate - Deauthenticate the current connection
1752 * @wpa_s: Pointer to wpa_supplicant data
1753 * @reason_code: IEEE 802.11 reason code for the deauthenticate frame
1754 *
1755 * This function is used to request %wpa_supplicant to deauthenticate from the
1756 * current AP.
1757 */
1758void wpa_supplicant_deauthenticate(struct wpa_supplicant *wpa_s,
1759 int reason_code)
1760{
1761 u8 *addr = NULL;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001762 union wpa_event_data event;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001763 int zero_addr = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001764
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001765 wpa_dbg(wpa_s, MSG_DEBUG, "Request to deauthenticate - bssid=" MACSTR
1766 " pending_bssid=" MACSTR " reason=%d state=%s",
1767 MAC2STR(wpa_s->bssid), MAC2STR(wpa_s->pending_bssid),
1768 reason_code, wpa_supplicant_state_txt(wpa_s->wpa_state));
1769
1770 if (!is_zero_ether_addr(wpa_s->bssid))
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001771 addr = wpa_s->bssid;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001772 else if (!is_zero_ether_addr(wpa_s->pending_bssid) &&
1773 (wpa_s->wpa_state == WPA_AUTHENTICATING ||
1774 wpa_s->wpa_state == WPA_ASSOCIATING))
1775 addr = wpa_s->pending_bssid;
1776 else if (wpa_s->wpa_state == WPA_ASSOCIATING) {
1777 /*
1778 * When using driver-based BSS selection, we may not know the
1779 * BSSID with which we are currently trying to associate. We
1780 * need to notify the driver of this disconnection even in such
1781 * a case, so use the all zeros address here.
1782 */
1783 addr = wpa_s->bssid;
1784 zero_addr = 1;
1785 }
1786
Dmitry Shmidtf8623282013-02-20 14:34:59 -08001787#ifdef CONFIG_TDLS
1788 wpa_tdls_teardown_peers(wpa_s->wpa);
1789#endif /* CONFIG_TDLS */
1790
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001791 if (addr) {
1792 wpa_drv_deauthenticate(wpa_s, addr, reason_code);
Dmitry Shmidt04949592012-07-19 12:16:46 -07001793 os_memset(&event, 0, sizeof(event));
1794 event.deauth_info.reason_code = (u16) reason_code;
1795 event.deauth_info.locally_generated = 1;
1796 wpa_supplicant_event(wpa_s, EVENT_DEAUTH, &event);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001797 if (zero_addr)
1798 addr = NULL;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001799 }
1800
1801 wpa_supplicant_clear_connection(wpa_s, addr);
1802}
1803
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001804static void wpa_supplicant_enable_one_network(struct wpa_supplicant *wpa_s,
1805 struct wpa_ssid *ssid)
1806{
1807 if (!ssid || !ssid->disabled || ssid->disabled == 2)
1808 return;
1809
1810 ssid->disabled = 0;
1811 wpas_clear_temp_disabled(wpa_s, ssid, 1);
1812 wpas_notify_network_enabled_changed(wpa_s, ssid);
1813
1814 /*
1815 * Try to reassociate since there is no current configuration and a new
1816 * network was made available.
1817 */
1818 if (!wpa_s->current_ssid)
1819 wpa_s->reassociate = 1;
1820}
1821
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001822
1823/**
1824 * wpa_supplicant_enable_network - Mark a configured network as enabled
1825 * @wpa_s: wpa_supplicant structure for a network interface
1826 * @ssid: wpa_ssid structure for a configured network or %NULL
1827 *
1828 * Enables the specified network or all networks if no network specified.
1829 */
1830void wpa_supplicant_enable_network(struct wpa_supplicant *wpa_s,
1831 struct wpa_ssid *ssid)
1832{
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001833 if (ssid == NULL) {
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001834 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
1835 wpa_supplicant_enable_one_network(wpa_s, ssid);
1836 } else
1837 wpa_supplicant_enable_one_network(wpa_s, ssid);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001838
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001839 if (wpa_s->reassociate) {
1840 if (wpa_s->sched_scanning) {
1841 wpa_printf(MSG_DEBUG, "Stop ongoing sched_scan to add "
1842 "new network to scan filters");
1843 wpa_supplicant_cancel_sched_scan(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001844 }
1845
Dmitry Shmidtf7e0a992013-05-23 11:03:10 -07001846 if (wpa_supplicant_fast_associate(wpa_s) != 1)
1847 wpa_supplicant_req_scan(wpa_s, 0, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001848 }
1849}
1850
1851
1852/**
1853 * wpa_supplicant_disable_network - Mark a configured network as disabled
1854 * @wpa_s: wpa_supplicant structure for a network interface
1855 * @ssid: wpa_ssid structure for a configured network or %NULL
1856 *
1857 * Disables the specified network or all networks if no network specified.
1858 */
1859void wpa_supplicant_disable_network(struct wpa_supplicant *wpa_s,
1860 struct wpa_ssid *ssid)
1861{
1862 struct wpa_ssid *other_ssid;
1863 int was_disabled;
1864
1865 if (ssid == NULL) {
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001866 if (wpa_s->sched_scanning)
1867 wpa_supplicant_cancel_sched_scan(wpa_s);
1868
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001869 for (other_ssid = wpa_s->conf->ssid; other_ssid;
1870 other_ssid = other_ssid->next) {
1871 was_disabled = other_ssid->disabled;
1872 if (was_disabled == 2)
1873 continue; /* do not change persistent P2P group
1874 * data */
1875
1876 other_ssid->disabled = 1;
1877
1878 if (was_disabled != other_ssid->disabled)
1879 wpas_notify_network_enabled_changed(
1880 wpa_s, other_ssid);
1881 }
1882 if (wpa_s->current_ssid)
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001883 wpa_supplicant_deauthenticate(
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001884 wpa_s, WLAN_REASON_DEAUTH_LEAVING);
1885 } else if (ssid->disabled != 2) {
1886 if (ssid == wpa_s->current_ssid)
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001887 wpa_supplicant_deauthenticate(
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001888 wpa_s, WLAN_REASON_DEAUTH_LEAVING);
1889
1890 was_disabled = ssid->disabled;
1891
1892 ssid->disabled = 1;
1893
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001894 if (was_disabled != ssid->disabled) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001895 wpas_notify_network_enabled_changed(wpa_s, ssid);
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001896 if (wpa_s->sched_scanning) {
1897 wpa_printf(MSG_DEBUG, "Stop ongoing sched_scan "
1898 "to remove network from filters");
1899 wpa_supplicant_cancel_sched_scan(wpa_s);
1900 wpa_supplicant_req_scan(wpa_s, 0, 0);
1901 }
1902 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001903 }
1904}
1905
1906
1907/**
1908 * wpa_supplicant_select_network - Attempt association with a network
1909 * @wpa_s: wpa_supplicant structure for a network interface
1910 * @ssid: wpa_ssid structure for a configured network or %NULL for any network
1911 */
1912void wpa_supplicant_select_network(struct wpa_supplicant *wpa_s,
1913 struct wpa_ssid *ssid)
1914{
1915
1916 struct wpa_ssid *other_ssid;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001917 int disconnected = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001918
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001919 if (ssid && ssid != wpa_s->current_ssid && wpa_s->current_ssid) {
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001920 wpa_supplicant_deauthenticate(
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001921 wpa_s, WLAN_REASON_DEAUTH_LEAVING);
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001922 disconnected = 1;
1923 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001924
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001925 if (ssid)
1926 wpas_clear_temp_disabled(wpa_s, ssid, 1);
1927
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001928 /*
1929 * Mark all other networks disabled or mark all networks enabled if no
1930 * network specified.
1931 */
1932 for (other_ssid = wpa_s->conf->ssid; other_ssid;
1933 other_ssid = other_ssid->next) {
1934 int was_disabled = other_ssid->disabled;
1935 if (was_disabled == 2)
1936 continue; /* do not change persistent P2P group data */
1937
1938 other_ssid->disabled = ssid ? (ssid->id != other_ssid->id) : 0;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001939 if (was_disabled && !other_ssid->disabled)
1940 wpas_clear_temp_disabled(wpa_s, other_ssid, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001941
1942 if (was_disabled != other_ssid->disabled)
1943 wpas_notify_network_enabled_changed(wpa_s, other_ssid);
1944 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001945
1946 if (ssid && ssid == wpa_s->current_ssid && wpa_s->current_ssid) {
1947 /* We are already associated with the selected network */
1948 wpa_printf(MSG_DEBUG, "Already associated with the "
1949 "selected network - do nothing");
1950 return;
1951 }
1952
Dmitry Shmidtb7b4d0e2013-08-26 12:09:05 -07001953 if (ssid) {
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001954 wpa_s->current_ssid = ssid;
Dmitry Shmidtb7b4d0e2013-08-26 12:09:05 -07001955 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
1956 }
Jouni Malinen75ecf522011-06-27 15:19:46 -07001957 wpa_s->connect_without_scan = NULL;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001958 wpa_s->disconnected = 0;
1959 wpa_s->reassociate = 1;
Dmitry Shmidt4b9d52f2013-02-05 17:44:43 -08001960
1961 if (wpa_supplicant_fast_associate(wpa_s) != 1)
1962 wpa_supplicant_req_scan(wpa_s, 0, disconnected ? 100000 : 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001963
1964 if (ssid)
1965 wpas_notify_network_selected(wpa_s, ssid);
1966}
1967
1968
1969/**
1970 * wpa_supplicant_set_ap_scan - Set AP scan mode for interface
1971 * @wpa_s: wpa_supplicant structure for a network interface
1972 * @ap_scan: AP scan mode
1973 * Returns: 0 if succeed or -1 if ap_scan has an invalid value
1974 *
1975 */
1976int wpa_supplicant_set_ap_scan(struct wpa_supplicant *wpa_s, int ap_scan)
1977{
1978
1979 int old_ap_scan;
1980
1981 if (ap_scan < 0 || ap_scan > 2)
1982 return -1;
1983
Dmitry Shmidt114c3862011-08-16 11:52:06 -07001984#ifdef ANDROID
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001985 if (ap_scan == 2 && ap_scan != wpa_s->conf->ap_scan &&
1986 wpa_s->wpa_state >= WPA_ASSOCIATING &&
1987 wpa_s->wpa_state < WPA_COMPLETED) {
1988 wpa_printf(MSG_ERROR, "ap_scan = %d (%d) rejected while "
1989 "associating", wpa_s->conf->ap_scan, ap_scan);
Dmitry Shmidt114c3862011-08-16 11:52:06 -07001990 return 0;
1991 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001992#endif /* ANDROID */
Dmitry Shmidt114c3862011-08-16 11:52:06 -07001993
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001994 old_ap_scan = wpa_s->conf->ap_scan;
1995 wpa_s->conf->ap_scan = ap_scan;
1996
1997 if (old_ap_scan != wpa_s->conf->ap_scan)
1998 wpas_notify_ap_scan_changed(wpa_s);
1999
2000 return 0;
2001}
2002
2003
2004/**
2005 * wpa_supplicant_set_bss_expiration_age - Set BSS entry expiration age
2006 * @wpa_s: wpa_supplicant structure for a network interface
2007 * @expire_age: Expiration age in seconds
2008 * Returns: 0 if succeed or -1 if expire_age has an invalid value
2009 *
2010 */
2011int wpa_supplicant_set_bss_expiration_age(struct wpa_supplicant *wpa_s,
2012 unsigned int bss_expire_age)
2013{
2014 if (bss_expire_age < 10) {
2015 wpa_msg(wpa_s, MSG_ERROR, "Invalid bss expiration age %u",
2016 bss_expire_age);
2017 return -1;
2018 }
2019 wpa_msg(wpa_s, MSG_DEBUG, "Setting bss expiration age: %d sec",
2020 bss_expire_age);
2021 wpa_s->conf->bss_expiration_age = bss_expire_age;
2022
2023 return 0;
2024}
2025
2026
2027/**
2028 * wpa_supplicant_set_bss_expiration_count - Set BSS entry expiration scan count
2029 * @wpa_s: wpa_supplicant structure for a network interface
2030 * @expire_count: number of scans after which an unseen BSS is reclaimed
2031 * Returns: 0 if succeed or -1 if expire_count has an invalid value
2032 *
2033 */
2034int wpa_supplicant_set_bss_expiration_count(struct wpa_supplicant *wpa_s,
2035 unsigned int bss_expire_count)
2036{
2037 if (bss_expire_count < 1) {
2038 wpa_msg(wpa_s, MSG_ERROR, "Invalid bss expiration count %u",
2039 bss_expire_count);
2040 return -1;
2041 }
2042 wpa_msg(wpa_s, MSG_DEBUG, "Setting bss expiration scan count: %u",
2043 bss_expire_count);
2044 wpa_s->conf->bss_expiration_scan_count = bss_expire_count;
2045
2046 return 0;
2047}
2048
2049
2050/**
Dmitry Shmidt04949592012-07-19 12:16:46 -07002051 * wpa_supplicant_set_scan_interval - Set scan interval
2052 * @wpa_s: wpa_supplicant structure for a network interface
2053 * @scan_interval: scan interval in seconds
2054 * Returns: 0 if succeed or -1 if scan_interval has an invalid value
2055 *
2056 */
2057int wpa_supplicant_set_scan_interval(struct wpa_supplicant *wpa_s,
2058 int scan_interval)
2059{
2060 if (scan_interval < 0) {
2061 wpa_msg(wpa_s, MSG_ERROR, "Invalid scan interval %d",
2062 scan_interval);
2063 return -1;
2064 }
2065 wpa_msg(wpa_s, MSG_DEBUG, "Setting scan interval: %d sec",
2066 scan_interval);
Dmitry Shmidt4b9d52f2013-02-05 17:44:43 -08002067 wpa_supplicant_update_scan_int(wpa_s, scan_interval);
Dmitry Shmidt04949592012-07-19 12:16:46 -07002068
2069 return 0;
2070}
2071
2072
2073/**
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002074 * wpa_supplicant_set_debug_params - Set global debug params
2075 * @global: wpa_global structure
2076 * @debug_level: debug level
2077 * @debug_timestamp: determines if show timestamp in debug data
2078 * @debug_show_keys: determines if show keys in debug data
2079 * Returns: 0 if succeed or -1 if debug_level has wrong value
2080 */
2081int wpa_supplicant_set_debug_params(struct wpa_global *global, int debug_level,
2082 int debug_timestamp, int debug_show_keys)
2083{
2084
2085 int old_level, old_timestamp, old_show_keys;
2086
2087 /* check for allowed debuglevels */
2088 if (debug_level != MSG_EXCESSIVE &&
2089 debug_level != MSG_MSGDUMP &&
2090 debug_level != MSG_DEBUG &&
2091 debug_level != MSG_INFO &&
2092 debug_level != MSG_WARNING &&
2093 debug_level != MSG_ERROR)
2094 return -1;
2095
2096 old_level = wpa_debug_level;
2097 old_timestamp = wpa_debug_timestamp;
2098 old_show_keys = wpa_debug_show_keys;
2099
2100 wpa_debug_level = debug_level;
2101 wpa_debug_timestamp = debug_timestamp ? 1 : 0;
2102 wpa_debug_show_keys = debug_show_keys ? 1 : 0;
2103
2104 if (wpa_debug_level != old_level)
2105 wpas_notify_debug_level_changed(global);
2106 if (wpa_debug_timestamp != old_timestamp)
2107 wpas_notify_debug_timestamp_changed(global);
2108 if (wpa_debug_show_keys != old_show_keys)
2109 wpas_notify_debug_show_keys_changed(global);
2110
2111 return 0;
2112}
2113
2114
2115/**
2116 * wpa_supplicant_get_ssid - Get a pointer to the current network structure
2117 * @wpa_s: Pointer to wpa_supplicant data
2118 * Returns: A pointer to the current network structure or %NULL on failure
2119 */
2120struct wpa_ssid * wpa_supplicant_get_ssid(struct wpa_supplicant *wpa_s)
2121{
2122 struct wpa_ssid *entry;
2123 u8 ssid[MAX_SSID_LEN];
2124 int res;
2125 size_t ssid_len;
2126 u8 bssid[ETH_ALEN];
2127 int wired;
2128
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002129 res = wpa_drv_get_ssid(wpa_s, ssid);
2130 if (res < 0) {
2131 wpa_msg(wpa_s, MSG_WARNING, "Could not read SSID from "
2132 "driver");
2133 return NULL;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002134 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002135 ssid_len = res;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002136
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002137 if (wpa_drv_get_bssid(wpa_s, bssid) < 0) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002138 wpa_msg(wpa_s, MSG_WARNING, "Could not read BSSID from "
2139 "driver");
2140 return NULL;
2141 }
2142
2143 wired = wpa_s->conf->ap_scan == 0 &&
2144 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED);
2145
2146 entry = wpa_s->conf->ssid;
2147 while (entry) {
Dmitry Shmidt04949592012-07-19 12:16:46 -07002148 if (!wpas_network_disabled(wpa_s, entry) &&
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002149 ((ssid_len == entry->ssid_len &&
2150 os_memcmp(ssid, entry->ssid, ssid_len) == 0) || wired) &&
2151 (!entry->bssid_set ||
2152 os_memcmp(bssid, entry->bssid, ETH_ALEN) == 0))
2153 return entry;
2154#ifdef CONFIG_WPS
Dmitry Shmidt04949592012-07-19 12:16:46 -07002155 if (!wpas_network_disabled(wpa_s, entry) &&
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002156 (entry->key_mgmt & WPA_KEY_MGMT_WPS) &&
2157 (entry->ssid == NULL || entry->ssid_len == 0) &&
2158 (!entry->bssid_set ||
2159 os_memcmp(bssid, entry->bssid, ETH_ALEN) == 0))
2160 return entry;
2161#endif /* CONFIG_WPS */
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002162
Dmitry Shmidt04949592012-07-19 12:16:46 -07002163 if (!wpas_network_disabled(wpa_s, entry) && entry->bssid_set &&
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002164 entry->ssid_len == 0 &&
2165 os_memcmp(bssid, entry->bssid, ETH_ALEN) == 0)
2166 return entry;
2167
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002168 entry = entry->next;
2169 }
2170
2171 return NULL;
2172}
2173
2174
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002175static int select_driver(struct wpa_supplicant *wpa_s, int i)
2176{
2177 struct wpa_global *global = wpa_s->global;
2178
2179 if (wpa_drivers[i]->global_init && global->drv_priv[i] == NULL) {
2180 global->drv_priv[i] = wpa_drivers[i]->global_init();
2181 if (global->drv_priv[i] == NULL) {
2182 wpa_printf(MSG_ERROR, "Failed to initialize driver "
2183 "'%s'", wpa_drivers[i]->name);
2184 return -1;
2185 }
2186 }
2187
2188 wpa_s->driver = wpa_drivers[i];
2189 wpa_s->global_drv_priv = global->drv_priv[i];
2190
2191 return 0;
2192}
2193
2194
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002195static int wpa_supplicant_set_driver(struct wpa_supplicant *wpa_s,
2196 const char *name)
2197{
2198 int i;
2199 size_t len;
2200 const char *pos, *driver = name;
2201
2202 if (wpa_s == NULL)
2203 return -1;
2204
2205 if (wpa_drivers[0] == NULL) {
2206 wpa_msg(wpa_s, MSG_ERROR, "No driver interfaces build into "
2207 "wpa_supplicant");
2208 return -1;
2209 }
2210
2211 if (name == NULL) {
2212 /* default to first driver in the list */
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002213 return select_driver(wpa_s, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002214 }
2215
2216 do {
2217 pos = os_strchr(driver, ',');
2218 if (pos)
2219 len = pos - driver;
2220 else
2221 len = os_strlen(driver);
2222
2223 for (i = 0; wpa_drivers[i]; i++) {
2224 if (os_strlen(wpa_drivers[i]->name) == len &&
2225 os_strncmp(driver, wpa_drivers[i]->name, len) ==
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002226 0) {
2227 /* First driver that succeeds wins */
2228 if (select_driver(wpa_s, i) == 0)
2229 return 0;
2230 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002231 }
2232
2233 driver = pos + 1;
2234 } while (pos);
2235
2236 wpa_msg(wpa_s, MSG_ERROR, "Unsupported driver '%s'", name);
2237 return -1;
2238}
2239
2240
2241/**
2242 * wpa_supplicant_rx_eapol - Deliver a received EAPOL frame to wpa_supplicant
2243 * @ctx: Context pointer (wpa_s); this is the ctx variable registered
2244 * with struct wpa_driver_ops::init()
2245 * @src_addr: Source address of the EAPOL frame
2246 * @buf: EAPOL data starting from the EAPOL header (i.e., no Ethernet header)
2247 * @len: Length of the EAPOL data
2248 *
2249 * This function is called for each received EAPOL frame. Most driver
2250 * interfaces rely on more generic OS mechanism for receiving frames through
2251 * l2_packet, but if such a mechanism is not available, the driver wrapper may
2252 * take care of received EAPOL frames and deliver them to the core supplicant
2253 * code by calling this function.
2254 */
2255void wpa_supplicant_rx_eapol(void *ctx, const u8 *src_addr,
2256 const u8 *buf, size_t len)
2257{
2258 struct wpa_supplicant *wpa_s = ctx;
2259
2260 wpa_dbg(wpa_s, MSG_DEBUG, "RX EAPOL from " MACSTR, MAC2STR(src_addr));
2261 wpa_hexdump(MSG_MSGDUMP, "RX EAPOL", buf, len);
2262
Jouni Malinena05074c2012-12-21 21:35:35 +02002263 if (wpa_s->wpa_state < WPA_ASSOCIATED ||
2264 (wpa_s->last_eapol_matches_bssid &&
2265#ifdef CONFIG_AP
2266 !wpa_s->ap_iface &&
2267#endif /* CONFIG_AP */
2268 os_memcmp(src_addr, wpa_s->bssid, ETH_ALEN) != 0)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002269 /*
2270 * There is possible race condition between receiving the
2271 * association event and the EAPOL frame since they are coming
2272 * through different paths from the driver. In order to avoid
2273 * issues in trying to process the EAPOL frame before receiving
2274 * association information, lets queue it for processing until
Jouni Malinena05074c2012-12-21 21:35:35 +02002275 * the association event is received. This may also be needed in
2276 * driver-based roaming case, so also use src_addr != BSSID as a
2277 * trigger if we have previously confirmed that the
2278 * Authenticator uses BSSID as the src_addr (which is not the
2279 * case with wired IEEE 802.1X).
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002280 */
2281 wpa_dbg(wpa_s, MSG_DEBUG, "Not associated - Delay processing "
Jouni Malinena05074c2012-12-21 21:35:35 +02002282 "of received EAPOL frame (state=%s bssid=" MACSTR ")",
2283 wpa_supplicant_state_txt(wpa_s->wpa_state),
2284 MAC2STR(wpa_s->bssid));
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002285 wpabuf_free(wpa_s->pending_eapol_rx);
2286 wpa_s->pending_eapol_rx = wpabuf_alloc_copy(buf, len);
2287 if (wpa_s->pending_eapol_rx) {
2288 os_get_time(&wpa_s->pending_eapol_rx_time);
2289 os_memcpy(wpa_s->pending_eapol_rx_src, src_addr,
2290 ETH_ALEN);
2291 }
2292 return;
2293 }
2294
Jouni Malinena05074c2012-12-21 21:35:35 +02002295 wpa_s->last_eapol_matches_bssid =
2296 os_memcmp(src_addr, wpa_s->bssid, ETH_ALEN) == 0;
2297
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002298#ifdef CONFIG_AP
2299 if (wpa_s->ap_iface) {
2300 wpa_supplicant_ap_rx_eapol(wpa_s, src_addr, buf, len);
2301 return;
2302 }
2303#endif /* CONFIG_AP */
2304
2305 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE) {
2306 wpa_dbg(wpa_s, MSG_DEBUG, "Ignored received EAPOL frame since "
2307 "no key management is configured");
2308 return;
2309 }
2310
2311 if (wpa_s->eapol_received == 0 &&
2312 (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE) ||
2313 !wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt) ||
2314 wpa_s->wpa_state != WPA_COMPLETED) &&
2315 (wpa_s->current_ssid == NULL ||
2316 wpa_s->current_ssid->mode != IEEE80211_MODE_IBSS)) {
2317 /* Timeout for completing IEEE 802.1X and WPA authentication */
2318 wpa_supplicant_req_auth_timeout(
2319 wpa_s,
2320 (wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt) ||
2321 wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA ||
2322 wpa_s->key_mgmt == WPA_KEY_MGMT_WPS) ?
2323 70 : 10, 0);
2324 }
2325 wpa_s->eapol_received++;
2326
2327 if (wpa_s->countermeasures) {
2328 wpa_msg(wpa_s, MSG_INFO, "WPA: Countermeasures - dropped "
2329 "EAPOL packet");
2330 return;
2331 }
2332
2333#ifdef CONFIG_IBSS_RSN
2334 if (wpa_s->current_ssid &&
2335 wpa_s->current_ssid->mode == WPAS_MODE_IBSS) {
2336 ibss_rsn_rx_eapol(wpa_s->ibss_rsn, src_addr, buf, len);
2337 return;
2338 }
2339#endif /* CONFIG_IBSS_RSN */
2340
2341 /* Source address of the incoming EAPOL frame could be compared to the
2342 * current BSSID. However, it is possible that a centralized
2343 * Authenticator could be using another MAC address than the BSSID of
2344 * an AP, so just allow any address to be used for now. The replies are
2345 * still sent to the current BSSID (if available), though. */
2346
2347 os_memcpy(wpa_s->last_eapol_src, src_addr, ETH_ALEN);
2348 if (!wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt) &&
2349 eapol_sm_rx_eapol(wpa_s->eapol, src_addr, buf, len) > 0)
2350 return;
2351 wpa_drv_poll(wpa_s);
2352 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE))
2353 wpa_sm_rx_eapol(wpa_s->wpa, src_addr, buf, len);
2354 else if (wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt)) {
2355 /*
2356 * Set portValid = TRUE here since we are going to skip 4-way
2357 * handshake processing which would normally set portValid. We
2358 * need this to allow the EAPOL state machines to be completed
2359 * without going through EAPOL-Key handshake.
2360 */
2361 eapol_sm_notify_portValid(wpa_s->eapol, TRUE);
2362 }
2363}
2364
2365
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002366int wpa_supplicant_update_mac_addr(struct wpa_supplicant *wpa_s)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002367{
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002368 if (wpa_s->driver->send_eapol) {
2369 const u8 *addr = wpa_drv_get_mac_addr(wpa_s);
2370 if (addr)
2371 os_memcpy(wpa_s->own_addr, addr, ETH_ALEN);
Dmitry Shmidt34af3062013-07-11 10:46:32 -07002372 } else if ((!wpa_s->p2p_mgmt ||
2373 !(wpa_s->drv_flags &
2374 WPA_DRIVER_FLAGS_DEDICATED_P2P_DEVICE)) &&
2375 !(wpa_s->drv_flags &
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002376 WPA_DRIVER_FLAGS_P2P_DEDICATED_INTERFACE)) {
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002377 l2_packet_deinit(wpa_s->l2);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002378 wpa_s->l2 = l2_packet_init(wpa_s->ifname,
2379 wpa_drv_get_mac_addr(wpa_s),
2380 ETH_P_EAPOL,
2381 wpa_supplicant_rx_eapol, wpa_s, 0);
2382 if (wpa_s->l2 == NULL)
2383 return -1;
2384 } else {
2385 const u8 *addr = wpa_drv_get_mac_addr(wpa_s);
2386 if (addr)
2387 os_memcpy(wpa_s->own_addr, addr, ETH_ALEN);
2388 }
2389
2390 if (wpa_s->l2 && l2_packet_get_own_addr(wpa_s->l2, wpa_s->own_addr)) {
2391 wpa_msg(wpa_s, MSG_ERROR, "Failed to get own L2 address");
2392 return -1;
2393 }
2394
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002395 return 0;
2396}
2397
2398
Dmitry Shmidt04949592012-07-19 12:16:46 -07002399static void wpa_supplicant_rx_eapol_bridge(void *ctx, const u8 *src_addr,
2400 const u8 *buf, size_t len)
2401{
2402 struct wpa_supplicant *wpa_s = ctx;
2403 const struct l2_ethhdr *eth;
2404
2405 if (len < sizeof(*eth))
2406 return;
2407 eth = (const struct l2_ethhdr *) buf;
2408
2409 if (os_memcmp(eth->h_dest, wpa_s->own_addr, ETH_ALEN) != 0 &&
2410 !(eth->h_dest[0] & 0x01)) {
2411 wpa_dbg(wpa_s, MSG_DEBUG, "RX EAPOL from " MACSTR " to " MACSTR
2412 " (bridge - not for this interface - ignore)",
2413 MAC2STR(src_addr), MAC2STR(eth->h_dest));
2414 return;
2415 }
2416
2417 wpa_dbg(wpa_s, MSG_DEBUG, "RX EAPOL from " MACSTR " to " MACSTR
2418 " (bridge)", MAC2STR(src_addr), MAC2STR(eth->h_dest));
2419 wpa_supplicant_rx_eapol(wpa_s, src_addr, buf + sizeof(*eth),
2420 len - sizeof(*eth));
2421}
2422
2423
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002424/**
2425 * wpa_supplicant_driver_init - Initialize driver interface parameters
2426 * @wpa_s: Pointer to wpa_supplicant data
2427 * Returns: 0 on success, -1 on failure
2428 *
2429 * This function is called to initialize driver interface parameters.
2430 * wpa_drv_init() must have been called before this function to initialize the
2431 * driver interface.
2432 */
2433int wpa_supplicant_driver_init(struct wpa_supplicant *wpa_s)
2434{
2435 static int interface_count = 0;
2436
2437 if (wpa_supplicant_update_mac_addr(wpa_s) < 0)
2438 return -1;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002439
Dmitry Shmidt34af3062013-07-11 10:46:32 -07002440 wpa_dbg(wpa_s, MSG_DEBUG, "Own MAC address: " MACSTR,
2441 MAC2STR(wpa_s->own_addr));
2442 wpa_sm_set_own_addr(wpa_s->wpa, wpa_s->own_addr);
2443
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002444 if (wpa_s->bridge_ifname[0]) {
2445 wpa_dbg(wpa_s, MSG_DEBUG, "Receiving packets from bridge "
2446 "interface '%s'", wpa_s->bridge_ifname);
2447 wpa_s->l2_br = l2_packet_init(wpa_s->bridge_ifname,
2448 wpa_s->own_addr,
2449 ETH_P_EAPOL,
Dmitry Shmidt04949592012-07-19 12:16:46 -07002450 wpa_supplicant_rx_eapol_bridge,
2451 wpa_s, 1);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002452 if (wpa_s->l2_br == NULL) {
2453 wpa_msg(wpa_s, MSG_ERROR, "Failed to open l2_packet "
2454 "connection for the bridge interface '%s'",
2455 wpa_s->bridge_ifname);
2456 return -1;
2457 }
2458 }
2459
2460 wpa_clear_keys(wpa_s, NULL);
2461
2462 /* Make sure that TKIP countermeasures are not left enabled (could
2463 * happen if wpa_supplicant is killed during countermeasures. */
2464 wpa_drv_set_countermeasures(wpa_s, 0);
2465
2466 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: flushing PMKID list in the driver");
2467 wpa_drv_flush_pmkid(wpa_s);
2468
2469 wpa_s->prev_scan_ssid = WILDCARD_SSID_SCAN;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002470 wpa_s->prev_scan_wildcard = 0;
2471
Dmitry Shmidt04949592012-07-19 12:16:46 -07002472 if (wpa_supplicant_enabled_networks(wpa_s)) {
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002473 if (wpa_supplicant_delayed_sched_scan(wpa_s, interface_count,
2474 100000))
2475 wpa_supplicant_req_scan(wpa_s, interface_count,
2476 100000);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002477 interface_count++;
2478 } else
2479 wpa_supplicant_set_state(wpa_s, WPA_INACTIVE);
2480
2481 return 0;
2482}
2483
2484
2485static int wpa_supplicant_daemon(const char *pid_file)
2486{
2487 wpa_printf(MSG_DEBUG, "Daemonize..");
2488 return os_daemonize(pid_file);
2489}
2490
2491
2492static struct wpa_supplicant * wpa_supplicant_alloc(void)
2493{
2494 struct wpa_supplicant *wpa_s;
2495
2496 wpa_s = os_zalloc(sizeof(*wpa_s));
2497 if (wpa_s == NULL)
2498 return NULL;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08002499 wpa_s->scan_req = INITIAL_SCAN_REQ;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002500 wpa_s->scan_interval = 5;
2501 wpa_s->new_connection = 1;
2502 wpa_s->parent = wpa_s;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002503 wpa_s->sched_scanning = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002504
2505 return wpa_s;
2506}
2507
2508
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002509#ifdef CONFIG_HT_OVERRIDES
2510
2511static int wpa_set_htcap_mcs(struct wpa_supplicant *wpa_s,
2512 struct ieee80211_ht_capabilities *htcaps,
2513 struct ieee80211_ht_capabilities *htcaps_mask,
2514 const char *ht_mcs)
2515{
2516 /* parse ht_mcs into hex array */
2517 int i;
2518 const char *tmp = ht_mcs;
2519 char *end = NULL;
2520
2521 /* If ht_mcs is null, do not set anything */
2522 if (!ht_mcs)
2523 return 0;
2524
2525 /* This is what we are setting in the kernel */
2526 os_memset(&htcaps->supported_mcs_set, 0, IEEE80211_HT_MCS_MASK_LEN);
2527
2528 wpa_msg(wpa_s, MSG_DEBUG, "set_htcap, ht_mcs -:%s:-", ht_mcs);
2529
2530 for (i = 0; i < IEEE80211_HT_MCS_MASK_LEN; i++) {
2531 errno = 0;
2532 long v = strtol(tmp, &end, 16);
2533 if (errno == 0) {
2534 wpa_msg(wpa_s, MSG_DEBUG,
2535 "htcap value[%i]: %ld end: %p tmp: %p",
2536 i, v, end, tmp);
2537 if (end == tmp)
2538 break;
2539
2540 htcaps->supported_mcs_set[i] = v;
2541 tmp = end;
2542 } else {
2543 wpa_msg(wpa_s, MSG_ERROR,
2544 "Failed to parse ht-mcs: %s, error: %s\n",
2545 ht_mcs, strerror(errno));
2546 return -1;
2547 }
2548 }
2549
2550 /*
2551 * If we were able to parse any values, then set mask for the MCS set.
2552 */
2553 if (i) {
2554 os_memset(&htcaps_mask->supported_mcs_set, 0xff,
2555 IEEE80211_HT_MCS_MASK_LEN - 1);
2556 /* skip the 3 reserved bits */
2557 htcaps_mask->supported_mcs_set[IEEE80211_HT_MCS_MASK_LEN - 1] =
2558 0x1f;
2559 }
2560
2561 return 0;
2562}
2563
2564
2565static int wpa_disable_max_amsdu(struct wpa_supplicant *wpa_s,
2566 struct ieee80211_ht_capabilities *htcaps,
2567 struct ieee80211_ht_capabilities *htcaps_mask,
2568 int disabled)
2569{
2570 u16 msk;
2571
2572 wpa_msg(wpa_s, MSG_DEBUG, "set_disable_max_amsdu: %d", disabled);
2573
2574 if (disabled == -1)
2575 return 0;
2576
2577 msk = host_to_le16(HT_CAP_INFO_MAX_AMSDU_SIZE);
2578 htcaps_mask->ht_capabilities_info |= msk;
2579 if (disabled)
2580 htcaps->ht_capabilities_info &= msk;
2581 else
2582 htcaps->ht_capabilities_info |= msk;
2583
2584 return 0;
2585}
2586
2587
2588static int wpa_set_ampdu_factor(struct wpa_supplicant *wpa_s,
2589 struct ieee80211_ht_capabilities *htcaps,
2590 struct ieee80211_ht_capabilities *htcaps_mask,
2591 int factor)
2592{
2593 wpa_msg(wpa_s, MSG_DEBUG, "set_ampdu_factor: %d", factor);
2594
2595 if (factor == -1)
2596 return 0;
2597
2598 if (factor < 0 || factor > 3) {
2599 wpa_msg(wpa_s, MSG_ERROR, "ampdu_factor: %d out of range. "
2600 "Must be 0-3 or -1", factor);
2601 return -EINVAL;
2602 }
2603
2604 htcaps_mask->a_mpdu_params |= 0x3; /* 2 bits for factor */
2605 htcaps->a_mpdu_params &= ~0x3;
2606 htcaps->a_mpdu_params |= factor & 0x3;
2607
2608 return 0;
2609}
2610
2611
2612static int wpa_set_ampdu_density(struct wpa_supplicant *wpa_s,
2613 struct ieee80211_ht_capabilities *htcaps,
2614 struct ieee80211_ht_capabilities *htcaps_mask,
2615 int density)
2616{
2617 wpa_msg(wpa_s, MSG_DEBUG, "set_ampdu_density: %d", density);
2618
2619 if (density == -1)
2620 return 0;
2621
2622 if (density < 0 || density > 7) {
2623 wpa_msg(wpa_s, MSG_ERROR,
2624 "ampdu_density: %d out of range. Must be 0-7 or -1.",
2625 density);
2626 return -EINVAL;
2627 }
2628
2629 htcaps_mask->a_mpdu_params |= 0x1C;
2630 htcaps->a_mpdu_params &= ~(0x1C);
2631 htcaps->a_mpdu_params |= (density << 2) & 0x1C;
2632
2633 return 0;
2634}
2635
2636
2637static int wpa_set_disable_ht40(struct wpa_supplicant *wpa_s,
2638 struct ieee80211_ht_capabilities *htcaps,
2639 struct ieee80211_ht_capabilities *htcaps_mask,
2640 int disabled)
2641{
2642 /* Masking these out disables HT40 */
2643 u16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET |
2644 HT_CAP_INFO_SHORT_GI40MHZ);
2645
2646 wpa_msg(wpa_s, MSG_DEBUG, "set_disable_ht40: %d", disabled);
2647
2648 if (disabled)
2649 htcaps->ht_capabilities_info &= ~msk;
2650 else
2651 htcaps->ht_capabilities_info |= msk;
2652
2653 htcaps_mask->ht_capabilities_info |= msk;
2654
2655 return 0;
2656}
2657
2658
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08002659static int wpa_set_disable_sgi(struct wpa_supplicant *wpa_s,
2660 struct ieee80211_ht_capabilities *htcaps,
2661 struct ieee80211_ht_capabilities *htcaps_mask,
2662 int disabled)
2663{
2664 /* Masking these out disables SGI */
2665 u16 msk = host_to_le16(HT_CAP_INFO_SHORT_GI20MHZ |
2666 HT_CAP_INFO_SHORT_GI40MHZ);
2667
2668 wpa_msg(wpa_s, MSG_DEBUG, "set_disable_sgi: %d", disabled);
2669
2670 if (disabled)
2671 htcaps->ht_capabilities_info &= ~msk;
2672 else
2673 htcaps->ht_capabilities_info |= msk;
2674
2675 htcaps_mask->ht_capabilities_info |= msk;
2676
2677 return 0;
2678}
2679
2680
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002681void wpa_supplicant_apply_ht_overrides(
2682 struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
2683 struct wpa_driver_associate_params *params)
2684{
2685 struct ieee80211_ht_capabilities *htcaps;
2686 struct ieee80211_ht_capabilities *htcaps_mask;
2687
2688 if (!ssid)
2689 return;
2690
2691 params->disable_ht = ssid->disable_ht;
2692 if (!params->htcaps || !params->htcaps_mask)
2693 return;
2694
2695 htcaps = (struct ieee80211_ht_capabilities *) params->htcaps;
2696 htcaps_mask = (struct ieee80211_ht_capabilities *) params->htcaps_mask;
2697 wpa_set_htcap_mcs(wpa_s, htcaps, htcaps_mask, ssid->ht_mcs);
2698 wpa_disable_max_amsdu(wpa_s, htcaps, htcaps_mask,
2699 ssid->disable_max_amsdu);
2700 wpa_set_ampdu_factor(wpa_s, htcaps, htcaps_mask, ssid->ampdu_factor);
2701 wpa_set_ampdu_density(wpa_s, htcaps, htcaps_mask, ssid->ampdu_density);
2702 wpa_set_disable_ht40(wpa_s, htcaps, htcaps_mask, ssid->disable_ht40);
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08002703 wpa_set_disable_sgi(wpa_s, htcaps, htcaps_mask, ssid->disable_sgi);
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002704}
2705
2706#endif /* CONFIG_HT_OVERRIDES */
2707
2708
Dmitry Shmidt2f023192013-03-12 12:44:17 -07002709#ifdef CONFIG_VHT_OVERRIDES
2710void wpa_supplicant_apply_vht_overrides(
2711 struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
2712 struct wpa_driver_associate_params *params)
2713{
2714 struct ieee80211_vht_capabilities *vhtcaps;
2715 struct ieee80211_vht_capabilities *vhtcaps_mask;
2716
2717 if (!ssid)
2718 return;
2719
2720 params->disable_vht = ssid->disable_vht;
2721
2722 vhtcaps = (void *) params->vhtcaps;
2723 vhtcaps_mask = (void *) params->vhtcaps_mask;
2724
2725 if (!vhtcaps || !vhtcaps_mask)
2726 return;
2727
2728 vhtcaps->vht_capabilities_info = ssid->vht_capa;
2729 vhtcaps_mask->vht_capabilities_info = ssid->vht_capa_mask;
2730
2731#define OVERRIDE_MCS(i) \
2732 if (ssid->vht_tx_mcs_nss_ ##i >= 0) { \
2733 vhtcaps_mask->vht_supported_mcs_set.tx_map |= \
2734 3 << 2 * (i - 1); \
2735 vhtcaps->vht_supported_mcs_set.tx_map |= \
2736 ssid->vht_tx_mcs_nss_ ##i << 2 * (i - 1); \
2737 } \
2738 if (ssid->vht_rx_mcs_nss_ ##i >= 0) { \
2739 vhtcaps_mask->vht_supported_mcs_set.rx_map |= \
2740 3 << 2 * (i - 1); \
2741 vhtcaps->vht_supported_mcs_set.rx_map |= \
2742 ssid->vht_rx_mcs_nss_ ##i << 2 * (i - 1); \
2743 }
2744
2745 OVERRIDE_MCS(1);
2746 OVERRIDE_MCS(2);
2747 OVERRIDE_MCS(3);
2748 OVERRIDE_MCS(4);
2749 OVERRIDE_MCS(5);
2750 OVERRIDE_MCS(6);
2751 OVERRIDE_MCS(7);
2752 OVERRIDE_MCS(8);
2753}
2754#endif /* CONFIG_VHT_OVERRIDES */
2755
2756
Dmitry Shmidt04949592012-07-19 12:16:46 -07002757static int pcsc_reader_init(struct wpa_supplicant *wpa_s)
2758{
2759#ifdef PCSC_FUNCS
2760 size_t len;
2761
2762 if (!wpa_s->conf->pcsc_reader)
2763 return 0;
2764
2765 wpa_s->scard = scard_init(SCARD_TRY_BOTH, wpa_s->conf->pcsc_reader);
2766 if (!wpa_s->scard)
2767 return 1;
2768
2769 if (wpa_s->conf->pcsc_pin &&
2770 scard_set_pin(wpa_s->scard, wpa_s->conf->pcsc_pin) < 0) {
2771 scard_deinit(wpa_s->scard);
2772 wpa_s->scard = NULL;
2773 wpa_msg(wpa_s, MSG_ERROR, "PC/SC PIN validation failed");
2774 return -1;
2775 }
2776
2777 len = sizeof(wpa_s->imsi) - 1;
2778 if (scard_get_imsi(wpa_s->scard, wpa_s->imsi, &len)) {
2779 scard_deinit(wpa_s->scard);
2780 wpa_s->scard = NULL;
2781 wpa_msg(wpa_s, MSG_ERROR, "Could not read IMSI");
2782 return -1;
2783 }
2784 wpa_s->imsi[len] = '\0';
2785
2786 wpa_s->mnc_len = scard_get_mnc_len(wpa_s->scard);
2787
2788 wpa_printf(MSG_DEBUG, "SCARD: IMSI %s (MNC length %d)",
2789 wpa_s->imsi, wpa_s->mnc_len);
2790
2791 wpa_sm_set_scard_ctx(wpa_s->wpa, wpa_s->scard);
2792 eapol_sm_register_scard_ctx(wpa_s->eapol, wpa_s->scard);
2793#endif /* PCSC_FUNCS */
2794
2795 return 0;
2796}
2797
2798
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07002799int wpas_init_ext_pw(struct wpa_supplicant *wpa_s)
2800{
2801 char *val, *pos;
2802
2803 ext_password_deinit(wpa_s->ext_pw);
2804 wpa_s->ext_pw = NULL;
2805 eapol_sm_set_ext_pw_ctx(wpa_s->eapol, NULL);
2806
2807 if (!wpa_s->conf->ext_password_backend)
2808 return 0;
2809
2810 val = os_strdup(wpa_s->conf->ext_password_backend);
2811 if (val == NULL)
2812 return -1;
2813 pos = os_strchr(val, ':');
2814 if (pos)
2815 *pos++ = '\0';
2816
2817 wpa_printf(MSG_DEBUG, "EXT PW: Initialize backend '%s'", val);
2818
2819 wpa_s->ext_pw = ext_password_init(val, pos);
2820 os_free(val);
2821 if (wpa_s->ext_pw == NULL) {
2822 wpa_printf(MSG_DEBUG, "EXT PW: Failed to initialize backend");
2823 return -1;
2824 }
2825 eapol_sm_set_ext_pw_ctx(wpa_s->eapol, wpa_s->ext_pw);
2826
2827 return 0;
2828}
2829
2830
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002831static int wpa_supplicant_init_iface(struct wpa_supplicant *wpa_s,
2832 struct wpa_interface *iface)
2833{
2834 const char *ifname, *driver;
2835 struct wpa_driver_capa capa;
2836
2837 wpa_printf(MSG_DEBUG, "Initializing interface '%s' conf '%s' driver "
2838 "'%s' ctrl_interface '%s' bridge '%s'", iface->ifname,
2839 iface->confname ? iface->confname : "N/A",
2840 iface->driver ? iface->driver : "default",
2841 iface->ctrl_interface ? iface->ctrl_interface : "N/A",
2842 iface->bridge_ifname ? iface->bridge_ifname : "N/A");
2843
2844 if (iface->confname) {
2845#ifdef CONFIG_BACKEND_FILE
2846 wpa_s->confname = os_rel2abs_path(iface->confname);
2847 if (wpa_s->confname == NULL) {
2848 wpa_printf(MSG_ERROR, "Failed to get absolute path "
2849 "for configuration file '%s'.",
2850 iface->confname);
2851 return -1;
2852 }
2853 wpa_printf(MSG_DEBUG, "Configuration file '%s' -> '%s'",
2854 iface->confname, wpa_s->confname);
2855#else /* CONFIG_BACKEND_FILE */
2856 wpa_s->confname = os_strdup(iface->confname);
2857#endif /* CONFIG_BACKEND_FILE */
Dmitry Shmidt64f47c52013-04-16 10:41:54 -07002858 wpa_s->conf = wpa_config_read(wpa_s->confname, NULL);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002859 if (wpa_s->conf == NULL) {
2860 wpa_printf(MSG_ERROR, "Failed to read or parse "
2861 "configuration '%s'.", wpa_s->confname);
2862 return -1;
2863 }
Dmitry Shmidt64f47c52013-04-16 10:41:54 -07002864 wpa_s->confanother = os_rel2abs_path(iface->confanother);
2865 wpa_config_read(wpa_s->confanother, wpa_s->conf);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002866
2867 /*
2868 * Override ctrl_interface and driver_param if set on command
2869 * line.
2870 */
2871 if (iface->ctrl_interface) {
2872 os_free(wpa_s->conf->ctrl_interface);
2873 wpa_s->conf->ctrl_interface =
2874 os_strdup(iface->ctrl_interface);
2875 }
2876
2877 if (iface->driver_param) {
2878 os_free(wpa_s->conf->driver_param);
2879 wpa_s->conf->driver_param =
2880 os_strdup(iface->driver_param);
2881 }
Dmitry Shmidt34af3062013-07-11 10:46:32 -07002882
2883 if (iface->p2p_mgmt && !iface->ctrl_interface) {
2884 os_free(wpa_s->conf->ctrl_interface);
2885 wpa_s->conf->ctrl_interface = NULL;
2886 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002887 } else
2888 wpa_s->conf = wpa_config_alloc_empty(iface->ctrl_interface,
2889 iface->driver_param);
2890
2891 if (wpa_s->conf == NULL) {
2892 wpa_printf(MSG_ERROR, "\nNo configuration found.");
2893 return -1;
2894 }
2895
2896 if (iface->ifname == NULL) {
2897 wpa_printf(MSG_ERROR, "\nInterface name is required.");
2898 return -1;
2899 }
2900 if (os_strlen(iface->ifname) >= sizeof(wpa_s->ifname)) {
2901 wpa_printf(MSG_ERROR, "\nToo long interface name '%s'.",
2902 iface->ifname);
2903 return -1;
2904 }
2905 os_strlcpy(wpa_s->ifname, iface->ifname, sizeof(wpa_s->ifname));
2906
2907 if (iface->bridge_ifname) {
2908 if (os_strlen(iface->bridge_ifname) >=
2909 sizeof(wpa_s->bridge_ifname)) {
2910 wpa_printf(MSG_ERROR, "\nToo long bridge interface "
2911 "name '%s'.", iface->bridge_ifname);
2912 return -1;
2913 }
2914 os_strlcpy(wpa_s->bridge_ifname, iface->bridge_ifname,
2915 sizeof(wpa_s->bridge_ifname));
2916 }
2917
2918 /* RSNA Supplicant Key Management - INITIALIZE */
2919 eapol_sm_notify_portEnabled(wpa_s->eapol, FALSE);
2920 eapol_sm_notify_portValid(wpa_s->eapol, FALSE);
2921
2922 /* Initialize driver interface and register driver event handler before
2923 * L2 receive handler so that association events are processed before
2924 * EAPOL-Key packets if both become available for the same select()
2925 * call. */
2926 driver = iface->driver;
2927next_driver:
2928 if (wpa_supplicant_set_driver(wpa_s, driver) < 0)
2929 return -1;
2930
2931 wpa_s->drv_priv = wpa_drv_init(wpa_s, wpa_s->ifname);
2932 if (wpa_s->drv_priv == NULL) {
2933 const char *pos;
2934 pos = driver ? os_strchr(driver, ',') : NULL;
2935 if (pos) {
2936 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to initialize "
2937 "driver interface - try next driver wrapper");
2938 driver = pos + 1;
2939 goto next_driver;
2940 }
2941 wpa_msg(wpa_s, MSG_ERROR, "Failed to initialize driver "
2942 "interface");
2943 return -1;
2944 }
2945 if (wpa_drv_set_param(wpa_s, wpa_s->conf->driver_param) < 0) {
2946 wpa_msg(wpa_s, MSG_ERROR, "Driver interface rejected "
2947 "driver_param '%s'", wpa_s->conf->driver_param);
2948 return -1;
2949 }
2950
2951 ifname = wpa_drv_get_ifname(wpa_s);
2952 if (ifname && os_strcmp(ifname, wpa_s->ifname) != 0) {
2953 wpa_dbg(wpa_s, MSG_DEBUG, "Driver interface replaced "
2954 "interface name with '%s'", ifname);
2955 os_strlcpy(wpa_s->ifname, ifname, sizeof(wpa_s->ifname));
2956 }
2957
2958 if (wpa_supplicant_init_wpa(wpa_s) < 0)
2959 return -1;
2960
2961 wpa_sm_set_ifname(wpa_s->wpa, wpa_s->ifname,
2962 wpa_s->bridge_ifname[0] ? wpa_s->bridge_ifname :
2963 NULL);
2964 wpa_sm_set_fast_reauth(wpa_s->wpa, wpa_s->conf->fast_reauth);
2965
2966 if (wpa_s->conf->dot11RSNAConfigPMKLifetime &&
2967 wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_LIFETIME,
2968 wpa_s->conf->dot11RSNAConfigPMKLifetime)) {
2969 wpa_msg(wpa_s, MSG_ERROR, "Invalid WPA parameter value for "
2970 "dot11RSNAConfigPMKLifetime");
2971 return -1;
2972 }
2973
2974 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold &&
2975 wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_REAUTH_THRESHOLD,
2976 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) {
2977 wpa_msg(wpa_s, MSG_ERROR, "Invalid WPA parameter value for "
2978 "dot11RSNAConfigPMKReauthThreshold");
2979 return -1;
2980 }
2981
2982 if (wpa_s->conf->dot11RSNAConfigSATimeout &&
2983 wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT,
2984 wpa_s->conf->dot11RSNAConfigSATimeout)) {
2985 wpa_msg(wpa_s, MSG_ERROR, "Invalid WPA parameter value for "
2986 "dot11RSNAConfigSATimeout");
2987 return -1;
2988 }
2989
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002990 wpa_s->hw.modes = wpa_drv_get_hw_feature_data(wpa_s,
2991 &wpa_s->hw.num_modes,
2992 &wpa_s->hw.flags);
2993
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002994 if (wpa_drv_get_capa(wpa_s, &capa) == 0) {
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002995 wpa_s->drv_capa_known = 1;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002996 wpa_s->drv_flags = capa.flags;
Dmitry Shmidt04949592012-07-19 12:16:46 -07002997 wpa_s->drv_enc = capa.enc;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002998 wpa_s->probe_resp_offloads = capa.probe_resp_offloads;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002999 wpa_s->max_scan_ssids = capa.max_scan_ssids;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003000 wpa_s->max_sched_scan_ssids = capa.max_sched_scan_ssids;
3001 wpa_s->sched_scan_supported = capa.sched_scan_supported;
3002 wpa_s->max_match_sets = capa.max_match_sets;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003003 wpa_s->max_remain_on_chan = capa.max_remain_on_chan;
3004 wpa_s->max_stations = capa.max_stations;
Dmitry Shmidt444d5672013-04-01 13:08:44 -07003005 wpa_s->extended_capa = capa.extended_capa;
3006 wpa_s->extended_capa_mask = capa.extended_capa_mask;
3007 wpa_s->extended_capa_len = capa.extended_capa_len;
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07003008 wpa_s->num_multichan_concurrent =
3009 capa.num_multichan_concurrent;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003010 }
3011 if (wpa_s->max_remain_on_chan == 0)
3012 wpa_s->max_remain_on_chan = 1000;
3013
Dmitry Shmidt34af3062013-07-11 10:46:32 -07003014 /*
3015 * Only take p2p_mgmt parameters when P2P Device is supported.
3016 * Doing it here as it determines whether l2_packet_init() will be done
3017 * during wpa_supplicant_driver_init().
3018 */
3019 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_DEDICATED_P2P_DEVICE)
3020 wpa_s->p2p_mgmt = iface->p2p_mgmt;
3021 else
3022 iface->p2p_mgmt = 1;
3023
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07003024 if (wpa_s->num_multichan_concurrent == 0)
3025 wpa_s->num_multichan_concurrent = 1;
3026
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003027 if (wpa_supplicant_driver_init(wpa_s) < 0)
3028 return -1;
3029
3030#ifdef CONFIG_TDLS
Dmitry Shmidt34af3062013-07-11 10:46:32 -07003031 if ((!iface->p2p_mgmt ||
3032 !(wpa_s->drv_flags &
3033 WPA_DRIVER_FLAGS_DEDICATED_P2P_DEVICE)) &&
3034 wpa_tdls_init(wpa_s->wpa))
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003035 return -1;
3036#endif /* CONFIG_TDLS */
3037
3038 if (wpa_s->conf->country[0] && wpa_s->conf->country[1] &&
3039 wpa_drv_set_country(wpa_s, wpa_s->conf->country)) {
3040 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to set country");
3041 return -1;
3042 }
3043
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003044 if (wpas_wps_init(wpa_s))
3045 return -1;
3046
3047 if (wpa_supplicant_init_eapol(wpa_s) < 0)
3048 return -1;
3049 wpa_sm_set_eapol(wpa_s->wpa, wpa_s->eapol);
3050
3051 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s);
3052 if (wpa_s->ctrl_iface == NULL) {
3053 wpa_printf(MSG_ERROR,
3054 "Failed to initialize control interface '%s'.\n"
3055 "You may have another wpa_supplicant process "
3056 "already running or the file was\n"
3057 "left by an unclean termination of wpa_supplicant "
3058 "in which case you will need\n"
3059 "to manually remove this file before starting "
3060 "wpa_supplicant again.\n",
3061 wpa_s->conf->ctrl_interface);
3062 return -1;
3063 }
3064
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003065 wpa_s->gas = gas_query_init(wpa_s);
3066 if (wpa_s->gas == NULL) {
3067 wpa_printf(MSG_ERROR, "Failed to initialize GAS query");
3068 return -1;
3069 }
3070
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003071#ifdef CONFIG_P2P
Dmitry Shmidt34af3062013-07-11 10:46:32 -07003072 if (iface->p2p_mgmt && wpas_p2p_init(wpa_s->global, wpa_s) < 0) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003073 wpa_msg(wpa_s, MSG_ERROR, "Failed to init P2P");
3074 return -1;
3075 }
3076#endif /* CONFIG_P2P */
3077
3078 if (wpa_bss_init(wpa_s) < 0)
3079 return -1;
3080
Dmitry Shmidt34af3062013-07-11 10:46:32 -07003081#ifdef CONFIG_EAP_PROXY
3082{
3083 size_t len;
3084 wpa_s->mnc_len = eap_proxy_get_imsi(wpa_s->imsi, &len);
3085 if (wpa_s->mnc_len > 0) {
3086 wpa_s->imsi[len] = '\0';
3087 wpa_printf(MSG_DEBUG, "eap_proxy: IMSI %s (MNC length %d)",
3088 wpa_s->imsi, wpa_s->mnc_len);
3089 } else {
3090 wpa_printf(MSG_DEBUG, "eap_proxy: IMSI not available");
3091 }
3092}
3093#endif /* CONFIG_EAP_PROXY */
3094
Dmitry Shmidt04949592012-07-19 12:16:46 -07003095 if (pcsc_reader_init(wpa_s) < 0)
3096 return -1;
3097
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003098 if (wpas_init_ext_pw(wpa_s) < 0)
3099 return -1;
3100
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003101 return 0;
3102}
3103
3104
3105static void wpa_supplicant_deinit_iface(struct wpa_supplicant *wpa_s,
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003106 int notify, int terminate)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003107{
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003108 wpa_s->disconnected = 1;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003109 if (wpa_s->drv_priv) {
3110 wpa_supplicant_deauthenticate(wpa_s,
3111 WLAN_REASON_DEAUTH_LEAVING);
3112
3113 wpa_drv_set_countermeasures(wpa_s, 0);
3114 wpa_clear_keys(wpa_s, NULL);
3115 }
3116
3117 wpa_supplicant_cleanup(wpa_s);
3118
Dmitry Shmidt04949592012-07-19 12:16:46 -07003119#ifdef CONFIG_P2P
3120 if (wpa_s == wpa_s->global->p2p_init_wpa_s && wpa_s->global->p2p) {
3121 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Disable P2P since removing "
3122 "the management interface is being removed");
3123 wpas_p2p_deinit_global(wpa_s->global);
3124 }
3125#endif /* CONFIG_P2P */
3126
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003127 if (wpa_s->drv_priv)
3128 wpa_drv_deinit(wpa_s);
Irfan Sheriff622b66d2011-08-03 09:11:49 -07003129
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003130 if (notify)
3131 wpas_notify_iface_removed(wpa_s);
3132
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003133 if (terminate)
3134 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_TERMINATING);
Irfan Sheriff622b66d2011-08-03 09:11:49 -07003135
3136 if (wpa_s->ctrl_iface) {
3137 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface);
3138 wpa_s->ctrl_iface = NULL;
3139 }
3140
3141 if (wpa_s->conf != NULL) {
Irfan Sheriff622b66d2011-08-03 09:11:49 -07003142 wpa_config_free(wpa_s->conf);
3143 wpa_s->conf = NULL;
3144 }
Dmitry Shmidt8da800a2013-04-24 12:57:01 -07003145
3146 os_free(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003147}
3148
3149
3150/**
3151 * wpa_supplicant_add_iface - Add a new network interface
3152 * @global: Pointer to global data from wpa_supplicant_init()
3153 * @iface: Interface configuration options
3154 * Returns: Pointer to the created interface or %NULL on failure
3155 *
3156 * This function is used to add new network interfaces for %wpa_supplicant.
3157 * This can be called before wpa_supplicant_run() to add interfaces before the
3158 * main event loop has been started. In addition, new interfaces can be added
3159 * dynamically while %wpa_supplicant is already running. This could happen,
3160 * e.g., when a hotplug network adapter is inserted.
3161 */
3162struct wpa_supplicant * wpa_supplicant_add_iface(struct wpa_global *global,
3163 struct wpa_interface *iface)
3164{
3165 struct wpa_supplicant *wpa_s;
3166 struct wpa_interface t_iface;
3167 struct wpa_ssid *ssid;
3168
3169 if (global == NULL || iface == NULL)
3170 return NULL;
3171
3172 wpa_s = wpa_supplicant_alloc();
3173 if (wpa_s == NULL)
3174 return NULL;
3175
3176 wpa_s->global = global;
3177
3178 t_iface = *iface;
3179 if (global->params.override_driver) {
3180 wpa_printf(MSG_DEBUG, "Override interface parameter: driver "
3181 "('%s' -> '%s')",
3182 iface->driver, global->params.override_driver);
3183 t_iface.driver = global->params.override_driver;
3184 }
3185 if (global->params.override_ctrl_interface) {
3186 wpa_printf(MSG_DEBUG, "Override interface parameter: "
3187 "ctrl_interface ('%s' -> '%s')",
3188 iface->ctrl_interface,
3189 global->params.override_ctrl_interface);
3190 t_iface.ctrl_interface =
3191 global->params.override_ctrl_interface;
3192 }
3193 if (wpa_supplicant_init_iface(wpa_s, &t_iface)) {
3194 wpa_printf(MSG_DEBUG, "Failed to add interface %s",
3195 iface->ifname);
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003196 wpa_supplicant_deinit_iface(wpa_s, 0, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003197 return NULL;
3198 }
3199
3200 /* Notify the control interfaces about new iface */
3201 if (wpas_notify_iface_added(wpa_s)) {
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003202 wpa_supplicant_deinit_iface(wpa_s, 1, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003203 return NULL;
3204 }
3205
3206 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
3207 wpas_notify_network_added(wpa_s, ssid);
3208
3209 wpa_s->next = global->ifaces;
3210 global->ifaces = wpa_s;
3211
3212 wpa_dbg(wpa_s, MSG_DEBUG, "Added interface %s", wpa_s->ifname);
Dmitry Shmidt04949592012-07-19 12:16:46 -07003213 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003214
3215 return wpa_s;
3216}
3217
3218
3219/**
3220 * wpa_supplicant_remove_iface - Remove a network interface
3221 * @global: Pointer to global data from wpa_supplicant_init()
3222 * @wpa_s: Pointer to the network interface to be removed
3223 * Returns: 0 if interface was removed, -1 if interface was not found
3224 *
3225 * This function can be used to dynamically remove network interfaces from
3226 * %wpa_supplicant, e.g., when a hotplug network adapter is ejected. In
3227 * addition, this function is used to remove all remaining interfaces when
3228 * %wpa_supplicant is terminated.
3229 */
3230int wpa_supplicant_remove_iface(struct wpa_global *global,
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003231 struct wpa_supplicant *wpa_s,
3232 int terminate)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003233{
3234 struct wpa_supplicant *prev;
3235
3236 /* Remove interface from the global list of interfaces */
3237 prev = global->ifaces;
3238 if (prev == wpa_s) {
3239 global->ifaces = wpa_s->next;
3240 } else {
3241 while (prev && prev->next != wpa_s)
3242 prev = prev->next;
3243 if (prev == NULL)
3244 return -1;
3245 prev->next = wpa_s->next;
3246 }
3247
3248 wpa_dbg(wpa_s, MSG_DEBUG, "Removing interface %s", wpa_s->ifname);
3249
3250 if (global->p2p_group_formation == wpa_s)
3251 global->p2p_group_formation = NULL;
Dmitry Shmidt700a1372013-03-15 14:14:44 -07003252 if (global->p2p_invite_group == wpa_s)
3253 global->p2p_invite_group = NULL;
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003254 wpa_supplicant_deinit_iface(wpa_s, 1, terminate);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003255
3256 return 0;
3257}
3258
3259
3260/**
3261 * wpa_supplicant_get_eap_mode - Get the current EAP mode
3262 * @wpa_s: Pointer to the network interface
3263 * Returns: Pointer to the eap mode or the string "UNKNOWN" if not found
3264 */
3265const char * wpa_supplicant_get_eap_mode(struct wpa_supplicant *wpa_s)
3266{
3267 const char *eapol_method;
3268
3269 if (wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt) == 0 &&
3270 wpa_s->key_mgmt != WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
3271 return "NO-EAP";
3272 }
3273
3274 eapol_method = eapol_sm_get_method_name(wpa_s->eapol);
3275 if (eapol_method == NULL)
3276 return "UNKNOWN-EAP";
3277
3278 return eapol_method;
3279}
3280
3281
3282/**
3283 * wpa_supplicant_get_iface - Get a new network interface
3284 * @global: Pointer to global data from wpa_supplicant_init()
3285 * @ifname: Interface name
3286 * Returns: Pointer to the interface or %NULL if not found
3287 */
3288struct wpa_supplicant * wpa_supplicant_get_iface(struct wpa_global *global,
3289 const char *ifname)
3290{
3291 struct wpa_supplicant *wpa_s;
3292
3293 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
3294 if (os_strcmp(wpa_s->ifname, ifname) == 0)
3295 return wpa_s;
3296 }
3297 return NULL;
3298}
3299
3300
3301#ifndef CONFIG_NO_WPA_MSG
3302static const char * wpa_supplicant_msg_ifname_cb(void *ctx)
3303{
3304 struct wpa_supplicant *wpa_s = ctx;
3305 if (wpa_s == NULL)
3306 return NULL;
3307 return wpa_s->ifname;
3308}
3309#endif /* CONFIG_NO_WPA_MSG */
3310
3311
3312/**
3313 * wpa_supplicant_init - Initialize %wpa_supplicant
3314 * @params: Parameters for %wpa_supplicant
3315 * Returns: Pointer to global %wpa_supplicant data, or %NULL on failure
3316 *
3317 * This function is used to initialize %wpa_supplicant. After successful
3318 * initialization, the returned data pointer can be used to add and remove
3319 * network interfaces, and eventually, to deinitialize %wpa_supplicant.
3320 */
3321struct wpa_global * wpa_supplicant_init(struct wpa_params *params)
3322{
3323 struct wpa_global *global;
3324 int ret, i;
3325
3326 if (params == NULL)
3327 return NULL;
3328
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003329#ifdef CONFIG_DRIVER_NDIS
3330 {
3331 void driver_ndis_init_ops(void);
3332 driver_ndis_init_ops();
3333 }
3334#endif /* CONFIG_DRIVER_NDIS */
3335
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003336#ifndef CONFIG_NO_WPA_MSG
3337 wpa_msg_register_ifname_cb(wpa_supplicant_msg_ifname_cb);
3338#endif /* CONFIG_NO_WPA_MSG */
3339
3340 wpa_debug_open_file(params->wpa_debug_file_path);
3341 if (params->wpa_debug_syslog)
3342 wpa_debug_open_syslog();
Dmitry Shmidt04949592012-07-19 12:16:46 -07003343 if (params->wpa_debug_tracing) {
3344 ret = wpa_debug_open_linux_tracing();
3345 if (ret) {
3346 wpa_printf(MSG_ERROR,
3347 "Failed to enable trace logging");
3348 return NULL;
3349 }
3350 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003351
3352 ret = eap_register_methods();
3353 if (ret) {
3354 wpa_printf(MSG_ERROR, "Failed to register EAP methods");
3355 if (ret == -2)
3356 wpa_printf(MSG_ERROR, "Two or more EAP methods used "
3357 "the same EAP type.");
3358 return NULL;
3359 }
3360
3361 global = os_zalloc(sizeof(*global));
3362 if (global == NULL)
3363 return NULL;
3364 dl_list_init(&global->p2p_srv_bonjour);
3365 dl_list_init(&global->p2p_srv_upnp);
3366 global->params.daemonize = params->daemonize;
3367 global->params.wait_for_monitor = params->wait_for_monitor;
3368 global->params.dbus_ctrl_interface = params->dbus_ctrl_interface;
3369 if (params->pid_file)
3370 global->params.pid_file = os_strdup(params->pid_file);
3371 if (params->ctrl_interface)
3372 global->params.ctrl_interface =
3373 os_strdup(params->ctrl_interface);
Dmitry Shmidtb6e9aaf2013-05-20 14:49:44 -07003374 if (params->ctrl_interface_group)
3375 global->params.ctrl_interface_group =
3376 os_strdup(params->ctrl_interface_group);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003377 if (params->override_driver)
3378 global->params.override_driver =
3379 os_strdup(params->override_driver);
3380 if (params->override_ctrl_interface)
3381 global->params.override_ctrl_interface =
3382 os_strdup(params->override_ctrl_interface);
3383 wpa_debug_level = global->params.wpa_debug_level =
3384 params->wpa_debug_level;
3385 wpa_debug_show_keys = global->params.wpa_debug_show_keys =
3386 params->wpa_debug_show_keys;
3387 wpa_debug_timestamp = global->params.wpa_debug_timestamp =
3388 params->wpa_debug_timestamp;
3389
3390 wpa_printf(MSG_DEBUG, "wpa_supplicant v" VERSION_STR);
3391
3392 if (eloop_init()) {
3393 wpa_printf(MSG_ERROR, "Failed to initialize event loop");
3394 wpa_supplicant_deinit(global);
3395 return NULL;
3396 }
3397
Jouni Malinen75ecf522011-06-27 15:19:46 -07003398 random_init(params->entropy_file);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003399
3400 global->ctrl_iface = wpa_supplicant_global_ctrl_iface_init(global);
3401 if (global->ctrl_iface == NULL) {
3402 wpa_supplicant_deinit(global);
3403 return NULL;
3404 }
3405
3406 if (wpas_notify_supplicant_initialized(global)) {
3407 wpa_supplicant_deinit(global);
3408 return NULL;
3409 }
3410
3411 for (i = 0; wpa_drivers[i]; i++)
3412 global->drv_count++;
3413 if (global->drv_count == 0) {
3414 wpa_printf(MSG_ERROR, "No drivers enabled");
3415 wpa_supplicant_deinit(global);
3416 return NULL;
3417 }
3418 global->drv_priv = os_zalloc(global->drv_count * sizeof(void *));
3419 if (global->drv_priv == NULL) {
3420 wpa_supplicant_deinit(global);
3421 return NULL;
3422 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003423
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003424#ifdef CONFIG_WIFI_DISPLAY
3425 if (wifi_display_init(global) < 0) {
3426 wpa_printf(MSG_ERROR, "Failed to initialize Wi-Fi Display");
3427 wpa_supplicant_deinit(global);
3428 return NULL;
3429 }
3430#endif /* CONFIG_WIFI_DISPLAY */
3431
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003432 return global;
3433}
3434
3435
3436/**
3437 * wpa_supplicant_run - Run the %wpa_supplicant main event loop
3438 * @global: Pointer to global data from wpa_supplicant_init()
3439 * Returns: 0 after successful event loop run, -1 on failure
3440 *
3441 * This function starts the main event loop and continues running as long as
3442 * there are any remaining events. In most cases, this function is running as
3443 * long as the %wpa_supplicant process in still in use.
3444 */
3445int wpa_supplicant_run(struct wpa_global *global)
3446{
3447 struct wpa_supplicant *wpa_s;
3448
3449 if (global->params.daemonize &&
3450 wpa_supplicant_daemon(global->params.pid_file))
3451 return -1;
3452
3453 if (global->params.wait_for_monitor) {
3454 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next)
3455 if (wpa_s->ctrl_iface)
3456 wpa_supplicant_ctrl_iface_wait(
3457 wpa_s->ctrl_iface);
3458 }
3459
3460 eloop_register_signal_terminate(wpa_supplicant_terminate, global);
3461 eloop_register_signal_reconfig(wpa_supplicant_reconfig, global);
3462
3463 eloop_run();
3464
3465 return 0;
3466}
3467
3468
3469/**
3470 * wpa_supplicant_deinit - Deinitialize %wpa_supplicant
3471 * @global: Pointer to global data from wpa_supplicant_init()
3472 *
3473 * This function is called to deinitialize %wpa_supplicant and to free all
3474 * allocated resources. Remaining network interfaces will also be removed.
3475 */
3476void wpa_supplicant_deinit(struct wpa_global *global)
3477{
3478 int i;
3479
3480 if (global == NULL)
3481 return;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003482
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003483#ifdef CONFIG_WIFI_DISPLAY
3484 wifi_display_deinit(global);
3485#endif /* CONFIG_WIFI_DISPLAY */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003486
3487 while (global->ifaces)
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003488 wpa_supplicant_remove_iface(global, global->ifaces, 1);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003489
3490 if (global->ctrl_iface)
3491 wpa_supplicant_global_ctrl_iface_deinit(global->ctrl_iface);
3492
3493 wpas_notify_supplicant_deinitialized(global);
3494
3495 eap_peer_unregister_methods();
3496#ifdef CONFIG_AP
3497 eap_server_unregister_methods();
3498#endif /* CONFIG_AP */
3499
3500 for (i = 0; wpa_drivers[i] && global->drv_priv; i++) {
3501 if (!global->drv_priv[i])
3502 continue;
3503 wpa_drivers[i]->global_deinit(global->drv_priv[i]);
3504 }
3505 os_free(global->drv_priv);
3506
3507 random_deinit();
3508
3509 eloop_destroy();
3510
3511 if (global->params.pid_file) {
3512 os_daemonize_terminate(global->params.pid_file);
3513 os_free(global->params.pid_file);
3514 }
3515 os_free(global->params.ctrl_interface);
Dmitry Shmidtb6e9aaf2013-05-20 14:49:44 -07003516 os_free(global->params.ctrl_interface_group);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003517 os_free(global->params.override_driver);
3518 os_free(global->params.override_ctrl_interface);
3519
Dmitry Shmidt04949592012-07-19 12:16:46 -07003520 os_free(global->p2p_disallow_freq);
Dmitry Shmidt391c59f2013-09-03 12:16:28 -07003521 os_free(global->add_psk);
Dmitry Shmidt04949592012-07-19 12:16:46 -07003522
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003523 os_free(global);
3524 wpa_debug_close_syslog();
3525 wpa_debug_close_file();
Dmitry Shmidt04949592012-07-19 12:16:46 -07003526 wpa_debug_close_linux_tracing();
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003527}
3528
3529
3530void wpa_supplicant_update_config(struct wpa_supplicant *wpa_s)
3531{
3532 if ((wpa_s->conf->changed_parameters & CFG_CHANGED_COUNTRY) &&
3533 wpa_s->conf->country[0] && wpa_s->conf->country[1]) {
3534 char country[3];
3535 country[0] = wpa_s->conf->country[0];
3536 country[1] = wpa_s->conf->country[1];
3537 country[2] = '\0';
3538 if (wpa_drv_set_country(wpa_s, country) < 0) {
3539 wpa_printf(MSG_ERROR, "Failed to set country code "
3540 "'%s'", country);
3541 }
3542 }
3543
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003544 if (wpa_s->conf->changed_parameters & CFG_CHANGED_EXT_PW_BACKEND)
3545 wpas_init_ext_pw(wpa_s);
3546
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003547#ifdef CONFIG_WPS
3548 wpas_wps_update_config(wpa_s);
3549#endif /* CONFIG_WPS */
3550
3551#ifdef CONFIG_P2P
3552 wpas_p2p_update_config(wpa_s);
3553#endif /* CONFIG_P2P */
3554
3555 wpa_s->conf->changed_parameters = 0;
3556}
3557
3558
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003559static void add_freq(int *freqs, int *num_freqs, int freq)
3560{
3561 int i;
3562
3563 for (i = 0; i < *num_freqs; i++) {
3564 if (freqs[i] == freq)
3565 return;
3566 }
3567
3568 freqs[*num_freqs] = freq;
3569 (*num_freqs)++;
3570}
3571
3572
3573static int * get_bss_freqs_in_ess(struct wpa_supplicant *wpa_s)
3574{
3575 struct wpa_bss *bss, *cbss;
3576 const int max_freqs = 10;
3577 int *freqs;
3578 int num_freqs = 0;
3579
3580 freqs = os_zalloc(sizeof(int) * (max_freqs + 1));
3581 if (freqs == NULL)
3582 return NULL;
3583
3584 cbss = wpa_s->current_bss;
3585
3586 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
3587 if (bss == cbss)
3588 continue;
3589 if (bss->ssid_len == cbss->ssid_len &&
3590 os_memcmp(bss->ssid, cbss->ssid, bss->ssid_len) == 0 &&
3591 wpa_blacklist_get(wpa_s, bss->bssid) == NULL) {
3592 add_freq(freqs, &num_freqs, bss->freq);
3593 if (num_freqs == max_freqs)
3594 break;
3595 }
3596 }
3597
3598 if (num_freqs == 0) {
3599 os_free(freqs);
3600 freqs = NULL;
3601 }
3602
3603 return freqs;
3604}
3605
3606
3607void wpas_connection_failed(struct wpa_supplicant *wpa_s, const u8 *bssid)
3608{
3609 int timeout;
3610 int count;
3611 int *freqs = NULL;
3612
3613 /*
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003614 * Remove possible authentication timeout since the connection failed.
3615 */
3616 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
3617
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003618 if (wpa_s->disconnected) {
3619 /*
3620 * There is no point in blacklisting the AP if this event is
3621 * generated based on local request to disconnect.
3622 */
3623 wpa_dbg(wpa_s, MSG_DEBUG, "Ignore connection failure "
3624 "indication since interface has been put into "
3625 "disconnected state");
3626 return;
3627 }
3628
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003629 /*
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003630 * Add the failed BSSID into the blacklist and speed up next scan
3631 * attempt if there could be other APs that could accept association.
3632 * The current blacklist count indicates how many times we have tried
3633 * connecting to this AP and multiple attempts mean that other APs are
3634 * either not available or has already been tried, so that we can start
3635 * increasing the delay here to avoid constant scanning.
3636 */
3637 count = wpa_blacklist_add(wpa_s, bssid);
3638 if (count == 1 && wpa_s->current_bss) {
3639 /*
3640 * This BSS was not in the blacklist before. If there is
3641 * another BSS available for the same ESS, we should try that
3642 * next. Otherwise, we may as well try this one once more
3643 * before allowing other, likely worse, ESSes to be considered.
3644 */
3645 freqs = get_bss_freqs_in_ess(wpa_s);
3646 if (freqs) {
3647 wpa_dbg(wpa_s, MSG_DEBUG, "Another BSS in this ESS "
3648 "has been seen; try it next");
3649 wpa_blacklist_add(wpa_s, bssid);
3650 /*
3651 * On the next scan, go through only the known channels
3652 * used in this ESS based on previous scans to speed up
3653 * common load balancing use case.
3654 */
3655 os_free(wpa_s->next_scan_freqs);
3656 wpa_s->next_scan_freqs = freqs;
3657 }
3658 }
3659
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003660 /*
3661 * Add previous failure count in case the temporary blacklist was
3662 * cleared due to no other BSSes being available.
3663 */
3664 count += wpa_s->extra_blacklist_count;
3665
Dmitry Shmidt4b060592013-04-29 16:42:49 -07003666 if (count > 3 && wpa_s->current_ssid) {
3667 wpa_printf(MSG_DEBUG, "Continuous association failures - "
3668 "consider temporary network disabling");
3669 wpas_auth_failed(wpa_s);
3670 }
3671
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003672 switch (count) {
3673 case 1:
3674 timeout = 100;
3675 break;
3676 case 2:
3677 timeout = 500;
3678 break;
3679 case 3:
3680 timeout = 1000;
3681 break;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003682 case 4:
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003683 timeout = 5000;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003684 break;
3685 default:
3686 timeout = 10000;
3687 break;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003688 }
3689
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003690 wpa_dbg(wpa_s, MSG_DEBUG, "Blacklist count %d --> request scan in %d "
3691 "ms", count, timeout);
3692
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003693 /*
3694 * TODO: if more than one possible AP is available in scan results,
3695 * could try the other ones before requesting a new scan.
3696 */
3697 wpa_supplicant_req_scan(wpa_s, timeout / 1000,
3698 1000 * (timeout % 1000));
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003699
Dmitry Shmidt37d4d6a2013-03-18 13:09:42 -07003700 wpas_p2p_continue_after_scan(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003701}
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003702
3703
3704int wpas_driver_bss_selection(struct wpa_supplicant *wpa_s)
3705{
3706 return wpa_s->conf->ap_scan == 2 ||
3707 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_BSS_SELECTION);
3708}
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003709
Dmitry Shmidt04949592012-07-19 12:16:46 -07003710
3711#if defined(CONFIG_CTRL_IFACE) || defined(CONFIG_CTRL_IFACE_DBUS_NEW)
3712int wpa_supplicant_ctrl_iface_ctrl_rsp_handle(struct wpa_supplicant *wpa_s,
3713 struct wpa_ssid *ssid,
3714 const char *field,
3715 const char *value)
3716{
3717#ifdef IEEE8021X_EAPOL
3718 struct eap_peer_config *eap = &ssid->eap;
3719
3720 wpa_printf(MSG_DEBUG, "CTRL_IFACE: response handle field=%s", field);
3721 wpa_hexdump_ascii_key(MSG_DEBUG, "CTRL_IFACE: response value",
3722 (const u8 *) value, os_strlen(value));
3723
3724 switch (wpa_supplicant_ctrl_req_from_string(field)) {
3725 case WPA_CTRL_REQ_EAP_IDENTITY:
3726 os_free(eap->identity);
3727 eap->identity = (u8 *) os_strdup(value);
3728 eap->identity_len = os_strlen(value);
3729 eap->pending_req_identity = 0;
3730 if (ssid == wpa_s->current_ssid)
3731 wpa_s->reassociate = 1;
3732 break;
3733 case WPA_CTRL_REQ_EAP_PASSWORD:
3734 os_free(eap->password);
3735 eap->password = (u8 *) os_strdup(value);
3736 eap->password_len = os_strlen(value);
3737 eap->pending_req_password = 0;
3738 if (ssid == wpa_s->current_ssid)
3739 wpa_s->reassociate = 1;
3740 break;
3741 case WPA_CTRL_REQ_EAP_NEW_PASSWORD:
3742 os_free(eap->new_password);
3743 eap->new_password = (u8 *) os_strdup(value);
3744 eap->new_password_len = os_strlen(value);
3745 eap->pending_req_new_password = 0;
3746 if (ssid == wpa_s->current_ssid)
3747 wpa_s->reassociate = 1;
3748 break;
3749 case WPA_CTRL_REQ_EAP_PIN:
3750 os_free(eap->pin);
3751 eap->pin = os_strdup(value);
3752 eap->pending_req_pin = 0;
3753 if (ssid == wpa_s->current_ssid)
3754 wpa_s->reassociate = 1;
3755 break;
3756 case WPA_CTRL_REQ_EAP_OTP:
3757 os_free(eap->otp);
3758 eap->otp = (u8 *) os_strdup(value);
3759 eap->otp_len = os_strlen(value);
3760 os_free(eap->pending_req_otp);
3761 eap->pending_req_otp = NULL;
3762 eap->pending_req_otp_len = 0;
3763 break;
3764 case WPA_CTRL_REQ_EAP_PASSPHRASE:
3765 os_free(eap->private_key_passwd);
3766 eap->private_key_passwd = (u8 *) os_strdup(value);
3767 eap->pending_req_passphrase = 0;
3768 if (ssid == wpa_s->current_ssid)
3769 wpa_s->reassociate = 1;
3770 break;
3771 default:
3772 wpa_printf(MSG_DEBUG, "CTRL_IFACE: Unknown field '%s'", field);
3773 return -1;
3774 }
3775
3776 return 0;
3777#else /* IEEE8021X_EAPOL */
3778 wpa_printf(MSG_DEBUG, "CTRL_IFACE: IEEE 802.1X not included");
3779 return -1;
3780#endif /* IEEE8021X_EAPOL */
3781}
3782#endif /* CONFIG_CTRL_IFACE || CONFIG_CTRL_IFACE_DBUS_NEW */
3783
3784
3785int wpas_network_disabled(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid)
3786{
3787 int i;
3788 unsigned int drv_enc;
3789
3790 if (ssid == NULL)
3791 return 1;
3792
3793 if (ssid->disabled)
3794 return 1;
3795
3796 if (wpa_s && wpa_s->drv_capa_known)
3797 drv_enc = wpa_s->drv_enc;
3798 else
3799 drv_enc = (unsigned int) -1;
3800
3801 for (i = 0; i < NUM_WEP_KEYS; i++) {
3802 size_t len = ssid->wep_key_len[i];
3803 if (len == 0)
3804 continue;
3805 if (len == 5 && (drv_enc & WPA_DRIVER_CAPA_ENC_WEP40))
3806 continue;
3807 if (len == 13 && (drv_enc & WPA_DRIVER_CAPA_ENC_WEP104))
3808 continue;
3809 if (len == 16 && (drv_enc & WPA_DRIVER_CAPA_ENC_WEP128))
3810 continue;
3811 return 1; /* invalid WEP key */
3812 }
3813
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003814 if (wpa_key_mgmt_wpa_psk(ssid->key_mgmt) && !ssid->psk_set &&
3815 !ssid->ext_psk)
3816 return 1;
3817
Dmitry Shmidt04949592012-07-19 12:16:46 -07003818 return 0;
3819}
3820
3821
Dmitry Shmidt687922c2012-03-26 14:02:32 -07003822int wpas_is_p2p_prioritized(struct wpa_supplicant *wpa_s)
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003823{
Dmitry Shmidt2fb777c2012-05-02 12:29:53 -07003824 if (wpa_s->global->conc_pref == WPA_CONC_PREF_P2P)
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003825 return 1;
Dmitry Shmidt2fb777c2012-05-02 12:29:53 -07003826 if (wpa_s->global->conc_pref == WPA_CONC_PREF_STA)
Dmitry Shmidt687922c2012-03-26 14:02:32 -07003827 return 0;
Dmitry Shmidt687922c2012-03-26 14:02:32 -07003828 return -1;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003829}
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003830
3831
3832void wpas_auth_failed(struct wpa_supplicant *wpa_s)
3833{
3834 struct wpa_ssid *ssid = wpa_s->current_ssid;
3835 int dur;
3836 struct os_time now;
3837
3838 if (ssid == NULL) {
3839 wpa_printf(MSG_DEBUG, "Authentication failure but no known "
3840 "SSID block");
3841 return;
3842 }
3843
3844 if (ssid->key_mgmt == WPA_KEY_MGMT_WPS)
3845 return;
3846
3847 ssid->auth_failures++;
Dmitry Shmidtd5c075b2013-08-05 14:36:10 -07003848
3849#ifdef CONFIG_P2P
3850 if (ssid->p2p_group &&
3851 (wpa_s->p2p_in_provisioning || wpa_s->show_group_started)) {
3852 /*
3853 * Skip the wait time since there is a short timeout on the
3854 * connection to a P2P group.
3855 */
3856 return;
3857 }
3858#endif /* CONFIG_P2P */
3859
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003860 if (ssid->auth_failures > 50)
3861 dur = 300;
3862 else if (ssid->auth_failures > 20)
3863 dur = 120;
3864 else if (ssid->auth_failures > 10)
3865 dur = 60;
3866 else if (ssid->auth_failures > 5)
3867 dur = 30;
3868 else if (ssid->auth_failures > 1)
3869 dur = 20;
3870 else
3871 dur = 10;
3872
3873 os_get_time(&now);
3874 if (now.sec + dur <= ssid->disabled_until.sec)
3875 return;
3876
3877 ssid->disabled_until.sec = now.sec + dur;
3878
3879 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_TEMP_DISABLED
3880 "id=%d ssid=\"%s\" auth_failures=%u duration=%d",
3881 ssid->id, wpa_ssid_txt(ssid->ssid, ssid->ssid_len),
3882 ssid->auth_failures, dur);
3883}
3884
3885
3886void wpas_clear_temp_disabled(struct wpa_supplicant *wpa_s,
3887 struct wpa_ssid *ssid, int clear_failures)
3888{
3889 if (ssid == NULL)
3890 return;
3891
3892 if (ssid->disabled_until.sec) {
3893 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_REENABLED
3894 "id=%d ssid=\"%s\"",
3895 ssid->id, wpa_ssid_txt(ssid->ssid, ssid->ssid_len));
3896 }
3897 ssid->disabled_until.sec = 0;
3898 ssid->disabled_until.usec = 0;
3899 if (clear_failures)
3900 ssid->auth_failures = 0;
3901}
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003902
3903
3904int disallowed_bssid(struct wpa_supplicant *wpa_s, const u8 *bssid)
3905{
3906 size_t i;
3907
3908 if (wpa_s->disallow_aps_bssid == NULL)
3909 return 0;
3910
3911 for (i = 0; i < wpa_s->disallow_aps_bssid_count; i++) {
3912 if (os_memcmp(wpa_s->disallow_aps_bssid + i * ETH_ALEN,
3913 bssid, ETH_ALEN) == 0)
3914 return 1;
3915 }
3916
3917 return 0;
3918}
3919
3920
3921int disallowed_ssid(struct wpa_supplicant *wpa_s, const u8 *ssid,
3922 size_t ssid_len)
3923{
3924 size_t i;
3925
3926 if (wpa_s->disallow_aps_ssid == NULL || ssid == NULL)
3927 return 0;
3928
3929 for (i = 0; i < wpa_s->disallow_aps_ssid_count; i++) {
3930 struct wpa_ssid_value *s = &wpa_s->disallow_aps_ssid[i];
3931 if (ssid_len == s->ssid_len &&
3932 os_memcmp(ssid, s->ssid, ssid_len) == 0)
3933 return 1;
3934 }
3935
3936 return 0;
3937}
3938
3939
3940/**
3941 * wpas_request_connection - Request a new connection
3942 * @wpa_s: Pointer to the network interface
3943 *
3944 * This function is used to request a new connection to be found. It will mark
3945 * the interface to allow reassociation and request a new scan to find a
3946 * suitable network to connect to.
3947 */
3948void wpas_request_connection(struct wpa_supplicant *wpa_s)
3949{
3950 wpa_s->normal_scans = 0;
3951 wpa_supplicant_reinit_autoscan(wpa_s);
3952 wpa_s->extra_blacklist_count = 0;
3953 wpa_s->disconnected = 0;
3954 wpa_s->reassociate = 1;
Dmitry Shmidt2f3b8de2013-03-01 09:32:50 -08003955
3956 if (wpa_supplicant_fast_associate(wpa_s) != 1)
3957 wpa_supplicant_req_scan(wpa_s, 0, 0);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003958}
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003959
3960
3961/**
3962 * wpas_wpa_is_in_progress - Check whether a connection is in progress
3963 * @wpa_s: Pointer to wpa_supplicant data
3964 *
3965 * This function is to check if the wpa state is in beginning of the connection
3966 * during 4-way handshake or group key handshake with WPA on any shared
3967 * interface.
3968 */
3969int wpas_wpa_is_in_progress(struct wpa_supplicant *wpa_s)
3970{
3971 const char *rn, *rn2;
3972 struct wpa_supplicant *ifs;
3973
3974 if (!wpa_s->driver->get_radio_name)
3975 return 0;
3976
3977 rn = wpa_s->driver->get_radio_name(wpa_s->drv_priv);
3978 if (rn == NULL || rn[0] == '\0')
3979 return 0;
3980
3981 for (ifs = wpa_s->global->ifaces; ifs; ifs = ifs->next) {
3982 if (ifs == wpa_s || !ifs->driver->get_radio_name)
3983 continue;
3984
3985 rn2 = ifs->driver->get_radio_name(ifs->drv_priv);
3986 if (!rn2 || os_strcmp(rn, rn2) != 0)
3987 continue;
3988 if (ifs->wpa_state >= WPA_AUTHENTICATING &&
3989 ifs->wpa_state != WPA_COMPLETED) {
3990 wpa_dbg(wpa_s, MSG_DEBUG, "Connection is in progress "
3991 "on interface %s - defer scan", ifs->ifname);
3992 return 1;
3993 }
3994 }
3995
3996 return 0;
3997}
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07003998
3999
4000/*
4001 * Find the operating frequencies of any of the virtual interfaces that
4002 * are using the same radio as the current interface.
4003 */
4004int get_shared_radio_freqs(struct wpa_supplicant *wpa_s,
4005 int *freq_array, unsigned int len)
4006{
4007 const char *rn, *rn2;
4008 struct wpa_supplicant *ifs;
4009 u8 bssid[ETH_ALEN];
4010 int freq;
4011 unsigned int idx = 0, i;
4012
4013 os_memset(freq_array, 0, sizeof(int) * len);
4014
4015 /* First add the frequency of the local interface */
4016 if (wpa_s->current_ssid != NULL && wpa_s->assoc_freq != 0) {
4017 if (wpa_s->current_ssid->mode == WPAS_MODE_AP ||
4018 wpa_s->current_ssid->mode == WPAS_MODE_P2P_GO)
4019 freq_array[idx++] = wpa_s->current_ssid->frequency;
4020 else if (wpa_drv_get_bssid(wpa_s, bssid) == 0)
4021 freq_array[idx++] = wpa_s->assoc_freq;
4022 }
4023
4024 /* If get_radio_name is not supported, use only the local freq */
4025 if (!wpa_s->driver->get_radio_name) {
4026 freq = wpa_drv_shared_freq(wpa_s);
4027 if (freq > 0 && idx < len &&
4028 (idx == 0 || freq_array[0] != freq))
4029 freq_array[idx++] = freq;
4030 return idx;
4031 }
4032
4033 rn = wpa_s->driver->get_radio_name(wpa_s->drv_priv);
4034 if (rn == NULL || rn[0] == '\0')
4035 return idx;
4036
4037 for (ifs = wpa_s->global->ifaces, idx = 0; ifs && idx < len;
4038 ifs = ifs->next) {
4039 if (wpa_s == ifs || !ifs->driver->get_radio_name)
4040 continue;
4041
4042 rn2 = ifs->driver->get_radio_name(ifs->drv_priv);
4043 if (!rn2 || os_strcmp(rn, rn2) != 0)
4044 continue;
4045
4046 if (ifs->current_ssid == NULL || ifs->assoc_freq == 0)
4047 continue;
4048
4049 if (ifs->current_ssid->mode == WPAS_MODE_AP ||
4050 ifs->current_ssid->mode == WPAS_MODE_P2P_GO)
4051 freq = ifs->current_ssid->frequency;
4052 else if (wpa_drv_get_bssid(ifs, bssid) == 0)
4053 freq = ifs->assoc_freq;
4054 else
4055 continue;
4056
4057 /* Hold only distinct freqs */
4058 for (i = 0; i < idx; i++)
4059 if (freq_array[i] == freq)
4060 break;
4061
4062 if (i == idx)
4063 freq_array[idx++] = freq;
4064 }
4065 return idx;
4066}