blob: 41ae8f16b76402ec1801fd9ed45dd740efa2ea82 [file] [log] [blame]
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001/*
2 * WPA Supplicant
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003 * Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi>
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07004 *
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08005 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07007 *
8 * This file implements functions for registering and unregistering
9 * %wpa_supplicant interfaces. In addition, this file contains number of
10 * functions for managing network connections.
11 */
12
13#include "includes.h"
14
15#include "common.h"
16#include "crypto/random.h"
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -080017#include "crypto/sha1.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070018#include "eapol_supp/eapol_supp_sm.h"
19#include "eap_peer/eap.h"
Dmitry Shmidt34af3062013-07-11 10:46:32 -070020#include "eap_peer/eap_proxy.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070021#include "eap_server/eap_methods.h"
22#include "rsn_supp/wpa.h"
23#include "eloop.h"
24#include "config.h"
Dmitry Shmidt61d9df32012-08-29 16:22:06 -070025#include "utils/ext_password.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070026#include "l2_packet/l2_packet.h"
27#include "wpa_supplicant_i.h"
28#include "driver_i.h"
29#include "ctrl_iface.h"
30#include "pcsc_funcs.h"
31#include "common/version.h"
32#include "rsn_supp/preauth.h"
33#include "rsn_supp/pmksa_cache.h"
34#include "common/wpa_ctrl.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070035#include "common/ieee802_11_defs.h"
36#include "p2p/p2p.h"
37#include "blacklist.h"
38#include "wpas_glue.h"
39#include "wps_supplicant.h"
40#include "ibss_rsn.h"
41#include "sme.h"
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -080042#include "gas_query.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070043#include "ap.h"
44#include "p2p_supplicant.h"
Dmitry Shmidt61d9df32012-08-29 16:22:06 -070045#include "wifi_display.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070046#include "notify.h"
47#include "bgscan.h"
Dmitry Shmidt04949592012-07-19 12:16:46 -070048#include "autoscan.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070049#include "bss.h"
50#include "scan.h"
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -080051#include "offchannel.h"
Dmitry Shmidt04949592012-07-19 12:16:46 -070052#include "hs20_supplicant.h"
Dmitry Shmidt44c95782013-05-17 09:51:35 -070053#include "wnm_sta.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070054
55const char *wpa_supplicant_version =
56"wpa_supplicant v" VERSION_STR "\n"
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -080057"Copyright (c) 2003-2013, Jouni Malinen <j@w1.fi> and contributors";
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070058
59const char *wpa_supplicant_license =
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -080060"This software may be distributed under the terms of the BSD license.\n"
61"See README for more details.\n"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070062#ifdef EAP_TLS_OPENSSL
63"\nThis product includes software developed by the OpenSSL Project\n"
64"for use in the OpenSSL Toolkit (http://www.openssl.org/)\n"
65#endif /* EAP_TLS_OPENSSL */
66;
67
68#ifndef CONFIG_NO_STDOUT_DEBUG
69/* Long text divided into parts in order to fit in C89 strings size limits. */
70const char *wpa_supplicant_full_license1 =
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -080071"";
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070072const char *wpa_supplicant_full_license2 =
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -080073"This software may be distributed under the terms of the BSD license.\n"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070074"\n"
75"Redistribution and use in source and binary forms, with or without\n"
76"modification, are permitted provided that the following conditions are\n"
77"met:\n"
78"\n";
79const char *wpa_supplicant_full_license3 =
80"1. Redistributions of source code must retain the above copyright\n"
81" notice, this list of conditions and the following disclaimer.\n"
82"\n"
83"2. Redistributions in binary form must reproduce the above copyright\n"
84" notice, this list of conditions and the following disclaimer in the\n"
85" documentation and/or other materials provided with the distribution.\n"
86"\n";
87const char *wpa_supplicant_full_license4 =
88"3. Neither the name(s) of the above-listed copyright holder(s) nor the\n"
89" names of its contributors may be used to endorse or promote products\n"
90" derived from this software without specific prior written permission.\n"
91"\n"
92"THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n"
93"\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n"
94"LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n"
95"A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n";
96const char *wpa_supplicant_full_license5 =
97"OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n"
98"SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n"
99"LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n"
100"DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n"
101"THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n"
102"(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n"
103"OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
104"\n";
105#endif /* CONFIG_NO_STDOUT_DEBUG */
106
107extern int wpa_debug_level;
108extern int wpa_debug_show_keys;
109extern int wpa_debug_timestamp;
110extern struct wpa_driver_ops *wpa_drivers[];
111
112/* Configure default/group WEP keys for static WEP */
113int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid)
114{
115 int i, set = 0;
116
117 for (i = 0; i < NUM_WEP_KEYS; i++) {
118 if (ssid->wep_key_len[i] == 0)
119 continue;
120
121 set = 1;
122 wpa_drv_set_key(wpa_s, WPA_ALG_WEP, NULL,
123 i, i == ssid->wep_tx_keyidx, NULL, 0,
124 ssid->wep_key[i], ssid->wep_key_len[i]);
125 }
126
127 return set;
128}
129
130
Dmitry Shmidt51b6ea82013-05-08 10:42:09 -0700131int wpa_supplicant_set_wpa_none_key(struct wpa_supplicant *wpa_s,
132 struct wpa_ssid *ssid)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700133{
134 u8 key[32];
135 size_t keylen;
136 enum wpa_alg alg;
137 u8 seq[6] = { 0 };
138
139 /* IBSS/WPA-None uses only one key (Group) for both receiving and
140 * sending unicast and multicast packets. */
141
142 if (ssid->mode != WPAS_MODE_IBSS) {
143 wpa_msg(wpa_s, MSG_INFO, "WPA: Invalid mode %d (not "
144 "IBSS/ad-hoc) for WPA-None", ssid->mode);
145 return -1;
146 }
147
148 if (!ssid->psk_set) {
149 wpa_msg(wpa_s, MSG_INFO, "WPA: No PSK configured for "
150 "WPA-None");
151 return -1;
152 }
153
154 switch (wpa_s->group_cipher) {
155 case WPA_CIPHER_CCMP:
156 os_memcpy(key, ssid->psk, 16);
157 keylen = 16;
158 alg = WPA_ALG_CCMP;
159 break;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700160 case WPA_CIPHER_GCMP:
161 os_memcpy(key, ssid->psk, 16);
162 keylen = 16;
163 alg = WPA_ALG_GCMP;
164 break;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700165 case WPA_CIPHER_TKIP:
166 /* WPA-None uses the same Michael MIC key for both TX and RX */
167 os_memcpy(key, ssid->psk, 16 + 8);
168 os_memcpy(key + 16 + 8, ssid->psk + 16, 8);
169 keylen = 32;
170 alg = WPA_ALG_TKIP;
171 break;
172 default:
173 wpa_msg(wpa_s, MSG_INFO, "WPA: Invalid group cipher %d for "
174 "WPA-None", wpa_s->group_cipher);
175 return -1;
176 }
177
178 /* TODO: should actually remember the previously used seq#, both for TX
179 * and RX from each STA.. */
180
181 return wpa_drv_set_key(wpa_s, alg, NULL, 0, 1, seq, 6, key, keylen);
182}
183
184
185static void wpa_supplicant_timeout(void *eloop_ctx, void *timeout_ctx)
186{
187 struct wpa_supplicant *wpa_s = eloop_ctx;
188 const u8 *bssid = wpa_s->bssid;
189 if (is_zero_ether_addr(bssid))
190 bssid = wpa_s->pending_bssid;
191 wpa_msg(wpa_s, MSG_INFO, "Authentication with " MACSTR " timed out.",
192 MAC2STR(bssid));
193 wpa_blacklist_add(wpa_s, bssid);
194 wpa_sm_notify_disassoc(wpa_s->wpa);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800195 wpa_supplicant_deauthenticate(wpa_s, WLAN_REASON_DEAUTH_LEAVING);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700196 wpa_s->reassociate = 1;
197
198 /*
199 * If we timed out, the AP or the local radio may be busy.
200 * So, wait a second until scanning again.
201 */
202 wpa_supplicant_req_scan(wpa_s, 1, 0);
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700203
Dmitry Shmidt37d4d6a2013-03-18 13:09:42 -0700204 wpas_p2p_continue_after_scan(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700205}
206
207
208/**
209 * wpa_supplicant_req_auth_timeout - Schedule a timeout for authentication
210 * @wpa_s: Pointer to wpa_supplicant data
211 * @sec: Number of seconds after which to time out authentication
212 * @usec: Number of microseconds after which to time out authentication
213 *
214 * This function is used to schedule a timeout for the current authentication
215 * attempt.
216 */
217void wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s,
218 int sec, int usec)
219{
Dmitry Shmidt68d0e3e2013-10-28 17:59:21 -0700220 if (wpa_s->conf->ap_scan == 0 &&
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700221 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED))
222 return;
223
224 wpa_dbg(wpa_s, MSG_DEBUG, "Setting authentication timeout: %d sec "
225 "%d usec", sec, usec);
226 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
227 eloop_register_timeout(sec, usec, wpa_supplicant_timeout, wpa_s, NULL);
228}
229
230
231/**
232 * wpa_supplicant_cancel_auth_timeout - Cancel authentication timeout
233 * @wpa_s: Pointer to wpa_supplicant data
234 *
235 * This function is used to cancel authentication timeout scheduled with
236 * wpa_supplicant_req_auth_timeout() and it is called when authentication has
237 * been completed.
238 */
239void wpa_supplicant_cancel_auth_timeout(struct wpa_supplicant *wpa_s)
240{
241 wpa_dbg(wpa_s, MSG_DEBUG, "Cancelling authentication timeout");
242 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
243 wpa_blacklist_del(wpa_s, wpa_s->bssid);
244}
245
246
247/**
248 * wpa_supplicant_initiate_eapol - Configure EAPOL state machine
249 * @wpa_s: Pointer to wpa_supplicant data
250 *
251 * This function is used to configure EAPOL state machine based on the selected
252 * authentication mode.
253 */
254void wpa_supplicant_initiate_eapol(struct wpa_supplicant *wpa_s)
255{
256#ifdef IEEE8021X_EAPOL
257 struct eapol_config eapol_conf;
258 struct wpa_ssid *ssid = wpa_s->current_ssid;
259
260#ifdef CONFIG_IBSS_RSN
261 if (ssid->mode == WPAS_MODE_IBSS &&
262 wpa_s->key_mgmt != WPA_KEY_MGMT_NONE &&
263 wpa_s->key_mgmt != WPA_KEY_MGMT_WPA_NONE) {
264 /*
265 * RSN IBSS authentication is per-STA and we can disable the
266 * per-BSSID EAPOL authentication.
267 */
268 eapol_sm_notify_portControl(wpa_s->eapol, ForceAuthorized);
269 eapol_sm_notify_eap_success(wpa_s->eapol, TRUE);
270 eapol_sm_notify_eap_fail(wpa_s->eapol, FALSE);
271 return;
272 }
273#endif /* CONFIG_IBSS_RSN */
274
275 eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
276 eapol_sm_notify_eap_fail(wpa_s->eapol, FALSE);
277
278 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE ||
279 wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE)
280 eapol_sm_notify_portControl(wpa_s->eapol, ForceAuthorized);
281 else
282 eapol_sm_notify_portControl(wpa_s->eapol, Auto);
283
284 os_memset(&eapol_conf, 0, sizeof(eapol_conf));
285 if (wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
286 eapol_conf.accept_802_1x_keys = 1;
287 eapol_conf.required_keys = 0;
288 if (ssid->eapol_flags & EAPOL_FLAG_REQUIRE_KEY_UNICAST) {
289 eapol_conf.required_keys |= EAPOL_REQUIRE_KEY_UNICAST;
290 }
291 if (ssid->eapol_flags & EAPOL_FLAG_REQUIRE_KEY_BROADCAST) {
292 eapol_conf.required_keys |=
293 EAPOL_REQUIRE_KEY_BROADCAST;
294 }
295
Dmitry Shmidt68d0e3e2013-10-28 17:59:21 -0700296 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700297 eapol_conf.required_keys = 0;
298 }
Dmitry Shmidt68d0e3e2013-10-28 17:59:21 -0700299 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700300 eapol_conf.workaround = ssid->eap_workaround;
301 eapol_conf.eap_disabled =
302 !wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt) &&
303 wpa_s->key_mgmt != WPA_KEY_MGMT_IEEE8021X_NO_WPA &&
304 wpa_s->key_mgmt != WPA_KEY_MGMT_WPS;
Dmitry Shmidt051af732013-10-22 13:52:46 -0700305 eapol_conf.external_sim = wpa_s->conf->external_sim;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700306 eapol_sm_notify_config(wpa_s->eapol, &ssid->eap, &eapol_conf);
307#endif /* IEEE8021X_EAPOL */
308}
309
310
311/**
312 * wpa_supplicant_set_non_wpa_policy - Set WPA parameters to non-WPA mode
313 * @wpa_s: Pointer to wpa_supplicant data
314 * @ssid: Configuration data for the network
315 *
316 * This function is used to configure WPA state machine and related parameters
317 * to a mode where WPA is not enabled. This is called as part of the
318 * authentication configuration when the selected network does not use WPA.
319 */
320void wpa_supplicant_set_non_wpa_policy(struct wpa_supplicant *wpa_s,
321 struct wpa_ssid *ssid)
322{
323 int i;
324
325 if (ssid->key_mgmt & WPA_KEY_MGMT_WPS)
326 wpa_s->key_mgmt = WPA_KEY_MGMT_WPS;
327 else if (ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA)
328 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X_NO_WPA;
329 else
330 wpa_s->key_mgmt = WPA_KEY_MGMT_NONE;
331 wpa_sm_set_ap_wpa_ie(wpa_s->wpa, NULL, 0);
332 wpa_sm_set_ap_rsn_ie(wpa_s->wpa, NULL, 0);
333 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
334 wpa_s->pairwise_cipher = WPA_CIPHER_NONE;
335 wpa_s->group_cipher = WPA_CIPHER_NONE;
336 wpa_s->mgmt_group_cipher = 0;
337
338 for (i = 0; i < NUM_WEP_KEYS; i++) {
339 if (ssid->wep_key_len[i] > 5) {
340 wpa_s->pairwise_cipher = WPA_CIPHER_WEP104;
341 wpa_s->group_cipher = WPA_CIPHER_WEP104;
342 break;
343 } else if (ssid->wep_key_len[i] > 0) {
344 wpa_s->pairwise_cipher = WPA_CIPHER_WEP40;
345 wpa_s->group_cipher = WPA_CIPHER_WEP40;
346 break;
347 }
348 }
349
350 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_RSN_ENABLED, 0);
351 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_KEY_MGMT, wpa_s->key_mgmt);
352 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PAIRWISE,
353 wpa_s->pairwise_cipher);
354 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
355#ifdef CONFIG_IEEE80211W
356 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MGMT_GROUP,
357 wpa_s->mgmt_group_cipher);
358#endif /* CONFIG_IEEE80211W */
359
360 pmksa_cache_clear_current(wpa_s->wpa);
361}
362
363
Dmitry Shmidt04949592012-07-19 12:16:46 -0700364void free_hw_features(struct wpa_supplicant *wpa_s)
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800365{
366 int i;
367 if (wpa_s->hw.modes == NULL)
368 return;
369
370 for (i = 0; i < wpa_s->hw.num_modes; i++) {
371 os_free(wpa_s->hw.modes[i].channels);
372 os_free(wpa_s->hw.modes[i].rates);
373 }
374
375 os_free(wpa_s->hw.modes);
376 wpa_s->hw.modes = NULL;
377}
378
379
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700380static void wpa_supplicant_cleanup(struct wpa_supplicant *wpa_s)
381{
382 bgscan_deinit(wpa_s);
Dmitry Shmidt04949592012-07-19 12:16:46 -0700383 autoscan_deinit(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700384 scard_deinit(wpa_s->scard);
385 wpa_s->scard = NULL;
386 wpa_sm_set_scard_ctx(wpa_s->wpa, NULL);
387 eapol_sm_register_scard_ctx(wpa_s->eapol, NULL);
388 l2_packet_deinit(wpa_s->l2);
389 wpa_s->l2 = NULL;
390 if (wpa_s->l2_br) {
391 l2_packet_deinit(wpa_s->l2_br);
392 wpa_s->l2_br = NULL;
393 }
394
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700395 if (wpa_s->conf != NULL) {
396 struct wpa_ssid *ssid;
397 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
398 wpas_notify_network_removed(wpa_s, ssid);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700399 }
400
401 os_free(wpa_s->confname);
402 wpa_s->confname = NULL;
403
Jouni Malinen5d1c8ad2013-04-23 12:34:56 -0700404 os_free(wpa_s->confanother);
405 wpa_s->confanother = NULL;
406
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700407 wpa_sm_set_eapol(wpa_s->wpa, NULL);
408 eapol_sm_deinit(wpa_s->eapol);
409 wpa_s->eapol = NULL;
410
411 rsn_preauth_deinit(wpa_s->wpa);
412
413#ifdef CONFIG_TDLS
414 wpa_tdls_deinit(wpa_s->wpa);
415#endif /* CONFIG_TDLS */
416
417 pmksa_candidate_free(wpa_s->wpa);
418 wpa_sm_deinit(wpa_s->wpa);
419 wpa_s->wpa = NULL;
420 wpa_blacklist_clear(wpa_s);
421
422 wpa_bss_deinit(wpa_s);
423
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -0700424 wpa_supplicant_cancel_delayed_sched_scan(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700425 wpa_supplicant_cancel_scan(wpa_s);
426 wpa_supplicant_cancel_auth_timeout(wpa_s);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800427 eloop_cancel_timeout(wpa_supplicant_stop_countermeasures, wpa_s, NULL);
428#ifdef CONFIG_DELAYED_MIC_ERROR_REPORT
429 eloop_cancel_timeout(wpa_supplicant_delayed_mic_error_report,
430 wpa_s, NULL);
431#endif /* CONFIG_DELAYED_MIC_ERROR_REPORT */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700432
433 wpas_wps_deinit(wpa_s);
434
435 wpabuf_free(wpa_s->pending_eapol_rx);
436 wpa_s->pending_eapol_rx = NULL;
437
438#ifdef CONFIG_IBSS_RSN
439 ibss_rsn_deinit(wpa_s->ibss_rsn);
440 wpa_s->ibss_rsn = NULL;
441#endif /* CONFIG_IBSS_RSN */
442
443 sme_deinit(wpa_s);
444
445#ifdef CONFIG_AP
446 wpa_supplicant_ap_deinit(wpa_s);
447#endif /* CONFIG_AP */
448
449#ifdef CONFIG_P2P
450 wpas_p2p_deinit(wpa_s);
451#endif /* CONFIG_P2P */
452
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800453#ifdef CONFIG_OFFCHANNEL
454 offchannel_deinit(wpa_s);
455#endif /* CONFIG_OFFCHANNEL */
456
457 wpa_supplicant_cancel_sched_scan(wpa_s);
458
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700459 os_free(wpa_s->next_scan_freqs);
460 wpa_s->next_scan_freqs = NULL;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800461
462 gas_query_deinit(wpa_s->gas);
463 wpa_s->gas = NULL;
464
465 free_hw_features(wpa_s);
Dmitry Shmidt04949592012-07-19 12:16:46 -0700466
467 os_free(wpa_s->bssid_filter);
468 wpa_s->bssid_filter = NULL;
469
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800470 os_free(wpa_s->disallow_aps_bssid);
471 wpa_s->disallow_aps_bssid = NULL;
472 os_free(wpa_s->disallow_aps_ssid);
473 wpa_s->disallow_aps_ssid = NULL;
474
Dmitry Shmidt04949592012-07-19 12:16:46 -0700475 wnm_bss_keep_alive_deinit(wpa_s);
Dmitry Shmidt44c95782013-05-17 09:51:35 -0700476#ifdef CONFIG_WNM
477 wnm_deallocate_memory(wpa_s);
478#endif /* CONFIG_WNM */
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700479
480 ext_password_deinit(wpa_s->ext_pw);
481 wpa_s->ext_pw = NULL;
482
483 wpabuf_free(wpa_s->last_gas_resp);
Dmitry Shmidt9bce59c2012-09-11 15:06:38 -0700484
485 os_free(wpa_s->last_scan_res);
486 wpa_s->last_scan_res = NULL;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700487}
488
489
490/**
491 * wpa_clear_keys - Clear keys configured for the driver
492 * @wpa_s: Pointer to wpa_supplicant data
493 * @addr: Previously used BSSID or %NULL if not available
494 *
495 * This function clears the encryption keys that has been previously configured
496 * for the driver.
497 */
498void wpa_clear_keys(struct wpa_supplicant *wpa_s, const u8 *addr)
499{
500 if (wpa_s->keys_cleared) {
501 /* Some drivers (e.g., ndiswrapper & NDIS drivers) seem to have
502 * timing issues with keys being cleared just before new keys
503 * are set or just after association or something similar. This
504 * shows up in group key handshake failing often because of the
505 * client not receiving the first encrypted packets correctly.
506 * Skipping some of the extra key clearing steps seems to help
507 * in completing group key handshake more reliably. */
508 wpa_dbg(wpa_s, MSG_DEBUG, "No keys have been configured - "
509 "skip key clearing");
510 return;
511 }
512
513 /* MLME-DELETEKEYS.request */
514 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, NULL, 0, 0, NULL, 0, NULL, 0);
515 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, NULL, 1, 0, NULL, 0, NULL, 0);
516 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, NULL, 2, 0, NULL, 0, NULL, 0);
517 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, NULL, 3, 0, NULL, 0, NULL, 0);
518#ifdef CONFIG_IEEE80211W
519 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, NULL, 4, 0, NULL, 0, NULL, 0);
520 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, NULL, 5, 0, NULL, 0, NULL, 0);
521#endif /* CONFIG_IEEE80211W */
522 if (addr) {
523 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, addr, 0, 0, NULL, 0, NULL,
524 0);
525 /* MLME-SETPROTECTION.request(None) */
526 wpa_drv_mlme_setprotection(
527 wpa_s, addr,
528 MLME_SETPROTECTION_PROTECT_TYPE_NONE,
529 MLME_SETPROTECTION_KEY_TYPE_PAIRWISE);
530 }
531 wpa_s->keys_cleared = 1;
532}
533
534
535/**
536 * wpa_supplicant_state_txt - Get the connection state name as a text string
537 * @state: State (wpa_state; WPA_*)
538 * Returns: The state name as a printable text string
539 */
540const char * wpa_supplicant_state_txt(enum wpa_states state)
541{
542 switch (state) {
543 case WPA_DISCONNECTED:
544 return "DISCONNECTED";
545 case WPA_INACTIVE:
546 return "INACTIVE";
547 case WPA_INTERFACE_DISABLED:
548 return "INTERFACE_DISABLED";
549 case WPA_SCANNING:
550 return "SCANNING";
551 case WPA_AUTHENTICATING:
552 return "AUTHENTICATING";
553 case WPA_ASSOCIATING:
554 return "ASSOCIATING";
555 case WPA_ASSOCIATED:
556 return "ASSOCIATED";
557 case WPA_4WAY_HANDSHAKE:
558 return "4WAY_HANDSHAKE";
559 case WPA_GROUP_HANDSHAKE:
560 return "GROUP_HANDSHAKE";
561 case WPA_COMPLETED:
562 return "COMPLETED";
563 default:
564 return "UNKNOWN";
565 }
566}
567
568
569#ifdef CONFIG_BGSCAN
570
571static void wpa_supplicant_start_bgscan(struct wpa_supplicant *wpa_s)
572{
Dmitry 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;
Dmitry Shmidt68d0e3e2013-10-28 17:59:21 -0700680 wpa_s->known_wps_freq = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700681#ifdef CONFIG_P2P
682 wpas_p2p_completed(wpa_s);
683#endif /* CONFIG_P2P */
Dmitry Shmidt04949592012-07-19 12:16:46 -0700684
685 sme_sched_obss_scan(wpa_s, 1);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700686 } else if (state == WPA_DISCONNECTED || state == WPA_ASSOCIATING ||
687 state == WPA_ASSOCIATED) {
688 wpa_s->new_connection = 1;
689 wpa_drv_set_operstate(wpa_s, 0);
690#ifndef IEEE8021X_EAPOL
691 wpa_drv_set_supp_port(wpa_s, 0);
692#endif /* IEEE8021X_EAPOL */
Dmitry Shmidt04949592012-07-19 12:16:46 -0700693 sme_sched_obss_scan(wpa_s, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700694 }
695 wpa_s->wpa_state = state;
696
697#ifdef CONFIG_BGSCAN
698 if (state == WPA_COMPLETED)
699 wpa_supplicant_start_bgscan(wpa_s);
700 else
701 wpa_supplicant_stop_bgscan(wpa_s);
702#endif /* CONFIG_BGSCAN */
703
Dmitry Shmidt04949592012-07-19 12:16:46 -0700704 if (state == WPA_AUTHENTICATING)
705 wpa_supplicant_stop_autoscan(wpa_s);
706
707 if (state == WPA_DISCONNECTED || state == WPA_INACTIVE)
708 wpa_supplicant_start_autoscan(wpa_s);
709
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700710 if (wpa_s->wpa_state != old_state) {
711 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
712
713 if (wpa_s->wpa_state == WPA_COMPLETED ||
714 old_state == WPA_COMPLETED)
715 wpas_notify_auth_changed(wpa_s);
716 }
717}
718
719
720void wpa_supplicant_terminate_proc(struct wpa_global *global)
721{
722 int pending = 0;
723#ifdef CONFIG_WPS
724 struct wpa_supplicant *wpa_s = global->ifaces;
725 while (wpa_s) {
Dmitry Shmidt56052862013-10-04 10:23:25 -0700726#ifdef CONFIG_P2P
727 if (wpa_s->p2p_group_interface != NOT_P2P_GROUP_INTERFACE ||
728 (wpa_s->current_ssid && wpa_s->current_ssid->p2p_group))
729 wpas_p2p_disconnect(wpa_s);
730#endif /* CONFIG_P2P */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700731 if (wpas_wps_terminate_pending(wpa_s) == 1)
732 pending = 1;
733 wpa_s = wpa_s->next;
734 }
735#endif /* CONFIG_WPS */
736 if (pending)
737 return;
738 eloop_terminate();
739}
740
741
742static void wpa_supplicant_terminate(int sig, void *signal_ctx)
743{
744 struct wpa_global *global = signal_ctx;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700745 wpa_supplicant_terminate_proc(global);
746}
747
748
749void wpa_supplicant_clear_status(struct wpa_supplicant *wpa_s)
750{
751 enum wpa_states old_state = wpa_s->wpa_state;
752
753 wpa_s->pairwise_cipher = 0;
754 wpa_s->group_cipher = 0;
755 wpa_s->mgmt_group_cipher = 0;
756 wpa_s->key_mgmt = 0;
757 if (wpa_s->wpa_state != WPA_INTERFACE_DISABLED)
Dmitry Shmidt04949592012-07-19 12:16:46 -0700758 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700759
760 if (wpa_s->wpa_state != old_state)
761 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
762}
763
764
765/**
766 * wpa_supplicant_reload_configuration - Reload configuration data
767 * @wpa_s: Pointer to wpa_supplicant data
768 * Returns: 0 on success or -1 if configuration parsing failed
769 *
770 * This function can be used to request that the configuration data is reloaded
771 * (e.g., after configuration file change). This function is reloading
772 * configuration only for one interface, so this may need to be called multiple
773 * times if %wpa_supplicant is controlling multiple interfaces and all
774 * interfaces need reconfiguration.
775 */
776int wpa_supplicant_reload_configuration(struct wpa_supplicant *wpa_s)
777{
778 struct wpa_config *conf;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700779 int reconf_ctrl;
780 int old_ap_scan;
781
782 if (wpa_s->confname == NULL)
783 return -1;
Dmitry Shmidt64f47c52013-04-16 10:41:54 -0700784 conf = wpa_config_read(wpa_s->confname, NULL);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700785 if (conf == NULL) {
786 wpa_msg(wpa_s, MSG_ERROR, "Failed to parse the configuration "
787 "file '%s' - exiting", wpa_s->confname);
788 return -1;
789 }
Dmitry Shmidt64f47c52013-04-16 10:41:54 -0700790 wpa_config_read(wpa_s->confanother, conf);
791
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700792 conf->changed_parameters = (unsigned int) -1;
793
794 reconf_ctrl = !!conf->ctrl_interface != !!wpa_s->conf->ctrl_interface
795 || (conf->ctrl_interface && wpa_s->conf->ctrl_interface &&
796 os_strcmp(conf->ctrl_interface,
797 wpa_s->conf->ctrl_interface) != 0);
798
799 if (reconf_ctrl && wpa_s->ctrl_iface) {
800 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface);
801 wpa_s->ctrl_iface = NULL;
802 }
803
804 eapol_sm_invalidate_cached_session(wpa_s->eapol);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800805 if (wpa_s->current_ssid) {
806 wpa_supplicant_deauthenticate(wpa_s,
807 WLAN_REASON_DEAUTH_LEAVING);
808 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700809
810 /*
811 * TODO: should notify EAPOL SM about changes in opensc_engine_path,
812 * pkcs11_engine_path, pkcs11_module_path.
813 */
814 if (wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt)) {
815 /*
816 * Clear forced success to clear EAP state for next
817 * authentication.
818 */
819 eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
820 }
821 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
822 wpa_sm_set_config(wpa_s->wpa, NULL);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800823 wpa_sm_pmksa_cache_flush(wpa_s->wpa, NULL);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700824 wpa_sm_set_fast_reauth(wpa_s->wpa, wpa_s->conf->fast_reauth);
825 rsn_preauth_deinit(wpa_s->wpa);
826
827 old_ap_scan = wpa_s->conf->ap_scan;
828 wpa_config_free(wpa_s->conf);
829 wpa_s->conf = conf;
830 if (old_ap_scan != wpa_s->conf->ap_scan)
831 wpas_notify_ap_scan_changed(wpa_s);
832
833 if (reconf_ctrl)
834 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s);
835
836 wpa_supplicant_update_config(wpa_s);
837
838 wpa_supplicant_clear_status(wpa_s);
Dmitry Shmidt04949592012-07-19 12:16:46 -0700839 if (wpa_supplicant_enabled_networks(wpa_s)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700840 wpa_s->reassociate = 1;
841 wpa_supplicant_req_scan(wpa_s, 0, 0);
842 }
843 wpa_dbg(wpa_s, MSG_DEBUG, "Reconfiguration completed");
844 return 0;
845}
846
847
848static void wpa_supplicant_reconfig(int sig, void *signal_ctx)
849{
850 struct wpa_global *global = signal_ctx;
851 struct wpa_supplicant *wpa_s;
852 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
853 wpa_dbg(wpa_s, MSG_DEBUG, "Signal %d received - reconfiguring",
854 sig);
855 if (wpa_supplicant_reload_configuration(wpa_s) < 0) {
856 wpa_supplicant_terminate_proc(global);
857 }
858 }
859}
860
861
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700862enum wpa_key_mgmt key_mgmt2driver(int key_mgmt)
863{
864 switch (key_mgmt) {
865 case WPA_KEY_MGMT_NONE:
866 return KEY_MGMT_NONE;
867 case WPA_KEY_MGMT_IEEE8021X_NO_WPA:
868 return KEY_MGMT_802_1X_NO_WPA;
869 case WPA_KEY_MGMT_IEEE8021X:
870 return KEY_MGMT_802_1X;
871 case WPA_KEY_MGMT_WPA_NONE:
872 return KEY_MGMT_WPA_NONE;
873 case WPA_KEY_MGMT_FT_IEEE8021X:
874 return KEY_MGMT_FT_802_1X;
875 case WPA_KEY_MGMT_FT_PSK:
876 return KEY_MGMT_FT_PSK;
877 case WPA_KEY_MGMT_IEEE8021X_SHA256:
878 return KEY_MGMT_802_1X_SHA256;
879 case WPA_KEY_MGMT_PSK_SHA256:
880 return KEY_MGMT_PSK_SHA256;
881 case WPA_KEY_MGMT_WPS:
882 return KEY_MGMT_WPS;
883 case WPA_KEY_MGMT_PSK:
884 default:
885 return KEY_MGMT_PSK;
886 }
887}
888
889
890static int wpa_supplicant_suites_from_ai(struct wpa_supplicant *wpa_s,
891 struct wpa_ssid *ssid,
892 struct wpa_ie_data *ie)
893{
894 int ret = wpa_sm_parse_own_wpa_ie(wpa_s->wpa, ie);
895 if (ret) {
896 if (ret == -2) {
897 wpa_msg(wpa_s, MSG_INFO, "WPA: Failed to parse WPA IE "
898 "from association info");
899 }
900 return -1;
901 }
902
903 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Using WPA IE from AssocReq to set "
904 "cipher suites");
905 if (!(ie->group_cipher & ssid->group_cipher)) {
906 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled group "
907 "cipher 0x%x (mask 0x%x) - reject",
908 ie->group_cipher, ssid->group_cipher);
909 return -1;
910 }
911 if (!(ie->pairwise_cipher & ssid->pairwise_cipher)) {
912 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled pairwise "
913 "cipher 0x%x (mask 0x%x) - reject",
914 ie->pairwise_cipher, ssid->pairwise_cipher);
915 return -1;
916 }
917 if (!(ie->key_mgmt & ssid->key_mgmt)) {
918 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled key "
919 "management 0x%x (mask 0x%x) - reject",
920 ie->key_mgmt, ssid->key_mgmt);
921 return -1;
922 }
923
924#ifdef CONFIG_IEEE80211W
925 if (!(ie->capabilities & WPA_CAPABILITY_MFPC) &&
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800926 (ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
927 wpa_s->conf->pmf : ssid->ieee80211w) ==
928 MGMT_FRAME_PROTECTION_REQUIRED) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700929 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver associated with an AP "
930 "that does not support management frame protection - "
931 "reject");
932 return -1;
933 }
934#endif /* CONFIG_IEEE80211W */
935
936 return 0;
937}
938
939
940/**
941 * wpa_supplicant_set_suites - Set authentication and encryption parameters
942 * @wpa_s: Pointer to wpa_supplicant data
943 * @bss: Scan results for the selected BSS, or %NULL if not available
944 * @ssid: Configuration data for the selected network
945 * @wpa_ie: Buffer for the WPA/RSN IE
946 * @wpa_ie_len: Maximum wpa_ie buffer size on input. This is changed to be the
947 * used buffer length in case the functions returns success.
948 * Returns: 0 on success or -1 on failure
949 *
950 * This function is used to configure authentication and encryption parameters
951 * based on the network configuration and scan result for the selected BSS (if
952 * available).
953 */
954int wpa_supplicant_set_suites(struct wpa_supplicant *wpa_s,
955 struct wpa_bss *bss, struct wpa_ssid *ssid,
956 u8 *wpa_ie, size_t *wpa_ie_len)
957{
958 struct wpa_ie_data ie;
959 int sel, proto;
960 const u8 *bss_wpa, *bss_rsn;
961
962 if (bss) {
963 bss_wpa = wpa_bss_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE);
964 bss_rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN);
965 } else
966 bss_wpa = bss_rsn = NULL;
967
968 if (bss_rsn && (ssid->proto & WPA_PROTO_RSN) &&
969 wpa_parse_wpa_ie(bss_rsn, 2 + bss_rsn[1], &ie) == 0 &&
970 (ie.group_cipher & ssid->group_cipher) &&
971 (ie.pairwise_cipher & ssid->pairwise_cipher) &&
972 (ie.key_mgmt & ssid->key_mgmt)) {
973 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using IEEE 802.11i/D9.0");
974 proto = WPA_PROTO_RSN;
975 } else if (bss_wpa && (ssid->proto & WPA_PROTO_WPA) &&
976 wpa_parse_wpa_ie(bss_wpa, 2 +bss_wpa[1], &ie) == 0 &&
977 (ie.group_cipher & ssid->group_cipher) &&
978 (ie.pairwise_cipher & ssid->pairwise_cipher) &&
979 (ie.key_mgmt & ssid->key_mgmt)) {
980 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using IEEE 802.11i/D3.0");
981 proto = WPA_PROTO_WPA;
982 } else if (bss) {
983 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select WPA/RSN");
984 return -1;
985 } else {
986 if (ssid->proto & WPA_PROTO_RSN)
987 proto = WPA_PROTO_RSN;
988 else
989 proto = WPA_PROTO_WPA;
990 if (wpa_supplicant_suites_from_ai(wpa_s, ssid, &ie) < 0) {
991 os_memset(&ie, 0, sizeof(ie));
992 ie.group_cipher = ssid->group_cipher;
993 ie.pairwise_cipher = ssid->pairwise_cipher;
994 ie.key_mgmt = ssid->key_mgmt;
995#ifdef CONFIG_IEEE80211W
996 ie.mgmt_group_cipher =
997 ssid->ieee80211w != NO_MGMT_FRAME_PROTECTION ?
998 WPA_CIPHER_AES_128_CMAC : 0;
999#endif /* CONFIG_IEEE80211W */
1000 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Set cipher suites "
1001 "based on configuration");
1002 } else
1003 proto = ie.proto;
1004 }
1005
1006 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected cipher suites: group %d "
1007 "pairwise %d key_mgmt %d proto %d",
1008 ie.group_cipher, ie.pairwise_cipher, ie.key_mgmt, proto);
1009#ifdef CONFIG_IEEE80211W
1010 if (ssid->ieee80211w) {
1011 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected mgmt group cipher %d",
1012 ie.mgmt_group_cipher);
1013 }
1014#endif /* CONFIG_IEEE80211W */
1015
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001016 wpa_s->wpa_proto = proto;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001017 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PROTO, proto);
1018 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_RSN_ENABLED,
1019 !!(ssid->proto & WPA_PROTO_RSN));
1020
1021 if (bss || !wpa_s->ap_ies_from_associnfo) {
1022 if (wpa_sm_set_ap_wpa_ie(wpa_s->wpa, bss_wpa,
1023 bss_wpa ? 2 + bss_wpa[1] : 0) ||
1024 wpa_sm_set_ap_rsn_ie(wpa_s->wpa, bss_rsn,
1025 bss_rsn ? 2 + bss_rsn[1] : 0))
1026 return -1;
1027 }
1028
1029 sel = ie.group_cipher & ssid->group_cipher;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001030 wpa_s->group_cipher = wpa_pick_group_cipher(sel);
1031 if (wpa_s->group_cipher < 0) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001032 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select group "
1033 "cipher");
1034 return -1;
1035 }
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001036 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using GTK %s",
1037 wpa_cipher_txt(wpa_s->group_cipher));
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001038
1039 sel = ie.pairwise_cipher & ssid->pairwise_cipher;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001040 wpa_s->pairwise_cipher = wpa_pick_pairwise_cipher(sel, 1);
1041 if (wpa_s->pairwise_cipher < 0) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001042 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select pairwise "
1043 "cipher");
1044 return -1;
1045 }
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001046 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using PTK %s",
1047 wpa_cipher_txt(wpa_s->pairwise_cipher));
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001048
1049 sel = ie.key_mgmt & ssid->key_mgmt;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001050#ifdef CONFIG_SAE
1051 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_SAE))
1052 sel &= ~(WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE);
1053#endif /* CONFIG_SAE */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001054 if (0) {
1055#ifdef CONFIG_IEEE80211R
1056 } else if (sel & WPA_KEY_MGMT_FT_IEEE8021X) {
1057 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_IEEE8021X;
1058 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT FT/802.1X");
1059 } else if (sel & WPA_KEY_MGMT_FT_PSK) {
1060 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK;
1061 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT FT/PSK");
1062#endif /* CONFIG_IEEE80211R */
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001063#ifdef CONFIG_SAE
1064 } else if (sel & WPA_KEY_MGMT_SAE) {
1065 wpa_s->key_mgmt = WPA_KEY_MGMT_SAE;
1066 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using KEY_MGMT SAE");
1067 } else if (sel & WPA_KEY_MGMT_FT_SAE) {
1068 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_SAE;
1069 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using KEY_MGMT FT/SAE");
1070#endif /* CONFIG_SAE */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001071#ifdef CONFIG_IEEE80211W
1072 } else if (sel & WPA_KEY_MGMT_IEEE8021X_SHA256) {
1073 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X_SHA256;
1074 wpa_dbg(wpa_s, MSG_DEBUG,
1075 "WPA: using KEY_MGMT 802.1X with SHA256");
1076 } else if (sel & WPA_KEY_MGMT_PSK_SHA256) {
1077 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK_SHA256;
1078 wpa_dbg(wpa_s, MSG_DEBUG,
1079 "WPA: using KEY_MGMT PSK with SHA256");
1080#endif /* CONFIG_IEEE80211W */
1081 } else if (sel & WPA_KEY_MGMT_IEEE8021X) {
1082 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X;
1083 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT 802.1X");
1084 } else if (sel & WPA_KEY_MGMT_PSK) {
1085 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK;
1086 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT WPA-PSK");
1087 } else if (sel & WPA_KEY_MGMT_WPA_NONE) {
1088 wpa_s->key_mgmt = WPA_KEY_MGMT_WPA_NONE;
1089 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT WPA-NONE");
1090 } else {
1091 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select "
1092 "authenticated key management type");
1093 return -1;
1094 }
1095
1096 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_KEY_MGMT, wpa_s->key_mgmt);
1097 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PAIRWISE,
1098 wpa_s->pairwise_cipher);
1099 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
1100
1101#ifdef CONFIG_IEEE80211W
1102 sel = ie.mgmt_group_cipher;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001103 if ((ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
1104 wpa_s->conf->pmf : ssid->ieee80211w) == NO_MGMT_FRAME_PROTECTION ||
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001105 !(ie.capabilities & WPA_CAPABILITY_MFPC))
1106 sel = 0;
1107 if (sel & WPA_CIPHER_AES_128_CMAC) {
1108 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
1109 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using MGMT group cipher "
1110 "AES-128-CMAC");
1111 } else {
1112 wpa_s->mgmt_group_cipher = 0;
1113 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: not using MGMT group cipher");
1114 }
1115 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MGMT_GROUP,
1116 wpa_s->mgmt_group_cipher);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001117 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MFP,
1118 (ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
1119 wpa_s->conf->pmf : ssid->ieee80211w));
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001120#endif /* CONFIG_IEEE80211W */
1121
1122 if (wpa_sm_set_assoc_wpa_ie_default(wpa_s->wpa, wpa_ie, wpa_ie_len)) {
1123 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to generate WPA IE");
1124 return -1;
1125 }
1126
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001127 if (wpa_key_mgmt_wpa_psk(ssid->key_mgmt)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001128 wpa_sm_set_pmk(wpa_s->wpa, ssid->psk, PMK_LEN);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001129#ifndef CONFIG_NO_PBKDF2
1130 if (bss && ssid->bssid_set && ssid->ssid_len == 0 &&
1131 ssid->passphrase) {
1132 u8 psk[PMK_LEN];
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001133 pbkdf2_sha1(ssid->passphrase, bss->ssid, bss->ssid_len,
1134 4096, psk, PMK_LEN);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001135 wpa_hexdump_key(MSG_MSGDUMP, "PSK (from passphrase)",
1136 psk, PMK_LEN);
1137 wpa_sm_set_pmk(wpa_s->wpa, psk, PMK_LEN);
1138 }
1139#endif /* CONFIG_NO_PBKDF2 */
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001140#ifdef CONFIG_EXT_PASSWORD
1141 if (ssid->ext_psk) {
1142 struct wpabuf *pw = ext_password_get(wpa_s->ext_pw,
1143 ssid->ext_psk);
1144 char pw_str[64 + 1];
1145 u8 psk[PMK_LEN];
1146
1147 if (pw == NULL) {
1148 wpa_msg(wpa_s, MSG_INFO, "EXT PW: No PSK "
1149 "found from external storage");
1150 return -1;
1151 }
1152
1153 if (wpabuf_len(pw) < 8 || wpabuf_len(pw) > 64) {
1154 wpa_msg(wpa_s, MSG_INFO, "EXT PW: Unexpected "
1155 "PSK length %d in external storage",
1156 (int) wpabuf_len(pw));
1157 ext_password_free(pw);
1158 return -1;
1159 }
1160
1161 os_memcpy(pw_str, wpabuf_head(pw), wpabuf_len(pw));
1162 pw_str[wpabuf_len(pw)] = '\0';
1163
1164#ifndef CONFIG_NO_PBKDF2
1165 if (wpabuf_len(pw) >= 8 && wpabuf_len(pw) < 64 && bss)
1166 {
1167 pbkdf2_sha1(pw_str, bss->ssid, bss->ssid_len,
1168 4096, psk, PMK_LEN);
1169 os_memset(pw_str, 0, sizeof(pw_str));
1170 wpa_hexdump_key(MSG_MSGDUMP, "PSK (from "
1171 "external passphrase)",
1172 psk, PMK_LEN);
1173 wpa_sm_set_pmk(wpa_s->wpa, psk, PMK_LEN);
1174 } else
1175#endif /* CONFIG_NO_PBKDF2 */
1176 if (wpabuf_len(pw) == 2 * PMK_LEN) {
1177 if (hexstr2bin(pw_str, psk, PMK_LEN) < 0) {
1178 wpa_msg(wpa_s, MSG_INFO, "EXT PW: "
1179 "Invalid PSK hex string");
1180 os_memset(pw_str, 0, sizeof(pw_str));
1181 ext_password_free(pw);
1182 return -1;
1183 }
1184 wpa_sm_set_pmk(wpa_s->wpa, psk, PMK_LEN);
1185 } else {
1186 wpa_msg(wpa_s, MSG_INFO, "EXT PW: No suitable "
1187 "PSK available");
1188 os_memset(pw_str, 0, sizeof(pw_str));
1189 ext_password_free(pw);
1190 return -1;
1191 }
1192
1193 os_memset(pw_str, 0, sizeof(pw_str));
1194 ext_password_free(pw);
1195 }
1196#endif /* CONFIG_EXT_PASSWORD */
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001197 } else
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001198 wpa_sm_set_pmk_from_pmksa(wpa_s->wpa);
1199
1200 return 0;
1201}
1202
1203
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001204static void wpas_ext_capab_byte(struct wpa_supplicant *wpa_s, u8 *pos, int idx)
1205{
1206 *pos = 0x00;
1207
1208 switch (idx) {
1209 case 0: /* Bits 0-7 */
1210 break;
1211 case 1: /* Bits 8-15 */
1212 break;
1213 case 2: /* Bits 16-23 */
1214#ifdef CONFIG_WNM
1215 *pos |= 0x02; /* Bit 17 - WNM-Sleep Mode */
1216 *pos |= 0x08; /* Bit 19 - BSS Transition */
1217#endif /* CONFIG_WNM */
1218 break;
1219 case 3: /* Bits 24-31 */
1220#ifdef CONFIG_WNM
1221 *pos |= 0x02; /* Bit 25 - SSID List */
1222#endif /* CONFIG_WNM */
1223#ifdef CONFIG_INTERWORKING
1224 if (wpa_s->conf->interworking)
1225 *pos |= 0x80; /* Bit 31 - Interworking */
1226#endif /* CONFIG_INTERWORKING */
1227 break;
1228 case 4: /* Bits 32-39 */
Dmitry Shmidt051af732013-10-22 13:52:46 -07001229#ifdef CONFIG_INTERWORKING
1230 *pos |= 0x01; /* Bit 32 - QoS Map */
1231#endif /* CONFIG_INTERWORKING */
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001232 break;
1233 case 5: /* Bits 40-47 */
1234 break;
1235 case 6: /* Bits 48-55 */
1236 break;
1237 }
1238}
1239
1240
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001241int wpas_build_ext_capab(struct wpa_supplicant *wpa_s, u8 *buf)
1242{
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001243 u8 *pos = buf;
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001244 u8 len = 4, i;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001245
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001246 if (len < wpa_s->extended_capa_len)
1247 len = wpa_s->extended_capa_len;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001248
1249 *pos++ = WLAN_EID_EXT_CAPAB;
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001250 *pos++ = len;
1251 for (i = 0; i < len; i++, pos++) {
1252 wpas_ext_capab_byte(wpa_s, pos, i);
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001253
Dmitry Shmidt444d5672013-04-01 13:08:44 -07001254 if (i < wpa_s->extended_capa_len) {
1255 *pos &= ~wpa_s->extended_capa_mask[i];
1256 *pos |= wpa_s->extended_capa[i];
1257 }
1258 }
1259
1260 while (len > 0 && buf[1 + len] == 0) {
1261 len--;
1262 buf[1] = len;
1263 }
1264 if (len == 0)
1265 return 0;
1266
1267 return 2 + len;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001268}
1269
1270
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001271/**
1272 * wpa_supplicant_associate - Request association
1273 * @wpa_s: Pointer to wpa_supplicant data
1274 * @bss: Scan results for the selected BSS, or %NULL if not available
1275 * @ssid: Configuration data for the selected network
1276 *
1277 * This function is used to request %wpa_supplicant to associate with a BSS.
1278 */
1279void wpa_supplicant_associate(struct wpa_supplicant *wpa_s,
1280 struct wpa_bss *bss, struct wpa_ssid *ssid)
1281{
1282 u8 wpa_ie[200];
1283 size_t wpa_ie_len;
1284 int use_crypt, ret, i, bssid_changed;
1285 int algs = WPA_AUTH_ALG_OPEN;
1286 enum wpa_cipher cipher_pairwise, cipher_group;
1287 struct wpa_driver_associate_params params;
1288 int wep_keys_set = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001289 int assoc_failed = 0;
1290 struct wpa_ssid *old_ssid;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001291#ifdef CONFIG_HT_OVERRIDES
1292 struct ieee80211_ht_capabilities htcaps;
1293 struct ieee80211_ht_capabilities htcaps_mask;
1294#endif /* CONFIG_HT_OVERRIDES */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001295
1296#ifdef CONFIG_IBSS_RSN
1297 ibss_rsn_deinit(wpa_s->ibss_rsn);
1298 wpa_s->ibss_rsn = NULL;
1299#endif /* CONFIG_IBSS_RSN */
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001300#ifdef ANDROID_P2P
1301 int freq = 0;
1302#endif
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001303
1304 if (ssid->mode == WPAS_MODE_AP || ssid->mode == WPAS_MODE_P2P_GO ||
1305 ssid->mode == WPAS_MODE_P2P_GROUP_FORMATION) {
1306#ifdef CONFIG_AP
1307 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_AP)) {
1308 wpa_msg(wpa_s, MSG_INFO, "Driver does not support AP "
1309 "mode");
1310 return;
1311 }
Dmitry Shmidtaa532512012-09-24 10:35:31 -07001312 if (wpa_supplicant_create_ap(wpa_s, ssid) < 0) {
1313 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt391c59f2013-09-03 12:16:28 -07001314 if (ssid->mode == WPAS_MODE_P2P_GROUP_FORMATION)
1315 wpas_p2p_ap_setup_failed(wpa_s);
Dmitry Shmidtaa532512012-09-24 10:35:31 -07001316 return;
1317 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001318 wpa_s->current_bss = bss;
1319#else /* CONFIG_AP */
1320 wpa_msg(wpa_s, MSG_ERROR, "AP mode support not included in "
1321 "the build");
1322#endif /* CONFIG_AP */
1323 return;
1324 }
1325
1326#ifdef CONFIG_TDLS
1327 if (bss)
1328 wpa_tdls_ap_ies(wpa_s->wpa, (const u8 *) (bss + 1),
1329 bss->ie_len);
1330#endif /* CONFIG_TDLS */
1331
1332 if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_SME) &&
1333 ssid->mode == IEEE80211_MODE_INFRA) {
1334 sme_authenticate(wpa_s, bss, ssid);
1335 return;
1336 }
1337
1338 os_memset(&params, 0, sizeof(params));
1339 wpa_s->reassociate = 0;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001340 if (bss && !wpas_driver_bss_selection(wpa_s)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001341#ifdef CONFIG_IEEE80211R
1342 const u8 *ie, *md = NULL;
1343#endif /* CONFIG_IEEE80211R */
1344 wpa_msg(wpa_s, MSG_INFO, "Trying to associate with " MACSTR
1345 " (SSID='%s' freq=%d MHz)", MAC2STR(bss->bssid),
1346 wpa_ssid_txt(bss->ssid, bss->ssid_len), bss->freq);
1347 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
1348 os_memset(wpa_s->bssid, 0, ETH_ALEN);
1349 os_memcpy(wpa_s->pending_bssid, bss->bssid, ETH_ALEN);
1350 if (bssid_changed)
1351 wpas_notify_bssid_changed(wpa_s);
1352#ifdef CONFIG_IEEE80211R
1353 ie = wpa_bss_get_ie(bss, WLAN_EID_MOBILITY_DOMAIN);
1354 if (ie && ie[1] >= MOBILITY_DOMAIN_ID_LEN)
1355 md = ie + 2;
1356 wpa_sm_set_ft_params(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0);
1357 if (md) {
1358 /* Prepare for the next transition */
1359 wpa_ft_prepare_auth_request(wpa_s->wpa, ie);
1360 }
1361#endif /* CONFIG_IEEE80211R */
1362#ifdef CONFIG_WPS
1363 } else if ((ssid->ssid == NULL || ssid->ssid_len == 0) &&
1364 wpa_s->conf->ap_scan == 2 &&
1365 (ssid->key_mgmt & WPA_KEY_MGMT_WPS)) {
1366 /* Use ap_scan==1 style network selection to find the network
1367 */
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001368 wpa_s->scan_req = MANUAL_SCAN_REQ;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001369 wpa_s->reassociate = 1;
1370 wpa_supplicant_req_scan(wpa_s, 0, 0);
1371 return;
1372#endif /* CONFIG_WPS */
1373 } else {
1374 wpa_msg(wpa_s, MSG_INFO, "Trying to associate with SSID '%s'",
1375 wpa_ssid_txt(ssid->ssid, ssid->ssid_len));
1376 os_memset(wpa_s->pending_bssid, 0, ETH_ALEN);
1377 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001378 wpa_supplicant_cancel_sched_scan(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001379 wpa_supplicant_cancel_scan(wpa_s);
1380
1381 /* Starting new association, so clear the possibly used WPA IE from the
1382 * previous association. */
1383 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
1384
1385#ifdef IEEE8021X_EAPOL
1386 if (ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1387 if (ssid->leap) {
1388 if (ssid->non_leap == 0)
1389 algs = WPA_AUTH_ALG_LEAP;
1390 else
1391 algs |= WPA_AUTH_ALG_LEAP;
1392 }
1393 }
1394#endif /* IEEE8021X_EAPOL */
1395 wpa_dbg(wpa_s, MSG_DEBUG, "Automatic auth_alg selection: 0x%x", algs);
1396 if (ssid->auth_alg) {
1397 algs = ssid->auth_alg;
1398 wpa_dbg(wpa_s, MSG_DEBUG, "Overriding auth_alg selection: "
1399 "0x%x", algs);
1400 }
1401
1402 if (bss && (wpa_bss_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE) ||
1403 wpa_bss_get_ie(bss, WLAN_EID_RSN)) &&
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001404 wpa_key_mgmt_wpa(ssid->key_mgmt)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001405 int try_opportunistic;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001406 try_opportunistic = (ssid->proactive_key_caching < 0 ?
1407 wpa_s->conf->okc :
1408 ssid->proactive_key_caching) &&
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001409 (ssid->proto & WPA_PROTO_RSN);
1410 if (pmksa_cache_set_current(wpa_s->wpa, NULL, bss->bssid,
Dmitry Shmidt700a1372013-03-15 14:14:44 -07001411 ssid, try_opportunistic) == 0)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001412 eapol_sm_notify_pmkid_attempt(wpa_s->eapol, 1);
1413 wpa_ie_len = sizeof(wpa_ie);
1414 if (wpa_supplicant_set_suites(wpa_s, bss, ssid,
1415 wpa_ie, &wpa_ie_len)) {
1416 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to set WPA "
1417 "key management and encryption suites");
1418 return;
1419 }
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001420 } else if ((ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA) && bss &&
1421 wpa_key_mgmt_wpa_ieee8021x(ssid->key_mgmt)) {
1422 /*
1423 * Both WPA and non-WPA IEEE 802.1X enabled in configuration -
1424 * use non-WPA since the scan results did not indicate that the
1425 * AP is using WPA or WPA2.
1426 */
1427 wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
1428 wpa_ie_len = 0;
1429 wpa_s->wpa_proto = 0;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001430 } else if (wpa_key_mgmt_wpa_any(ssid->key_mgmt)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001431 wpa_ie_len = sizeof(wpa_ie);
1432 if (wpa_supplicant_set_suites(wpa_s, NULL, ssid,
1433 wpa_ie, &wpa_ie_len)) {
1434 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to set WPA "
1435 "key management and encryption suites (no "
1436 "scan results)");
1437 return;
1438 }
1439#ifdef CONFIG_WPS
1440 } else if (ssid->key_mgmt & WPA_KEY_MGMT_WPS) {
1441 struct wpabuf *wps_ie;
1442 wps_ie = wps_build_assoc_req_ie(wpas_wps_get_req_type(ssid));
1443 if (wps_ie && wpabuf_len(wps_ie) <= sizeof(wpa_ie)) {
1444 wpa_ie_len = wpabuf_len(wps_ie);
1445 os_memcpy(wpa_ie, wpabuf_head(wps_ie), wpa_ie_len);
1446 } else
1447 wpa_ie_len = 0;
1448 wpabuf_free(wps_ie);
1449 wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
1450 if (!bss || (bss->caps & IEEE80211_CAP_PRIVACY))
1451 params.wps = WPS_MODE_PRIVACY;
1452 else
1453 params.wps = WPS_MODE_OPEN;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001454 wpa_s->wpa_proto = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001455#endif /* CONFIG_WPS */
1456 } else {
1457 wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
1458 wpa_ie_len = 0;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001459 wpa_s->wpa_proto = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001460 }
1461
1462#ifdef CONFIG_P2P
1463 if (wpa_s->global->p2p) {
1464 u8 *pos;
1465 size_t len;
1466 int res;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001467 pos = wpa_ie + wpa_ie_len;
1468 len = sizeof(wpa_ie) - wpa_ie_len;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001469 res = wpas_p2p_assoc_req_ie(wpa_s, bss, pos, len,
1470 ssid->p2p_group);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001471 if (res >= 0)
1472 wpa_ie_len += res;
1473 }
1474
1475 wpa_s->cross_connect_disallowed = 0;
1476 if (bss) {
1477 struct wpabuf *p2p;
1478 p2p = wpa_bss_get_vendor_ie_multi(bss, P2P_IE_VENDOR_TYPE);
1479 if (p2p) {
1480 wpa_s->cross_connect_disallowed =
1481 p2p_get_cross_connect_disallowed(p2p);
1482 wpabuf_free(p2p);
1483 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: WLAN AP %s cross "
1484 "connection",
1485 wpa_s->cross_connect_disallowed ?
1486 "disallows" : "allows");
1487 }
1488 }
1489#endif /* CONFIG_P2P */
1490
Dmitry Shmidt04949592012-07-19 12:16:46 -07001491#ifdef CONFIG_HS20
Dmitry Shmidt51b6ea82013-05-08 10:42:09 -07001492 if (is_hs20_network(wpa_s, ssid, bss)) {
Dmitry Shmidt04949592012-07-19 12:16:46 -07001493 struct wpabuf *hs20;
1494 hs20 = wpabuf_alloc(20);
1495 if (hs20) {
1496 wpas_hs20_add_indication(hs20);
1497 os_memcpy(wpa_ie + wpa_ie_len, wpabuf_head(hs20),
1498 wpabuf_len(hs20));
1499 wpa_ie_len += wpabuf_len(hs20);
1500 wpabuf_free(hs20);
1501 }
1502 }
1503#endif /* CONFIG_HS20 */
1504
Dmitry Shmidt56052862013-10-04 10:23:25 -07001505 /*
1506 * Workaround: Add Extended Capabilities element only if the AP
1507 * included this element in Beacon/Probe Response frames. Some older
1508 * APs seem to have interoperability issues if this element is
1509 * included, so while the standard may require us to include the
1510 * element in all cases, it is justifiable to skip it to avoid
1511 * interoperability issues.
1512 */
1513 if (!bss || wpa_bss_get_ie(bss, WLAN_EID_EXT_CAPAB)) {
1514 u8 ext_capab[10];
1515 int ext_capab_len;
1516 ext_capab_len = wpas_build_ext_capab(wpa_s, ext_capab);
1517 if (ext_capab_len > 0) {
1518 u8 *pos = wpa_ie;
1519 if (wpa_ie_len > 0 && pos[0] == WLAN_EID_RSN)
1520 pos += 2 + pos[1];
1521 os_memmove(pos + ext_capab_len, pos,
1522 wpa_ie_len - (pos - wpa_ie));
1523 wpa_ie_len += ext_capab_len;
1524 os_memcpy(pos, ext_capab, ext_capab_len);
1525 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001526 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001527
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001528 wpa_clear_keys(wpa_s, bss ? bss->bssid : NULL);
1529 use_crypt = 1;
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08001530 cipher_pairwise = wpa_cipher_to_suite_driver(wpa_s->pairwise_cipher);
1531 cipher_group = wpa_cipher_to_suite_driver(wpa_s->group_cipher);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001532 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE ||
1533 wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1534 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE)
1535 use_crypt = 0;
1536 if (wpa_set_wep_keys(wpa_s, ssid)) {
1537 use_crypt = 1;
1538 wep_keys_set = 1;
1539 }
1540 }
1541 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPS)
1542 use_crypt = 0;
1543
1544#ifdef IEEE8021X_EAPOL
1545 if (wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1546 if ((ssid->eapol_flags &
1547 (EAPOL_FLAG_REQUIRE_KEY_UNICAST |
1548 EAPOL_FLAG_REQUIRE_KEY_BROADCAST)) == 0 &&
1549 !wep_keys_set) {
1550 use_crypt = 0;
1551 } else {
1552 /* Assume that dynamic WEP-104 keys will be used and
1553 * set cipher suites in order for drivers to expect
1554 * encryption. */
1555 cipher_pairwise = cipher_group = CIPHER_WEP104;
1556 }
1557 }
1558#endif /* IEEE8021X_EAPOL */
1559
1560 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE) {
1561 /* Set the key before (and later after) association */
1562 wpa_supplicant_set_wpa_none_key(wpa_s, ssid);
1563 }
1564
1565 wpa_supplicant_set_state(wpa_s, WPA_ASSOCIATING);
1566 if (bss) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001567 params.ssid = bss->ssid;
1568 params.ssid_len = bss->ssid_len;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001569 if (!wpas_driver_bss_selection(wpa_s) || ssid->bssid_set) {
1570 wpa_printf(MSG_DEBUG, "Limit connection to BSSID "
1571 MACSTR " freq=%u MHz based on scan results "
1572 "(bssid_set=%d)",
1573 MAC2STR(bss->bssid), bss->freq,
1574 ssid->bssid_set);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001575 params.bssid = bss->bssid;
1576 params.freq = bss->freq;
1577 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001578 } else {
1579 params.ssid = ssid->ssid;
1580 params.ssid_len = ssid->ssid_len;
1581 }
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001582
1583 if (ssid->mode == WPAS_MODE_IBSS && ssid->bssid_set &&
1584 wpa_s->conf->ap_scan == 2) {
1585 params.bssid = ssid->bssid;
1586 params.fixed_bssid = 1;
1587 }
1588
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001589 if (ssid->mode == WPAS_MODE_IBSS && ssid->frequency > 0 &&
1590 params.freq == 0)
1591 params.freq = ssid->frequency; /* Initial channel for IBSS */
1592 params.wpa_ie = wpa_ie;
1593 params.wpa_ie_len = wpa_ie_len;
1594 params.pairwise_suite = cipher_pairwise;
1595 params.group_suite = cipher_group;
1596 params.key_mgmt_suite = key_mgmt2driver(wpa_s->key_mgmt);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001597 params.wpa_proto = wpa_s->wpa_proto;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001598 params.auth_alg = algs;
1599 params.mode = ssid->mode;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001600 params.bg_scan_period = ssid->bg_scan_period;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001601 for (i = 0; i < NUM_WEP_KEYS; i++) {
1602 if (ssid->wep_key_len[i])
1603 params.wep_key[i] = ssid->wep_key[i];
1604 params.wep_key_len[i] = ssid->wep_key_len[i];
1605 }
1606 params.wep_tx_keyidx = ssid->wep_tx_keyidx;
1607
1608 if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE) &&
1609 (params.key_mgmt_suite == KEY_MGMT_PSK ||
1610 params.key_mgmt_suite == KEY_MGMT_FT_PSK)) {
1611 params.passphrase = ssid->passphrase;
1612 if (ssid->psk_set)
1613 params.psk = ssid->psk;
1614 }
1615
1616 params.drop_unencrypted = use_crypt;
1617
1618#ifdef CONFIG_IEEE80211W
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001619 params.mgmt_frame_protection =
1620 ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
1621 wpa_s->conf->pmf : ssid->ieee80211w;
1622 if (params.mgmt_frame_protection != NO_MGMT_FRAME_PROTECTION && bss) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001623 const u8 *rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN);
1624 struct wpa_ie_data ie;
1625 if (rsn && wpa_parse_wpa_ie(rsn, 2 + rsn[1], &ie) == 0 &&
1626 ie.capabilities &
1627 (WPA_CAPABILITY_MFPC | WPA_CAPABILITY_MFPR)) {
1628 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected AP supports "
1629 "MFP: require MFP");
1630 params.mgmt_frame_protection =
1631 MGMT_FRAME_PROTECTION_REQUIRED;
1632 }
1633 }
1634#endif /* CONFIG_IEEE80211W */
1635
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001636 params.p2p = ssid->p2p_group;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001637
1638 if (wpa_s->parent->set_sta_uapsd)
1639 params.uapsd = wpa_s->parent->sta_uapsd;
1640 else
1641 params.uapsd = -1;
1642
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001643#ifdef CONFIG_HT_OVERRIDES
1644 os_memset(&htcaps, 0, sizeof(htcaps));
1645 os_memset(&htcaps_mask, 0, sizeof(htcaps_mask));
1646 params.htcaps = (u8 *) &htcaps;
1647 params.htcaps_mask = (u8 *) &htcaps_mask;
1648 wpa_supplicant_apply_ht_overrides(wpa_s, ssid, &params);
1649#endif /* CONFIG_HT_OVERRIDES */
1650
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001651#ifdef ANDROID_P2P
1652 /* If multichannel concurrency is not supported, check for any frequency
1653 * conflict and take appropriate action.
1654 */
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07001655 if ((wpa_s->num_multichan_concurrent < 2) &&
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001656 ((freq = wpa_drv_shared_freq(wpa_s)) > 0) && (freq != params.freq)) {
1657 wpa_printf(MSG_DEBUG, "Shared interface with conflicting frequency found (%d != %d)"
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001658 , freq, params.freq);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001659 if (wpas_p2p_handle_frequency_conflicts(wpa_s, params.freq, ssid) < 0)
Dmitry Shmidt687922c2012-03-26 14:02:32 -07001660 return;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001661 }
1662#endif
1663 ret = wpa_drv_associate(wpa_s, &params);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001664 if (ret < 0) {
1665 wpa_msg(wpa_s, MSG_INFO, "Association request to the driver "
1666 "failed");
1667 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_SANE_ERROR_CODES) {
1668 /*
1669 * The driver is known to mean what is saying, so we
1670 * can stop right here; the association will not
1671 * succeed.
1672 */
1673 wpas_connection_failed(wpa_s, wpa_s->pending_bssid);
Dmitry Shmidt04949592012-07-19 12:16:46 -07001674 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001675 os_memset(wpa_s->pending_bssid, 0, ETH_ALEN);
1676 return;
1677 }
1678 /* try to continue anyway; new association will be tried again
1679 * after timeout */
1680 assoc_failed = 1;
1681 }
1682
1683 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE) {
1684 /* Set the key after the association just in case association
1685 * cleared the previously configured key. */
1686 wpa_supplicant_set_wpa_none_key(wpa_s, ssid);
1687 /* No need to timeout authentication since there is no key
1688 * management. */
1689 wpa_supplicant_cancel_auth_timeout(wpa_s);
1690 wpa_supplicant_set_state(wpa_s, WPA_COMPLETED);
1691#ifdef CONFIG_IBSS_RSN
1692 } else if (ssid->mode == WPAS_MODE_IBSS &&
1693 wpa_s->key_mgmt != WPA_KEY_MGMT_NONE &&
1694 wpa_s->key_mgmt != WPA_KEY_MGMT_WPA_NONE) {
1695 /*
1696 * RSN IBSS authentication is per-STA and we can disable the
1697 * per-BSSID authentication.
1698 */
1699 wpa_supplicant_cancel_auth_timeout(wpa_s);
1700#endif /* CONFIG_IBSS_RSN */
1701 } else {
1702 /* Timeout for IEEE 802.11 authentication and association */
1703 int timeout = 60;
1704
1705 if (assoc_failed) {
1706 /* give IBSS a bit more time */
1707 timeout = ssid->mode == WPAS_MODE_IBSS ? 10 : 5;
1708 } else if (wpa_s->conf->ap_scan == 1) {
1709 /* give IBSS a bit more time */
1710 timeout = ssid->mode == WPAS_MODE_IBSS ? 20 : 10;
1711 }
1712 wpa_supplicant_req_auth_timeout(wpa_s, timeout, 0);
1713 }
1714
Dmitry Shmidt51b6ea82013-05-08 10:42:09 -07001715 if (wep_keys_set &&
1716 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_SET_KEYS_AFTER_ASSOC)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001717 /* Set static WEP keys again */
1718 wpa_set_wep_keys(wpa_s, ssid);
1719 }
1720
1721 if (wpa_s->current_ssid && wpa_s->current_ssid != ssid) {
1722 /*
1723 * Do not allow EAP session resumption between different
1724 * network configurations.
1725 */
1726 eapol_sm_invalidate_cached_session(wpa_s->eapol);
1727 }
1728 old_ssid = wpa_s->current_ssid;
1729 wpa_s->current_ssid = ssid;
1730 wpa_s->current_bss = bss;
1731 wpa_supplicant_rsn_supp_set_config(wpa_s, wpa_s->current_ssid);
1732 wpa_supplicant_initiate_eapol(wpa_s);
1733 if (old_ssid != wpa_s->current_ssid)
1734 wpas_notify_network_changed(wpa_s);
1735}
1736
1737
1738static void wpa_supplicant_clear_connection(struct wpa_supplicant *wpa_s,
1739 const u8 *addr)
1740{
1741 struct wpa_ssid *old_ssid;
1742
1743 wpa_clear_keys(wpa_s, addr);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001744 old_ssid = wpa_s->current_ssid;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001745 wpa_supplicant_mark_disassoc(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001746 wpa_sm_set_config(wpa_s->wpa, NULL);
1747 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
1748 if (old_ssid != wpa_s->current_ssid)
1749 wpas_notify_network_changed(wpa_s);
1750 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
1751}
1752
1753
1754/**
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001755 * wpa_supplicant_deauthenticate - Deauthenticate the current connection
1756 * @wpa_s: Pointer to wpa_supplicant data
1757 * @reason_code: IEEE 802.11 reason code for the deauthenticate frame
1758 *
1759 * This function is used to request %wpa_supplicant to deauthenticate from the
1760 * current AP.
1761 */
1762void wpa_supplicant_deauthenticate(struct wpa_supplicant *wpa_s,
1763 int reason_code)
1764{
1765 u8 *addr = NULL;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001766 union wpa_event_data event;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001767 int zero_addr = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001768
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001769 wpa_dbg(wpa_s, MSG_DEBUG, "Request to deauthenticate - bssid=" MACSTR
1770 " pending_bssid=" MACSTR " reason=%d state=%s",
1771 MAC2STR(wpa_s->bssid), MAC2STR(wpa_s->pending_bssid),
1772 reason_code, wpa_supplicant_state_txt(wpa_s->wpa_state));
1773
1774 if (!is_zero_ether_addr(wpa_s->bssid))
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001775 addr = wpa_s->bssid;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001776 else if (!is_zero_ether_addr(wpa_s->pending_bssid) &&
1777 (wpa_s->wpa_state == WPA_AUTHENTICATING ||
1778 wpa_s->wpa_state == WPA_ASSOCIATING))
1779 addr = wpa_s->pending_bssid;
1780 else if (wpa_s->wpa_state == WPA_ASSOCIATING) {
1781 /*
1782 * When using driver-based BSS selection, we may not know the
1783 * BSSID with which we are currently trying to associate. We
1784 * need to notify the driver of this disconnection even in such
1785 * a case, so use the all zeros address here.
1786 */
1787 addr = wpa_s->bssid;
1788 zero_addr = 1;
1789 }
1790
Dmitry Shmidtf8623282013-02-20 14:34:59 -08001791#ifdef CONFIG_TDLS
1792 wpa_tdls_teardown_peers(wpa_s->wpa);
1793#endif /* CONFIG_TDLS */
1794
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001795 if (addr) {
1796 wpa_drv_deauthenticate(wpa_s, addr, reason_code);
Dmitry Shmidt04949592012-07-19 12:16:46 -07001797 os_memset(&event, 0, sizeof(event));
1798 event.deauth_info.reason_code = (u16) reason_code;
1799 event.deauth_info.locally_generated = 1;
1800 wpa_supplicant_event(wpa_s, EVENT_DEAUTH, &event);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001801 if (zero_addr)
1802 addr = NULL;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001803 }
1804
1805 wpa_supplicant_clear_connection(wpa_s, addr);
1806}
1807
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001808static void wpa_supplicant_enable_one_network(struct wpa_supplicant *wpa_s,
1809 struct wpa_ssid *ssid)
1810{
1811 if (!ssid || !ssid->disabled || ssid->disabled == 2)
1812 return;
1813
1814 ssid->disabled = 0;
1815 wpas_clear_temp_disabled(wpa_s, ssid, 1);
1816 wpas_notify_network_enabled_changed(wpa_s, ssid);
1817
1818 /*
1819 * Try to reassociate since there is no current configuration and a new
1820 * network was made available.
1821 */
Dmitry Shmidt4ce9c872013-10-24 11:08:13 -07001822 if (!wpa_s->current_ssid && !wpa_s->disconnected)
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001823 wpa_s->reassociate = 1;
1824}
1825
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001826
1827/**
1828 * wpa_supplicant_enable_network - Mark a configured network as enabled
1829 * @wpa_s: wpa_supplicant structure for a network interface
1830 * @ssid: wpa_ssid structure for a configured network or %NULL
1831 *
1832 * Enables the specified network or all networks if no network specified.
1833 */
1834void wpa_supplicant_enable_network(struct wpa_supplicant *wpa_s,
1835 struct wpa_ssid *ssid)
1836{
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001837 if (ssid == NULL) {
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001838 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
1839 wpa_supplicant_enable_one_network(wpa_s, ssid);
1840 } else
1841 wpa_supplicant_enable_one_network(wpa_s, ssid);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001842
Dmitry Shmidt4ce9c872013-10-24 11:08:13 -07001843 if (wpa_s->reassociate && !wpa_s->disconnected) {
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001844 if (wpa_s->sched_scanning) {
1845 wpa_printf(MSG_DEBUG, "Stop ongoing sched_scan to add "
1846 "new network to scan filters");
1847 wpa_supplicant_cancel_sched_scan(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001848 }
1849
Dmitry Shmidtf7e0a992013-05-23 11:03:10 -07001850 if (wpa_supplicant_fast_associate(wpa_s) != 1)
1851 wpa_supplicant_req_scan(wpa_s, 0, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001852 }
1853}
1854
1855
1856/**
1857 * wpa_supplicant_disable_network - Mark a configured network as disabled
1858 * @wpa_s: wpa_supplicant structure for a network interface
1859 * @ssid: wpa_ssid structure for a configured network or %NULL
1860 *
1861 * Disables the specified network or all networks if no network specified.
1862 */
1863void wpa_supplicant_disable_network(struct wpa_supplicant *wpa_s,
1864 struct wpa_ssid *ssid)
1865{
1866 struct wpa_ssid *other_ssid;
1867 int was_disabled;
1868
1869 if (ssid == NULL) {
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001870 if (wpa_s->sched_scanning)
1871 wpa_supplicant_cancel_sched_scan(wpa_s);
1872
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001873 for (other_ssid = wpa_s->conf->ssid; other_ssid;
1874 other_ssid = other_ssid->next) {
1875 was_disabled = other_ssid->disabled;
1876 if (was_disabled == 2)
1877 continue; /* do not change persistent P2P group
1878 * data */
1879
1880 other_ssid->disabled = 1;
1881
1882 if (was_disabled != other_ssid->disabled)
1883 wpas_notify_network_enabled_changed(
1884 wpa_s, other_ssid);
1885 }
1886 if (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 } else if (ssid->disabled != 2) {
1890 if (ssid == wpa_s->current_ssid)
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001891 wpa_supplicant_deauthenticate(
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001892 wpa_s, WLAN_REASON_DEAUTH_LEAVING);
1893
1894 was_disabled = ssid->disabled;
1895
1896 ssid->disabled = 1;
1897
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001898 if (was_disabled != ssid->disabled) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001899 wpas_notify_network_enabled_changed(wpa_s, ssid);
Dmitry Shmidt2f023192013-03-12 12:44:17 -07001900 if (wpa_s->sched_scanning) {
1901 wpa_printf(MSG_DEBUG, "Stop ongoing sched_scan "
1902 "to remove network from filters");
1903 wpa_supplicant_cancel_sched_scan(wpa_s);
1904 wpa_supplicant_req_scan(wpa_s, 0, 0);
1905 }
1906 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001907 }
1908}
1909
1910
1911/**
1912 * wpa_supplicant_select_network - Attempt association with a network
1913 * @wpa_s: wpa_supplicant structure for a network interface
1914 * @ssid: wpa_ssid structure for a configured network or %NULL for any network
1915 */
1916void wpa_supplicant_select_network(struct wpa_supplicant *wpa_s,
1917 struct wpa_ssid *ssid)
1918{
1919
1920 struct wpa_ssid *other_ssid;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001921 int disconnected = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001922
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001923 if (ssid && ssid != wpa_s->current_ssid && wpa_s->current_ssid) {
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001924 wpa_supplicant_deauthenticate(
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001925 wpa_s, WLAN_REASON_DEAUTH_LEAVING);
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001926 disconnected = 1;
1927 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001928
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001929 if (ssid)
1930 wpas_clear_temp_disabled(wpa_s, ssid, 1);
1931
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001932 /*
1933 * Mark all other networks disabled or mark all networks enabled if no
1934 * network specified.
1935 */
1936 for (other_ssid = wpa_s->conf->ssid; other_ssid;
1937 other_ssid = other_ssid->next) {
1938 int was_disabled = other_ssid->disabled;
1939 if (was_disabled == 2)
1940 continue; /* do not change persistent P2P group data */
1941
1942 other_ssid->disabled = ssid ? (ssid->id != other_ssid->id) : 0;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001943 if (was_disabled && !other_ssid->disabled)
1944 wpas_clear_temp_disabled(wpa_s, other_ssid, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001945
1946 if (was_disabled != other_ssid->disabled)
1947 wpas_notify_network_enabled_changed(wpa_s, other_ssid);
1948 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001949
1950 if (ssid && ssid == wpa_s->current_ssid && wpa_s->current_ssid) {
1951 /* We are already associated with the selected network */
1952 wpa_printf(MSG_DEBUG, "Already associated with the "
1953 "selected network - do nothing");
1954 return;
1955 }
1956
Dmitry Shmidtb7b4d0e2013-08-26 12:09:05 -07001957 if (ssid) {
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001958 wpa_s->current_ssid = ssid;
Dmitry Shmidtb7b4d0e2013-08-26 12:09:05 -07001959 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
1960 }
Jouni Malinen75ecf522011-06-27 15:19:46 -07001961 wpa_s->connect_without_scan = NULL;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001962 wpa_s->disconnected = 0;
1963 wpa_s->reassociate = 1;
Dmitry Shmidt4b9d52f2013-02-05 17:44:43 -08001964
1965 if (wpa_supplicant_fast_associate(wpa_s) != 1)
1966 wpa_supplicant_req_scan(wpa_s, 0, disconnected ? 100000 : 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001967
1968 if (ssid)
1969 wpas_notify_network_selected(wpa_s, ssid);
1970}
1971
1972
1973/**
1974 * wpa_supplicant_set_ap_scan - Set AP scan mode for interface
1975 * @wpa_s: wpa_supplicant structure for a network interface
1976 * @ap_scan: AP scan mode
1977 * Returns: 0 if succeed or -1 if ap_scan has an invalid value
1978 *
1979 */
1980int wpa_supplicant_set_ap_scan(struct wpa_supplicant *wpa_s, int ap_scan)
1981{
1982
1983 int old_ap_scan;
1984
1985 if (ap_scan < 0 || ap_scan > 2)
1986 return -1;
1987
Dmitry Shmidt114c3862011-08-16 11:52:06 -07001988#ifdef ANDROID
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001989 if (ap_scan == 2 && ap_scan != wpa_s->conf->ap_scan &&
1990 wpa_s->wpa_state >= WPA_ASSOCIATING &&
1991 wpa_s->wpa_state < WPA_COMPLETED) {
1992 wpa_printf(MSG_ERROR, "ap_scan = %d (%d) rejected while "
1993 "associating", wpa_s->conf->ap_scan, ap_scan);
Dmitry Shmidt114c3862011-08-16 11:52:06 -07001994 return 0;
1995 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001996#endif /* ANDROID */
Dmitry Shmidt114c3862011-08-16 11:52:06 -07001997
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001998 old_ap_scan = wpa_s->conf->ap_scan;
1999 wpa_s->conf->ap_scan = ap_scan;
2000
2001 if (old_ap_scan != wpa_s->conf->ap_scan)
2002 wpas_notify_ap_scan_changed(wpa_s);
2003
2004 return 0;
2005}
2006
2007
2008/**
2009 * wpa_supplicant_set_bss_expiration_age - Set BSS entry expiration age
2010 * @wpa_s: wpa_supplicant structure for a network interface
2011 * @expire_age: Expiration age in seconds
2012 * Returns: 0 if succeed or -1 if expire_age has an invalid value
2013 *
2014 */
2015int wpa_supplicant_set_bss_expiration_age(struct wpa_supplicant *wpa_s,
2016 unsigned int bss_expire_age)
2017{
2018 if (bss_expire_age < 10) {
2019 wpa_msg(wpa_s, MSG_ERROR, "Invalid bss expiration age %u",
2020 bss_expire_age);
2021 return -1;
2022 }
2023 wpa_msg(wpa_s, MSG_DEBUG, "Setting bss expiration age: %d sec",
2024 bss_expire_age);
2025 wpa_s->conf->bss_expiration_age = bss_expire_age;
2026
2027 return 0;
2028}
2029
2030
2031/**
2032 * wpa_supplicant_set_bss_expiration_count - Set BSS entry expiration scan count
2033 * @wpa_s: wpa_supplicant structure for a network interface
2034 * @expire_count: number of scans after which an unseen BSS is reclaimed
2035 * Returns: 0 if succeed or -1 if expire_count has an invalid value
2036 *
2037 */
2038int wpa_supplicant_set_bss_expiration_count(struct wpa_supplicant *wpa_s,
2039 unsigned int bss_expire_count)
2040{
2041 if (bss_expire_count < 1) {
2042 wpa_msg(wpa_s, MSG_ERROR, "Invalid bss expiration count %u",
2043 bss_expire_count);
2044 return -1;
2045 }
2046 wpa_msg(wpa_s, MSG_DEBUG, "Setting bss expiration scan count: %u",
2047 bss_expire_count);
2048 wpa_s->conf->bss_expiration_scan_count = bss_expire_count;
2049
2050 return 0;
2051}
2052
2053
2054/**
Dmitry Shmidt04949592012-07-19 12:16:46 -07002055 * wpa_supplicant_set_scan_interval - Set scan interval
2056 * @wpa_s: wpa_supplicant structure for a network interface
2057 * @scan_interval: scan interval in seconds
2058 * Returns: 0 if succeed or -1 if scan_interval has an invalid value
2059 *
2060 */
2061int wpa_supplicant_set_scan_interval(struct wpa_supplicant *wpa_s,
2062 int scan_interval)
2063{
2064 if (scan_interval < 0) {
2065 wpa_msg(wpa_s, MSG_ERROR, "Invalid scan interval %d",
2066 scan_interval);
2067 return -1;
2068 }
2069 wpa_msg(wpa_s, MSG_DEBUG, "Setting scan interval: %d sec",
2070 scan_interval);
Dmitry Shmidt4b9d52f2013-02-05 17:44:43 -08002071 wpa_supplicant_update_scan_int(wpa_s, scan_interval);
Dmitry Shmidt04949592012-07-19 12:16:46 -07002072
2073 return 0;
2074}
2075
2076
2077/**
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002078 * wpa_supplicant_set_debug_params - Set global debug params
2079 * @global: wpa_global structure
2080 * @debug_level: debug level
2081 * @debug_timestamp: determines if show timestamp in debug data
2082 * @debug_show_keys: determines if show keys in debug data
2083 * Returns: 0 if succeed or -1 if debug_level has wrong value
2084 */
2085int wpa_supplicant_set_debug_params(struct wpa_global *global, int debug_level,
2086 int debug_timestamp, int debug_show_keys)
2087{
2088
2089 int old_level, old_timestamp, old_show_keys;
2090
2091 /* check for allowed debuglevels */
2092 if (debug_level != MSG_EXCESSIVE &&
2093 debug_level != MSG_MSGDUMP &&
2094 debug_level != MSG_DEBUG &&
2095 debug_level != MSG_INFO &&
2096 debug_level != MSG_WARNING &&
2097 debug_level != MSG_ERROR)
2098 return -1;
2099
2100 old_level = wpa_debug_level;
2101 old_timestamp = wpa_debug_timestamp;
2102 old_show_keys = wpa_debug_show_keys;
2103
2104 wpa_debug_level = debug_level;
2105 wpa_debug_timestamp = debug_timestamp ? 1 : 0;
2106 wpa_debug_show_keys = debug_show_keys ? 1 : 0;
2107
2108 if (wpa_debug_level != old_level)
2109 wpas_notify_debug_level_changed(global);
2110 if (wpa_debug_timestamp != old_timestamp)
2111 wpas_notify_debug_timestamp_changed(global);
2112 if (wpa_debug_show_keys != old_show_keys)
2113 wpas_notify_debug_show_keys_changed(global);
2114
2115 return 0;
2116}
2117
2118
2119/**
2120 * wpa_supplicant_get_ssid - Get a pointer to the current network structure
2121 * @wpa_s: Pointer to wpa_supplicant data
2122 * Returns: A pointer to the current network structure or %NULL on failure
2123 */
2124struct wpa_ssid * wpa_supplicant_get_ssid(struct wpa_supplicant *wpa_s)
2125{
2126 struct wpa_ssid *entry;
2127 u8 ssid[MAX_SSID_LEN];
2128 int res;
2129 size_t ssid_len;
2130 u8 bssid[ETH_ALEN];
2131 int wired;
2132
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002133 res = wpa_drv_get_ssid(wpa_s, ssid);
2134 if (res < 0) {
2135 wpa_msg(wpa_s, MSG_WARNING, "Could not read SSID from "
2136 "driver");
2137 return NULL;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002138 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002139 ssid_len = res;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002140
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002141 if (wpa_drv_get_bssid(wpa_s, bssid) < 0) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002142 wpa_msg(wpa_s, MSG_WARNING, "Could not read BSSID from "
2143 "driver");
2144 return NULL;
2145 }
2146
2147 wired = wpa_s->conf->ap_scan == 0 &&
2148 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED);
2149
2150 entry = wpa_s->conf->ssid;
2151 while (entry) {
Dmitry Shmidt04949592012-07-19 12:16:46 -07002152 if (!wpas_network_disabled(wpa_s, entry) &&
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002153 ((ssid_len == entry->ssid_len &&
2154 os_memcmp(ssid, entry->ssid, ssid_len) == 0) || wired) &&
2155 (!entry->bssid_set ||
2156 os_memcmp(bssid, entry->bssid, ETH_ALEN) == 0))
2157 return entry;
2158#ifdef CONFIG_WPS
Dmitry Shmidt04949592012-07-19 12:16:46 -07002159 if (!wpas_network_disabled(wpa_s, entry) &&
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002160 (entry->key_mgmt & WPA_KEY_MGMT_WPS) &&
2161 (entry->ssid == NULL || entry->ssid_len == 0) &&
2162 (!entry->bssid_set ||
2163 os_memcmp(bssid, entry->bssid, ETH_ALEN) == 0))
2164 return entry;
2165#endif /* CONFIG_WPS */
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002166
Dmitry Shmidt04949592012-07-19 12:16:46 -07002167 if (!wpas_network_disabled(wpa_s, entry) && entry->bssid_set &&
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002168 entry->ssid_len == 0 &&
2169 os_memcmp(bssid, entry->bssid, ETH_ALEN) == 0)
2170 return entry;
2171
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002172 entry = entry->next;
2173 }
2174
2175 return NULL;
2176}
2177
2178
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002179static int select_driver(struct wpa_supplicant *wpa_s, int i)
2180{
2181 struct wpa_global *global = wpa_s->global;
2182
2183 if (wpa_drivers[i]->global_init && global->drv_priv[i] == NULL) {
2184 global->drv_priv[i] = wpa_drivers[i]->global_init();
2185 if (global->drv_priv[i] == NULL) {
2186 wpa_printf(MSG_ERROR, "Failed to initialize driver "
2187 "'%s'", wpa_drivers[i]->name);
2188 return -1;
2189 }
2190 }
2191
2192 wpa_s->driver = wpa_drivers[i];
2193 wpa_s->global_drv_priv = global->drv_priv[i];
2194
2195 return 0;
2196}
2197
2198
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002199static int wpa_supplicant_set_driver(struct wpa_supplicant *wpa_s,
2200 const char *name)
2201{
2202 int i;
2203 size_t len;
2204 const char *pos, *driver = name;
2205
2206 if (wpa_s == NULL)
2207 return -1;
2208
2209 if (wpa_drivers[0] == NULL) {
2210 wpa_msg(wpa_s, MSG_ERROR, "No driver interfaces build into "
2211 "wpa_supplicant");
2212 return -1;
2213 }
2214
2215 if (name == NULL) {
2216 /* default to first driver in the list */
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002217 return select_driver(wpa_s, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002218 }
2219
2220 do {
2221 pos = os_strchr(driver, ',');
2222 if (pos)
2223 len = pos - driver;
2224 else
2225 len = os_strlen(driver);
2226
2227 for (i = 0; wpa_drivers[i]; i++) {
2228 if (os_strlen(wpa_drivers[i]->name) == len &&
2229 os_strncmp(driver, wpa_drivers[i]->name, len) ==
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002230 0) {
2231 /* First driver that succeeds wins */
2232 if (select_driver(wpa_s, i) == 0)
2233 return 0;
2234 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002235 }
2236
2237 driver = pos + 1;
2238 } while (pos);
2239
2240 wpa_msg(wpa_s, MSG_ERROR, "Unsupported driver '%s'", name);
2241 return -1;
2242}
2243
2244
2245/**
2246 * wpa_supplicant_rx_eapol - Deliver a received EAPOL frame to wpa_supplicant
2247 * @ctx: Context pointer (wpa_s); this is the ctx variable registered
2248 * with struct wpa_driver_ops::init()
2249 * @src_addr: Source address of the EAPOL frame
2250 * @buf: EAPOL data starting from the EAPOL header (i.e., no Ethernet header)
2251 * @len: Length of the EAPOL data
2252 *
2253 * This function is called for each received EAPOL frame. Most driver
2254 * interfaces rely on more generic OS mechanism for receiving frames through
2255 * l2_packet, but if such a mechanism is not available, the driver wrapper may
2256 * take care of received EAPOL frames and deliver them to the core supplicant
2257 * code by calling this function.
2258 */
2259void wpa_supplicant_rx_eapol(void *ctx, const u8 *src_addr,
2260 const u8 *buf, size_t len)
2261{
2262 struct wpa_supplicant *wpa_s = ctx;
2263
2264 wpa_dbg(wpa_s, MSG_DEBUG, "RX EAPOL from " MACSTR, MAC2STR(src_addr));
2265 wpa_hexdump(MSG_MSGDUMP, "RX EAPOL", buf, len);
2266
Jouni Malinena05074c2012-12-21 21:35:35 +02002267 if (wpa_s->wpa_state < WPA_ASSOCIATED ||
2268 (wpa_s->last_eapol_matches_bssid &&
2269#ifdef CONFIG_AP
2270 !wpa_s->ap_iface &&
2271#endif /* CONFIG_AP */
2272 os_memcmp(src_addr, wpa_s->bssid, ETH_ALEN) != 0)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002273 /*
2274 * There is possible race condition between receiving the
2275 * association event and the EAPOL frame since they are coming
2276 * through different paths from the driver. In order to avoid
2277 * issues in trying to process the EAPOL frame before receiving
2278 * association information, lets queue it for processing until
Jouni Malinena05074c2012-12-21 21:35:35 +02002279 * the association event is received. This may also be needed in
2280 * driver-based roaming case, so also use src_addr != BSSID as a
2281 * trigger if we have previously confirmed that the
2282 * Authenticator uses BSSID as the src_addr (which is not the
2283 * case with wired IEEE 802.1X).
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002284 */
2285 wpa_dbg(wpa_s, MSG_DEBUG, "Not associated - Delay processing "
Jouni Malinena05074c2012-12-21 21:35:35 +02002286 "of received EAPOL frame (state=%s bssid=" MACSTR ")",
2287 wpa_supplicant_state_txt(wpa_s->wpa_state),
2288 MAC2STR(wpa_s->bssid));
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002289 wpabuf_free(wpa_s->pending_eapol_rx);
2290 wpa_s->pending_eapol_rx = wpabuf_alloc_copy(buf, len);
2291 if (wpa_s->pending_eapol_rx) {
2292 os_get_time(&wpa_s->pending_eapol_rx_time);
2293 os_memcpy(wpa_s->pending_eapol_rx_src, src_addr,
2294 ETH_ALEN);
2295 }
2296 return;
2297 }
2298
Jouni Malinena05074c2012-12-21 21:35:35 +02002299 wpa_s->last_eapol_matches_bssid =
2300 os_memcmp(src_addr, wpa_s->bssid, ETH_ALEN) == 0;
2301
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002302#ifdef CONFIG_AP
2303 if (wpa_s->ap_iface) {
2304 wpa_supplicant_ap_rx_eapol(wpa_s, src_addr, buf, len);
2305 return;
2306 }
2307#endif /* CONFIG_AP */
2308
2309 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE) {
2310 wpa_dbg(wpa_s, MSG_DEBUG, "Ignored received EAPOL frame since "
2311 "no key management is configured");
2312 return;
2313 }
2314
2315 if (wpa_s->eapol_received == 0 &&
2316 (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE) ||
2317 !wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt) ||
2318 wpa_s->wpa_state != WPA_COMPLETED) &&
2319 (wpa_s->current_ssid == NULL ||
2320 wpa_s->current_ssid->mode != IEEE80211_MODE_IBSS)) {
2321 /* Timeout for completing IEEE 802.1X and WPA authentication */
2322 wpa_supplicant_req_auth_timeout(
2323 wpa_s,
2324 (wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt) ||
2325 wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA ||
2326 wpa_s->key_mgmt == WPA_KEY_MGMT_WPS) ?
2327 70 : 10, 0);
2328 }
2329 wpa_s->eapol_received++;
2330
2331 if (wpa_s->countermeasures) {
2332 wpa_msg(wpa_s, MSG_INFO, "WPA: Countermeasures - dropped "
2333 "EAPOL packet");
2334 return;
2335 }
2336
2337#ifdef CONFIG_IBSS_RSN
2338 if (wpa_s->current_ssid &&
2339 wpa_s->current_ssid->mode == WPAS_MODE_IBSS) {
2340 ibss_rsn_rx_eapol(wpa_s->ibss_rsn, src_addr, buf, len);
2341 return;
2342 }
2343#endif /* CONFIG_IBSS_RSN */
2344
2345 /* Source address of the incoming EAPOL frame could be compared to the
2346 * current BSSID. However, it is possible that a centralized
2347 * Authenticator could be using another MAC address than the BSSID of
2348 * an AP, so just allow any address to be used for now. The replies are
2349 * still sent to the current BSSID (if available), though. */
2350
2351 os_memcpy(wpa_s->last_eapol_src, src_addr, ETH_ALEN);
2352 if (!wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt) &&
2353 eapol_sm_rx_eapol(wpa_s->eapol, src_addr, buf, len) > 0)
2354 return;
2355 wpa_drv_poll(wpa_s);
2356 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE))
2357 wpa_sm_rx_eapol(wpa_s->wpa, src_addr, buf, len);
2358 else if (wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt)) {
2359 /*
2360 * Set portValid = TRUE here since we are going to skip 4-way
2361 * handshake processing which would normally set portValid. We
2362 * need this to allow the EAPOL state machines to be completed
2363 * without going through EAPOL-Key handshake.
2364 */
2365 eapol_sm_notify_portValid(wpa_s->eapol, TRUE);
2366 }
2367}
2368
2369
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002370int wpa_supplicant_update_mac_addr(struct wpa_supplicant *wpa_s)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002371{
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002372 if (wpa_s->driver->send_eapol) {
2373 const u8 *addr = wpa_drv_get_mac_addr(wpa_s);
2374 if (addr)
2375 os_memcpy(wpa_s->own_addr, addr, ETH_ALEN);
Dmitry Shmidt34af3062013-07-11 10:46:32 -07002376 } else if ((!wpa_s->p2p_mgmt ||
2377 !(wpa_s->drv_flags &
2378 WPA_DRIVER_FLAGS_DEDICATED_P2P_DEVICE)) &&
2379 !(wpa_s->drv_flags &
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002380 WPA_DRIVER_FLAGS_P2P_DEDICATED_INTERFACE)) {
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002381 l2_packet_deinit(wpa_s->l2);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002382 wpa_s->l2 = l2_packet_init(wpa_s->ifname,
2383 wpa_drv_get_mac_addr(wpa_s),
2384 ETH_P_EAPOL,
2385 wpa_supplicant_rx_eapol, wpa_s, 0);
2386 if (wpa_s->l2 == NULL)
2387 return -1;
2388 } else {
2389 const u8 *addr = wpa_drv_get_mac_addr(wpa_s);
2390 if (addr)
2391 os_memcpy(wpa_s->own_addr, addr, ETH_ALEN);
2392 }
2393
2394 if (wpa_s->l2 && l2_packet_get_own_addr(wpa_s->l2, wpa_s->own_addr)) {
2395 wpa_msg(wpa_s, MSG_ERROR, "Failed to get own L2 address");
2396 return -1;
2397 }
2398
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002399 return 0;
2400}
2401
2402
Dmitry Shmidt04949592012-07-19 12:16:46 -07002403static void wpa_supplicant_rx_eapol_bridge(void *ctx, const u8 *src_addr,
2404 const u8 *buf, size_t len)
2405{
2406 struct wpa_supplicant *wpa_s = ctx;
2407 const struct l2_ethhdr *eth;
2408
2409 if (len < sizeof(*eth))
2410 return;
2411 eth = (const struct l2_ethhdr *) buf;
2412
2413 if (os_memcmp(eth->h_dest, wpa_s->own_addr, ETH_ALEN) != 0 &&
2414 !(eth->h_dest[0] & 0x01)) {
2415 wpa_dbg(wpa_s, MSG_DEBUG, "RX EAPOL from " MACSTR " to " MACSTR
2416 " (bridge - not for this interface - ignore)",
2417 MAC2STR(src_addr), MAC2STR(eth->h_dest));
2418 return;
2419 }
2420
2421 wpa_dbg(wpa_s, MSG_DEBUG, "RX EAPOL from " MACSTR " to " MACSTR
2422 " (bridge)", MAC2STR(src_addr), MAC2STR(eth->h_dest));
2423 wpa_supplicant_rx_eapol(wpa_s, src_addr, buf + sizeof(*eth),
2424 len - sizeof(*eth));
2425}
2426
2427
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002428/**
2429 * wpa_supplicant_driver_init - Initialize driver interface parameters
2430 * @wpa_s: Pointer to wpa_supplicant data
2431 * Returns: 0 on success, -1 on failure
2432 *
2433 * This function is called to initialize driver interface parameters.
2434 * wpa_drv_init() must have been called before this function to initialize the
2435 * driver interface.
2436 */
2437int wpa_supplicant_driver_init(struct wpa_supplicant *wpa_s)
2438{
2439 static int interface_count = 0;
2440
2441 if (wpa_supplicant_update_mac_addr(wpa_s) < 0)
2442 return -1;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002443
Dmitry Shmidt34af3062013-07-11 10:46:32 -07002444 wpa_dbg(wpa_s, MSG_DEBUG, "Own MAC address: " MACSTR,
2445 MAC2STR(wpa_s->own_addr));
2446 wpa_sm_set_own_addr(wpa_s->wpa, wpa_s->own_addr);
2447
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002448 if (wpa_s->bridge_ifname[0]) {
2449 wpa_dbg(wpa_s, MSG_DEBUG, "Receiving packets from bridge "
2450 "interface '%s'", wpa_s->bridge_ifname);
2451 wpa_s->l2_br = l2_packet_init(wpa_s->bridge_ifname,
2452 wpa_s->own_addr,
2453 ETH_P_EAPOL,
Dmitry Shmidt04949592012-07-19 12:16:46 -07002454 wpa_supplicant_rx_eapol_bridge,
2455 wpa_s, 1);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002456 if (wpa_s->l2_br == NULL) {
2457 wpa_msg(wpa_s, MSG_ERROR, "Failed to open l2_packet "
2458 "connection for the bridge interface '%s'",
2459 wpa_s->bridge_ifname);
2460 return -1;
2461 }
2462 }
2463
2464 wpa_clear_keys(wpa_s, NULL);
2465
2466 /* Make sure that TKIP countermeasures are not left enabled (could
2467 * happen if wpa_supplicant is killed during countermeasures. */
2468 wpa_drv_set_countermeasures(wpa_s, 0);
2469
2470 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: flushing PMKID list in the driver");
2471 wpa_drv_flush_pmkid(wpa_s);
2472
2473 wpa_s->prev_scan_ssid = WILDCARD_SSID_SCAN;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002474 wpa_s->prev_scan_wildcard = 0;
2475
Dmitry Shmidt04949592012-07-19 12:16:46 -07002476 if (wpa_supplicant_enabled_networks(wpa_s)) {
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002477 if (wpa_supplicant_delayed_sched_scan(wpa_s, interface_count,
2478 100000))
2479 wpa_supplicant_req_scan(wpa_s, interface_count,
2480 100000);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002481 interface_count++;
2482 } else
2483 wpa_supplicant_set_state(wpa_s, WPA_INACTIVE);
2484
2485 return 0;
2486}
2487
2488
2489static int wpa_supplicant_daemon(const char *pid_file)
2490{
2491 wpa_printf(MSG_DEBUG, "Daemonize..");
2492 return os_daemonize(pid_file);
2493}
2494
2495
2496static struct wpa_supplicant * wpa_supplicant_alloc(void)
2497{
2498 struct wpa_supplicant *wpa_s;
2499
2500 wpa_s = os_zalloc(sizeof(*wpa_s));
2501 if (wpa_s == NULL)
2502 return NULL;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08002503 wpa_s->scan_req = INITIAL_SCAN_REQ;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002504 wpa_s->scan_interval = 5;
2505 wpa_s->new_connection = 1;
2506 wpa_s->parent = wpa_s;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002507 wpa_s->sched_scanning = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002508
2509 return wpa_s;
2510}
2511
2512
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002513#ifdef CONFIG_HT_OVERRIDES
2514
2515static int wpa_set_htcap_mcs(struct wpa_supplicant *wpa_s,
2516 struct ieee80211_ht_capabilities *htcaps,
2517 struct ieee80211_ht_capabilities *htcaps_mask,
2518 const char *ht_mcs)
2519{
2520 /* parse ht_mcs into hex array */
2521 int i;
2522 const char *tmp = ht_mcs;
2523 char *end = NULL;
2524
2525 /* If ht_mcs is null, do not set anything */
2526 if (!ht_mcs)
2527 return 0;
2528
2529 /* This is what we are setting in the kernel */
2530 os_memset(&htcaps->supported_mcs_set, 0, IEEE80211_HT_MCS_MASK_LEN);
2531
2532 wpa_msg(wpa_s, MSG_DEBUG, "set_htcap, ht_mcs -:%s:-", ht_mcs);
2533
2534 for (i = 0; i < IEEE80211_HT_MCS_MASK_LEN; i++) {
2535 errno = 0;
2536 long v = strtol(tmp, &end, 16);
2537 if (errno == 0) {
2538 wpa_msg(wpa_s, MSG_DEBUG,
2539 "htcap value[%i]: %ld end: %p tmp: %p",
2540 i, v, end, tmp);
2541 if (end == tmp)
2542 break;
2543
2544 htcaps->supported_mcs_set[i] = v;
2545 tmp = end;
2546 } else {
2547 wpa_msg(wpa_s, MSG_ERROR,
2548 "Failed to parse ht-mcs: %s, error: %s\n",
2549 ht_mcs, strerror(errno));
2550 return -1;
2551 }
2552 }
2553
2554 /*
2555 * If we were able to parse any values, then set mask for the MCS set.
2556 */
2557 if (i) {
2558 os_memset(&htcaps_mask->supported_mcs_set, 0xff,
2559 IEEE80211_HT_MCS_MASK_LEN - 1);
2560 /* skip the 3 reserved bits */
2561 htcaps_mask->supported_mcs_set[IEEE80211_HT_MCS_MASK_LEN - 1] =
2562 0x1f;
2563 }
2564
2565 return 0;
2566}
2567
2568
2569static int wpa_disable_max_amsdu(struct wpa_supplicant *wpa_s,
2570 struct ieee80211_ht_capabilities *htcaps,
2571 struct ieee80211_ht_capabilities *htcaps_mask,
2572 int disabled)
2573{
2574 u16 msk;
2575
2576 wpa_msg(wpa_s, MSG_DEBUG, "set_disable_max_amsdu: %d", disabled);
2577
2578 if (disabled == -1)
2579 return 0;
2580
2581 msk = host_to_le16(HT_CAP_INFO_MAX_AMSDU_SIZE);
2582 htcaps_mask->ht_capabilities_info |= msk;
2583 if (disabled)
2584 htcaps->ht_capabilities_info &= msk;
2585 else
2586 htcaps->ht_capabilities_info |= msk;
2587
2588 return 0;
2589}
2590
2591
2592static int wpa_set_ampdu_factor(struct wpa_supplicant *wpa_s,
2593 struct ieee80211_ht_capabilities *htcaps,
2594 struct ieee80211_ht_capabilities *htcaps_mask,
2595 int factor)
2596{
2597 wpa_msg(wpa_s, MSG_DEBUG, "set_ampdu_factor: %d", factor);
2598
2599 if (factor == -1)
2600 return 0;
2601
2602 if (factor < 0 || factor > 3) {
2603 wpa_msg(wpa_s, MSG_ERROR, "ampdu_factor: %d out of range. "
2604 "Must be 0-3 or -1", factor);
2605 return -EINVAL;
2606 }
2607
2608 htcaps_mask->a_mpdu_params |= 0x3; /* 2 bits for factor */
2609 htcaps->a_mpdu_params &= ~0x3;
2610 htcaps->a_mpdu_params |= factor & 0x3;
2611
2612 return 0;
2613}
2614
2615
2616static int wpa_set_ampdu_density(struct wpa_supplicant *wpa_s,
2617 struct ieee80211_ht_capabilities *htcaps,
2618 struct ieee80211_ht_capabilities *htcaps_mask,
2619 int density)
2620{
2621 wpa_msg(wpa_s, MSG_DEBUG, "set_ampdu_density: %d", density);
2622
2623 if (density == -1)
2624 return 0;
2625
2626 if (density < 0 || density > 7) {
2627 wpa_msg(wpa_s, MSG_ERROR,
2628 "ampdu_density: %d out of range. Must be 0-7 or -1.",
2629 density);
2630 return -EINVAL;
2631 }
2632
2633 htcaps_mask->a_mpdu_params |= 0x1C;
2634 htcaps->a_mpdu_params &= ~(0x1C);
2635 htcaps->a_mpdu_params |= (density << 2) & 0x1C;
2636
2637 return 0;
2638}
2639
2640
2641static int wpa_set_disable_ht40(struct wpa_supplicant *wpa_s,
2642 struct ieee80211_ht_capabilities *htcaps,
2643 struct ieee80211_ht_capabilities *htcaps_mask,
2644 int disabled)
2645{
2646 /* Masking these out disables HT40 */
2647 u16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET |
2648 HT_CAP_INFO_SHORT_GI40MHZ);
2649
2650 wpa_msg(wpa_s, MSG_DEBUG, "set_disable_ht40: %d", disabled);
2651
2652 if (disabled)
2653 htcaps->ht_capabilities_info &= ~msk;
2654 else
2655 htcaps->ht_capabilities_info |= msk;
2656
2657 htcaps_mask->ht_capabilities_info |= msk;
2658
2659 return 0;
2660}
2661
2662
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08002663static int wpa_set_disable_sgi(struct wpa_supplicant *wpa_s,
2664 struct ieee80211_ht_capabilities *htcaps,
2665 struct ieee80211_ht_capabilities *htcaps_mask,
2666 int disabled)
2667{
2668 /* Masking these out disables SGI */
2669 u16 msk = host_to_le16(HT_CAP_INFO_SHORT_GI20MHZ |
2670 HT_CAP_INFO_SHORT_GI40MHZ);
2671
2672 wpa_msg(wpa_s, MSG_DEBUG, "set_disable_sgi: %d", disabled);
2673
2674 if (disabled)
2675 htcaps->ht_capabilities_info &= ~msk;
2676 else
2677 htcaps->ht_capabilities_info |= msk;
2678
2679 htcaps_mask->ht_capabilities_info |= msk;
2680
2681 return 0;
2682}
2683
2684
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002685void wpa_supplicant_apply_ht_overrides(
2686 struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
2687 struct wpa_driver_associate_params *params)
2688{
2689 struct ieee80211_ht_capabilities *htcaps;
2690 struct ieee80211_ht_capabilities *htcaps_mask;
2691
2692 if (!ssid)
2693 return;
2694
2695 params->disable_ht = ssid->disable_ht;
2696 if (!params->htcaps || !params->htcaps_mask)
2697 return;
2698
2699 htcaps = (struct ieee80211_ht_capabilities *) params->htcaps;
2700 htcaps_mask = (struct ieee80211_ht_capabilities *) params->htcaps_mask;
2701 wpa_set_htcap_mcs(wpa_s, htcaps, htcaps_mask, ssid->ht_mcs);
2702 wpa_disable_max_amsdu(wpa_s, htcaps, htcaps_mask,
2703 ssid->disable_max_amsdu);
2704 wpa_set_ampdu_factor(wpa_s, htcaps, htcaps_mask, ssid->ampdu_factor);
2705 wpa_set_ampdu_density(wpa_s, htcaps, htcaps_mask, ssid->ampdu_density);
2706 wpa_set_disable_ht40(wpa_s, htcaps, htcaps_mask, ssid->disable_ht40);
Dmitry Shmidta54fa5f2013-01-15 13:53:35 -08002707 wpa_set_disable_sgi(wpa_s, htcaps, htcaps_mask, ssid->disable_sgi);
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002708}
2709
2710#endif /* CONFIG_HT_OVERRIDES */
2711
2712
Dmitry Shmidt2f023192013-03-12 12:44:17 -07002713#ifdef CONFIG_VHT_OVERRIDES
2714void wpa_supplicant_apply_vht_overrides(
2715 struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
2716 struct wpa_driver_associate_params *params)
2717{
2718 struct ieee80211_vht_capabilities *vhtcaps;
2719 struct ieee80211_vht_capabilities *vhtcaps_mask;
2720
2721 if (!ssid)
2722 return;
2723
2724 params->disable_vht = ssid->disable_vht;
2725
2726 vhtcaps = (void *) params->vhtcaps;
2727 vhtcaps_mask = (void *) params->vhtcaps_mask;
2728
2729 if (!vhtcaps || !vhtcaps_mask)
2730 return;
2731
2732 vhtcaps->vht_capabilities_info = ssid->vht_capa;
2733 vhtcaps_mask->vht_capabilities_info = ssid->vht_capa_mask;
2734
2735#define OVERRIDE_MCS(i) \
2736 if (ssid->vht_tx_mcs_nss_ ##i >= 0) { \
2737 vhtcaps_mask->vht_supported_mcs_set.tx_map |= \
2738 3 << 2 * (i - 1); \
2739 vhtcaps->vht_supported_mcs_set.tx_map |= \
2740 ssid->vht_tx_mcs_nss_ ##i << 2 * (i - 1); \
2741 } \
2742 if (ssid->vht_rx_mcs_nss_ ##i >= 0) { \
2743 vhtcaps_mask->vht_supported_mcs_set.rx_map |= \
2744 3 << 2 * (i - 1); \
2745 vhtcaps->vht_supported_mcs_set.rx_map |= \
2746 ssid->vht_rx_mcs_nss_ ##i << 2 * (i - 1); \
2747 }
2748
2749 OVERRIDE_MCS(1);
2750 OVERRIDE_MCS(2);
2751 OVERRIDE_MCS(3);
2752 OVERRIDE_MCS(4);
2753 OVERRIDE_MCS(5);
2754 OVERRIDE_MCS(6);
2755 OVERRIDE_MCS(7);
2756 OVERRIDE_MCS(8);
2757}
2758#endif /* CONFIG_VHT_OVERRIDES */
2759
2760
Dmitry Shmidt04949592012-07-19 12:16:46 -07002761static int pcsc_reader_init(struct wpa_supplicant *wpa_s)
2762{
2763#ifdef PCSC_FUNCS
2764 size_t len;
2765
2766 if (!wpa_s->conf->pcsc_reader)
2767 return 0;
2768
2769 wpa_s->scard = scard_init(SCARD_TRY_BOTH, wpa_s->conf->pcsc_reader);
2770 if (!wpa_s->scard)
2771 return 1;
2772
2773 if (wpa_s->conf->pcsc_pin &&
2774 scard_set_pin(wpa_s->scard, wpa_s->conf->pcsc_pin) < 0) {
2775 scard_deinit(wpa_s->scard);
2776 wpa_s->scard = NULL;
2777 wpa_msg(wpa_s, MSG_ERROR, "PC/SC PIN validation failed");
2778 return -1;
2779 }
2780
2781 len = sizeof(wpa_s->imsi) - 1;
2782 if (scard_get_imsi(wpa_s->scard, wpa_s->imsi, &len)) {
2783 scard_deinit(wpa_s->scard);
2784 wpa_s->scard = NULL;
2785 wpa_msg(wpa_s, MSG_ERROR, "Could not read IMSI");
2786 return -1;
2787 }
2788 wpa_s->imsi[len] = '\0';
2789
2790 wpa_s->mnc_len = scard_get_mnc_len(wpa_s->scard);
2791
2792 wpa_printf(MSG_DEBUG, "SCARD: IMSI %s (MNC length %d)",
2793 wpa_s->imsi, wpa_s->mnc_len);
2794
2795 wpa_sm_set_scard_ctx(wpa_s->wpa, wpa_s->scard);
2796 eapol_sm_register_scard_ctx(wpa_s->eapol, wpa_s->scard);
2797#endif /* PCSC_FUNCS */
2798
2799 return 0;
2800}
2801
2802
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07002803int wpas_init_ext_pw(struct wpa_supplicant *wpa_s)
2804{
2805 char *val, *pos;
2806
2807 ext_password_deinit(wpa_s->ext_pw);
2808 wpa_s->ext_pw = NULL;
2809 eapol_sm_set_ext_pw_ctx(wpa_s->eapol, NULL);
2810
2811 if (!wpa_s->conf->ext_password_backend)
2812 return 0;
2813
2814 val = os_strdup(wpa_s->conf->ext_password_backend);
2815 if (val == NULL)
2816 return -1;
2817 pos = os_strchr(val, ':');
2818 if (pos)
2819 *pos++ = '\0';
2820
2821 wpa_printf(MSG_DEBUG, "EXT PW: Initialize backend '%s'", val);
2822
2823 wpa_s->ext_pw = ext_password_init(val, pos);
2824 os_free(val);
2825 if (wpa_s->ext_pw == NULL) {
2826 wpa_printf(MSG_DEBUG, "EXT PW: Failed to initialize backend");
2827 return -1;
2828 }
2829 eapol_sm_set_ext_pw_ctx(wpa_s->eapol, wpa_s->ext_pw);
2830
2831 return 0;
2832}
2833
2834
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002835static int wpa_supplicant_init_iface(struct wpa_supplicant *wpa_s,
2836 struct wpa_interface *iface)
2837{
2838 const char *ifname, *driver;
2839 struct wpa_driver_capa capa;
2840
2841 wpa_printf(MSG_DEBUG, "Initializing interface '%s' conf '%s' driver "
2842 "'%s' ctrl_interface '%s' bridge '%s'", iface->ifname,
2843 iface->confname ? iface->confname : "N/A",
2844 iface->driver ? iface->driver : "default",
2845 iface->ctrl_interface ? iface->ctrl_interface : "N/A",
2846 iface->bridge_ifname ? iface->bridge_ifname : "N/A");
2847
2848 if (iface->confname) {
2849#ifdef CONFIG_BACKEND_FILE
2850 wpa_s->confname = os_rel2abs_path(iface->confname);
2851 if (wpa_s->confname == NULL) {
2852 wpa_printf(MSG_ERROR, "Failed to get absolute path "
2853 "for configuration file '%s'.",
2854 iface->confname);
2855 return -1;
2856 }
2857 wpa_printf(MSG_DEBUG, "Configuration file '%s' -> '%s'",
2858 iface->confname, wpa_s->confname);
2859#else /* CONFIG_BACKEND_FILE */
2860 wpa_s->confname = os_strdup(iface->confname);
2861#endif /* CONFIG_BACKEND_FILE */
Dmitry Shmidt64f47c52013-04-16 10:41:54 -07002862 wpa_s->conf = wpa_config_read(wpa_s->confname, NULL);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002863 if (wpa_s->conf == NULL) {
2864 wpa_printf(MSG_ERROR, "Failed to read or parse "
2865 "configuration '%s'.", wpa_s->confname);
2866 return -1;
2867 }
Dmitry Shmidt64f47c52013-04-16 10:41:54 -07002868 wpa_s->confanother = os_rel2abs_path(iface->confanother);
2869 wpa_config_read(wpa_s->confanother, wpa_s->conf);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002870
2871 /*
2872 * Override ctrl_interface and driver_param if set on command
2873 * line.
2874 */
2875 if (iface->ctrl_interface) {
2876 os_free(wpa_s->conf->ctrl_interface);
2877 wpa_s->conf->ctrl_interface =
2878 os_strdup(iface->ctrl_interface);
2879 }
2880
2881 if (iface->driver_param) {
2882 os_free(wpa_s->conf->driver_param);
2883 wpa_s->conf->driver_param =
2884 os_strdup(iface->driver_param);
2885 }
Dmitry Shmidt34af3062013-07-11 10:46:32 -07002886
2887 if (iface->p2p_mgmt && !iface->ctrl_interface) {
2888 os_free(wpa_s->conf->ctrl_interface);
2889 wpa_s->conf->ctrl_interface = NULL;
2890 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002891 } else
2892 wpa_s->conf = wpa_config_alloc_empty(iface->ctrl_interface,
2893 iface->driver_param);
2894
2895 if (wpa_s->conf == NULL) {
2896 wpa_printf(MSG_ERROR, "\nNo configuration found.");
2897 return -1;
2898 }
2899
2900 if (iface->ifname == NULL) {
2901 wpa_printf(MSG_ERROR, "\nInterface name is required.");
2902 return -1;
2903 }
2904 if (os_strlen(iface->ifname) >= sizeof(wpa_s->ifname)) {
2905 wpa_printf(MSG_ERROR, "\nToo long interface name '%s'.",
2906 iface->ifname);
2907 return -1;
2908 }
2909 os_strlcpy(wpa_s->ifname, iface->ifname, sizeof(wpa_s->ifname));
2910
2911 if (iface->bridge_ifname) {
2912 if (os_strlen(iface->bridge_ifname) >=
2913 sizeof(wpa_s->bridge_ifname)) {
2914 wpa_printf(MSG_ERROR, "\nToo long bridge interface "
2915 "name '%s'.", iface->bridge_ifname);
2916 return -1;
2917 }
2918 os_strlcpy(wpa_s->bridge_ifname, iface->bridge_ifname,
2919 sizeof(wpa_s->bridge_ifname));
2920 }
2921
2922 /* RSNA Supplicant Key Management - INITIALIZE */
2923 eapol_sm_notify_portEnabled(wpa_s->eapol, FALSE);
2924 eapol_sm_notify_portValid(wpa_s->eapol, FALSE);
2925
2926 /* Initialize driver interface and register driver event handler before
2927 * L2 receive handler so that association events are processed before
2928 * EAPOL-Key packets if both become available for the same select()
2929 * call. */
2930 driver = iface->driver;
2931next_driver:
2932 if (wpa_supplicant_set_driver(wpa_s, driver) < 0)
2933 return -1;
2934
2935 wpa_s->drv_priv = wpa_drv_init(wpa_s, wpa_s->ifname);
2936 if (wpa_s->drv_priv == NULL) {
2937 const char *pos;
2938 pos = driver ? os_strchr(driver, ',') : NULL;
2939 if (pos) {
2940 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to initialize "
2941 "driver interface - try next driver wrapper");
2942 driver = pos + 1;
2943 goto next_driver;
2944 }
2945 wpa_msg(wpa_s, MSG_ERROR, "Failed to initialize driver "
2946 "interface");
2947 return -1;
2948 }
2949 if (wpa_drv_set_param(wpa_s, wpa_s->conf->driver_param) < 0) {
2950 wpa_msg(wpa_s, MSG_ERROR, "Driver interface rejected "
2951 "driver_param '%s'", wpa_s->conf->driver_param);
2952 return -1;
2953 }
2954
2955 ifname = wpa_drv_get_ifname(wpa_s);
2956 if (ifname && os_strcmp(ifname, wpa_s->ifname) != 0) {
2957 wpa_dbg(wpa_s, MSG_DEBUG, "Driver interface replaced "
2958 "interface name with '%s'", ifname);
2959 os_strlcpy(wpa_s->ifname, ifname, sizeof(wpa_s->ifname));
2960 }
2961
2962 if (wpa_supplicant_init_wpa(wpa_s) < 0)
2963 return -1;
2964
2965 wpa_sm_set_ifname(wpa_s->wpa, wpa_s->ifname,
2966 wpa_s->bridge_ifname[0] ? wpa_s->bridge_ifname :
2967 NULL);
2968 wpa_sm_set_fast_reauth(wpa_s->wpa, wpa_s->conf->fast_reauth);
2969
2970 if (wpa_s->conf->dot11RSNAConfigPMKLifetime &&
2971 wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_LIFETIME,
2972 wpa_s->conf->dot11RSNAConfigPMKLifetime)) {
2973 wpa_msg(wpa_s, MSG_ERROR, "Invalid WPA parameter value for "
2974 "dot11RSNAConfigPMKLifetime");
2975 return -1;
2976 }
2977
2978 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold &&
2979 wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_REAUTH_THRESHOLD,
2980 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) {
2981 wpa_msg(wpa_s, MSG_ERROR, "Invalid WPA parameter value for "
2982 "dot11RSNAConfigPMKReauthThreshold");
2983 return -1;
2984 }
2985
2986 if (wpa_s->conf->dot11RSNAConfigSATimeout &&
2987 wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT,
2988 wpa_s->conf->dot11RSNAConfigSATimeout)) {
2989 wpa_msg(wpa_s, MSG_ERROR, "Invalid WPA parameter value for "
2990 "dot11RSNAConfigSATimeout");
2991 return -1;
2992 }
2993
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002994 wpa_s->hw.modes = wpa_drv_get_hw_feature_data(wpa_s,
2995 &wpa_s->hw.num_modes,
2996 &wpa_s->hw.flags);
2997
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002998 if (wpa_drv_get_capa(wpa_s, &capa) == 0) {
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002999 wpa_s->drv_capa_known = 1;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003000 wpa_s->drv_flags = capa.flags;
Dmitry Shmidt04949592012-07-19 12:16:46 -07003001 wpa_s->drv_enc = capa.enc;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003002 wpa_s->probe_resp_offloads = capa.probe_resp_offloads;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003003 wpa_s->max_scan_ssids = capa.max_scan_ssids;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003004 wpa_s->max_sched_scan_ssids = capa.max_sched_scan_ssids;
3005 wpa_s->sched_scan_supported = capa.sched_scan_supported;
3006 wpa_s->max_match_sets = capa.max_match_sets;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003007 wpa_s->max_remain_on_chan = capa.max_remain_on_chan;
3008 wpa_s->max_stations = capa.max_stations;
Dmitry Shmidt444d5672013-04-01 13:08:44 -07003009 wpa_s->extended_capa = capa.extended_capa;
3010 wpa_s->extended_capa_mask = capa.extended_capa_mask;
3011 wpa_s->extended_capa_len = capa.extended_capa_len;
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07003012 wpa_s->num_multichan_concurrent =
3013 capa.num_multichan_concurrent;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003014 }
3015 if (wpa_s->max_remain_on_chan == 0)
3016 wpa_s->max_remain_on_chan = 1000;
3017
Dmitry Shmidt34af3062013-07-11 10:46:32 -07003018 /*
3019 * Only take p2p_mgmt parameters when P2P Device is supported.
3020 * Doing it here as it determines whether l2_packet_init() will be done
3021 * during wpa_supplicant_driver_init().
3022 */
3023 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_DEDICATED_P2P_DEVICE)
3024 wpa_s->p2p_mgmt = iface->p2p_mgmt;
3025 else
3026 iface->p2p_mgmt = 1;
3027
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07003028 if (wpa_s->num_multichan_concurrent == 0)
3029 wpa_s->num_multichan_concurrent = 1;
3030
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003031 if (wpa_supplicant_driver_init(wpa_s) < 0)
3032 return -1;
3033
3034#ifdef CONFIG_TDLS
Dmitry Shmidt34af3062013-07-11 10:46:32 -07003035 if ((!iface->p2p_mgmt ||
3036 !(wpa_s->drv_flags &
3037 WPA_DRIVER_FLAGS_DEDICATED_P2P_DEVICE)) &&
3038 wpa_tdls_init(wpa_s->wpa))
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003039 return -1;
3040#endif /* CONFIG_TDLS */
3041
3042 if (wpa_s->conf->country[0] && wpa_s->conf->country[1] &&
3043 wpa_drv_set_country(wpa_s, wpa_s->conf->country)) {
3044 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to set country");
3045 return -1;
3046 }
3047
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003048 if (wpas_wps_init(wpa_s))
3049 return -1;
3050
3051 if (wpa_supplicant_init_eapol(wpa_s) < 0)
3052 return -1;
3053 wpa_sm_set_eapol(wpa_s->wpa, wpa_s->eapol);
3054
3055 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s);
3056 if (wpa_s->ctrl_iface == NULL) {
3057 wpa_printf(MSG_ERROR,
3058 "Failed to initialize control interface '%s'.\n"
3059 "You may have another wpa_supplicant process "
3060 "already running or the file was\n"
3061 "left by an unclean termination of wpa_supplicant "
3062 "in which case you will need\n"
3063 "to manually remove this file before starting "
3064 "wpa_supplicant again.\n",
3065 wpa_s->conf->ctrl_interface);
3066 return -1;
3067 }
3068
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003069 wpa_s->gas = gas_query_init(wpa_s);
3070 if (wpa_s->gas == NULL) {
3071 wpa_printf(MSG_ERROR, "Failed to initialize GAS query");
3072 return -1;
3073 }
3074
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003075#ifdef CONFIG_P2P
Dmitry Shmidt34af3062013-07-11 10:46:32 -07003076 if (iface->p2p_mgmt && wpas_p2p_init(wpa_s->global, wpa_s) < 0) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003077 wpa_msg(wpa_s, MSG_ERROR, "Failed to init P2P");
3078 return -1;
3079 }
3080#endif /* CONFIG_P2P */
3081
3082 if (wpa_bss_init(wpa_s) < 0)
3083 return -1;
3084
Dmitry Shmidt34af3062013-07-11 10:46:32 -07003085#ifdef CONFIG_EAP_PROXY
3086{
3087 size_t len;
Dmitry Shmidt4ce9c872013-10-24 11:08:13 -07003088 wpa_s->mnc_len = eapol_sm_get_eap_proxy_imsi(wpa_s->eapol, wpa_s->imsi,
3089 &len);
Dmitry Shmidt34af3062013-07-11 10:46:32 -07003090 if (wpa_s->mnc_len > 0) {
3091 wpa_s->imsi[len] = '\0';
3092 wpa_printf(MSG_DEBUG, "eap_proxy: IMSI %s (MNC length %d)",
3093 wpa_s->imsi, wpa_s->mnc_len);
3094 } else {
3095 wpa_printf(MSG_DEBUG, "eap_proxy: IMSI not available");
3096 }
3097}
3098#endif /* CONFIG_EAP_PROXY */
3099
Dmitry Shmidt04949592012-07-19 12:16:46 -07003100 if (pcsc_reader_init(wpa_s) < 0)
3101 return -1;
3102
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003103 if (wpas_init_ext_pw(wpa_s) < 0)
3104 return -1;
3105
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003106 return 0;
3107}
3108
3109
3110static void wpa_supplicant_deinit_iface(struct wpa_supplicant *wpa_s,
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003111 int notify, int terminate)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003112{
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003113 wpa_s->disconnected = 1;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003114 if (wpa_s->drv_priv) {
3115 wpa_supplicant_deauthenticate(wpa_s,
3116 WLAN_REASON_DEAUTH_LEAVING);
3117
3118 wpa_drv_set_countermeasures(wpa_s, 0);
3119 wpa_clear_keys(wpa_s, NULL);
3120 }
3121
3122 wpa_supplicant_cleanup(wpa_s);
3123
Dmitry Shmidt04949592012-07-19 12:16:46 -07003124#ifdef CONFIG_P2P
3125 if (wpa_s == wpa_s->global->p2p_init_wpa_s && wpa_s->global->p2p) {
3126 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Disable P2P since removing "
3127 "the management interface is being removed");
3128 wpas_p2p_deinit_global(wpa_s->global);
3129 }
3130#endif /* CONFIG_P2P */
3131
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003132 if (wpa_s->drv_priv)
3133 wpa_drv_deinit(wpa_s);
Irfan Sheriff622b66d2011-08-03 09:11:49 -07003134
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003135 if (notify)
3136 wpas_notify_iface_removed(wpa_s);
3137
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003138 if (terminate)
3139 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_TERMINATING);
Irfan Sheriff622b66d2011-08-03 09:11:49 -07003140
3141 if (wpa_s->ctrl_iface) {
3142 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface);
3143 wpa_s->ctrl_iface = NULL;
3144 }
3145
3146 if (wpa_s->conf != NULL) {
Irfan Sheriff622b66d2011-08-03 09:11:49 -07003147 wpa_config_free(wpa_s->conf);
3148 wpa_s->conf = NULL;
3149 }
Dmitry Shmidt8da800a2013-04-24 12:57:01 -07003150
3151 os_free(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003152}
3153
3154
3155/**
3156 * wpa_supplicant_add_iface - Add a new network interface
3157 * @global: Pointer to global data from wpa_supplicant_init()
3158 * @iface: Interface configuration options
3159 * Returns: Pointer to the created interface or %NULL on failure
3160 *
3161 * This function is used to add new network interfaces for %wpa_supplicant.
3162 * This can be called before wpa_supplicant_run() to add interfaces before the
3163 * main event loop has been started. In addition, new interfaces can be added
3164 * dynamically while %wpa_supplicant is already running. This could happen,
3165 * e.g., when a hotplug network adapter is inserted.
3166 */
3167struct wpa_supplicant * wpa_supplicant_add_iface(struct wpa_global *global,
3168 struct wpa_interface *iface)
3169{
3170 struct wpa_supplicant *wpa_s;
3171 struct wpa_interface t_iface;
3172 struct wpa_ssid *ssid;
3173
3174 if (global == NULL || iface == NULL)
3175 return NULL;
3176
3177 wpa_s = wpa_supplicant_alloc();
3178 if (wpa_s == NULL)
3179 return NULL;
3180
3181 wpa_s->global = global;
3182
3183 t_iface = *iface;
3184 if (global->params.override_driver) {
3185 wpa_printf(MSG_DEBUG, "Override interface parameter: driver "
3186 "('%s' -> '%s')",
3187 iface->driver, global->params.override_driver);
3188 t_iface.driver = global->params.override_driver;
3189 }
3190 if (global->params.override_ctrl_interface) {
3191 wpa_printf(MSG_DEBUG, "Override interface parameter: "
3192 "ctrl_interface ('%s' -> '%s')",
3193 iface->ctrl_interface,
3194 global->params.override_ctrl_interface);
3195 t_iface.ctrl_interface =
3196 global->params.override_ctrl_interface;
3197 }
3198 if (wpa_supplicant_init_iface(wpa_s, &t_iface)) {
3199 wpa_printf(MSG_DEBUG, "Failed to add interface %s",
3200 iface->ifname);
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003201 wpa_supplicant_deinit_iface(wpa_s, 0, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003202 return NULL;
3203 }
3204
3205 /* Notify the control interfaces about new iface */
3206 if (wpas_notify_iface_added(wpa_s)) {
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003207 wpa_supplicant_deinit_iface(wpa_s, 1, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003208 return NULL;
3209 }
3210
3211 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
3212 wpas_notify_network_added(wpa_s, ssid);
3213
3214 wpa_s->next = global->ifaces;
3215 global->ifaces = wpa_s;
3216
3217 wpa_dbg(wpa_s, MSG_DEBUG, "Added interface %s", wpa_s->ifname);
Dmitry Shmidt04949592012-07-19 12:16:46 -07003218 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003219
3220 return wpa_s;
3221}
3222
3223
3224/**
3225 * wpa_supplicant_remove_iface - Remove a network interface
3226 * @global: Pointer to global data from wpa_supplicant_init()
3227 * @wpa_s: Pointer to the network interface to be removed
3228 * Returns: 0 if interface was removed, -1 if interface was not found
3229 *
3230 * This function can be used to dynamically remove network interfaces from
3231 * %wpa_supplicant, e.g., when a hotplug network adapter is ejected. In
3232 * addition, this function is used to remove all remaining interfaces when
3233 * %wpa_supplicant is terminated.
3234 */
3235int wpa_supplicant_remove_iface(struct wpa_global *global,
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003236 struct wpa_supplicant *wpa_s,
3237 int terminate)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003238{
3239 struct wpa_supplicant *prev;
3240
3241 /* Remove interface from the global list of interfaces */
3242 prev = global->ifaces;
3243 if (prev == wpa_s) {
3244 global->ifaces = wpa_s->next;
3245 } else {
3246 while (prev && prev->next != wpa_s)
3247 prev = prev->next;
3248 if (prev == NULL)
3249 return -1;
3250 prev->next = wpa_s->next;
3251 }
3252
3253 wpa_dbg(wpa_s, MSG_DEBUG, "Removing interface %s", wpa_s->ifname);
3254
3255 if (global->p2p_group_formation == wpa_s)
3256 global->p2p_group_formation = NULL;
Dmitry Shmidt700a1372013-03-15 14:14:44 -07003257 if (global->p2p_invite_group == wpa_s)
3258 global->p2p_invite_group = NULL;
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003259 wpa_supplicant_deinit_iface(wpa_s, 1, terminate);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003260
3261 return 0;
3262}
3263
3264
3265/**
3266 * wpa_supplicant_get_eap_mode - Get the current EAP mode
3267 * @wpa_s: Pointer to the network interface
3268 * Returns: Pointer to the eap mode or the string "UNKNOWN" if not found
3269 */
3270const char * wpa_supplicant_get_eap_mode(struct wpa_supplicant *wpa_s)
3271{
3272 const char *eapol_method;
3273
3274 if (wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt) == 0 &&
3275 wpa_s->key_mgmt != WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
3276 return "NO-EAP";
3277 }
3278
3279 eapol_method = eapol_sm_get_method_name(wpa_s->eapol);
3280 if (eapol_method == NULL)
3281 return "UNKNOWN-EAP";
3282
3283 return eapol_method;
3284}
3285
3286
3287/**
3288 * wpa_supplicant_get_iface - Get a new network interface
3289 * @global: Pointer to global data from wpa_supplicant_init()
3290 * @ifname: Interface name
3291 * Returns: Pointer to the interface or %NULL if not found
3292 */
3293struct wpa_supplicant * wpa_supplicant_get_iface(struct wpa_global *global,
3294 const char *ifname)
3295{
3296 struct wpa_supplicant *wpa_s;
3297
3298 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
3299 if (os_strcmp(wpa_s->ifname, ifname) == 0)
3300 return wpa_s;
3301 }
3302 return NULL;
3303}
3304
3305
3306#ifndef CONFIG_NO_WPA_MSG
3307static const char * wpa_supplicant_msg_ifname_cb(void *ctx)
3308{
3309 struct wpa_supplicant *wpa_s = ctx;
3310 if (wpa_s == NULL)
3311 return NULL;
3312 return wpa_s->ifname;
3313}
3314#endif /* CONFIG_NO_WPA_MSG */
3315
3316
3317/**
3318 * wpa_supplicant_init - Initialize %wpa_supplicant
3319 * @params: Parameters for %wpa_supplicant
3320 * Returns: Pointer to global %wpa_supplicant data, or %NULL on failure
3321 *
3322 * This function is used to initialize %wpa_supplicant. After successful
3323 * initialization, the returned data pointer can be used to add and remove
3324 * network interfaces, and eventually, to deinitialize %wpa_supplicant.
3325 */
3326struct wpa_global * wpa_supplicant_init(struct wpa_params *params)
3327{
3328 struct wpa_global *global;
3329 int ret, i;
3330
3331 if (params == NULL)
3332 return NULL;
3333
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003334#ifdef CONFIG_DRIVER_NDIS
3335 {
3336 void driver_ndis_init_ops(void);
3337 driver_ndis_init_ops();
3338 }
3339#endif /* CONFIG_DRIVER_NDIS */
3340
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003341#ifndef CONFIG_NO_WPA_MSG
3342 wpa_msg_register_ifname_cb(wpa_supplicant_msg_ifname_cb);
3343#endif /* CONFIG_NO_WPA_MSG */
3344
3345 wpa_debug_open_file(params->wpa_debug_file_path);
3346 if (params->wpa_debug_syslog)
3347 wpa_debug_open_syslog();
Dmitry Shmidt04949592012-07-19 12:16:46 -07003348 if (params->wpa_debug_tracing) {
3349 ret = wpa_debug_open_linux_tracing();
3350 if (ret) {
3351 wpa_printf(MSG_ERROR,
3352 "Failed to enable trace logging");
3353 return NULL;
3354 }
3355 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003356
3357 ret = eap_register_methods();
3358 if (ret) {
3359 wpa_printf(MSG_ERROR, "Failed to register EAP methods");
3360 if (ret == -2)
3361 wpa_printf(MSG_ERROR, "Two or more EAP methods used "
3362 "the same EAP type.");
3363 return NULL;
3364 }
3365
3366 global = os_zalloc(sizeof(*global));
3367 if (global == NULL)
3368 return NULL;
3369 dl_list_init(&global->p2p_srv_bonjour);
3370 dl_list_init(&global->p2p_srv_upnp);
3371 global->params.daemonize = params->daemonize;
3372 global->params.wait_for_monitor = params->wait_for_monitor;
3373 global->params.dbus_ctrl_interface = params->dbus_ctrl_interface;
3374 if (params->pid_file)
3375 global->params.pid_file = os_strdup(params->pid_file);
3376 if (params->ctrl_interface)
3377 global->params.ctrl_interface =
3378 os_strdup(params->ctrl_interface);
Dmitry Shmidtb6e9aaf2013-05-20 14:49:44 -07003379 if (params->ctrl_interface_group)
3380 global->params.ctrl_interface_group =
3381 os_strdup(params->ctrl_interface_group);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003382 if (params->override_driver)
3383 global->params.override_driver =
3384 os_strdup(params->override_driver);
3385 if (params->override_ctrl_interface)
3386 global->params.override_ctrl_interface =
3387 os_strdup(params->override_ctrl_interface);
3388 wpa_debug_level = global->params.wpa_debug_level =
3389 params->wpa_debug_level;
3390 wpa_debug_show_keys = global->params.wpa_debug_show_keys =
3391 params->wpa_debug_show_keys;
3392 wpa_debug_timestamp = global->params.wpa_debug_timestamp =
3393 params->wpa_debug_timestamp;
3394
3395 wpa_printf(MSG_DEBUG, "wpa_supplicant v" VERSION_STR);
3396
3397 if (eloop_init()) {
3398 wpa_printf(MSG_ERROR, "Failed to initialize event loop");
3399 wpa_supplicant_deinit(global);
3400 return NULL;
3401 }
3402
Jouni Malinen75ecf522011-06-27 15:19:46 -07003403 random_init(params->entropy_file);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003404
3405 global->ctrl_iface = wpa_supplicant_global_ctrl_iface_init(global);
3406 if (global->ctrl_iface == NULL) {
3407 wpa_supplicant_deinit(global);
3408 return NULL;
3409 }
3410
3411 if (wpas_notify_supplicant_initialized(global)) {
3412 wpa_supplicant_deinit(global);
3413 return NULL;
3414 }
3415
3416 for (i = 0; wpa_drivers[i]; i++)
3417 global->drv_count++;
3418 if (global->drv_count == 0) {
3419 wpa_printf(MSG_ERROR, "No drivers enabled");
3420 wpa_supplicant_deinit(global);
3421 return NULL;
3422 }
3423 global->drv_priv = os_zalloc(global->drv_count * sizeof(void *));
3424 if (global->drv_priv == NULL) {
3425 wpa_supplicant_deinit(global);
3426 return NULL;
3427 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003428
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003429#ifdef CONFIG_WIFI_DISPLAY
3430 if (wifi_display_init(global) < 0) {
3431 wpa_printf(MSG_ERROR, "Failed to initialize Wi-Fi Display");
3432 wpa_supplicant_deinit(global);
3433 return NULL;
3434 }
3435#endif /* CONFIG_WIFI_DISPLAY */
3436
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003437 return global;
3438}
3439
3440
3441/**
3442 * wpa_supplicant_run - Run the %wpa_supplicant main event loop
3443 * @global: Pointer to global data from wpa_supplicant_init()
3444 * Returns: 0 after successful event loop run, -1 on failure
3445 *
3446 * This function starts the main event loop and continues running as long as
3447 * there are any remaining events. In most cases, this function is running as
3448 * long as the %wpa_supplicant process in still in use.
3449 */
3450int wpa_supplicant_run(struct wpa_global *global)
3451{
3452 struct wpa_supplicant *wpa_s;
3453
3454 if (global->params.daemonize &&
3455 wpa_supplicant_daemon(global->params.pid_file))
3456 return -1;
3457
3458 if (global->params.wait_for_monitor) {
3459 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next)
3460 if (wpa_s->ctrl_iface)
3461 wpa_supplicant_ctrl_iface_wait(
3462 wpa_s->ctrl_iface);
3463 }
3464
3465 eloop_register_signal_terminate(wpa_supplicant_terminate, global);
3466 eloop_register_signal_reconfig(wpa_supplicant_reconfig, global);
3467
3468 eloop_run();
3469
3470 return 0;
3471}
3472
3473
3474/**
3475 * wpa_supplicant_deinit - Deinitialize %wpa_supplicant
3476 * @global: Pointer to global data from wpa_supplicant_init()
3477 *
3478 * This function is called to deinitialize %wpa_supplicant and to free all
3479 * allocated resources. Remaining network interfaces will also be removed.
3480 */
3481void wpa_supplicant_deinit(struct wpa_global *global)
3482{
3483 int i;
3484
3485 if (global == NULL)
3486 return;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003487
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003488#ifdef CONFIG_WIFI_DISPLAY
3489 wifi_display_deinit(global);
3490#endif /* CONFIG_WIFI_DISPLAY */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003491
3492 while (global->ifaces)
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003493 wpa_supplicant_remove_iface(global, global->ifaces, 1);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003494
3495 if (global->ctrl_iface)
3496 wpa_supplicant_global_ctrl_iface_deinit(global->ctrl_iface);
3497
3498 wpas_notify_supplicant_deinitialized(global);
3499
3500 eap_peer_unregister_methods();
3501#ifdef CONFIG_AP
3502 eap_server_unregister_methods();
3503#endif /* CONFIG_AP */
3504
3505 for (i = 0; wpa_drivers[i] && global->drv_priv; i++) {
3506 if (!global->drv_priv[i])
3507 continue;
3508 wpa_drivers[i]->global_deinit(global->drv_priv[i]);
3509 }
3510 os_free(global->drv_priv);
3511
3512 random_deinit();
3513
3514 eloop_destroy();
3515
3516 if (global->params.pid_file) {
3517 os_daemonize_terminate(global->params.pid_file);
3518 os_free(global->params.pid_file);
3519 }
3520 os_free(global->params.ctrl_interface);
Dmitry Shmidtb6e9aaf2013-05-20 14:49:44 -07003521 os_free(global->params.ctrl_interface_group);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003522 os_free(global->params.override_driver);
3523 os_free(global->params.override_ctrl_interface);
3524
Dmitry Shmidt4ce9c872013-10-24 11:08:13 -07003525 os_free(global->p2p_disallow_freq.range);
Dmitry Shmidt391c59f2013-09-03 12:16:28 -07003526 os_free(global->add_psk);
Dmitry Shmidt04949592012-07-19 12:16:46 -07003527
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003528 os_free(global);
3529 wpa_debug_close_syslog();
3530 wpa_debug_close_file();
Dmitry Shmidt04949592012-07-19 12:16:46 -07003531 wpa_debug_close_linux_tracing();
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003532}
3533
3534
3535void wpa_supplicant_update_config(struct wpa_supplicant *wpa_s)
3536{
3537 if ((wpa_s->conf->changed_parameters & CFG_CHANGED_COUNTRY) &&
3538 wpa_s->conf->country[0] && wpa_s->conf->country[1]) {
3539 char country[3];
3540 country[0] = wpa_s->conf->country[0];
3541 country[1] = wpa_s->conf->country[1];
3542 country[2] = '\0';
3543 if (wpa_drv_set_country(wpa_s, country) < 0) {
3544 wpa_printf(MSG_ERROR, "Failed to set country code "
3545 "'%s'", country);
3546 }
3547 }
3548
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003549 if (wpa_s->conf->changed_parameters & CFG_CHANGED_EXT_PW_BACKEND)
3550 wpas_init_ext_pw(wpa_s);
3551
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003552#ifdef CONFIG_WPS
3553 wpas_wps_update_config(wpa_s);
3554#endif /* CONFIG_WPS */
3555
3556#ifdef CONFIG_P2P
3557 wpas_p2p_update_config(wpa_s);
3558#endif /* CONFIG_P2P */
3559
3560 wpa_s->conf->changed_parameters = 0;
3561}
3562
3563
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003564static void add_freq(int *freqs, int *num_freqs, int freq)
3565{
3566 int i;
3567
3568 for (i = 0; i < *num_freqs; i++) {
3569 if (freqs[i] == freq)
3570 return;
3571 }
3572
3573 freqs[*num_freqs] = freq;
3574 (*num_freqs)++;
3575}
3576
3577
3578static int * get_bss_freqs_in_ess(struct wpa_supplicant *wpa_s)
3579{
3580 struct wpa_bss *bss, *cbss;
3581 const int max_freqs = 10;
3582 int *freqs;
3583 int num_freqs = 0;
3584
3585 freqs = os_zalloc(sizeof(int) * (max_freqs + 1));
3586 if (freqs == NULL)
3587 return NULL;
3588
3589 cbss = wpa_s->current_bss;
3590
3591 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
3592 if (bss == cbss)
3593 continue;
3594 if (bss->ssid_len == cbss->ssid_len &&
3595 os_memcmp(bss->ssid, cbss->ssid, bss->ssid_len) == 0 &&
3596 wpa_blacklist_get(wpa_s, bss->bssid) == NULL) {
3597 add_freq(freqs, &num_freqs, bss->freq);
3598 if (num_freqs == max_freqs)
3599 break;
3600 }
3601 }
3602
3603 if (num_freqs == 0) {
3604 os_free(freqs);
3605 freqs = NULL;
3606 }
3607
3608 return freqs;
3609}
3610
3611
3612void wpas_connection_failed(struct wpa_supplicant *wpa_s, const u8 *bssid)
3613{
3614 int timeout;
3615 int count;
3616 int *freqs = NULL;
3617
3618 /*
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003619 * Remove possible authentication timeout since the connection failed.
3620 */
3621 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
3622
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003623 if (wpa_s->disconnected) {
3624 /*
3625 * There is no point in blacklisting the AP if this event is
3626 * generated based on local request to disconnect.
3627 */
3628 wpa_dbg(wpa_s, MSG_DEBUG, "Ignore connection failure "
3629 "indication since interface has been put into "
3630 "disconnected state");
3631 return;
3632 }
3633
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003634 /*
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003635 * Add the failed BSSID into the blacklist and speed up next scan
3636 * attempt if there could be other APs that could accept association.
3637 * The current blacklist count indicates how many times we have tried
3638 * connecting to this AP and multiple attempts mean that other APs are
3639 * either not available or has already been tried, so that we can start
3640 * increasing the delay here to avoid constant scanning.
3641 */
3642 count = wpa_blacklist_add(wpa_s, bssid);
3643 if (count == 1 && wpa_s->current_bss) {
3644 /*
3645 * This BSS was not in the blacklist before. If there is
3646 * another BSS available for the same ESS, we should try that
3647 * next. Otherwise, we may as well try this one once more
3648 * before allowing other, likely worse, ESSes to be considered.
3649 */
3650 freqs = get_bss_freqs_in_ess(wpa_s);
3651 if (freqs) {
3652 wpa_dbg(wpa_s, MSG_DEBUG, "Another BSS in this ESS "
3653 "has been seen; try it next");
3654 wpa_blacklist_add(wpa_s, bssid);
3655 /*
3656 * On the next scan, go through only the known channels
3657 * used in this ESS based on previous scans to speed up
3658 * common load balancing use case.
3659 */
3660 os_free(wpa_s->next_scan_freqs);
3661 wpa_s->next_scan_freqs = freqs;
3662 }
3663 }
3664
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003665 /*
3666 * Add previous failure count in case the temporary blacklist was
3667 * cleared due to no other BSSes being available.
3668 */
3669 count += wpa_s->extra_blacklist_count;
3670
Dmitry Shmidt4b060592013-04-29 16:42:49 -07003671 if (count > 3 && wpa_s->current_ssid) {
3672 wpa_printf(MSG_DEBUG, "Continuous association failures - "
3673 "consider temporary network disabling");
3674 wpas_auth_failed(wpa_s);
3675 }
3676
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003677 switch (count) {
3678 case 1:
3679 timeout = 100;
3680 break;
3681 case 2:
3682 timeout = 500;
3683 break;
3684 case 3:
3685 timeout = 1000;
3686 break;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003687 case 4:
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003688 timeout = 5000;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003689 break;
3690 default:
3691 timeout = 10000;
3692 break;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003693 }
3694
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003695 wpa_dbg(wpa_s, MSG_DEBUG, "Blacklist count %d --> request scan in %d "
3696 "ms", count, timeout);
3697
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003698 /*
3699 * TODO: if more than one possible AP is available in scan results,
3700 * could try the other ones before requesting a new scan.
3701 */
3702 wpa_supplicant_req_scan(wpa_s, timeout / 1000,
3703 1000 * (timeout % 1000));
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003704
Dmitry Shmidt37d4d6a2013-03-18 13:09:42 -07003705 wpas_p2p_continue_after_scan(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003706}
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003707
3708
3709int wpas_driver_bss_selection(struct wpa_supplicant *wpa_s)
3710{
3711 return wpa_s->conf->ap_scan == 2 ||
3712 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_BSS_SELECTION);
3713}
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003714
Dmitry Shmidt04949592012-07-19 12:16:46 -07003715
3716#if defined(CONFIG_CTRL_IFACE) || defined(CONFIG_CTRL_IFACE_DBUS_NEW)
3717int wpa_supplicant_ctrl_iface_ctrl_rsp_handle(struct wpa_supplicant *wpa_s,
3718 struct wpa_ssid *ssid,
3719 const char *field,
3720 const char *value)
3721{
3722#ifdef IEEE8021X_EAPOL
3723 struct eap_peer_config *eap = &ssid->eap;
3724
3725 wpa_printf(MSG_DEBUG, "CTRL_IFACE: response handle field=%s", field);
3726 wpa_hexdump_ascii_key(MSG_DEBUG, "CTRL_IFACE: response value",
3727 (const u8 *) value, os_strlen(value));
3728
3729 switch (wpa_supplicant_ctrl_req_from_string(field)) {
3730 case WPA_CTRL_REQ_EAP_IDENTITY:
3731 os_free(eap->identity);
3732 eap->identity = (u8 *) os_strdup(value);
3733 eap->identity_len = os_strlen(value);
3734 eap->pending_req_identity = 0;
3735 if (ssid == wpa_s->current_ssid)
3736 wpa_s->reassociate = 1;
3737 break;
3738 case WPA_CTRL_REQ_EAP_PASSWORD:
3739 os_free(eap->password);
3740 eap->password = (u8 *) os_strdup(value);
3741 eap->password_len = os_strlen(value);
3742 eap->pending_req_password = 0;
3743 if (ssid == wpa_s->current_ssid)
3744 wpa_s->reassociate = 1;
3745 break;
3746 case WPA_CTRL_REQ_EAP_NEW_PASSWORD:
3747 os_free(eap->new_password);
3748 eap->new_password = (u8 *) os_strdup(value);
3749 eap->new_password_len = os_strlen(value);
3750 eap->pending_req_new_password = 0;
3751 if (ssid == wpa_s->current_ssid)
3752 wpa_s->reassociate = 1;
3753 break;
3754 case WPA_CTRL_REQ_EAP_PIN:
3755 os_free(eap->pin);
3756 eap->pin = os_strdup(value);
3757 eap->pending_req_pin = 0;
3758 if (ssid == wpa_s->current_ssid)
3759 wpa_s->reassociate = 1;
3760 break;
3761 case WPA_CTRL_REQ_EAP_OTP:
3762 os_free(eap->otp);
3763 eap->otp = (u8 *) os_strdup(value);
3764 eap->otp_len = os_strlen(value);
3765 os_free(eap->pending_req_otp);
3766 eap->pending_req_otp = NULL;
3767 eap->pending_req_otp_len = 0;
3768 break;
3769 case WPA_CTRL_REQ_EAP_PASSPHRASE:
3770 os_free(eap->private_key_passwd);
3771 eap->private_key_passwd = (u8 *) os_strdup(value);
3772 eap->pending_req_passphrase = 0;
3773 if (ssid == wpa_s->current_ssid)
3774 wpa_s->reassociate = 1;
3775 break;
Dmitry Shmidt051af732013-10-22 13:52:46 -07003776 case WPA_CTRL_REQ_SIM:
3777 os_free(eap->external_sim_resp);
3778 eap->external_sim_resp = os_strdup(value);
3779 break;
Dmitry Shmidt04949592012-07-19 12:16:46 -07003780 default:
3781 wpa_printf(MSG_DEBUG, "CTRL_IFACE: Unknown field '%s'", field);
3782 return -1;
3783 }
3784
3785 return 0;
3786#else /* IEEE8021X_EAPOL */
3787 wpa_printf(MSG_DEBUG, "CTRL_IFACE: IEEE 802.1X not included");
3788 return -1;
3789#endif /* IEEE8021X_EAPOL */
3790}
3791#endif /* CONFIG_CTRL_IFACE || CONFIG_CTRL_IFACE_DBUS_NEW */
3792
3793
3794int wpas_network_disabled(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid)
3795{
3796 int i;
3797 unsigned int drv_enc;
3798
3799 if (ssid == NULL)
3800 return 1;
3801
3802 if (ssid->disabled)
3803 return 1;
3804
3805 if (wpa_s && wpa_s->drv_capa_known)
3806 drv_enc = wpa_s->drv_enc;
3807 else
3808 drv_enc = (unsigned int) -1;
3809
3810 for (i = 0; i < NUM_WEP_KEYS; i++) {
3811 size_t len = ssid->wep_key_len[i];
3812 if (len == 0)
3813 continue;
3814 if (len == 5 && (drv_enc & WPA_DRIVER_CAPA_ENC_WEP40))
3815 continue;
3816 if (len == 13 && (drv_enc & WPA_DRIVER_CAPA_ENC_WEP104))
3817 continue;
3818 if (len == 16 && (drv_enc & WPA_DRIVER_CAPA_ENC_WEP128))
3819 continue;
3820 return 1; /* invalid WEP key */
3821 }
3822
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003823 if (wpa_key_mgmt_wpa_psk(ssid->key_mgmt) && !ssid->psk_set &&
3824 !ssid->ext_psk)
3825 return 1;
3826
Dmitry Shmidt04949592012-07-19 12:16:46 -07003827 return 0;
3828}
3829
3830
Dmitry Shmidt687922c2012-03-26 14:02:32 -07003831int wpas_is_p2p_prioritized(struct wpa_supplicant *wpa_s)
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003832{
Dmitry Shmidt2fb777c2012-05-02 12:29:53 -07003833 if (wpa_s->global->conc_pref == WPA_CONC_PREF_P2P)
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003834 return 1;
Dmitry Shmidt2fb777c2012-05-02 12:29:53 -07003835 if (wpa_s->global->conc_pref == WPA_CONC_PREF_STA)
Dmitry Shmidt687922c2012-03-26 14:02:32 -07003836 return 0;
Dmitry Shmidt687922c2012-03-26 14:02:32 -07003837 return -1;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003838}
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003839
3840
3841void wpas_auth_failed(struct wpa_supplicant *wpa_s)
3842{
3843 struct wpa_ssid *ssid = wpa_s->current_ssid;
3844 int dur;
3845 struct os_time now;
3846
3847 if (ssid == NULL) {
3848 wpa_printf(MSG_DEBUG, "Authentication failure but no known "
3849 "SSID block");
3850 return;
3851 }
3852
3853 if (ssid->key_mgmt == WPA_KEY_MGMT_WPS)
3854 return;
3855
3856 ssid->auth_failures++;
Dmitry Shmidtd5c075b2013-08-05 14:36:10 -07003857
3858#ifdef CONFIG_P2P
3859 if (ssid->p2p_group &&
3860 (wpa_s->p2p_in_provisioning || wpa_s->show_group_started)) {
3861 /*
3862 * Skip the wait time since there is a short timeout on the
3863 * connection to a P2P group.
3864 */
3865 return;
3866 }
3867#endif /* CONFIG_P2P */
3868
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003869 if (ssid->auth_failures > 50)
3870 dur = 300;
3871 else if (ssid->auth_failures > 20)
3872 dur = 120;
3873 else if (ssid->auth_failures > 10)
3874 dur = 60;
3875 else if (ssid->auth_failures > 5)
3876 dur = 30;
3877 else if (ssid->auth_failures > 1)
3878 dur = 20;
3879 else
3880 dur = 10;
3881
3882 os_get_time(&now);
3883 if (now.sec + dur <= ssid->disabled_until.sec)
3884 return;
3885
3886 ssid->disabled_until.sec = now.sec + dur;
3887
3888 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_TEMP_DISABLED
3889 "id=%d ssid=\"%s\" auth_failures=%u duration=%d",
3890 ssid->id, wpa_ssid_txt(ssid->ssid, ssid->ssid_len),
3891 ssid->auth_failures, dur);
3892}
3893
3894
3895void wpas_clear_temp_disabled(struct wpa_supplicant *wpa_s,
3896 struct wpa_ssid *ssid, int clear_failures)
3897{
3898 if (ssid == NULL)
3899 return;
3900
3901 if (ssid->disabled_until.sec) {
3902 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_REENABLED
3903 "id=%d ssid=\"%s\"",
3904 ssid->id, wpa_ssid_txt(ssid->ssid, ssid->ssid_len));
3905 }
3906 ssid->disabled_until.sec = 0;
3907 ssid->disabled_until.usec = 0;
3908 if (clear_failures)
3909 ssid->auth_failures = 0;
3910}
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003911
3912
3913int disallowed_bssid(struct wpa_supplicant *wpa_s, const u8 *bssid)
3914{
3915 size_t i;
3916
3917 if (wpa_s->disallow_aps_bssid == NULL)
3918 return 0;
3919
3920 for (i = 0; i < wpa_s->disallow_aps_bssid_count; i++) {
3921 if (os_memcmp(wpa_s->disallow_aps_bssid + i * ETH_ALEN,
3922 bssid, ETH_ALEN) == 0)
3923 return 1;
3924 }
3925
3926 return 0;
3927}
3928
3929
3930int disallowed_ssid(struct wpa_supplicant *wpa_s, const u8 *ssid,
3931 size_t ssid_len)
3932{
3933 size_t i;
3934
3935 if (wpa_s->disallow_aps_ssid == NULL || ssid == NULL)
3936 return 0;
3937
3938 for (i = 0; i < wpa_s->disallow_aps_ssid_count; i++) {
3939 struct wpa_ssid_value *s = &wpa_s->disallow_aps_ssid[i];
3940 if (ssid_len == s->ssid_len &&
3941 os_memcmp(ssid, s->ssid, ssid_len) == 0)
3942 return 1;
3943 }
3944
3945 return 0;
3946}
3947
3948
3949/**
3950 * wpas_request_connection - Request a new connection
3951 * @wpa_s: Pointer to the network interface
3952 *
3953 * This function is used to request a new connection to be found. It will mark
3954 * the interface to allow reassociation and request a new scan to find a
3955 * suitable network to connect to.
3956 */
3957void wpas_request_connection(struct wpa_supplicant *wpa_s)
3958{
3959 wpa_s->normal_scans = 0;
3960 wpa_supplicant_reinit_autoscan(wpa_s);
3961 wpa_s->extra_blacklist_count = 0;
3962 wpa_s->disconnected = 0;
3963 wpa_s->reassociate = 1;
Dmitry Shmidt2f3b8de2013-03-01 09:32:50 -08003964
3965 if (wpa_supplicant_fast_associate(wpa_s) != 1)
3966 wpa_supplicant_req_scan(wpa_s, 0, 0);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003967}
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003968
3969
Dmitry Shmidt051af732013-10-22 13:52:46 -07003970static int wpas_conn_in_progress(struct wpa_supplicant *wpa_s)
3971{
3972 return wpa_s->wpa_state >= WPA_AUTHENTICATING &&
3973 wpa_s->wpa_state != WPA_COMPLETED;
3974}
3975
3976
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003977/**
3978 * wpas_wpa_is_in_progress - Check whether a connection is in progress
3979 * @wpa_s: Pointer to wpa_supplicant data
Dmitry Shmidt051af732013-10-22 13:52:46 -07003980 * @include_current: Whether to consider specified interface
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003981 *
3982 * This function is to check if the wpa state is in beginning of the connection
3983 * during 4-way handshake or group key handshake with WPA on any shared
3984 * interface.
3985 */
Dmitry Shmidt051af732013-10-22 13:52:46 -07003986int wpas_wpa_is_in_progress(struct wpa_supplicant *wpa_s, int include_current)
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003987{
3988 const char *rn, *rn2;
3989 struct wpa_supplicant *ifs;
3990
Dmitry Shmidt051af732013-10-22 13:52:46 -07003991 if (!wpa_s->driver->get_radio_name) {
3992 if (include_current && wpas_conn_in_progress(wpa_s)) {
3993 wpa_dbg(wpa_s, MSG_DEBUG, "Connection is in progress on interface %s - defer",
3994 wpa_s->ifname);
3995 return 1;
3996 }
3997
Dmitry Shmidtea69e842013-05-13 14:52:28 -07003998 return 0;
Dmitry Shmidt051af732013-10-22 13:52:46 -07003999 }
Dmitry Shmidtea69e842013-05-13 14:52:28 -07004000
4001 rn = wpa_s->driver->get_radio_name(wpa_s->drv_priv);
4002 if (rn == NULL || rn[0] == '\0')
4003 return 0;
4004
4005 for (ifs = wpa_s->global->ifaces; ifs; ifs = ifs->next) {
Dmitry Shmidt051af732013-10-22 13:52:46 -07004006 if (!include_current && ifs == wpa_s)
4007 continue;
4008 if (!ifs->driver->get_radio_name)
Dmitry Shmidtea69e842013-05-13 14:52:28 -07004009 continue;
4010
4011 rn2 = ifs->driver->get_radio_name(ifs->drv_priv);
4012 if (!rn2 || os_strcmp(rn, rn2) != 0)
4013 continue;
Dmitry Shmidt051af732013-10-22 13:52:46 -07004014 if (wpas_conn_in_progress(ifs)) {
Dmitry Shmidtea69e842013-05-13 14:52:28 -07004015 wpa_dbg(wpa_s, MSG_DEBUG, "Connection is in progress "
Dmitry Shmidt051af732013-10-22 13:52:46 -07004016 "on interface %s - defer", ifs->ifname);
Dmitry Shmidtea69e842013-05-13 14:52:28 -07004017 return 1;
4018 }
4019 }
4020
4021 return 0;
4022}
Dmitry Shmidtc2ebb4b2013-07-24 12:57:51 -07004023
4024
4025/*
4026 * Find the operating frequencies of any of the virtual interfaces that
4027 * are using the same radio as the current interface.
4028 */
4029int get_shared_radio_freqs(struct wpa_supplicant *wpa_s,
4030 int *freq_array, unsigned int len)
4031{
4032 const char *rn, *rn2;
4033 struct wpa_supplicant *ifs;
4034 u8 bssid[ETH_ALEN];
4035 int freq;
4036 unsigned int idx = 0, i;
4037
4038 os_memset(freq_array, 0, sizeof(int) * len);
4039
4040 /* First add the frequency of the local interface */
4041 if (wpa_s->current_ssid != NULL && wpa_s->assoc_freq != 0) {
4042 if (wpa_s->current_ssid->mode == WPAS_MODE_AP ||
4043 wpa_s->current_ssid->mode == WPAS_MODE_P2P_GO)
4044 freq_array[idx++] = wpa_s->current_ssid->frequency;
4045 else if (wpa_drv_get_bssid(wpa_s, bssid) == 0)
4046 freq_array[idx++] = wpa_s->assoc_freq;
4047 }
4048
4049 /* If get_radio_name is not supported, use only the local freq */
4050 if (!wpa_s->driver->get_radio_name) {
4051 freq = wpa_drv_shared_freq(wpa_s);
4052 if (freq > 0 && idx < len &&
4053 (idx == 0 || freq_array[0] != freq))
4054 freq_array[idx++] = freq;
4055 return idx;
4056 }
4057
4058 rn = wpa_s->driver->get_radio_name(wpa_s->drv_priv);
4059 if (rn == NULL || rn[0] == '\0')
4060 return idx;
4061
4062 for (ifs = wpa_s->global->ifaces, idx = 0; ifs && idx < len;
4063 ifs = ifs->next) {
4064 if (wpa_s == ifs || !ifs->driver->get_radio_name)
4065 continue;
4066
4067 rn2 = ifs->driver->get_radio_name(ifs->drv_priv);
4068 if (!rn2 || os_strcmp(rn, rn2) != 0)
4069 continue;
4070
4071 if (ifs->current_ssid == NULL || ifs->assoc_freq == 0)
4072 continue;
4073
4074 if (ifs->current_ssid->mode == WPAS_MODE_AP ||
4075 ifs->current_ssid->mode == WPAS_MODE_P2P_GO)
4076 freq = ifs->current_ssid->frequency;
4077 else if (wpa_drv_get_bssid(ifs, bssid) == 0)
4078 freq = ifs->assoc_freq;
4079 else
4080 continue;
4081
4082 /* Hold only distinct freqs */
4083 for (i = 0; i < idx; i++)
4084 if (freq_array[i] == freq)
4085 break;
4086
4087 if (i == idx)
4088 freq_array[idx++] = freq;
4089 }
4090 return idx;
4091}