blob: 2f7d9ea553b13b3477954396caabe2dc9c75ed00 [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"
20#include "eap_server/eap_methods.h"
21#include "rsn_supp/wpa.h"
22#include "eloop.h"
23#include "config.h"
Dmitry Shmidt61d9df32012-08-29 16:22:06 -070024#include "utils/ext_password.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070025#include "l2_packet/l2_packet.h"
26#include "wpa_supplicant_i.h"
27#include "driver_i.h"
28#include "ctrl_iface.h"
29#include "pcsc_funcs.h"
30#include "common/version.h"
31#include "rsn_supp/preauth.h"
32#include "rsn_supp/pmksa_cache.h"
33#include "common/wpa_ctrl.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070034#include "common/ieee802_11_defs.h"
35#include "p2p/p2p.h"
36#include "blacklist.h"
37#include "wpas_glue.h"
38#include "wps_supplicant.h"
39#include "ibss_rsn.h"
40#include "sme.h"
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -080041#include "gas_query.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070042#include "ap.h"
43#include "p2p_supplicant.h"
Dmitry Shmidt61d9df32012-08-29 16:22:06 -070044#include "wifi_display.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070045#include "notify.h"
46#include "bgscan.h"
Dmitry Shmidt04949592012-07-19 12:16:46 -070047#include "autoscan.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070048#include "bss.h"
49#include "scan.h"
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -080050#include "offchannel.h"
Dmitry Shmidt04949592012-07-19 12:16:46 -070051#include "hs20_supplicant.h"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070052
53const char *wpa_supplicant_version =
54"wpa_supplicant v" VERSION_STR "\n"
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -080055"Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi> and contributors";
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070056
57const char *wpa_supplicant_license =
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -080058"This software may be distributed under the terms of the BSD license.\n"
59"See README for more details.\n"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070060#ifdef EAP_TLS_OPENSSL
61"\nThis product includes software developed by the OpenSSL Project\n"
62"for use in the OpenSSL Toolkit (http://www.openssl.org/)\n"
63#endif /* EAP_TLS_OPENSSL */
64;
65
66#ifndef CONFIG_NO_STDOUT_DEBUG
67/* Long text divided into parts in order to fit in C89 strings size limits. */
68const char *wpa_supplicant_full_license1 =
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -080069"";
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070070const char *wpa_supplicant_full_license2 =
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -080071"This software may be distributed under the terms of the BSD license.\n"
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070072"\n"
73"Redistribution and use in source and binary forms, with or without\n"
74"modification, are permitted provided that the following conditions are\n"
75"met:\n"
76"\n";
77const char *wpa_supplicant_full_license3 =
78"1. Redistributions of source code must retain the above copyright\n"
79" notice, this list of conditions and the following disclaimer.\n"
80"\n"
81"2. Redistributions in binary form must reproduce the above copyright\n"
82" notice, this list of conditions and the following disclaimer in the\n"
83" documentation and/or other materials provided with the distribution.\n"
84"\n";
85const char *wpa_supplicant_full_license4 =
86"3. Neither the name(s) of the above-listed copyright holder(s) nor the\n"
87" names of its contributors may be used to endorse or promote products\n"
88" derived from this software without specific prior written permission.\n"
89"\n"
90"THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n"
91"\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n"
92"LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n"
93"A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n";
94const char *wpa_supplicant_full_license5 =
95"OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n"
96"SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n"
97"LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n"
98"DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n"
99"THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n"
100"(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n"
101"OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
102"\n";
103#endif /* CONFIG_NO_STDOUT_DEBUG */
104
105extern int wpa_debug_level;
106extern int wpa_debug_show_keys;
107extern int wpa_debug_timestamp;
108extern struct wpa_driver_ops *wpa_drivers[];
109
110/* Configure default/group WEP keys for static WEP */
111int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid)
112{
113 int i, set = 0;
114
115 for (i = 0; i < NUM_WEP_KEYS; i++) {
116 if (ssid->wep_key_len[i] == 0)
117 continue;
118
119 set = 1;
120 wpa_drv_set_key(wpa_s, WPA_ALG_WEP, NULL,
121 i, i == ssid->wep_tx_keyidx, NULL, 0,
122 ssid->wep_key[i], ssid->wep_key_len[i]);
123 }
124
125 return set;
126}
127
128
129static int wpa_supplicant_set_wpa_none_key(struct wpa_supplicant *wpa_s,
130 struct wpa_ssid *ssid)
131{
132 u8 key[32];
133 size_t keylen;
134 enum wpa_alg alg;
135 u8 seq[6] = { 0 };
136
137 /* IBSS/WPA-None uses only one key (Group) for both receiving and
138 * sending unicast and multicast packets. */
139
140 if (ssid->mode != WPAS_MODE_IBSS) {
141 wpa_msg(wpa_s, MSG_INFO, "WPA: Invalid mode %d (not "
142 "IBSS/ad-hoc) for WPA-None", ssid->mode);
143 return -1;
144 }
145
146 if (!ssid->psk_set) {
147 wpa_msg(wpa_s, MSG_INFO, "WPA: No PSK configured for "
148 "WPA-None");
149 return -1;
150 }
151
152 switch (wpa_s->group_cipher) {
153 case WPA_CIPHER_CCMP:
154 os_memcpy(key, ssid->psk, 16);
155 keylen = 16;
156 alg = WPA_ALG_CCMP;
157 break;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700158 case WPA_CIPHER_GCMP:
159 os_memcpy(key, ssid->psk, 16);
160 keylen = 16;
161 alg = WPA_ALG_GCMP;
162 break;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700163 case WPA_CIPHER_TKIP:
164 /* WPA-None uses the same Michael MIC key for both TX and RX */
165 os_memcpy(key, ssid->psk, 16 + 8);
166 os_memcpy(key + 16 + 8, ssid->psk + 16, 8);
167 keylen = 32;
168 alg = WPA_ALG_TKIP;
169 break;
170 default:
171 wpa_msg(wpa_s, MSG_INFO, "WPA: Invalid group cipher %d for "
172 "WPA-None", wpa_s->group_cipher);
173 return -1;
174 }
175
176 /* TODO: should actually remember the previously used seq#, both for TX
177 * and RX from each STA.. */
178
179 return wpa_drv_set_key(wpa_s, alg, NULL, 0, 1, seq, 6, key, keylen);
180}
181
182
183static void wpa_supplicant_timeout(void *eloop_ctx, void *timeout_ctx)
184{
185 struct wpa_supplicant *wpa_s = eloop_ctx;
186 const u8 *bssid = wpa_s->bssid;
187 if (is_zero_ether_addr(bssid))
188 bssid = wpa_s->pending_bssid;
189 wpa_msg(wpa_s, MSG_INFO, "Authentication with " MACSTR " timed out.",
190 MAC2STR(bssid));
191 wpa_blacklist_add(wpa_s, bssid);
192 wpa_sm_notify_disassoc(wpa_s->wpa);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800193 wpa_supplicant_deauthenticate(wpa_s, WLAN_REASON_DEAUTH_LEAVING);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700194 wpa_s->reassociate = 1;
195
196 /*
197 * If we timed out, the AP or the local radio may be busy.
198 * So, wait a second until scanning again.
199 */
200 wpa_supplicant_req_scan(wpa_s, 1, 0);
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700201
202#ifdef CONFIG_P2P
Jouni Malinendc7b7132012-09-14 12:53:47 -0700203 if (wpa_s->global->p2p_cb_on_scan_complete && !wpa_s->global->p2p_disabled &&
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700204 wpa_s->global->p2p != NULL) {
Jouni Malinendc7b7132012-09-14 12:53:47 -0700205 wpa_s->global->p2p_cb_on_scan_complete = 0;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700206 if (p2p_other_scan_completed(wpa_s->global->p2p) == 1) {
207 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Pending P2P operation "
208 "continued after timed out authentication");
209 }
210 }
211#endif /* CONFIG_P2P */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700212}
213
214
215/**
216 * wpa_supplicant_req_auth_timeout - Schedule a timeout for authentication
217 * @wpa_s: Pointer to wpa_supplicant data
218 * @sec: Number of seconds after which to time out authentication
219 * @usec: Number of microseconds after which to time out authentication
220 *
221 * This function is used to schedule a timeout for the current authentication
222 * attempt.
223 */
224void wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s,
225 int sec, int usec)
226{
227 if (wpa_s->conf && wpa_s->conf->ap_scan == 0 &&
228 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED))
229 return;
230
231 wpa_dbg(wpa_s, MSG_DEBUG, "Setting authentication timeout: %d sec "
232 "%d usec", sec, usec);
233 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
234 eloop_register_timeout(sec, usec, wpa_supplicant_timeout, wpa_s, NULL);
235}
236
237
238/**
239 * wpa_supplicant_cancel_auth_timeout - Cancel authentication timeout
240 * @wpa_s: Pointer to wpa_supplicant data
241 *
242 * This function is used to cancel authentication timeout scheduled with
243 * wpa_supplicant_req_auth_timeout() and it is called when authentication has
244 * been completed.
245 */
246void wpa_supplicant_cancel_auth_timeout(struct wpa_supplicant *wpa_s)
247{
248 wpa_dbg(wpa_s, MSG_DEBUG, "Cancelling authentication timeout");
249 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
250 wpa_blacklist_del(wpa_s, wpa_s->bssid);
251}
252
253
254/**
255 * wpa_supplicant_initiate_eapol - Configure EAPOL state machine
256 * @wpa_s: Pointer to wpa_supplicant data
257 *
258 * This function is used to configure EAPOL state machine based on the selected
259 * authentication mode.
260 */
261void wpa_supplicant_initiate_eapol(struct wpa_supplicant *wpa_s)
262{
263#ifdef IEEE8021X_EAPOL
264 struct eapol_config eapol_conf;
265 struct wpa_ssid *ssid = wpa_s->current_ssid;
266
267#ifdef CONFIG_IBSS_RSN
268 if (ssid->mode == WPAS_MODE_IBSS &&
269 wpa_s->key_mgmt != WPA_KEY_MGMT_NONE &&
270 wpa_s->key_mgmt != WPA_KEY_MGMT_WPA_NONE) {
271 /*
272 * RSN IBSS authentication is per-STA and we can disable the
273 * per-BSSID EAPOL authentication.
274 */
275 eapol_sm_notify_portControl(wpa_s->eapol, ForceAuthorized);
276 eapol_sm_notify_eap_success(wpa_s->eapol, TRUE);
277 eapol_sm_notify_eap_fail(wpa_s->eapol, FALSE);
278 return;
279 }
280#endif /* CONFIG_IBSS_RSN */
281
282 eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
283 eapol_sm_notify_eap_fail(wpa_s->eapol, FALSE);
284
285 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE ||
286 wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE)
287 eapol_sm_notify_portControl(wpa_s->eapol, ForceAuthorized);
288 else
289 eapol_sm_notify_portControl(wpa_s->eapol, Auto);
290
291 os_memset(&eapol_conf, 0, sizeof(eapol_conf));
292 if (wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
293 eapol_conf.accept_802_1x_keys = 1;
294 eapol_conf.required_keys = 0;
295 if (ssid->eapol_flags & EAPOL_FLAG_REQUIRE_KEY_UNICAST) {
296 eapol_conf.required_keys |= EAPOL_REQUIRE_KEY_UNICAST;
297 }
298 if (ssid->eapol_flags & EAPOL_FLAG_REQUIRE_KEY_BROADCAST) {
299 eapol_conf.required_keys |=
300 EAPOL_REQUIRE_KEY_BROADCAST;
301 }
302
303 if (wpa_s->conf && (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED))
304 eapol_conf.required_keys = 0;
305 }
306 if (wpa_s->conf)
307 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth;
308 eapol_conf.workaround = ssid->eap_workaround;
309 eapol_conf.eap_disabled =
310 !wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt) &&
311 wpa_s->key_mgmt != WPA_KEY_MGMT_IEEE8021X_NO_WPA &&
312 wpa_s->key_mgmt != WPA_KEY_MGMT_WPS;
313 eapol_sm_notify_config(wpa_s->eapol, &ssid->eap, &eapol_conf);
314#endif /* IEEE8021X_EAPOL */
315}
316
317
318/**
319 * wpa_supplicant_set_non_wpa_policy - Set WPA parameters to non-WPA mode
320 * @wpa_s: Pointer to wpa_supplicant data
321 * @ssid: Configuration data for the network
322 *
323 * This function is used to configure WPA state machine and related parameters
324 * to a mode where WPA is not enabled. This is called as part of the
325 * authentication configuration when the selected network does not use WPA.
326 */
327void wpa_supplicant_set_non_wpa_policy(struct wpa_supplicant *wpa_s,
328 struct wpa_ssid *ssid)
329{
330 int i;
331
332 if (ssid->key_mgmt & WPA_KEY_MGMT_WPS)
333 wpa_s->key_mgmt = WPA_KEY_MGMT_WPS;
334 else if (ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA)
335 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X_NO_WPA;
336 else
337 wpa_s->key_mgmt = WPA_KEY_MGMT_NONE;
338 wpa_sm_set_ap_wpa_ie(wpa_s->wpa, NULL, 0);
339 wpa_sm_set_ap_rsn_ie(wpa_s->wpa, NULL, 0);
340 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
341 wpa_s->pairwise_cipher = WPA_CIPHER_NONE;
342 wpa_s->group_cipher = WPA_CIPHER_NONE;
343 wpa_s->mgmt_group_cipher = 0;
344
345 for (i = 0; i < NUM_WEP_KEYS; i++) {
346 if (ssid->wep_key_len[i] > 5) {
347 wpa_s->pairwise_cipher = WPA_CIPHER_WEP104;
348 wpa_s->group_cipher = WPA_CIPHER_WEP104;
349 break;
350 } else if (ssid->wep_key_len[i] > 0) {
351 wpa_s->pairwise_cipher = WPA_CIPHER_WEP40;
352 wpa_s->group_cipher = WPA_CIPHER_WEP40;
353 break;
354 }
355 }
356
357 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_RSN_ENABLED, 0);
358 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_KEY_MGMT, wpa_s->key_mgmt);
359 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PAIRWISE,
360 wpa_s->pairwise_cipher);
361 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
362#ifdef CONFIG_IEEE80211W
363 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MGMT_GROUP,
364 wpa_s->mgmt_group_cipher);
365#endif /* CONFIG_IEEE80211W */
366
367 pmksa_cache_clear_current(wpa_s->wpa);
368}
369
370
Dmitry Shmidt04949592012-07-19 12:16:46 -0700371void free_hw_features(struct wpa_supplicant *wpa_s)
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800372{
373 int i;
374 if (wpa_s->hw.modes == NULL)
375 return;
376
377 for (i = 0; i < wpa_s->hw.num_modes; i++) {
378 os_free(wpa_s->hw.modes[i].channels);
379 os_free(wpa_s->hw.modes[i].rates);
380 }
381
382 os_free(wpa_s->hw.modes);
383 wpa_s->hw.modes = NULL;
384}
385
386
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700387static void wpa_supplicant_cleanup(struct wpa_supplicant *wpa_s)
388{
389 bgscan_deinit(wpa_s);
Dmitry Shmidt04949592012-07-19 12:16:46 -0700390 autoscan_deinit(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700391 scard_deinit(wpa_s->scard);
392 wpa_s->scard = NULL;
393 wpa_sm_set_scard_ctx(wpa_s->wpa, NULL);
394 eapol_sm_register_scard_ctx(wpa_s->eapol, NULL);
395 l2_packet_deinit(wpa_s->l2);
396 wpa_s->l2 = NULL;
397 if (wpa_s->l2_br) {
398 l2_packet_deinit(wpa_s->l2_br);
399 wpa_s->l2_br = NULL;
400 }
401
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700402 if (wpa_s->conf != NULL) {
403 struct wpa_ssid *ssid;
404 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
405 wpas_notify_network_removed(wpa_s, ssid);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700406 }
407
408 os_free(wpa_s->confname);
409 wpa_s->confname = NULL;
410
411 wpa_sm_set_eapol(wpa_s->wpa, NULL);
412 eapol_sm_deinit(wpa_s->eapol);
413 wpa_s->eapol = NULL;
414
415 rsn_preauth_deinit(wpa_s->wpa);
416
417#ifdef CONFIG_TDLS
418 wpa_tdls_deinit(wpa_s->wpa);
419#endif /* CONFIG_TDLS */
420
421 pmksa_candidate_free(wpa_s->wpa);
422 wpa_sm_deinit(wpa_s->wpa);
423 wpa_s->wpa = NULL;
424 wpa_blacklist_clear(wpa_s);
425
426 wpa_bss_deinit(wpa_s);
427
428 wpa_supplicant_cancel_scan(wpa_s);
429 wpa_supplicant_cancel_auth_timeout(wpa_s);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800430 eloop_cancel_timeout(wpa_supplicant_stop_countermeasures, wpa_s, NULL);
431#ifdef CONFIG_DELAYED_MIC_ERROR_REPORT
432 eloop_cancel_timeout(wpa_supplicant_delayed_mic_error_report,
433 wpa_s, NULL);
434#endif /* CONFIG_DELAYED_MIC_ERROR_REPORT */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700435
436 wpas_wps_deinit(wpa_s);
437
438 wpabuf_free(wpa_s->pending_eapol_rx);
439 wpa_s->pending_eapol_rx = NULL;
440
441#ifdef CONFIG_IBSS_RSN
442 ibss_rsn_deinit(wpa_s->ibss_rsn);
443 wpa_s->ibss_rsn = NULL;
444#endif /* CONFIG_IBSS_RSN */
445
446 sme_deinit(wpa_s);
447
448#ifdef CONFIG_AP
449 wpa_supplicant_ap_deinit(wpa_s);
450#endif /* CONFIG_AP */
451
452#ifdef CONFIG_P2P
453 wpas_p2p_deinit(wpa_s);
454#endif /* CONFIG_P2P */
455
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800456#ifdef CONFIG_OFFCHANNEL
457 offchannel_deinit(wpa_s);
458#endif /* CONFIG_OFFCHANNEL */
459
460 wpa_supplicant_cancel_sched_scan(wpa_s);
461
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700462 os_free(wpa_s->next_scan_freqs);
463 wpa_s->next_scan_freqs = NULL;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800464
465 gas_query_deinit(wpa_s->gas);
466 wpa_s->gas = NULL;
467
468 free_hw_features(wpa_s);
Dmitry Shmidt04949592012-07-19 12:16:46 -0700469
470 os_free(wpa_s->bssid_filter);
471 wpa_s->bssid_filter = NULL;
472
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800473 os_free(wpa_s->disallow_aps_bssid);
474 wpa_s->disallow_aps_bssid = NULL;
475 os_free(wpa_s->disallow_aps_ssid);
476 wpa_s->disallow_aps_ssid = NULL;
477
Dmitry Shmidt04949592012-07-19 12:16:46 -0700478 wnm_bss_keep_alive_deinit(wpa_s);
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) {
664#if defined(CONFIG_CTRL_IFACE) || !defined(CONFIG_NO_STDOUT_DEBUG)
665 struct wpa_ssid *ssid = wpa_s->current_ssid;
666 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_CONNECTED "- Connection to "
667 MACSTR " completed %s [id=%d id_str=%s]",
668 MAC2STR(wpa_s->bssid), wpa_s->reassociated_connection ?
669 "(reauth)" : "(auth)",
670 ssid ? ssid->id : -1,
671 ssid && ssid->id_str ? ssid->id_str : "");
672#endif /* CONFIG_CTRL_IFACE || !CONFIG_NO_STDOUT_DEBUG */
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700673 wpas_clear_temp_disabled(wpa_s, ssid, 1);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800674 wpa_s->extra_blacklist_count = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700675 wpa_s->new_connection = 0;
676 wpa_s->reassociated_connection = 1;
677 wpa_drv_set_operstate(wpa_s, 1);
678#ifndef IEEE8021X_EAPOL
679 wpa_drv_set_supp_port(wpa_s, 1);
680#endif /* IEEE8021X_EAPOL */
681 wpa_s->after_wps = 0;
682#ifdef CONFIG_P2P
683 wpas_p2p_completed(wpa_s);
684#endif /* CONFIG_P2P */
Dmitry Shmidt04949592012-07-19 12:16:46 -0700685
686 sme_sched_obss_scan(wpa_s, 1);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700687 } else if (state == WPA_DISCONNECTED || state == WPA_ASSOCIATING ||
688 state == WPA_ASSOCIATED) {
689 wpa_s->new_connection = 1;
690 wpa_drv_set_operstate(wpa_s, 0);
691#ifndef IEEE8021X_EAPOL
692 wpa_drv_set_supp_port(wpa_s, 0);
693#endif /* IEEE8021X_EAPOL */
Dmitry Shmidt04949592012-07-19 12:16:46 -0700694 sme_sched_obss_scan(wpa_s, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700695 }
696 wpa_s->wpa_state = state;
697
698#ifdef CONFIG_BGSCAN
699 if (state == WPA_COMPLETED)
700 wpa_supplicant_start_bgscan(wpa_s);
701 else
702 wpa_supplicant_stop_bgscan(wpa_s);
703#endif /* CONFIG_BGSCAN */
704
Dmitry Shmidt04949592012-07-19 12:16:46 -0700705 if (state == WPA_AUTHENTICATING)
706 wpa_supplicant_stop_autoscan(wpa_s);
707
708 if (state == WPA_DISCONNECTED || state == WPA_INACTIVE)
709 wpa_supplicant_start_autoscan(wpa_s);
710
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700711 if (wpa_s->wpa_state != old_state) {
712 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
713
714 if (wpa_s->wpa_state == WPA_COMPLETED ||
715 old_state == WPA_COMPLETED)
716 wpas_notify_auth_changed(wpa_s);
717 }
718}
719
720
721void wpa_supplicant_terminate_proc(struct wpa_global *global)
722{
723 int pending = 0;
724#ifdef CONFIG_WPS
725 struct wpa_supplicant *wpa_s = global->ifaces;
726 while (wpa_s) {
727 if (wpas_wps_terminate_pending(wpa_s) == 1)
728 pending = 1;
729 wpa_s = wpa_s->next;
730 }
731#endif /* CONFIG_WPS */
732 if (pending)
733 return;
734 eloop_terminate();
735}
736
737
738static void wpa_supplicant_terminate(int sig, void *signal_ctx)
739{
740 struct wpa_global *global = signal_ctx;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700741 wpa_supplicant_terminate_proc(global);
742}
743
744
745void wpa_supplicant_clear_status(struct wpa_supplicant *wpa_s)
746{
747 enum wpa_states old_state = wpa_s->wpa_state;
748
749 wpa_s->pairwise_cipher = 0;
750 wpa_s->group_cipher = 0;
751 wpa_s->mgmt_group_cipher = 0;
752 wpa_s->key_mgmt = 0;
753 if (wpa_s->wpa_state != WPA_INTERFACE_DISABLED)
Dmitry Shmidt04949592012-07-19 12:16:46 -0700754 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700755
756 if (wpa_s->wpa_state != old_state)
757 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state);
758}
759
760
761/**
762 * wpa_supplicant_reload_configuration - Reload configuration data
763 * @wpa_s: Pointer to wpa_supplicant data
764 * Returns: 0 on success or -1 if configuration parsing failed
765 *
766 * This function can be used to request that the configuration data is reloaded
767 * (e.g., after configuration file change). This function is reloading
768 * configuration only for one interface, so this may need to be called multiple
769 * times if %wpa_supplicant is controlling multiple interfaces and all
770 * interfaces need reconfiguration.
771 */
772int wpa_supplicant_reload_configuration(struct wpa_supplicant *wpa_s)
773{
774 struct wpa_config *conf;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700775 int reconf_ctrl;
776 int old_ap_scan;
777
778 if (wpa_s->confname == NULL)
779 return -1;
780 conf = wpa_config_read(wpa_s->confname);
781 if (conf == NULL) {
782 wpa_msg(wpa_s, MSG_ERROR, "Failed to parse the configuration "
783 "file '%s' - exiting", wpa_s->confname);
784 return -1;
785 }
786 conf->changed_parameters = (unsigned int) -1;
787
788 reconf_ctrl = !!conf->ctrl_interface != !!wpa_s->conf->ctrl_interface
789 || (conf->ctrl_interface && wpa_s->conf->ctrl_interface &&
790 os_strcmp(conf->ctrl_interface,
791 wpa_s->conf->ctrl_interface) != 0);
792
793 if (reconf_ctrl && wpa_s->ctrl_iface) {
794 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface);
795 wpa_s->ctrl_iface = NULL;
796 }
797
798 eapol_sm_invalidate_cached_session(wpa_s->eapol);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800799 if (wpa_s->current_ssid) {
800 wpa_supplicant_deauthenticate(wpa_s,
801 WLAN_REASON_DEAUTH_LEAVING);
802 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700803
804 /*
805 * TODO: should notify EAPOL SM about changes in opensc_engine_path,
806 * pkcs11_engine_path, pkcs11_module_path.
807 */
808 if (wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt)) {
809 /*
810 * Clear forced success to clear EAP state for next
811 * authentication.
812 */
813 eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
814 }
815 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
816 wpa_sm_set_config(wpa_s->wpa, NULL);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -0800817 wpa_sm_pmksa_cache_flush(wpa_s->wpa, NULL);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700818 wpa_sm_set_fast_reauth(wpa_s->wpa, wpa_s->conf->fast_reauth);
819 rsn_preauth_deinit(wpa_s->wpa);
820
821 old_ap_scan = wpa_s->conf->ap_scan;
822 wpa_config_free(wpa_s->conf);
823 wpa_s->conf = conf;
824 if (old_ap_scan != wpa_s->conf->ap_scan)
825 wpas_notify_ap_scan_changed(wpa_s);
826
827 if (reconf_ctrl)
828 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s);
829
830 wpa_supplicant_update_config(wpa_s);
831
832 wpa_supplicant_clear_status(wpa_s);
Dmitry Shmidt04949592012-07-19 12:16:46 -0700833 if (wpa_supplicant_enabled_networks(wpa_s)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700834 wpa_s->reassociate = 1;
835 wpa_supplicant_req_scan(wpa_s, 0, 0);
836 }
837 wpa_dbg(wpa_s, MSG_DEBUG, "Reconfiguration completed");
838 return 0;
839}
840
841
842static void wpa_supplicant_reconfig(int sig, void *signal_ctx)
843{
844 struct wpa_global *global = signal_ctx;
845 struct wpa_supplicant *wpa_s;
846 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
847 wpa_dbg(wpa_s, MSG_DEBUG, "Signal %d received - reconfiguring",
848 sig);
849 if (wpa_supplicant_reload_configuration(wpa_s) < 0) {
850 wpa_supplicant_terminate_proc(global);
851 }
852 }
853}
854
855
856enum wpa_cipher cipher_suite2driver(int cipher)
857{
858 switch (cipher) {
859 case WPA_CIPHER_NONE:
860 return CIPHER_NONE;
861 case WPA_CIPHER_WEP40:
862 return CIPHER_WEP40;
863 case WPA_CIPHER_WEP104:
864 return CIPHER_WEP104;
865 case WPA_CIPHER_CCMP:
866 return CIPHER_CCMP;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -0700867 case WPA_CIPHER_GCMP:
868 return CIPHER_GCMP;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700869 case WPA_CIPHER_TKIP:
870 default:
871 return CIPHER_TKIP;
872 }
873}
874
875
876enum wpa_key_mgmt key_mgmt2driver(int key_mgmt)
877{
878 switch (key_mgmt) {
879 case WPA_KEY_MGMT_NONE:
880 return KEY_MGMT_NONE;
881 case WPA_KEY_MGMT_IEEE8021X_NO_WPA:
882 return KEY_MGMT_802_1X_NO_WPA;
883 case WPA_KEY_MGMT_IEEE8021X:
884 return KEY_MGMT_802_1X;
885 case WPA_KEY_MGMT_WPA_NONE:
886 return KEY_MGMT_WPA_NONE;
887 case WPA_KEY_MGMT_FT_IEEE8021X:
888 return KEY_MGMT_FT_802_1X;
889 case WPA_KEY_MGMT_FT_PSK:
890 return KEY_MGMT_FT_PSK;
891 case WPA_KEY_MGMT_IEEE8021X_SHA256:
892 return KEY_MGMT_802_1X_SHA256;
893 case WPA_KEY_MGMT_PSK_SHA256:
894 return KEY_MGMT_PSK_SHA256;
895 case WPA_KEY_MGMT_WPS:
896 return KEY_MGMT_WPS;
897 case WPA_KEY_MGMT_PSK:
898 default:
899 return KEY_MGMT_PSK;
900 }
901}
902
903
904static int wpa_supplicant_suites_from_ai(struct wpa_supplicant *wpa_s,
905 struct wpa_ssid *ssid,
906 struct wpa_ie_data *ie)
907{
908 int ret = wpa_sm_parse_own_wpa_ie(wpa_s->wpa, ie);
909 if (ret) {
910 if (ret == -2) {
911 wpa_msg(wpa_s, MSG_INFO, "WPA: Failed to parse WPA IE "
912 "from association info");
913 }
914 return -1;
915 }
916
917 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Using WPA IE from AssocReq to set "
918 "cipher suites");
919 if (!(ie->group_cipher & ssid->group_cipher)) {
920 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled group "
921 "cipher 0x%x (mask 0x%x) - reject",
922 ie->group_cipher, ssid->group_cipher);
923 return -1;
924 }
925 if (!(ie->pairwise_cipher & ssid->pairwise_cipher)) {
926 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled pairwise "
927 "cipher 0x%x (mask 0x%x) - reject",
928 ie->pairwise_cipher, ssid->pairwise_cipher);
929 return -1;
930 }
931 if (!(ie->key_mgmt & ssid->key_mgmt)) {
932 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled key "
933 "management 0x%x (mask 0x%x) - reject",
934 ie->key_mgmt, ssid->key_mgmt);
935 return -1;
936 }
937
938#ifdef CONFIG_IEEE80211W
939 if (!(ie->capabilities & WPA_CAPABILITY_MFPC) &&
Dmitry Shmidtd5e49232012-12-03 15:08:10 -0800940 (ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
941 wpa_s->conf->pmf : ssid->ieee80211w) ==
942 MGMT_FRAME_PROTECTION_REQUIRED) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -0700943 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver associated with an AP "
944 "that does not support management frame protection - "
945 "reject");
946 return -1;
947 }
948#endif /* CONFIG_IEEE80211W */
949
950 return 0;
951}
952
953
954/**
955 * wpa_supplicant_set_suites - Set authentication and encryption parameters
956 * @wpa_s: Pointer to wpa_supplicant data
957 * @bss: Scan results for the selected BSS, or %NULL if not available
958 * @ssid: Configuration data for the selected network
959 * @wpa_ie: Buffer for the WPA/RSN IE
960 * @wpa_ie_len: Maximum wpa_ie buffer size on input. This is changed to be the
961 * used buffer length in case the functions returns success.
962 * Returns: 0 on success or -1 on failure
963 *
964 * This function is used to configure authentication and encryption parameters
965 * based on the network configuration and scan result for the selected BSS (if
966 * available).
967 */
968int wpa_supplicant_set_suites(struct wpa_supplicant *wpa_s,
969 struct wpa_bss *bss, struct wpa_ssid *ssid,
970 u8 *wpa_ie, size_t *wpa_ie_len)
971{
972 struct wpa_ie_data ie;
973 int sel, proto;
974 const u8 *bss_wpa, *bss_rsn;
975
976 if (bss) {
977 bss_wpa = wpa_bss_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE);
978 bss_rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN);
979 } else
980 bss_wpa = bss_rsn = NULL;
981
982 if (bss_rsn && (ssid->proto & WPA_PROTO_RSN) &&
983 wpa_parse_wpa_ie(bss_rsn, 2 + bss_rsn[1], &ie) == 0 &&
984 (ie.group_cipher & ssid->group_cipher) &&
985 (ie.pairwise_cipher & ssid->pairwise_cipher) &&
986 (ie.key_mgmt & ssid->key_mgmt)) {
987 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using IEEE 802.11i/D9.0");
988 proto = WPA_PROTO_RSN;
989 } else if (bss_wpa && (ssid->proto & WPA_PROTO_WPA) &&
990 wpa_parse_wpa_ie(bss_wpa, 2 +bss_wpa[1], &ie) == 0 &&
991 (ie.group_cipher & ssid->group_cipher) &&
992 (ie.pairwise_cipher & ssid->pairwise_cipher) &&
993 (ie.key_mgmt & ssid->key_mgmt)) {
994 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using IEEE 802.11i/D3.0");
995 proto = WPA_PROTO_WPA;
996 } else if (bss) {
997 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select WPA/RSN");
998 return -1;
999 } else {
1000 if (ssid->proto & WPA_PROTO_RSN)
1001 proto = WPA_PROTO_RSN;
1002 else
1003 proto = WPA_PROTO_WPA;
1004 if (wpa_supplicant_suites_from_ai(wpa_s, ssid, &ie) < 0) {
1005 os_memset(&ie, 0, sizeof(ie));
1006 ie.group_cipher = ssid->group_cipher;
1007 ie.pairwise_cipher = ssid->pairwise_cipher;
1008 ie.key_mgmt = ssid->key_mgmt;
1009#ifdef CONFIG_IEEE80211W
1010 ie.mgmt_group_cipher =
1011 ssid->ieee80211w != NO_MGMT_FRAME_PROTECTION ?
1012 WPA_CIPHER_AES_128_CMAC : 0;
1013#endif /* CONFIG_IEEE80211W */
1014 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Set cipher suites "
1015 "based on configuration");
1016 } else
1017 proto = ie.proto;
1018 }
1019
1020 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected cipher suites: group %d "
1021 "pairwise %d key_mgmt %d proto %d",
1022 ie.group_cipher, ie.pairwise_cipher, ie.key_mgmt, proto);
1023#ifdef CONFIG_IEEE80211W
1024 if (ssid->ieee80211w) {
1025 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected mgmt group cipher %d",
1026 ie.mgmt_group_cipher);
1027 }
1028#endif /* CONFIG_IEEE80211W */
1029
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001030 wpa_s->wpa_proto = proto;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001031 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PROTO, proto);
1032 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_RSN_ENABLED,
1033 !!(ssid->proto & WPA_PROTO_RSN));
1034
1035 if (bss || !wpa_s->ap_ies_from_associnfo) {
1036 if (wpa_sm_set_ap_wpa_ie(wpa_s->wpa, bss_wpa,
1037 bss_wpa ? 2 + bss_wpa[1] : 0) ||
1038 wpa_sm_set_ap_rsn_ie(wpa_s->wpa, bss_rsn,
1039 bss_rsn ? 2 + bss_rsn[1] : 0))
1040 return -1;
1041 }
1042
1043 sel = ie.group_cipher & ssid->group_cipher;
1044 if (sel & WPA_CIPHER_CCMP) {
1045 wpa_s->group_cipher = WPA_CIPHER_CCMP;
1046 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using GTK CCMP");
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001047 } else if (sel & WPA_CIPHER_GCMP) {
1048 wpa_s->group_cipher = WPA_CIPHER_GCMP;
1049 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using GTK GCMP");
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001050 } else if (sel & WPA_CIPHER_TKIP) {
1051 wpa_s->group_cipher = WPA_CIPHER_TKIP;
1052 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using GTK TKIP");
1053 } else if (sel & WPA_CIPHER_WEP104) {
1054 wpa_s->group_cipher = WPA_CIPHER_WEP104;
1055 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using GTK WEP104");
1056 } else if (sel & WPA_CIPHER_WEP40) {
1057 wpa_s->group_cipher = WPA_CIPHER_WEP40;
1058 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using GTK WEP40");
1059 } else {
1060 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select group "
1061 "cipher");
1062 return -1;
1063 }
1064
1065 sel = ie.pairwise_cipher & ssid->pairwise_cipher;
1066 if (sel & WPA_CIPHER_CCMP) {
1067 wpa_s->pairwise_cipher = WPA_CIPHER_CCMP;
1068 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using PTK CCMP");
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001069 } else if (sel & WPA_CIPHER_GCMP) {
1070 wpa_s->pairwise_cipher = WPA_CIPHER_GCMP;
1071 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using PTK GCMP");
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001072 } else if (sel & WPA_CIPHER_TKIP) {
1073 wpa_s->pairwise_cipher = WPA_CIPHER_TKIP;
1074 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using PTK TKIP");
1075 } else if (sel & WPA_CIPHER_NONE) {
1076 wpa_s->pairwise_cipher = WPA_CIPHER_NONE;
1077 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using PTK NONE");
1078 } else {
1079 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select pairwise "
1080 "cipher");
1081 return -1;
1082 }
1083
1084 sel = ie.key_mgmt & ssid->key_mgmt;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001085#ifdef CONFIG_SAE
1086 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_SAE))
1087 sel &= ~(WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE);
1088#endif /* CONFIG_SAE */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001089 if (0) {
1090#ifdef CONFIG_IEEE80211R
1091 } else if (sel & WPA_KEY_MGMT_FT_IEEE8021X) {
1092 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_IEEE8021X;
1093 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT FT/802.1X");
1094 } else if (sel & WPA_KEY_MGMT_FT_PSK) {
1095 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK;
1096 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT FT/PSK");
1097#endif /* CONFIG_IEEE80211R */
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001098#ifdef CONFIG_SAE
1099 } else if (sel & WPA_KEY_MGMT_SAE) {
1100 wpa_s->key_mgmt = WPA_KEY_MGMT_SAE;
1101 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using KEY_MGMT SAE");
1102 } else if (sel & WPA_KEY_MGMT_FT_SAE) {
1103 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_SAE;
1104 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using KEY_MGMT FT/SAE");
1105#endif /* CONFIG_SAE */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001106#ifdef CONFIG_IEEE80211W
1107 } else if (sel & WPA_KEY_MGMT_IEEE8021X_SHA256) {
1108 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X_SHA256;
1109 wpa_dbg(wpa_s, MSG_DEBUG,
1110 "WPA: using KEY_MGMT 802.1X with SHA256");
1111 } else if (sel & WPA_KEY_MGMT_PSK_SHA256) {
1112 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK_SHA256;
1113 wpa_dbg(wpa_s, MSG_DEBUG,
1114 "WPA: using KEY_MGMT PSK with SHA256");
1115#endif /* CONFIG_IEEE80211W */
1116 } else if (sel & WPA_KEY_MGMT_IEEE8021X) {
1117 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X;
1118 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT 802.1X");
1119 } else if (sel & WPA_KEY_MGMT_PSK) {
1120 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK;
1121 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT WPA-PSK");
1122 } else if (sel & WPA_KEY_MGMT_WPA_NONE) {
1123 wpa_s->key_mgmt = WPA_KEY_MGMT_WPA_NONE;
1124 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using KEY_MGMT WPA-NONE");
1125 } else {
1126 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select "
1127 "authenticated key management type");
1128 return -1;
1129 }
1130
1131 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_KEY_MGMT, wpa_s->key_mgmt);
1132 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_PAIRWISE,
1133 wpa_s->pairwise_cipher);
1134 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
1135
1136#ifdef CONFIG_IEEE80211W
1137 sel = ie.mgmt_group_cipher;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001138 if ((ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
1139 wpa_s->conf->pmf : ssid->ieee80211w) == NO_MGMT_FRAME_PROTECTION ||
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001140 !(ie.capabilities & WPA_CAPABILITY_MFPC))
1141 sel = 0;
1142 if (sel & WPA_CIPHER_AES_128_CMAC) {
1143 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
1144 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: using MGMT group cipher "
1145 "AES-128-CMAC");
1146 } else {
1147 wpa_s->mgmt_group_cipher = 0;
1148 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: not using MGMT group cipher");
1149 }
1150 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MGMT_GROUP,
1151 wpa_s->mgmt_group_cipher);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001152 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MFP,
1153 (ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
1154 wpa_s->conf->pmf : ssid->ieee80211w));
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001155#endif /* CONFIG_IEEE80211W */
1156
1157 if (wpa_sm_set_assoc_wpa_ie_default(wpa_s->wpa, wpa_ie, wpa_ie_len)) {
1158 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to generate WPA IE");
1159 return -1;
1160 }
1161
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001162 if (wpa_key_mgmt_wpa_psk(ssid->key_mgmt)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001163 wpa_sm_set_pmk(wpa_s->wpa, ssid->psk, PMK_LEN);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001164#ifndef CONFIG_NO_PBKDF2
1165 if (bss && ssid->bssid_set && ssid->ssid_len == 0 &&
1166 ssid->passphrase) {
1167 u8 psk[PMK_LEN];
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001168 pbkdf2_sha1(ssid->passphrase, bss->ssid, bss->ssid_len,
1169 4096, psk, PMK_LEN);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001170 wpa_hexdump_key(MSG_MSGDUMP, "PSK (from passphrase)",
1171 psk, PMK_LEN);
1172 wpa_sm_set_pmk(wpa_s->wpa, psk, PMK_LEN);
1173 }
1174#endif /* CONFIG_NO_PBKDF2 */
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001175#ifdef CONFIG_EXT_PASSWORD
1176 if (ssid->ext_psk) {
1177 struct wpabuf *pw = ext_password_get(wpa_s->ext_pw,
1178 ssid->ext_psk);
1179 char pw_str[64 + 1];
1180 u8 psk[PMK_LEN];
1181
1182 if (pw == NULL) {
1183 wpa_msg(wpa_s, MSG_INFO, "EXT PW: No PSK "
1184 "found from external storage");
1185 return -1;
1186 }
1187
1188 if (wpabuf_len(pw) < 8 || wpabuf_len(pw) > 64) {
1189 wpa_msg(wpa_s, MSG_INFO, "EXT PW: Unexpected "
1190 "PSK length %d in external storage",
1191 (int) wpabuf_len(pw));
1192 ext_password_free(pw);
1193 return -1;
1194 }
1195
1196 os_memcpy(pw_str, wpabuf_head(pw), wpabuf_len(pw));
1197 pw_str[wpabuf_len(pw)] = '\0';
1198
1199#ifndef CONFIG_NO_PBKDF2
1200 if (wpabuf_len(pw) >= 8 && wpabuf_len(pw) < 64 && bss)
1201 {
1202 pbkdf2_sha1(pw_str, bss->ssid, bss->ssid_len,
1203 4096, psk, PMK_LEN);
1204 os_memset(pw_str, 0, sizeof(pw_str));
1205 wpa_hexdump_key(MSG_MSGDUMP, "PSK (from "
1206 "external passphrase)",
1207 psk, PMK_LEN);
1208 wpa_sm_set_pmk(wpa_s->wpa, psk, PMK_LEN);
1209 } else
1210#endif /* CONFIG_NO_PBKDF2 */
1211 if (wpabuf_len(pw) == 2 * PMK_LEN) {
1212 if (hexstr2bin(pw_str, psk, PMK_LEN) < 0) {
1213 wpa_msg(wpa_s, MSG_INFO, "EXT PW: "
1214 "Invalid PSK hex string");
1215 os_memset(pw_str, 0, sizeof(pw_str));
1216 ext_password_free(pw);
1217 return -1;
1218 }
1219 wpa_sm_set_pmk(wpa_s->wpa, psk, PMK_LEN);
1220 } else {
1221 wpa_msg(wpa_s, MSG_INFO, "EXT PW: No suitable "
1222 "PSK available");
1223 os_memset(pw_str, 0, sizeof(pw_str));
1224 ext_password_free(pw);
1225 return -1;
1226 }
1227
1228 os_memset(pw_str, 0, sizeof(pw_str));
1229 ext_password_free(pw);
1230 }
1231#endif /* CONFIG_EXT_PASSWORD */
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001232 } else
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001233 wpa_sm_set_pmk_from_pmksa(wpa_s->wpa);
1234
1235 return 0;
1236}
1237
1238
1239/**
1240 * wpa_supplicant_associate - Request association
1241 * @wpa_s: Pointer to wpa_supplicant data
1242 * @bss: Scan results for the selected BSS, or %NULL if not available
1243 * @ssid: Configuration data for the selected network
1244 *
1245 * This function is used to request %wpa_supplicant to associate with a BSS.
1246 */
1247void wpa_supplicant_associate(struct wpa_supplicant *wpa_s,
1248 struct wpa_bss *bss, struct wpa_ssid *ssid)
1249{
1250 u8 wpa_ie[200];
1251 size_t wpa_ie_len;
1252 int use_crypt, ret, i, bssid_changed;
1253 int algs = WPA_AUTH_ALG_OPEN;
1254 enum wpa_cipher cipher_pairwise, cipher_group;
1255 struct wpa_driver_associate_params params;
1256 int wep_keys_set = 0;
1257 struct wpa_driver_capa capa;
1258 int assoc_failed = 0;
1259 struct wpa_ssid *old_ssid;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001260#ifdef CONFIG_HT_OVERRIDES
1261 struct ieee80211_ht_capabilities htcaps;
1262 struct ieee80211_ht_capabilities htcaps_mask;
1263#endif /* CONFIG_HT_OVERRIDES */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001264
1265#ifdef CONFIG_IBSS_RSN
1266 ibss_rsn_deinit(wpa_s->ibss_rsn);
1267 wpa_s->ibss_rsn = NULL;
1268#endif /* CONFIG_IBSS_RSN */
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001269#ifdef ANDROID_P2P
1270 int freq = 0;
1271#endif
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001272
1273 if (ssid->mode == WPAS_MODE_AP || ssid->mode == WPAS_MODE_P2P_GO ||
1274 ssid->mode == WPAS_MODE_P2P_GROUP_FORMATION) {
1275#ifdef CONFIG_AP
1276 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_AP)) {
1277 wpa_msg(wpa_s, MSG_INFO, "Driver does not support AP "
1278 "mode");
1279 return;
1280 }
Dmitry Shmidtaa532512012-09-24 10:35:31 -07001281 if (wpa_supplicant_create_ap(wpa_s, ssid) < 0) {
1282 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
1283 return;
1284 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001285 wpa_s->current_bss = bss;
1286#else /* CONFIG_AP */
1287 wpa_msg(wpa_s, MSG_ERROR, "AP mode support not included in "
1288 "the build");
1289#endif /* CONFIG_AP */
1290 return;
1291 }
1292
1293#ifdef CONFIG_TDLS
1294 if (bss)
1295 wpa_tdls_ap_ies(wpa_s->wpa, (const u8 *) (bss + 1),
1296 bss->ie_len);
1297#endif /* CONFIG_TDLS */
1298
1299 if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_SME) &&
1300 ssid->mode == IEEE80211_MODE_INFRA) {
1301 sme_authenticate(wpa_s, bss, ssid);
1302 return;
1303 }
1304
1305 os_memset(&params, 0, sizeof(params));
1306 wpa_s->reassociate = 0;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001307 if (bss && !wpas_driver_bss_selection(wpa_s)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001308#ifdef CONFIG_IEEE80211R
1309 const u8 *ie, *md = NULL;
1310#endif /* CONFIG_IEEE80211R */
1311 wpa_msg(wpa_s, MSG_INFO, "Trying to associate with " MACSTR
1312 " (SSID='%s' freq=%d MHz)", MAC2STR(bss->bssid),
1313 wpa_ssid_txt(bss->ssid, bss->ssid_len), bss->freq);
1314 bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
1315 os_memset(wpa_s->bssid, 0, ETH_ALEN);
1316 os_memcpy(wpa_s->pending_bssid, bss->bssid, ETH_ALEN);
1317 if (bssid_changed)
1318 wpas_notify_bssid_changed(wpa_s);
1319#ifdef CONFIG_IEEE80211R
1320 ie = wpa_bss_get_ie(bss, WLAN_EID_MOBILITY_DOMAIN);
1321 if (ie && ie[1] >= MOBILITY_DOMAIN_ID_LEN)
1322 md = ie + 2;
1323 wpa_sm_set_ft_params(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0);
1324 if (md) {
1325 /* Prepare for the next transition */
1326 wpa_ft_prepare_auth_request(wpa_s->wpa, ie);
1327 }
1328#endif /* CONFIG_IEEE80211R */
1329#ifdef CONFIG_WPS
1330 } else if ((ssid->ssid == NULL || ssid->ssid_len == 0) &&
1331 wpa_s->conf->ap_scan == 2 &&
1332 (ssid->key_mgmt & WPA_KEY_MGMT_WPS)) {
1333 /* Use ap_scan==1 style network selection to find the network
1334 */
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001335 wpa_s->scan_req = MANUAL_SCAN_REQ;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001336 wpa_s->reassociate = 1;
1337 wpa_supplicant_req_scan(wpa_s, 0, 0);
1338 return;
1339#endif /* CONFIG_WPS */
1340 } else {
1341 wpa_msg(wpa_s, MSG_INFO, "Trying to associate with SSID '%s'",
1342 wpa_ssid_txt(ssid->ssid, ssid->ssid_len));
1343 os_memset(wpa_s->pending_bssid, 0, ETH_ALEN);
1344 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001345 wpa_supplicant_cancel_sched_scan(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001346 wpa_supplicant_cancel_scan(wpa_s);
1347
1348 /* Starting new association, so clear the possibly used WPA IE from the
1349 * previous association. */
1350 wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
1351
1352#ifdef IEEE8021X_EAPOL
1353 if (ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1354 if (ssid->leap) {
1355 if (ssid->non_leap == 0)
1356 algs = WPA_AUTH_ALG_LEAP;
1357 else
1358 algs |= WPA_AUTH_ALG_LEAP;
1359 }
1360 }
1361#endif /* IEEE8021X_EAPOL */
1362 wpa_dbg(wpa_s, MSG_DEBUG, "Automatic auth_alg selection: 0x%x", algs);
1363 if (ssid->auth_alg) {
1364 algs = ssid->auth_alg;
1365 wpa_dbg(wpa_s, MSG_DEBUG, "Overriding auth_alg selection: "
1366 "0x%x", algs);
1367 }
1368
1369 if (bss && (wpa_bss_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE) ||
1370 wpa_bss_get_ie(bss, WLAN_EID_RSN)) &&
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001371 wpa_key_mgmt_wpa(ssid->key_mgmt)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001372 int try_opportunistic;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001373 try_opportunistic = (ssid->proactive_key_caching < 0 ?
1374 wpa_s->conf->okc :
1375 ssid->proactive_key_caching) &&
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001376 (ssid->proto & WPA_PROTO_RSN);
1377 if (pmksa_cache_set_current(wpa_s->wpa, NULL, bss->bssid,
1378 wpa_s->current_ssid,
1379 try_opportunistic) == 0)
1380 eapol_sm_notify_pmkid_attempt(wpa_s->eapol, 1);
1381 wpa_ie_len = sizeof(wpa_ie);
1382 if (wpa_supplicant_set_suites(wpa_s, bss, ssid,
1383 wpa_ie, &wpa_ie_len)) {
1384 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to set WPA "
1385 "key management and encryption suites");
1386 return;
1387 }
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001388 } else if ((ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA) && bss &&
1389 wpa_key_mgmt_wpa_ieee8021x(ssid->key_mgmt)) {
1390 /*
1391 * Both WPA and non-WPA IEEE 802.1X enabled in configuration -
1392 * use non-WPA since the scan results did not indicate that the
1393 * AP is using WPA or WPA2.
1394 */
1395 wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
1396 wpa_ie_len = 0;
1397 wpa_s->wpa_proto = 0;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001398 } else if (wpa_key_mgmt_wpa_any(ssid->key_mgmt)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001399 wpa_ie_len = sizeof(wpa_ie);
1400 if (wpa_supplicant_set_suites(wpa_s, NULL, ssid,
1401 wpa_ie, &wpa_ie_len)) {
1402 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to set WPA "
1403 "key management and encryption suites (no "
1404 "scan results)");
1405 return;
1406 }
1407#ifdef CONFIG_WPS
1408 } else if (ssid->key_mgmt & WPA_KEY_MGMT_WPS) {
1409 struct wpabuf *wps_ie;
1410 wps_ie = wps_build_assoc_req_ie(wpas_wps_get_req_type(ssid));
1411 if (wps_ie && wpabuf_len(wps_ie) <= sizeof(wpa_ie)) {
1412 wpa_ie_len = wpabuf_len(wps_ie);
1413 os_memcpy(wpa_ie, wpabuf_head(wps_ie), wpa_ie_len);
1414 } else
1415 wpa_ie_len = 0;
1416 wpabuf_free(wps_ie);
1417 wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
1418 if (!bss || (bss->caps & IEEE80211_CAP_PRIVACY))
1419 params.wps = WPS_MODE_PRIVACY;
1420 else
1421 params.wps = WPS_MODE_OPEN;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001422 wpa_s->wpa_proto = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001423#endif /* CONFIG_WPS */
1424 } else {
1425 wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
1426 wpa_ie_len = 0;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001427 wpa_s->wpa_proto = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001428 }
1429
1430#ifdef CONFIG_P2P
1431 if (wpa_s->global->p2p) {
1432 u8 *pos;
1433 size_t len;
1434 int res;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001435 pos = wpa_ie + wpa_ie_len;
1436 len = sizeof(wpa_ie) - wpa_ie_len;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001437 res = wpas_p2p_assoc_req_ie(wpa_s, bss, pos, len,
1438 ssid->p2p_group);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001439 if (res >= 0)
1440 wpa_ie_len += res;
1441 }
1442
1443 wpa_s->cross_connect_disallowed = 0;
1444 if (bss) {
1445 struct wpabuf *p2p;
1446 p2p = wpa_bss_get_vendor_ie_multi(bss, P2P_IE_VENDOR_TYPE);
1447 if (p2p) {
1448 wpa_s->cross_connect_disallowed =
1449 p2p_get_cross_connect_disallowed(p2p);
1450 wpabuf_free(p2p);
1451 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: WLAN AP %s cross "
1452 "connection",
1453 wpa_s->cross_connect_disallowed ?
1454 "disallows" : "allows");
1455 }
1456 }
1457#endif /* CONFIG_P2P */
1458
Dmitry Shmidt04949592012-07-19 12:16:46 -07001459#ifdef CONFIG_HS20
1460 if (wpa_s->conf->hs20) {
1461 struct wpabuf *hs20;
1462 hs20 = wpabuf_alloc(20);
1463 if (hs20) {
1464 wpas_hs20_add_indication(hs20);
1465 os_memcpy(wpa_ie + wpa_ie_len, wpabuf_head(hs20),
1466 wpabuf_len(hs20));
1467 wpa_ie_len += wpabuf_len(hs20);
1468 wpabuf_free(hs20);
1469 }
1470 }
1471#endif /* CONFIG_HS20 */
1472
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001473#ifdef CONFIG_INTERWORKING
1474 if (wpa_s->conf->interworking) {
1475 u8 *pos = wpa_ie;
1476 if (wpa_ie_len > 0 && pos[0] == WLAN_EID_RSN)
1477 pos += 2 + pos[1];
1478 os_memmove(pos + 6, pos, wpa_ie_len - (pos - wpa_ie));
1479 wpa_ie_len += 6;
1480 *pos++ = WLAN_EID_EXT_CAPAB;
1481 *pos++ = 4;
1482 *pos++ = 0x00;
1483 *pos++ = 0x00;
1484 *pos++ = 0x00;
1485 *pos++ = 0x80; /* Bit 31 - Interworking */
1486 }
1487#endif /* CONFIG_INTERWORKING */
1488
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001489 wpa_clear_keys(wpa_s, bss ? bss->bssid : NULL);
1490 use_crypt = 1;
1491 cipher_pairwise = cipher_suite2driver(wpa_s->pairwise_cipher);
1492 cipher_group = cipher_suite2driver(wpa_s->group_cipher);
1493 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE ||
1494 wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1495 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE)
1496 use_crypt = 0;
1497 if (wpa_set_wep_keys(wpa_s, ssid)) {
1498 use_crypt = 1;
1499 wep_keys_set = 1;
1500 }
1501 }
1502 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPS)
1503 use_crypt = 0;
1504
1505#ifdef IEEE8021X_EAPOL
1506 if (wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
1507 if ((ssid->eapol_flags &
1508 (EAPOL_FLAG_REQUIRE_KEY_UNICAST |
1509 EAPOL_FLAG_REQUIRE_KEY_BROADCAST)) == 0 &&
1510 !wep_keys_set) {
1511 use_crypt = 0;
1512 } else {
1513 /* Assume that dynamic WEP-104 keys will be used and
1514 * set cipher suites in order for drivers to expect
1515 * encryption. */
1516 cipher_pairwise = cipher_group = CIPHER_WEP104;
1517 }
1518 }
1519#endif /* IEEE8021X_EAPOL */
1520
1521 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE) {
1522 /* Set the key before (and later after) association */
1523 wpa_supplicant_set_wpa_none_key(wpa_s, ssid);
1524 }
1525
1526 wpa_supplicant_set_state(wpa_s, WPA_ASSOCIATING);
1527 if (bss) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001528 params.ssid = bss->ssid;
1529 params.ssid_len = bss->ssid_len;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001530 if (!wpas_driver_bss_selection(wpa_s) || ssid->bssid_set) {
1531 wpa_printf(MSG_DEBUG, "Limit connection to BSSID "
1532 MACSTR " freq=%u MHz based on scan results "
1533 "(bssid_set=%d)",
1534 MAC2STR(bss->bssid), bss->freq,
1535 ssid->bssid_set);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001536 params.bssid = bss->bssid;
1537 params.freq = bss->freq;
1538 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001539 } else {
1540 params.ssid = ssid->ssid;
1541 params.ssid_len = ssid->ssid_len;
1542 }
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001543
1544 if (ssid->mode == WPAS_MODE_IBSS && ssid->bssid_set &&
1545 wpa_s->conf->ap_scan == 2) {
1546 params.bssid = ssid->bssid;
1547 params.fixed_bssid = 1;
1548 }
1549
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001550 if (ssid->mode == WPAS_MODE_IBSS && ssid->frequency > 0 &&
1551 params.freq == 0)
1552 params.freq = ssid->frequency; /* Initial channel for IBSS */
1553 params.wpa_ie = wpa_ie;
1554 params.wpa_ie_len = wpa_ie_len;
1555 params.pairwise_suite = cipher_pairwise;
1556 params.group_suite = cipher_group;
1557 params.key_mgmt_suite = key_mgmt2driver(wpa_s->key_mgmt);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001558 params.wpa_proto = wpa_s->wpa_proto;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001559 params.auth_alg = algs;
1560 params.mode = ssid->mode;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001561 params.bg_scan_period = ssid->bg_scan_period;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001562 for (i = 0; i < NUM_WEP_KEYS; i++) {
1563 if (ssid->wep_key_len[i])
1564 params.wep_key[i] = ssid->wep_key[i];
1565 params.wep_key_len[i] = ssid->wep_key_len[i];
1566 }
1567 params.wep_tx_keyidx = ssid->wep_tx_keyidx;
1568
1569 if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE) &&
1570 (params.key_mgmt_suite == KEY_MGMT_PSK ||
1571 params.key_mgmt_suite == KEY_MGMT_FT_PSK)) {
1572 params.passphrase = ssid->passphrase;
1573 if (ssid->psk_set)
1574 params.psk = ssid->psk;
1575 }
1576
1577 params.drop_unencrypted = use_crypt;
1578
1579#ifdef CONFIG_IEEE80211W
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001580 params.mgmt_frame_protection =
1581 ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT ?
1582 wpa_s->conf->pmf : ssid->ieee80211w;
1583 if (params.mgmt_frame_protection != NO_MGMT_FRAME_PROTECTION && bss) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001584 const u8 *rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN);
1585 struct wpa_ie_data ie;
1586 if (rsn && wpa_parse_wpa_ie(rsn, 2 + rsn[1], &ie) == 0 &&
1587 ie.capabilities &
1588 (WPA_CAPABILITY_MFPC | WPA_CAPABILITY_MFPR)) {
1589 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected AP supports "
1590 "MFP: require MFP");
1591 params.mgmt_frame_protection =
1592 MGMT_FRAME_PROTECTION_REQUIRED;
1593 }
1594 }
1595#endif /* CONFIG_IEEE80211W */
1596
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001597 params.p2p = ssid->p2p_group;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001598
1599 if (wpa_s->parent->set_sta_uapsd)
1600 params.uapsd = wpa_s->parent->sta_uapsd;
1601 else
1602 params.uapsd = -1;
1603
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001604#ifdef CONFIG_HT_OVERRIDES
1605 os_memset(&htcaps, 0, sizeof(htcaps));
1606 os_memset(&htcaps_mask, 0, sizeof(htcaps_mask));
1607 params.htcaps = (u8 *) &htcaps;
1608 params.htcaps_mask = (u8 *) &htcaps_mask;
1609 wpa_supplicant_apply_ht_overrides(wpa_s, ssid, &params);
1610#endif /* CONFIG_HT_OVERRIDES */
1611
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001612#ifdef ANDROID_P2P
1613 /* If multichannel concurrency is not supported, check for any frequency
1614 * conflict and take appropriate action.
1615 */
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001616 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_MULTI_CHANNEL_CONCURRENT) &&
1617 ((freq = wpa_drv_shared_freq(wpa_s)) > 0) && (freq != params.freq)) {
1618 wpa_printf(MSG_DEBUG, "Shared interface with conflicting frequency found (%d != %d)"
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001619 , freq, params.freq);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001620 if (wpas_p2p_handle_frequency_conflicts(wpa_s, params.freq, ssid) < 0)
Dmitry Shmidt687922c2012-03-26 14:02:32 -07001621 return;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001622 }
1623#endif
1624 ret = wpa_drv_associate(wpa_s, &params);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001625 if (ret < 0) {
1626 wpa_msg(wpa_s, MSG_INFO, "Association request to the driver "
1627 "failed");
1628 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_SANE_ERROR_CODES) {
1629 /*
1630 * The driver is known to mean what is saying, so we
1631 * can stop right here; the association will not
1632 * succeed.
1633 */
1634 wpas_connection_failed(wpa_s, wpa_s->pending_bssid);
Dmitry Shmidt04949592012-07-19 12:16:46 -07001635 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001636 os_memset(wpa_s->pending_bssid, 0, ETH_ALEN);
1637 return;
1638 }
1639 /* try to continue anyway; new association will be tried again
1640 * after timeout */
1641 assoc_failed = 1;
1642 }
1643
1644 if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE) {
1645 /* Set the key after the association just in case association
1646 * cleared the previously configured key. */
1647 wpa_supplicant_set_wpa_none_key(wpa_s, ssid);
1648 /* No need to timeout authentication since there is no key
1649 * management. */
1650 wpa_supplicant_cancel_auth_timeout(wpa_s);
1651 wpa_supplicant_set_state(wpa_s, WPA_COMPLETED);
1652#ifdef CONFIG_IBSS_RSN
1653 } else if (ssid->mode == WPAS_MODE_IBSS &&
1654 wpa_s->key_mgmt != WPA_KEY_MGMT_NONE &&
1655 wpa_s->key_mgmt != WPA_KEY_MGMT_WPA_NONE) {
1656 /*
1657 * RSN IBSS authentication is per-STA and we can disable the
1658 * per-BSSID authentication.
1659 */
1660 wpa_supplicant_cancel_auth_timeout(wpa_s);
1661#endif /* CONFIG_IBSS_RSN */
1662 } else {
1663 /* Timeout for IEEE 802.11 authentication and association */
1664 int timeout = 60;
1665
1666 if (assoc_failed) {
1667 /* give IBSS a bit more time */
1668 timeout = ssid->mode == WPAS_MODE_IBSS ? 10 : 5;
1669 } else if (wpa_s->conf->ap_scan == 1) {
1670 /* give IBSS a bit more time */
1671 timeout = ssid->mode == WPAS_MODE_IBSS ? 20 : 10;
1672 }
1673 wpa_supplicant_req_auth_timeout(wpa_s, timeout, 0);
1674 }
1675
1676 if (wep_keys_set && wpa_drv_get_capa(wpa_s, &capa) == 0 &&
1677 capa.flags & WPA_DRIVER_FLAGS_SET_KEYS_AFTER_ASSOC) {
1678 /* Set static WEP keys again */
1679 wpa_set_wep_keys(wpa_s, ssid);
1680 }
1681
1682 if (wpa_s->current_ssid && wpa_s->current_ssid != ssid) {
1683 /*
1684 * Do not allow EAP session resumption between different
1685 * network configurations.
1686 */
1687 eapol_sm_invalidate_cached_session(wpa_s->eapol);
1688 }
1689 old_ssid = wpa_s->current_ssid;
1690 wpa_s->current_ssid = ssid;
1691 wpa_s->current_bss = bss;
1692 wpa_supplicant_rsn_supp_set_config(wpa_s, wpa_s->current_ssid);
1693 wpa_supplicant_initiate_eapol(wpa_s);
1694 if (old_ssid != wpa_s->current_ssid)
1695 wpas_notify_network_changed(wpa_s);
1696}
1697
1698
1699static void wpa_supplicant_clear_connection(struct wpa_supplicant *wpa_s,
1700 const u8 *addr)
1701{
1702 struct wpa_ssid *old_ssid;
1703
1704 wpa_clear_keys(wpa_s, addr);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001705 old_ssid = wpa_s->current_ssid;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001706 wpa_supplicant_mark_disassoc(wpa_s);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001707 wpa_sm_set_config(wpa_s->wpa, NULL);
1708 eapol_sm_notify_config(wpa_s->eapol, NULL, NULL);
1709 if (old_ssid != wpa_s->current_ssid)
1710 wpas_notify_network_changed(wpa_s);
1711 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
1712}
1713
1714
1715/**
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001716 * wpa_supplicant_deauthenticate - Deauthenticate the current connection
1717 * @wpa_s: Pointer to wpa_supplicant data
1718 * @reason_code: IEEE 802.11 reason code for the deauthenticate frame
1719 *
1720 * This function is used to request %wpa_supplicant to deauthenticate from the
1721 * current AP.
1722 */
1723void wpa_supplicant_deauthenticate(struct wpa_supplicant *wpa_s,
1724 int reason_code)
1725{
1726 u8 *addr = NULL;
Dmitry Shmidt04949592012-07-19 12:16:46 -07001727 union wpa_event_data event;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001728 int zero_addr = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001729
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001730 wpa_dbg(wpa_s, MSG_DEBUG, "Request to deauthenticate - bssid=" MACSTR
1731 " pending_bssid=" MACSTR " reason=%d state=%s",
1732 MAC2STR(wpa_s->bssid), MAC2STR(wpa_s->pending_bssid),
1733 reason_code, wpa_supplicant_state_txt(wpa_s->wpa_state));
1734
1735 if (!is_zero_ether_addr(wpa_s->bssid))
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001736 addr = wpa_s->bssid;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001737 else if (!is_zero_ether_addr(wpa_s->pending_bssid) &&
1738 (wpa_s->wpa_state == WPA_AUTHENTICATING ||
1739 wpa_s->wpa_state == WPA_ASSOCIATING))
1740 addr = wpa_s->pending_bssid;
1741 else if (wpa_s->wpa_state == WPA_ASSOCIATING) {
1742 /*
1743 * When using driver-based BSS selection, we may not know the
1744 * BSSID with which we are currently trying to associate. We
1745 * need to notify the driver of this disconnection even in such
1746 * a case, so use the all zeros address here.
1747 */
1748 addr = wpa_s->bssid;
1749 zero_addr = 1;
1750 }
1751
1752 if (addr) {
1753 wpa_drv_deauthenticate(wpa_s, addr, reason_code);
Dmitry Shmidt04949592012-07-19 12:16:46 -07001754 os_memset(&event, 0, sizeof(event));
1755 event.deauth_info.reason_code = (u16) reason_code;
1756 event.deauth_info.locally_generated = 1;
1757 wpa_supplicant_event(wpa_s, EVENT_DEAUTH, &event);
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001758 if (zero_addr)
1759 addr = NULL;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001760 }
1761
1762 wpa_supplicant_clear_connection(wpa_s, addr);
1763}
1764
1765
1766/**
1767 * wpa_supplicant_enable_network - Mark a configured network as enabled
1768 * @wpa_s: wpa_supplicant structure for a network interface
1769 * @ssid: wpa_ssid structure for a configured network or %NULL
1770 *
1771 * Enables the specified network or all networks if no network specified.
1772 */
1773void wpa_supplicant_enable_network(struct wpa_supplicant *wpa_s,
1774 struct wpa_ssid *ssid)
1775{
1776 struct wpa_ssid *other_ssid;
1777 int was_disabled;
1778
1779 if (ssid == NULL) {
1780 for (other_ssid = wpa_s->conf->ssid; other_ssid;
1781 other_ssid = other_ssid->next) {
1782 if (other_ssid->disabled == 2)
1783 continue; /* do not change persistent P2P group
1784 * data */
1785 if (other_ssid == wpa_s->current_ssid &&
1786 other_ssid->disabled)
1787 wpa_s->reassociate = 1;
1788
1789 was_disabled = other_ssid->disabled;
1790
1791 other_ssid->disabled = 0;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001792 if (was_disabled)
1793 wpas_clear_temp_disabled(wpa_s, other_ssid, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001794
1795 if (was_disabled != other_ssid->disabled)
1796 wpas_notify_network_enabled_changed(
1797 wpa_s, other_ssid);
1798 }
1799 if (wpa_s->reassociate)
1800 wpa_supplicant_req_scan(wpa_s, 0, 0);
1801 } else if (ssid->disabled && ssid->disabled != 2) {
1802 if (wpa_s->current_ssid == NULL) {
1803 /*
1804 * Try to reassociate since there is no current
1805 * configuration and a new network was made available.
1806 */
1807 wpa_s->reassociate = 1;
1808 wpa_supplicant_req_scan(wpa_s, 0, 0);
1809 }
1810
1811 was_disabled = ssid->disabled;
1812
1813 ssid->disabled = 0;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001814 wpas_clear_temp_disabled(wpa_s, ssid, 1);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001815
1816 if (was_disabled != ssid->disabled)
1817 wpas_notify_network_enabled_changed(wpa_s, ssid);
1818 }
1819}
1820
1821
1822/**
1823 * wpa_supplicant_disable_network - Mark a configured network as disabled
1824 * @wpa_s: wpa_supplicant structure for a network interface
1825 * @ssid: wpa_ssid structure for a configured network or %NULL
1826 *
1827 * Disables the specified network or all networks if no network specified.
1828 */
1829void wpa_supplicant_disable_network(struct wpa_supplicant *wpa_s,
1830 struct wpa_ssid *ssid)
1831{
1832 struct wpa_ssid *other_ssid;
1833 int was_disabled;
1834
1835 if (ssid == NULL) {
1836 for (other_ssid = wpa_s->conf->ssid; other_ssid;
1837 other_ssid = other_ssid->next) {
1838 was_disabled = other_ssid->disabled;
1839 if (was_disabled == 2)
1840 continue; /* do not change persistent P2P group
1841 * data */
1842
1843 other_ssid->disabled = 1;
1844
1845 if (was_disabled != other_ssid->disabled)
1846 wpas_notify_network_enabled_changed(
1847 wpa_s, other_ssid);
1848 }
1849 if (wpa_s->current_ssid)
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001850 wpa_supplicant_deauthenticate(
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001851 wpa_s, WLAN_REASON_DEAUTH_LEAVING);
1852 } else if (ssid->disabled != 2) {
1853 if (ssid == wpa_s->current_ssid)
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001854 wpa_supplicant_deauthenticate(
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001855 wpa_s, WLAN_REASON_DEAUTH_LEAVING);
1856
1857 was_disabled = ssid->disabled;
1858
1859 ssid->disabled = 1;
1860
1861 if (was_disabled != ssid->disabled)
1862 wpas_notify_network_enabled_changed(wpa_s, ssid);
1863 }
1864}
1865
1866
1867/**
1868 * wpa_supplicant_select_network - Attempt association with a network
1869 * @wpa_s: wpa_supplicant structure for a network interface
1870 * @ssid: wpa_ssid structure for a configured network or %NULL for any network
1871 */
1872void wpa_supplicant_select_network(struct wpa_supplicant *wpa_s,
1873 struct wpa_ssid *ssid)
1874{
1875
1876 struct wpa_ssid *other_ssid;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001877 int disconnected = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001878
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001879 if (ssid && ssid != wpa_s->current_ssid && wpa_s->current_ssid) {
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08001880 wpa_supplicant_deauthenticate(
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001881 wpa_s, WLAN_REASON_DEAUTH_LEAVING);
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001882 disconnected = 1;
1883 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001884
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001885 if (ssid)
1886 wpas_clear_temp_disabled(wpa_s, ssid, 1);
1887
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001888 /*
1889 * Mark all other networks disabled or mark all networks enabled if no
1890 * network specified.
1891 */
1892 for (other_ssid = wpa_s->conf->ssid; other_ssid;
1893 other_ssid = other_ssid->next) {
1894 int was_disabled = other_ssid->disabled;
1895 if (was_disabled == 2)
1896 continue; /* do not change persistent P2P group data */
1897
1898 other_ssid->disabled = ssid ? (ssid->id != other_ssid->id) : 0;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07001899 if (was_disabled && !other_ssid->disabled)
1900 wpas_clear_temp_disabled(wpa_s, other_ssid, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001901
1902 if (was_disabled != other_ssid->disabled)
1903 wpas_notify_network_enabled_changed(wpa_s, other_ssid);
1904 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001905
1906 if (ssid && ssid == wpa_s->current_ssid && wpa_s->current_ssid) {
1907 /* We are already associated with the selected network */
1908 wpa_printf(MSG_DEBUG, "Already associated with the "
1909 "selected network - do nothing");
1910 return;
1911 }
1912
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001913 if (ssid)
1914 wpa_s->current_ssid = ssid;
Jouni Malinen75ecf522011-06-27 15:19:46 -07001915 wpa_s->connect_without_scan = NULL;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001916 wpa_s->disconnected = 0;
1917 wpa_s->reassociate = 1;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08001918 wpa_supplicant_req_scan(wpa_s, 0, disconnected ? 100000 : 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001919
1920 if (ssid)
1921 wpas_notify_network_selected(wpa_s, ssid);
1922}
1923
1924
1925/**
1926 * wpa_supplicant_set_ap_scan - Set AP scan mode for interface
1927 * @wpa_s: wpa_supplicant structure for a network interface
1928 * @ap_scan: AP scan mode
1929 * Returns: 0 if succeed or -1 if ap_scan has an invalid value
1930 *
1931 */
1932int wpa_supplicant_set_ap_scan(struct wpa_supplicant *wpa_s, int ap_scan)
1933{
1934
1935 int old_ap_scan;
1936
1937 if (ap_scan < 0 || ap_scan > 2)
1938 return -1;
1939
Dmitry Shmidt114c3862011-08-16 11:52:06 -07001940#ifdef ANDROID
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001941 if (ap_scan == 2 && ap_scan != wpa_s->conf->ap_scan &&
1942 wpa_s->wpa_state >= WPA_ASSOCIATING &&
1943 wpa_s->wpa_state < WPA_COMPLETED) {
1944 wpa_printf(MSG_ERROR, "ap_scan = %d (%d) rejected while "
1945 "associating", wpa_s->conf->ap_scan, ap_scan);
Dmitry Shmidt114c3862011-08-16 11:52:06 -07001946 return 0;
1947 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08001948#endif /* ANDROID */
Dmitry Shmidt114c3862011-08-16 11:52:06 -07001949
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001950 old_ap_scan = wpa_s->conf->ap_scan;
1951 wpa_s->conf->ap_scan = ap_scan;
1952
1953 if (old_ap_scan != wpa_s->conf->ap_scan)
1954 wpas_notify_ap_scan_changed(wpa_s);
1955
1956 return 0;
1957}
1958
1959
1960/**
1961 * wpa_supplicant_set_bss_expiration_age - Set BSS entry expiration age
1962 * @wpa_s: wpa_supplicant structure for a network interface
1963 * @expire_age: Expiration age in seconds
1964 * Returns: 0 if succeed or -1 if expire_age has an invalid value
1965 *
1966 */
1967int wpa_supplicant_set_bss_expiration_age(struct wpa_supplicant *wpa_s,
1968 unsigned int bss_expire_age)
1969{
1970 if (bss_expire_age < 10) {
1971 wpa_msg(wpa_s, MSG_ERROR, "Invalid bss expiration age %u",
1972 bss_expire_age);
1973 return -1;
1974 }
1975 wpa_msg(wpa_s, MSG_DEBUG, "Setting bss expiration age: %d sec",
1976 bss_expire_age);
1977 wpa_s->conf->bss_expiration_age = bss_expire_age;
1978
1979 return 0;
1980}
1981
1982
1983/**
1984 * wpa_supplicant_set_bss_expiration_count - Set BSS entry expiration scan count
1985 * @wpa_s: wpa_supplicant structure for a network interface
1986 * @expire_count: number of scans after which an unseen BSS is reclaimed
1987 * Returns: 0 if succeed or -1 if expire_count has an invalid value
1988 *
1989 */
1990int wpa_supplicant_set_bss_expiration_count(struct wpa_supplicant *wpa_s,
1991 unsigned int bss_expire_count)
1992{
1993 if (bss_expire_count < 1) {
1994 wpa_msg(wpa_s, MSG_ERROR, "Invalid bss expiration count %u",
1995 bss_expire_count);
1996 return -1;
1997 }
1998 wpa_msg(wpa_s, MSG_DEBUG, "Setting bss expiration scan count: %u",
1999 bss_expire_count);
2000 wpa_s->conf->bss_expiration_scan_count = bss_expire_count;
2001
2002 return 0;
2003}
2004
2005
2006/**
Dmitry Shmidt04949592012-07-19 12:16:46 -07002007 * wpa_supplicant_set_scan_interval - Set scan interval
2008 * @wpa_s: wpa_supplicant structure for a network interface
2009 * @scan_interval: scan interval in seconds
2010 * Returns: 0 if succeed or -1 if scan_interval has an invalid value
2011 *
2012 */
2013int wpa_supplicant_set_scan_interval(struct wpa_supplicant *wpa_s,
2014 int scan_interval)
2015{
2016 if (scan_interval < 0) {
2017 wpa_msg(wpa_s, MSG_ERROR, "Invalid scan interval %d",
2018 scan_interval);
2019 return -1;
2020 }
2021 wpa_msg(wpa_s, MSG_DEBUG, "Setting scan interval: %d sec",
2022 scan_interval);
2023 wpa_s->scan_interval = scan_interval;
2024
2025 return 0;
2026}
2027
2028
2029/**
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002030 * wpa_supplicant_set_debug_params - Set global debug params
2031 * @global: wpa_global structure
2032 * @debug_level: debug level
2033 * @debug_timestamp: determines if show timestamp in debug data
2034 * @debug_show_keys: determines if show keys in debug data
2035 * Returns: 0 if succeed or -1 if debug_level has wrong value
2036 */
2037int wpa_supplicant_set_debug_params(struct wpa_global *global, int debug_level,
2038 int debug_timestamp, int debug_show_keys)
2039{
2040
2041 int old_level, old_timestamp, old_show_keys;
2042
2043 /* check for allowed debuglevels */
2044 if (debug_level != MSG_EXCESSIVE &&
2045 debug_level != MSG_MSGDUMP &&
2046 debug_level != MSG_DEBUG &&
2047 debug_level != MSG_INFO &&
2048 debug_level != MSG_WARNING &&
2049 debug_level != MSG_ERROR)
2050 return -1;
2051
2052 old_level = wpa_debug_level;
2053 old_timestamp = wpa_debug_timestamp;
2054 old_show_keys = wpa_debug_show_keys;
2055
2056 wpa_debug_level = debug_level;
2057 wpa_debug_timestamp = debug_timestamp ? 1 : 0;
2058 wpa_debug_show_keys = debug_show_keys ? 1 : 0;
2059
2060 if (wpa_debug_level != old_level)
2061 wpas_notify_debug_level_changed(global);
2062 if (wpa_debug_timestamp != old_timestamp)
2063 wpas_notify_debug_timestamp_changed(global);
2064 if (wpa_debug_show_keys != old_show_keys)
2065 wpas_notify_debug_show_keys_changed(global);
2066
2067 return 0;
2068}
2069
2070
2071/**
2072 * wpa_supplicant_get_ssid - Get a pointer to the current network structure
2073 * @wpa_s: Pointer to wpa_supplicant data
2074 * Returns: A pointer to the current network structure or %NULL on failure
2075 */
2076struct wpa_ssid * wpa_supplicant_get_ssid(struct wpa_supplicant *wpa_s)
2077{
2078 struct wpa_ssid *entry;
2079 u8 ssid[MAX_SSID_LEN];
2080 int res;
2081 size_t ssid_len;
2082 u8 bssid[ETH_ALEN];
2083 int wired;
2084
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002085 res = wpa_drv_get_ssid(wpa_s, ssid);
2086 if (res < 0) {
2087 wpa_msg(wpa_s, MSG_WARNING, "Could not read SSID from "
2088 "driver");
2089 return NULL;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002090 }
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002091 ssid_len = res;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002092
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002093 if (wpa_drv_get_bssid(wpa_s, bssid) < 0) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002094 wpa_msg(wpa_s, MSG_WARNING, "Could not read BSSID from "
2095 "driver");
2096 return NULL;
2097 }
2098
2099 wired = wpa_s->conf->ap_scan == 0 &&
2100 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED);
2101
2102 entry = wpa_s->conf->ssid;
2103 while (entry) {
Dmitry Shmidt04949592012-07-19 12:16:46 -07002104 if (!wpas_network_disabled(wpa_s, entry) &&
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002105 ((ssid_len == entry->ssid_len &&
2106 os_memcmp(ssid, entry->ssid, ssid_len) == 0) || wired) &&
2107 (!entry->bssid_set ||
2108 os_memcmp(bssid, entry->bssid, ETH_ALEN) == 0))
2109 return entry;
2110#ifdef CONFIG_WPS
Dmitry Shmidt04949592012-07-19 12:16:46 -07002111 if (!wpas_network_disabled(wpa_s, entry) &&
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002112 (entry->key_mgmt & WPA_KEY_MGMT_WPS) &&
2113 (entry->ssid == NULL || entry->ssid_len == 0) &&
2114 (!entry->bssid_set ||
2115 os_memcmp(bssid, entry->bssid, ETH_ALEN) == 0))
2116 return entry;
2117#endif /* CONFIG_WPS */
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002118
Dmitry Shmidt04949592012-07-19 12:16:46 -07002119 if (!wpas_network_disabled(wpa_s, entry) && entry->bssid_set &&
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002120 entry->ssid_len == 0 &&
2121 os_memcmp(bssid, entry->bssid, ETH_ALEN) == 0)
2122 return entry;
2123
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002124 entry = entry->next;
2125 }
2126
2127 return NULL;
2128}
2129
2130
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002131static int select_driver(struct wpa_supplicant *wpa_s, int i)
2132{
2133 struct wpa_global *global = wpa_s->global;
2134
2135 if (wpa_drivers[i]->global_init && global->drv_priv[i] == NULL) {
2136 global->drv_priv[i] = wpa_drivers[i]->global_init();
2137 if (global->drv_priv[i] == NULL) {
2138 wpa_printf(MSG_ERROR, "Failed to initialize driver "
2139 "'%s'", wpa_drivers[i]->name);
2140 return -1;
2141 }
2142 }
2143
2144 wpa_s->driver = wpa_drivers[i];
2145 wpa_s->global_drv_priv = global->drv_priv[i];
2146
2147 return 0;
2148}
2149
2150
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002151static int wpa_supplicant_set_driver(struct wpa_supplicant *wpa_s,
2152 const char *name)
2153{
2154 int i;
2155 size_t len;
2156 const char *pos, *driver = name;
2157
2158 if (wpa_s == NULL)
2159 return -1;
2160
2161 if (wpa_drivers[0] == NULL) {
2162 wpa_msg(wpa_s, MSG_ERROR, "No driver interfaces build into "
2163 "wpa_supplicant");
2164 return -1;
2165 }
2166
2167 if (name == NULL) {
2168 /* default to first driver in the list */
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002169 return select_driver(wpa_s, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002170 }
2171
2172 do {
2173 pos = os_strchr(driver, ',');
2174 if (pos)
2175 len = pos - driver;
2176 else
2177 len = os_strlen(driver);
2178
2179 for (i = 0; wpa_drivers[i]; i++) {
2180 if (os_strlen(wpa_drivers[i]->name) == len &&
2181 os_strncmp(driver, wpa_drivers[i]->name, len) ==
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002182 0) {
2183 /* First driver that succeeds wins */
2184 if (select_driver(wpa_s, i) == 0)
2185 return 0;
2186 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002187 }
2188
2189 driver = pos + 1;
2190 } while (pos);
2191
2192 wpa_msg(wpa_s, MSG_ERROR, "Unsupported driver '%s'", name);
2193 return -1;
2194}
2195
2196
2197/**
2198 * wpa_supplicant_rx_eapol - Deliver a received EAPOL frame to wpa_supplicant
2199 * @ctx: Context pointer (wpa_s); this is the ctx variable registered
2200 * with struct wpa_driver_ops::init()
2201 * @src_addr: Source address of the EAPOL frame
2202 * @buf: EAPOL data starting from the EAPOL header (i.e., no Ethernet header)
2203 * @len: Length of the EAPOL data
2204 *
2205 * This function is called for each received EAPOL frame. Most driver
2206 * interfaces rely on more generic OS mechanism for receiving frames through
2207 * l2_packet, but if such a mechanism is not available, the driver wrapper may
2208 * take care of received EAPOL frames and deliver them to the core supplicant
2209 * code by calling this function.
2210 */
2211void wpa_supplicant_rx_eapol(void *ctx, const u8 *src_addr,
2212 const u8 *buf, size_t len)
2213{
2214 struct wpa_supplicant *wpa_s = ctx;
2215
2216 wpa_dbg(wpa_s, MSG_DEBUG, "RX EAPOL from " MACSTR, MAC2STR(src_addr));
2217 wpa_hexdump(MSG_MSGDUMP, "RX EAPOL", buf, len);
2218
Jouni Malinena05074c2012-12-21 21:35:35 +02002219 if (wpa_s->wpa_state < WPA_ASSOCIATED ||
2220 (wpa_s->last_eapol_matches_bssid &&
2221#ifdef CONFIG_AP
2222 !wpa_s->ap_iface &&
2223#endif /* CONFIG_AP */
2224 os_memcmp(src_addr, wpa_s->bssid, ETH_ALEN) != 0)) {
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002225 /*
2226 * There is possible race condition between receiving the
2227 * association event and the EAPOL frame since they are coming
2228 * through different paths from the driver. In order to avoid
2229 * issues in trying to process the EAPOL frame before receiving
2230 * association information, lets queue it for processing until
Jouni Malinena05074c2012-12-21 21:35:35 +02002231 * the association event is received. This may also be needed in
2232 * driver-based roaming case, so also use src_addr != BSSID as a
2233 * trigger if we have previously confirmed that the
2234 * Authenticator uses BSSID as the src_addr (which is not the
2235 * case with wired IEEE 802.1X).
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002236 */
2237 wpa_dbg(wpa_s, MSG_DEBUG, "Not associated - Delay processing "
Jouni Malinena05074c2012-12-21 21:35:35 +02002238 "of received EAPOL frame (state=%s bssid=" MACSTR ")",
2239 wpa_supplicant_state_txt(wpa_s->wpa_state),
2240 MAC2STR(wpa_s->bssid));
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002241 wpabuf_free(wpa_s->pending_eapol_rx);
2242 wpa_s->pending_eapol_rx = wpabuf_alloc_copy(buf, len);
2243 if (wpa_s->pending_eapol_rx) {
2244 os_get_time(&wpa_s->pending_eapol_rx_time);
2245 os_memcpy(wpa_s->pending_eapol_rx_src, src_addr,
2246 ETH_ALEN);
2247 }
2248 return;
2249 }
2250
Jouni Malinena05074c2012-12-21 21:35:35 +02002251 wpa_s->last_eapol_matches_bssid =
2252 os_memcmp(src_addr, wpa_s->bssid, ETH_ALEN) == 0;
2253
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002254#ifdef CONFIG_AP
2255 if (wpa_s->ap_iface) {
2256 wpa_supplicant_ap_rx_eapol(wpa_s, src_addr, buf, len);
2257 return;
2258 }
2259#endif /* CONFIG_AP */
2260
2261 if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE) {
2262 wpa_dbg(wpa_s, MSG_DEBUG, "Ignored received EAPOL frame since "
2263 "no key management is configured");
2264 return;
2265 }
2266
2267 if (wpa_s->eapol_received == 0 &&
2268 (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE) ||
2269 !wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt) ||
2270 wpa_s->wpa_state != WPA_COMPLETED) &&
2271 (wpa_s->current_ssid == NULL ||
2272 wpa_s->current_ssid->mode != IEEE80211_MODE_IBSS)) {
2273 /* Timeout for completing IEEE 802.1X and WPA authentication */
2274 wpa_supplicant_req_auth_timeout(
2275 wpa_s,
2276 (wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt) ||
2277 wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA ||
2278 wpa_s->key_mgmt == WPA_KEY_MGMT_WPS) ?
2279 70 : 10, 0);
2280 }
2281 wpa_s->eapol_received++;
2282
2283 if (wpa_s->countermeasures) {
2284 wpa_msg(wpa_s, MSG_INFO, "WPA: Countermeasures - dropped "
2285 "EAPOL packet");
2286 return;
2287 }
2288
2289#ifdef CONFIG_IBSS_RSN
2290 if (wpa_s->current_ssid &&
2291 wpa_s->current_ssid->mode == WPAS_MODE_IBSS) {
2292 ibss_rsn_rx_eapol(wpa_s->ibss_rsn, src_addr, buf, len);
2293 return;
2294 }
2295#endif /* CONFIG_IBSS_RSN */
2296
2297 /* Source address of the incoming EAPOL frame could be compared to the
2298 * current BSSID. However, it is possible that a centralized
2299 * Authenticator could be using another MAC address than the BSSID of
2300 * an AP, so just allow any address to be used for now. The replies are
2301 * still sent to the current BSSID (if available), though. */
2302
2303 os_memcpy(wpa_s->last_eapol_src, src_addr, ETH_ALEN);
2304 if (!wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt) &&
2305 eapol_sm_rx_eapol(wpa_s->eapol, src_addr, buf, len) > 0)
2306 return;
2307 wpa_drv_poll(wpa_s);
2308 if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE))
2309 wpa_sm_rx_eapol(wpa_s->wpa, src_addr, buf, len);
2310 else if (wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt)) {
2311 /*
2312 * Set portValid = TRUE here since we are going to skip 4-way
2313 * handshake processing which would normally set portValid. We
2314 * need this to allow the EAPOL state machines to be completed
2315 * without going through EAPOL-Key handshake.
2316 */
2317 eapol_sm_notify_portValid(wpa_s->eapol, TRUE);
2318 }
2319}
2320
2321
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002322int wpa_supplicant_update_mac_addr(struct wpa_supplicant *wpa_s)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002323{
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002324 if (wpa_s->driver->send_eapol) {
2325 const u8 *addr = wpa_drv_get_mac_addr(wpa_s);
2326 if (addr)
2327 os_memcpy(wpa_s->own_addr, addr, ETH_ALEN);
2328 } else if (!(wpa_s->drv_flags &
2329 WPA_DRIVER_FLAGS_P2P_DEDICATED_INTERFACE)) {
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002330 l2_packet_deinit(wpa_s->l2);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002331 wpa_s->l2 = l2_packet_init(wpa_s->ifname,
2332 wpa_drv_get_mac_addr(wpa_s),
2333 ETH_P_EAPOL,
2334 wpa_supplicant_rx_eapol, wpa_s, 0);
2335 if (wpa_s->l2 == NULL)
2336 return -1;
2337 } else {
2338 const u8 *addr = wpa_drv_get_mac_addr(wpa_s);
2339 if (addr)
2340 os_memcpy(wpa_s->own_addr, addr, ETH_ALEN);
2341 }
2342
2343 if (wpa_s->l2 && l2_packet_get_own_addr(wpa_s->l2, wpa_s->own_addr)) {
2344 wpa_msg(wpa_s, MSG_ERROR, "Failed to get own L2 address");
2345 return -1;
2346 }
2347
2348 wpa_dbg(wpa_s, MSG_DEBUG, "Own MAC address: " MACSTR,
2349 MAC2STR(wpa_s->own_addr));
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002350 wpa_sm_set_own_addr(wpa_s->wpa, wpa_s->own_addr);
2351
2352 return 0;
2353}
2354
2355
Dmitry Shmidt04949592012-07-19 12:16:46 -07002356static void wpa_supplicant_rx_eapol_bridge(void *ctx, const u8 *src_addr,
2357 const u8 *buf, size_t len)
2358{
2359 struct wpa_supplicant *wpa_s = ctx;
2360 const struct l2_ethhdr *eth;
2361
2362 if (len < sizeof(*eth))
2363 return;
2364 eth = (const struct l2_ethhdr *) buf;
2365
2366 if (os_memcmp(eth->h_dest, wpa_s->own_addr, ETH_ALEN) != 0 &&
2367 !(eth->h_dest[0] & 0x01)) {
2368 wpa_dbg(wpa_s, MSG_DEBUG, "RX EAPOL from " MACSTR " to " MACSTR
2369 " (bridge - not for this interface - ignore)",
2370 MAC2STR(src_addr), MAC2STR(eth->h_dest));
2371 return;
2372 }
2373
2374 wpa_dbg(wpa_s, MSG_DEBUG, "RX EAPOL from " MACSTR " to " MACSTR
2375 " (bridge)", MAC2STR(src_addr), MAC2STR(eth->h_dest));
2376 wpa_supplicant_rx_eapol(wpa_s, src_addr, buf + sizeof(*eth),
2377 len - sizeof(*eth));
2378}
2379
2380
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002381/**
2382 * wpa_supplicant_driver_init - Initialize driver interface parameters
2383 * @wpa_s: Pointer to wpa_supplicant data
2384 * Returns: 0 on success, -1 on failure
2385 *
2386 * This function is called to initialize driver interface parameters.
2387 * wpa_drv_init() must have been called before this function to initialize the
2388 * driver interface.
2389 */
2390int wpa_supplicant_driver_init(struct wpa_supplicant *wpa_s)
2391{
2392 static int interface_count = 0;
2393
2394 if (wpa_supplicant_update_mac_addr(wpa_s) < 0)
2395 return -1;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002396
2397 if (wpa_s->bridge_ifname[0]) {
2398 wpa_dbg(wpa_s, MSG_DEBUG, "Receiving packets from bridge "
2399 "interface '%s'", wpa_s->bridge_ifname);
2400 wpa_s->l2_br = l2_packet_init(wpa_s->bridge_ifname,
2401 wpa_s->own_addr,
2402 ETH_P_EAPOL,
Dmitry Shmidt04949592012-07-19 12:16:46 -07002403 wpa_supplicant_rx_eapol_bridge,
2404 wpa_s, 1);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002405 if (wpa_s->l2_br == NULL) {
2406 wpa_msg(wpa_s, MSG_ERROR, "Failed to open l2_packet "
2407 "connection for the bridge interface '%s'",
2408 wpa_s->bridge_ifname);
2409 return -1;
2410 }
2411 }
2412
2413 wpa_clear_keys(wpa_s, NULL);
2414
2415 /* Make sure that TKIP countermeasures are not left enabled (could
2416 * happen if wpa_supplicant is killed during countermeasures. */
2417 wpa_drv_set_countermeasures(wpa_s, 0);
2418
2419 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: flushing PMKID list in the driver");
2420 wpa_drv_flush_pmkid(wpa_s);
2421
2422 wpa_s->prev_scan_ssid = WILDCARD_SSID_SCAN;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002423 wpa_s->prev_scan_wildcard = 0;
2424
Dmitry Shmidt04949592012-07-19 12:16:46 -07002425 if (wpa_supplicant_enabled_networks(wpa_s)) {
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002426 if (wpa_supplicant_delayed_sched_scan(wpa_s, interface_count,
2427 100000))
2428 wpa_supplicant_req_scan(wpa_s, interface_count,
2429 100000);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002430 interface_count++;
2431 } else
2432 wpa_supplicant_set_state(wpa_s, WPA_INACTIVE);
2433
2434 return 0;
2435}
2436
2437
2438static int wpa_supplicant_daemon(const char *pid_file)
2439{
2440 wpa_printf(MSG_DEBUG, "Daemonize..");
2441 return os_daemonize(pid_file);
2442}
2443
2444
2445static struct wpa_supplicant * wpa_supplicant_alloc(void)
2446{
2447 struct wpa_supplicant *wpa_s;
2448
2449 wpa_s = os_zalloc(sizeof(*wpa_s));
2450 if (wpa_s == NULL)
2451 return NULL;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08002452 wpa_s->scan_req = INITIAL_SCAN_REQ;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002453 wpa_s->scan_interval = 5;
2454 wpa_s->new_connection = 1;
2455 wpa_s->parent = wpa_s;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002456 wpa_s->sched_scanning = 0;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002457
2458 return wpa_s;
2459}
2460
2461
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08002462#ifdef CONFIG_HT_OVERRIDES
2463
2464static int wpa_set_htcap_mcs(struct wpa_supplicant *wpa_s,
2465 struct ieee80211_ht_capabilities *htcaps,
2466 struct ieee80211_ht_capabilities *htcaps_mask,
2467 const char *ht_mcs)
2468{
2469 /* parse ht_mcs into hex array */
2470 int i;
2471 const char *tmp = ht_mcs;
2472 char *end = NULL;
2473
2474 /* If ht_mcs is null, do not set anything */
2475 if (!ht_mcs)
2476 return 0;
2477
2478 /* This is what we are setting in the kernel */
2479 os_memset(&htcaps->supported_mcs_set, 0, IEEE80211_HT_MCS_MASK_LEN);
2480
2481 wpa_msg(wpa_s, MSG_DEBUG, "set_htcap, ht_mcs -:%s:-", ht_mcs);
2482
2483 for (i = 0; i < IEEE80211_HT_MCS_MASK_LEN; i++) {
2484 errno = 0;
2485 long v = strtol(tmp, &end, 16);
2486 if (errno == 0) {
2487 wpa_msg(wpa_s, MSG_DEBUG,
2488 "htcap value[%i]: %ld end: %p tmp: %p",
2489 i, v, end, tmp);
2490 if (end == tmp)
2491 break;
2492
2493 htcaps->supported_mcs_set[i] = v;
2494 tmp = end;
2495 } else {
2496 wpa_msg(wpa_s, MSG_ERROR,
2497 "Failed to parse ht-mcs: %s, error: %s\n",
2498 ht_mcs, strerror(errno));
2499 return -1;
2500 }
2501 }
2502
2503 /*
2504 * If we were able to parse any values, then set mask for the MCS set.
2505 */
2506 if (i) {
2507 os_memset(&htcaps_mask->supported_mcs_set, 0xff,
2508 IEEE80211_HT_MCS_MASK_LEN - 1);
2509 /* skip the 3 reserved bits */
2510 htcaps_mask->supported_mcs_set[IEEE80211_HT_MCS_MASK_LEN - 1] =
2511 0x1f;
2512 }
2513
2514 return 0;
2515}
2516
2517
2518static int wpa_disable_max_amsdu(struct wpa_supplicant *wpa_s,
2519 struct ieee80211_ht_capabilities *htcaps,
2520 struct ieee80211_ht_capabilities *htcaps_mask,
2521 int disabled)
2522{
2523 u16 msk;
2524
2525 wpa_msg(wpa_s, MSG_DEBUG, "set_disable_max_amsdu: %d", disabled);
2526
2527 if (disabled == -1)
2528 return 0;
2529
2530 msk = host_to_le16(HT_CAP_INFO_MAX_AMSDU_SIZE);
2531 htcaps_mask->ht_capabilities_info |= msk;
2532 if (disabled)
2533 htcaps->ht_capabilities_info &= msk;
2534 else
2535 htcaps->ht_capabilities_info |= msk;
2536
2537 return 0;
2538}
2539
2540
2541static int wpa_set_ampdu_factor(struct wpa_supplicant *wpa_s,
2542 struct ieee80211_ht_capabilities *htcaps,
2543 struct ieee80211_ht_capabilities *htcaps_mask,
2544 int factor)
2545{
2546 wpa_msg(wpa_s, MSG_DEBUG, "set_ampdu_factor: %d", factor);
2547
2548 if (factor == -1)
2549 return 0;
2550
2551 if (factor < 0 || factor > 3) {
2552 wpa_msg(wpa_s, MSG_ERROR, "ampdu_factor: %d out of range. "
2553 "Must be 0-3 or -1", factor);
2554 return -EINVAL;
2555 }
2556
2557 htcaps_mask->a_mpdu_params |= 0x3; /* 2 bits for factor */
2558 htcaps->a_mpdu_params &= ~0x3;
2559 htcaps->a_mpdu_params |= factor & 0x3;
2560
2561 return 0;
2562}
2563
2564
2565static int wpa_set_ampdu_density(struct wpa_supplicant *wpa_s,
2566 struct ieee80211_ht_capabilities *htcaps,
2567 struct ieee80211_ht_capabilities *htcaps_mask,
2568 int density)
2569{
2570 wpa_msg(wpa_s, MSG_DEBUG, "set_ampdu_density: %d", density);
2571
2572 if (density == -1)
2573 return 0;
2574
2575 if (density < 0 || density > 7) {
2576 wpa_msg(wpa_s, MSG_ERROR,
2577 "ampdu_density: %d out of range. Must be 0-7 or -1.",
2578 density);
2579 return -EINVAL;
2580 }
2581
2582 htcaps_mask->a_mpdu_params |= 0x1C;
2583 htcaps->a_mpdu_params &= ~(0x1C);
2584 htcaps->a_mpdu_params |= (density << 2) & 0x1C;
2585
2586 return 0;
2587}
2588
2589
2590static int wpa_set_disable_ht40(struct wpa_supplicant *wpa_s,
2591 struct ieee80211_ht_capabilities *htcaps,
2592 struct ieee80211_ht_capabilities *htcaps_mask,
2593 int disabled)
2594{
2595 /* Masking these out disables HT40 */
2596 u16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET |
2597 HT_CAP_INFO_SHORT_GI40MHZ);
2598
2599 wpa_msg(wpa_s, MSG_DEBUG, "set_disable_ht40: %d", disabled);
2600
2601 if (disabled)
2602 htcaps->ht_capabilities_info &= ~msk;
2603 else
2604 htcaps->ht_capabilities_info |= msk;
2605
2606 htcaps_mask->ht_capabilities_info |= msk;
2607
2608 return 0;
2609}
2610
2611
2612void wpa_supplicant_apply_ht_overrides(
2613 struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
2614 struct wpa_driver_associate_params *params)
2615{
2616 struct ieee80211_ht_capabilities *htcaps;
2617 struct ieee80211_ht_capabilities *htcaps_mask;
2618
2619 if (!ssid)
2620 return;
2621
2622 params->disable_ht = ssid->disable_ht;
2623 if (!params->htcaps || !params->htcaps_mask)
2624 return;
2625
2626 htcaps = (struct ieee80211_ht_capabilities *) params->htcaps;
2627 htcaps_mask = (struct ieee80211_ht_capabilities *) params->htcaps_mask;
2628 wpa_set_htcap_mcs(wpa_s, htcaps, htcaps_mask, ssid->ht_mcs);
2629 wpa_disable_max_amsdu(wpa_s, htcaps, htcaps_mask,
2630 ssid->disable_max_amsdu);
2631 wpa_set_ampdu_factor(wpa_s, htcaps, htcaps_mask, ssid->ampdu_factor);
2632 wpa_set_ampdu_density(wpa_s, htcaps, htcaps_mask, ssid->ampdu_density);
2633 wpa_set_disable_ht40(wpa_s, htcaps, htcaps_mask, ssid->disable_ht40);
2634}
2635
2636#endif /* CONFIG_HT_OVERRIDES */
2637
2638
Dmitry Shmidt04949592012-07-19 12:16:46 -07002639static int pcsc_reader_init(struct wpa_supplicant *wpa_s)
2640{
2641#ifdef PCSC_FUNCS
2642 size_t len;
2643
2644 if (!wpa_s->conf->pcsc_reader)
2645 return 0;
2646
2647 wpa_s->scard = scard_init(SCARD_TRY_BOTH, wpa_s->conf->pcsc_reader);
2648 if (!wpa_s->scard)
2649 return 1;
2650
2651 if (wpa_s->conf->pcsc_pin &&
2652 scard_set_pin(wpa_s->scard, wpa_s->conf->pcsc_pin) < 0) {
2653 scard_deinit(wpa_s->scard);
2654 wpa_s->scard = NULL;
2655 wpa_msg(wpa_s, MSG_ERROR, "PC/SC PIN validation failed");
2656 return -1;
2657 }
2658
2659 len = sizeof(wpa_s->imsi) - 1;
2660 if (scard_get_imsi(wpa_s->scard, wpa_s->imsi, &len)) {
2661 scard_deinit(wpa_s->scard);
2662 wpa_s->scard = NULL;
2663 wpa_msg(wpa_s, MSG_ERROR, "Could not read IMSI");
2664 return -1;
2665 }
2666 wpa_s->imsi[len] = '\0';
2667
2668 wpa_s->mnc_len = scard_get_mnc_len(wpa_s->scard);
2669
2670 wpa_printf(MSG_DEBUG, "SCARD: IMSI %s (MNC length %d)",
2671 wpa_s->imsi, wpa_s->mnc_len);
2672
2673 wpa_sm_set_scard_ctx(wpa_s->wpa, wpa_s->scard);
2674 eapol_sm_register_scard_ctx(wpa_s->eapol, wpa_s->scard);
2675#endif /* PCSC_FUNCS */
2676
2677 return 0;
2678}
2679
2680
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07002681int wpas_init_ext_pw(struct wpa_supplicant *wpa_s)
2682{
2683 char *val, *pos;
2684
2685 ext_password_deinit(wpa_s->ext_pw);
2686 wpa_s->ext_pw = NULL;
2687 eapol_sm_set_ext_pw_ctx(wpa_s->eapol, NULL);
2688
2689 if (!wpa_s->conf->ext_password_backend)
2690 return 0;
2691
2692 val = os_strdup(wpa_s->conf->ext_password_backend);
2693 if (val == NULL)
2694 return -1;
2695 pos = os_strchr(val, ':');
2696 if (pos)
2697 *pos++ = '\0';
2698
2699 wpa_printf(MSG_DEBUG, "EXT PW: Initialize backend '%s'", val);
2700
2701 wpa_s->ext_pw = ext_password_init(val, pos);
2702 os_free(val);
2703 if (wpa_s->ext_pw == NULL) {
2704 wpa_printf(MSG_DEBUG, "EXT PW: Failed to initialize backend");
2705 return -1;
2706 }
2707 eapol_sm_set_ext_pw_ctx(wpa_s->eapol, wpa_s->ext_pw);
2708
2709 return 0;
2710}
2711
2712
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002713static int wpa_supplicant_init_iface(struct wpa_supplicant *wpa_s,
2714 struct wpa_interface *iface)
2715{
2716 const char *ifname, *driver;
2717 struct wpa_driver_capa capa;
2718
2719 wpa_printf(MSG_DEBUG, "Initializing interface '%s' conf '%s' driver "
2720 "'%s' ctrl_interface '%s' bridge '%s'", iface->ifname,
2721 iface->confname ? iface->confname : "N/A",
2722 iface->driver ? iface->driver : "default",
2723 iface->ctrl_interface ? iface->ctrl_interface : "N/A",
2724 iface->bridge_ifname ? iface->bridge_ifname : "N/A");
2725
2726 if (iface->confname) {
2727#ifdef CONFIG_BACKEND_FILE
2728 wpa_s->confname = os_rel2abs_path(iface->confname);
2729 if (wpa_s->confname == NULL) {
2730 wpa_printf(MSG_ERROR, "Failed to get absolute path "
2731 "for configuration file '%s'.",
2732 iface->confname);
2733 return -1;
2734 }
2735 wpa_printf(MSG_DEBUG, "Configuration file '%s' -> '%s'",
2736 iface->confname, wpa_s->confname);
2737#else /* CONFIG_BACKEND_FILE */
2738 wpa_s->confname = os_strdup(iface->confname);
2739#endif /* CONFIG_BACKEND_FILE */
2740 wpa_s->conf = wpa_config_read(wpa_s->confname);
2741 if (wpa_s->conf == NULL) {
2742 wpa_printf(MSG_ERROR, "Failed to read or parse "
2743 "configuration '%s'.", wpa_s->confname);
2744 return -1;
2745 }
2746
2747 /*
2748 * Override ctrl_interface and driver_param if set on command
2749 * line.
2750 */
2751 if (iface->ctrl_interface) {
2752 os_free(wpa_s->conf->ctrl_interface);
2753 wpa_s->conf->ctrl_interface =
2754 os_strdup(iface->ctrl_interface);
2755 }
2756
2757 if (iface->driver_param) {
2758 os_free(wpa_s->conf->driver_param);
2759 wpa_s->conf->driver_param =
2760 os_strdup(iface->driver_param);
2761 }
2762 } else
2763 wpa_s->conf = wpa_config_alloc_empty(iface->ctrl_interface,
2764 iface->driver_param);
2765
2766 if (wpa_s->conf == NULL) {
2767 wpa_printf(MSG_ERROR, "\nNo configuration found.");
2768 return -1;
2769 }
2770
2771 if (iface->ifname == NULL) {
2772 wpa_printf(MSG_ERROR, "\nInterface name is required.");
2773 return -1;
2774 }
2775 if (os_strlen(iface->ifname) >= sizeof(wpa_s->ifname)) {
2776 wpa_printf(MSG_ERROR, "\nToo long interface name '%s'.",
2777 iface->ifname);
2778 return -1;
2779 }
2780 os_strlcpy(wpa_s->ifname, iface->ifname, sizeof(wpa_s->ifname));
2781
2782 if (iface->bridge_ifname) {
2783 if (os_strlen(iface->bridge_ifname) >=
2784 sizeof(wpa_s->bridge_ifname)) {
2785 wpa_printf(MSG_ERROR, "\nToo long bridge interface "
2786 "name '%s'.", iface->bridge_ifname);
2787 return -1;
2788 }
2789 os_strlcpy(wpa_s->bridge_ifname, iface->bridge_ifname,
2790 sizeof(wpa_s->bridge_ifname));
2791 }
2792
2793 /* RSNA Supplicant Key Management - INITIALIZE */
2794 eapol_sm_notify_portEnabled(wpa_s->eapol, FALSE);
2795 eapol_sm_notify_portValid(wpa_s->eapol, FALSE);
2796
2797 /* Initialize driver interface and register driver event handler before
2798 * L2 receive handler so that association events are processed before
2799 * EAPOL-Key packets if both become available for the same select()
2800 * call. */
2801 driver = iface->driver;
2802next_driver:
2803 if (wpa_supplicant_set_driver(wpa_s, driver) < 0)
2804 return -1;
2805
2806 wpa_s->drv_priv = wpa_drv_init(wpa_s, wpa_s->ifname);
2807 if (wpa_s->drv_priv == NULL) {
2808 const char *pos;
2809 pos = driver ? os_strchr(driver, ',') : NULL;
2810 if (pos) {
2811 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to initialize "
2812 "driver interface - try next driver wrapper");
2813 driver = pos + 1;
2814 goto next_driver;
2815 }
2816 wpa_msg(wpa_s, MSG_ERROR, "Failed to initialize driver "
2817 "interface");
2818 return -1;
2819 }
2820 if (wpa_drv_set_param(wpa_s, wpa_s->conf->driver_param) < 0) {
2821 wpa_msg(wpa_s, MSG_ERROR, "Driver interface rejected "
2822 "driver_param '%s'", wpa_s->conf->driver_param);
2823 return -1;
2824 }
2825
2826 ifname = wpa_drv_get_ifname(wpa_s);
2827 if (ifname && os_strcmp(ifname, wpa_s->ifname) != 0) {
2828 wpa_dbg(wpa_s, MSG_DEBUG, "Driver interface replaced "
2829 "interface name with '%s'", ifname);
2830 os_strlcpy(wpa_s->ifname, ifname, sizeof(wpa_s->ifname));
2831 }
2832
2833 if (wpa_supplicant_init_wpa(wpa_s) < 0)
2834 return -1;
2835
2836 wpa_sm_set_ifname(wpa_s->wpa, wpa_s->ifname,
2837 wpa_s->bridge_ifname[0] ? wpa_s->bridge_ifname :
2838 NULL);
2839 wpa_sm_set_fast_reauth(wpa_s->wpa, wpa_s->conf->fast_reauth);
2840
2841 if (wpa_s->conf->dot11RSNAConfigPMKLifetime &&
2842 wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_LIFETIME,
2843 wpa_s->conf->dot11RSNAConfigPMKLifetime)) {
2844 wpa_msg(wpa_s, MSG_ERROR, "Invalid WPA parameter value for "
2845 "dot11RSNAConfigPMKLifetime");
2846 return -1;
2847 }
2848
2849 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold &&
2850 wpa_sm_set_param(wpa_s->wpa, RSNA_PMK_REAUTH_THRESHOLD,
2851 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) {
2852 wpa_msg(wpa_s, MSG_ERROR, "Invalid WPA parameter value for "
2853 "dot11RSNAConfigPMKReauthThreshold");
2854 return -1;
2855 }
2856
2857 if (wpa_s->conf->dot11RSNAConfigSATimeout &&
2858 wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT,
2859 wpa_s->conf->dot11RSNAConfigSATimeout)) {
2860 wpa_msg(wpa_s, MSG_ERROR, "Invalid WPA parameter value for "
2861 "dot11RSNAConfigSATimeout");
2862 return -1;
2863 }
2864
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002865 wpa_s->hw.modes = wpa_drv_get_hw_feature_data(wpa_s,
2866 &wpa_s->hw.num_modes,
2867 &wpa_s->hw.flags);
2868
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002869 if (wpa_drv_get_capa(wpa_s, &capa) == 0) {
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002870 wpa_s->drv_capa_known = 1;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002871 wpa_s->drv_flags = capa.flags;
Dmitry Shmidt04949592012-07-19 12:16:46 -07002872 wpa_s->drv_enc = capa.enc;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002873 wpa_s->probe_resp_offloads = capa.probe_resp_offloads;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002874 wpa_s->max_scan_ssids = capa.max_scan_ssids;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002875 wpa_s->max_sched_scan_ssids = capa.max_sched_scan_ssids;
2876 wpa_s->sched_scan_supported = capa.sched_scan_supported;
2877 wpa_s->max_match_sets = capa.max_match_sets;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002878 wpa_s->max_remain_on_chan = capa.max_remain_on_chan;
2879 wpa_s->max_stations = capa.max_stations;
2880 }
2881 if (wpa_s->max_remain_on_chan == 0)
2882 wpa_s->max_remain_on_chan = 1000;
2883
2884 if (wpa_supplicant_driver_init(wpa_s) < 0)
2885 return -1;
2886
2887#ifdef CONFIG_TDLS
2888 if (wpa_tdls_init(wpa_s->wpa))
2889 return -1;
2890#endif /* CONFIG_TDLS */
2891
2892 if (wpa_s->conf->country[0] && wpa_s->conf->country[1] &&
2893 wpa_drv_set_country(wpa_s, wpa_s->conf->country)) {
2894 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to set country");
2895 return -1;
2896 }
2897
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002898 if (wpas_wps_init(wpa_s))
2899 return -1;
2900
2901 if (wpa_supplicant_init_eapol(wpa_s) < 0)
2902 return -1;
2903 wpa_sm_set_eapol(wpa_s->wpa, wpa_s->eapol);
2904
2905 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s);
2906 if (wpa_s->ctrl_iface == NULL) {
2907 wpa_printf(MSG_ERROR,
2908 "Failed to initialize control interface '%s'.\n"
2909 "You may have another wpa_supplicant process "
2910 "already running or the file was\n"
2911 "left by an unclean termination of wpa_supplicant "
2912 "in which case you will need\n"
2913 "to manually remove this file before starting "
2914 "wpa_supplicant again.\n",
2915 wpa_s->conf->ctrl_interface);
2916 return -1;
2917 }
2918
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08002919 wpa_s->gas = gas_query_init(wpa_s);
2920 if (wpa_s->gas == NULL) {
2921 wpa_printf(MSG_ERROR, "Failed to initialize GAS query");
2922 return -1;
2923 }
2924
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002925#ifdef CONFIG_P2P
2926 if (wpas_p2p_init(wpa_s->global, wpa_s) < 0) {
2927 wpa_msg(wpa_s, MSG_ERROR, "Failed to init P2P");
2928 return -1;
2929 }
2930#endif /* CONFIG_P2P */
2931
2932 if (wpa_bss_init(wpa_s) < 0)
2933 return -1;
2934
Dmitry Shmidt04949592012-07-19 12:16:46 -07002935 if (pcsc_reader_init(wpa_s) < 0)
2936 return -1;
2937
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07002938 if (wpas_init_ext_pw(wpa_s) < 0)
2939 return -1;
2940
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002941 return 0;
2942}
2943
2944
2945static void wpa_supplicant_deinit_iface(struct wpa_supplicant *wpa_s,
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07002946 int notify, int terminate)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002947{
2948 if (wpa_s->drv_priv) {
2949 wpa_supplicant_deauthenticate(wpa_s,
2950 WLAN_REASON_DEAUTH_LEAVING);
2951
2952 wpa_drv_set_countermeasures(wpa_s, 0);
2953 wpa_clear_keys(wpa_s, NULL);
2954 }
2955
2956 wpa_supplicant_cleanup(wpa_s);
2957
Dmitry Shmidt04949592012-07-19 12:16:46 -07002958#ifdef CONFIG_P2P
2959 if (wpa_s == wpa_s->global->p2p_init_wpa_s && wpa_s->global->p2p) {
2960 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Disable P2P since removing "
2961 "the management interface is being removed");
2962 wpas_p2p_deinit_global(wpa_s->global);
2963 }
2964#endif /* CONFIG_P2P */
2965
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002966 if (wpa_s->drv_priv)
2967 wpa_drv_deinit(wpa_s);
Irfan Sheriff622b66d2011-08-03 09:11:49 -07002968
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07002969 if (notify)
2970 wpas_notify_iface_removed(wpa_s);
2971
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07002972 if (terminate)
2973 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_TERMINATING);
Irfan Sheriff622b66d2011-08-03 09:11:49 -07002974
2975 if (wpa_s->ctrl_iface) {
2976 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface);
2977 wpa_s->ctrl_iface = NULL;
2978 }
2979
2980 if (wpa_s->conf != NULL) {
Irfan Sheriff622b66d2011-08-03 09:11:49 -07002981 wpa_config_free(wpa_s->conf);
2982 wpa_s->conf = NULL;
2983 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07002984}
2985
2986
2987/**
2988 * wpa_supplicant_add_iface - Add a new network interface
2989 * @global: Pointer to global data from wpa_supplicant_init()
2990 * @iface: Interface configuration options
2991 * Returns: Pointer to the created interface or %NULL on failure
2992 *
2993 * This function is used to add new network interfaces for %wpa_supplicant.
2994 * This can be called before wpa_supplicant_run() to add interfaces before the
2995 * main event loop has been started. In addition, new interfaces can be added
2996 * dynamically while %wpa_supplicant is already running. This could happen,
2997 * e.g., when a hotplug network adapter is inserted.
2998 */
2999struct wpa_supplicant * wpa_supplicant_add_iface(struct wpa_global *global,
3000 struct wpa_interface *iface)
3001{
3002 struct wpa_supplicant *wpa_s;
3003 struct wpa_interface t_iface;
3004 struct wpa_ssid *ssid;
3005
3006 if (global == NULL || iface == NULL)
3007 return NULL;
3008
3009 wpa_s = wpa_supplicant_alloc();
3010 if (wpa_s == NULL)
3011 return NULL;
3012
3013 wpa_s->global = global;
3014
3015 t_iface = *iface;
3016 if (global->params.override_driver) {
3017 wpa_printf(MSG_DEBUG, "Override interface parameter: driver "
3018 "('%s' -> '%s')",
3019 iface->driver, global->params.override_driver);
3020 t_iface.driver = global->params.override_driver;
3021 }
3022 if (global->params.override_ctrl_interface) {
3023 wpa_printf(MSG_DEBUG, "Override interface parameter: "
3024 "ctrl_interface ('%s' -> '%s')",
3025 iface->ctrl_interface,
3026 global->params.override_ctrl_interface);
3027 t_iface.ctrl_interface =
3028 global->params.override_ctrl_interface;
3029 }
3030 if (wpa_supplicant_init_iface(wpa_s, &t_iface)) {
3031 wpa_printf(MSG_DEBUG, "Failed to add interface %s",
3032 iface->ifname);
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003033 wpa_supplicant_deinit_iface(wpa_s, 0, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003034 os_free(wpa_s);
3035 return NULL;
3036 }
3037
3038 /* Notify the control interfaces about new iface */
3039 if (wpas_notify_iface_added(wpa_s)) {
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003040 wpa_supplicant_deinit_iface(wpa_s, 1, 0);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003041 os_free(wpa_s);
3042 return NULL;
3043 }
3044
3045 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
3046 wpas_notify_network_added(wpa_s, ssid);
3047
3048 wpa_s->next = global->ifaces;
3049 global->ifaces = wpa_s;
3050
3051 wpa_dbg(wpa_s, MSG_DEBUG, "Added interface %s", wpa_s->ifname);
Dmitry Shmidt04949592012-07-19 12:16:46 -07003052 wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003053
3054 return wpa_s;
3055}
3056
3057
3058/**
3059 * wpa_supplicant_remove_iface - Remove a network interface
3060 * @global: Pointer to global data from wpa_supplicant_init()
3061 * @wpa_s: Pointer to the network interface to be removed
3062 * Returns: 0 if interface was removed, -1 if interface was not found
3063 *
3064 * This function can be used to dynamically remove network interfaces from
3065 * %wpa_supplicant, e.g., when a hotplug network adapter is ejected. In
3066 * addition, this function is used to remove all remaining interfaces when
3067 * %wpa_supplicant is terminated.
3068 */
3069int wpa_supplicant_remove_iface(struct wpa_global *global,
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003070 struct wpa_supplicant *wpa_s,
3071 int terminate)
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003072{
3073 struct wpa_supplicant *prev;
3074
3075 /* Remove interface from the global list of interfaces */
3076 prev = global->ifaces;
3077 if (prev == wpa_s) {
3078 global->ifaces = wpa_s->next;
3079 } else {
3080 while (prev && prev->next != wpa_s)
3081 prev = prev->next;
3082 if (prev == NULL)
3083 return -1;
3084 prev->next = wpa_s->next;
3085 }
3086
3087 wpa_dbg(wpa_s, MSG_DEBUG, "Removing interface %s", wpa_s->ifname);
3088
3089 if (global->p2p_group_formation == wpa_s)
3090 global->p2p_group_formation = NULL;
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003091 wpa_supplicant_deinit_iface(wpa_s, 1, terminate);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003092 os_free(wpa_s);
3093
3094 return 0;
3095}
3096
3097
3098/**
3099 * wpa_supplicant_get_eap_mode - Get the current EAP mode
3100 * @wpa_s: Pointer to the network interface
3101 * Returns: Pointer to the eap mode or the string "UNKNOWN" if not found
3102 */
3103const char * wpa_supplicant_get_eap_mode(struct wpa_supplicant *wpa_s)
3104{
3105 const char *eapol_method;
3106
3107 if (wpa_key_mgmt_wpa_ieee8021x(wpa_s->key_mgmt) == 0 &&
3108 wpa_s->key_mgmt != WPA_KEY_MGMT_IEEE8021X_NO_WPA) {
3109 return "NO-EAP";
3110 }
3111
3112 eapol_method = eapol_sm_get_method_name(wpa_s->eapol);
3113 if (eapol_method == NULL)
3114 return "UNKNOWN-EAP";
3115
3116 return eapol_method;
3117}
3118
3119
3120/**
3121 * wpa_supplicant_get_iface - Get a new network interface
3122 * @global: Pointer to global data from wpa_supplicant_init()
3123 * @ifname: Interface name
3124 * Returns: Pointer to the interface or %NULL if not found
3125 */
3126struct wpa_supplicant * wpa_supplicant_get_iface(struct wpa_global *global,
3127 const char *ifname)
3128{
3129 struct wpa_supplicant *wpa_s;
3130
3131 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
3132 if (os_strcmp(wpa_s->ifname, ifname) == 0)
3133 return wpa_s;
3134 }
3135 return NULL;
3136}
3137
3138
3139#ifndef CONFIG_NO_WPA_MSG
3140static const char * wpa_supplicant_msg_ifname_cb(void *ctx)
3141{
3142 struct wpa_supplicant *wpa_s = ctx;
3143 if (wpa_s == NULL)
3144 return NULL;
3145 return wpa_s->ifname;
3146}
3147#endif /* CONFIG_NO_WPA_MSG */
3148
3149
3150/**
3151 * wpa_supplicant_init - Initialize %wpa_supplicant
3152 * @params: Parameters for %wpa_supplicant
3153 * Returns: Pointer to global %wpa_supplicant data, or %NULL on failure
3154 *
3155 * This function is used to initialize %wpa_supplicant. After successful
3156 * initialization, the returned data pointer can be used to add and remove
3157 * network interfaces, and eventually, to deinitialize %wpa_supplicant.
3158 */
3159struct wpa_global * wpa_supplicant_init(struct wpa_params *params)
3160{
3161 struct wpa_global *global;
3162 int ret, i;
3163
3164 if (params == NULL)
3165 return NULL;
3166
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003167#ifdef CONFIG_DRIVER_NDIS
3168 {
3169 void driver_ndis_init_ops(void);
3170 driver_ndis_init_ops();
3171 }
3172#endif /* CONFIG_DRIVER_NDIS */
3173
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003174#ifndef CONFIG_NO_WPA_MSG
3175 wpa_msg_register_ifname_cb(wpa_supplicant_msg_ifname_cb);
3176#endif /* CONFIG_NO_WPA_MSG */
3177
3178 wpa_debug_open_file(params->wpa_debug_file_path);
3179 if (params->wpa_debug_syslog)
3180 wpa_debug_open_syslog();
Dmitry Shmidt04949592012-07-19 12:16:46 -07003181 if (params->wpa_debug_tracing) {
3182 ret = wpa_debug_open_linux_tracing();
3183 if (ret) {
3184 wpa_printf(MSG_ERROR,
3185 "Failed to enable trace logging");
3186 return NULL;
3187 }
3188 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003189
3190 ret = eap_register_methods();
3191 if (ret) {
3192 wpa_printf(MSG_ERROR, "Failed to register EAP methods");
3193 if (ret == -2)
3194 wpa_printf(MSG_ERROR, "Two or more EAP methods used "
3195 "the same EAP type.");
3196 return NULL;
3197 }
3198
3199 global = os_zalloc(sizeof(*global));
3200 if (global == NULL)
3201 return NULL;
3202 dl_list_init(&global->p2p_srv_bonjour);
3203 dl_list_init(&global->p2p_srv_upnp);
3204 global->params.daemonize = params->daemonize;
3205 global->params.wait_for_monitor = params->wait_for_monitor;
3206 global->params.dbus_ctrl_interface = params->dbus_ctrl_interface;
3207 if (params->pid_file)
3208 global->params.pid_file = os_strdup(params->pid_file);
3209 if (params->ctrl_interface)
3210 global->params.ctrl_interface =
3211 os_strdup(params->ctrl_interface);
3212 if (params->override_driver)
3213 global->params.override_driver =
3214 os_strdup(params->override_driver);
3215 if (params->override_ctrl_interface)
3216 global->params.override_ctrl_interface =
3217 os_strdup(params->override_ctrl_interface);
3218 wpa_debug_level = global->params.wpa_debug_level =
3219 params->wpa_debug_level;
3220 wpa_debug_show_keys = global->params.wpa_debug_show_keys =
3221 params->wpa_debug_show_keys;
3222 wpa_debug_timestamp = global->params.wpa_debug_timestamp =
3223 params->wpa_debug_timestamp;
3224
3225 wpa_printf(MSG_DEBUG, "wpa_supplicant v" VERSION_STR);
3226
3227 if (eloop_init()) {
3228 wpa_printf(MSG_ERROR, "Failed to initialize event loop");
3229 wpa_supplicant_deinit(global);
3230 return NULL;
3231 }
3232
Jouni Malinen75ecf522011-06-27 15:19:46 -07003233 random_init(params->entropy_file);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003234
3235 global->ctrl_iface = wpa_supplicant_global_ctrl_iface_init(global);
3236 if (global->ctrl_iface == NULL) {
3237 wpa_supplicant_deinit(global);
3238 return NULL;
3239 }
3240
3241 if (wpas_notify_supplicant_initialized(global)) {
3242 wpa_supplicant_deinit(global);
3243 return NULL;
3244 }
3245
3246 for (i = 0; wpa_drivers[i]; i++)
3247 global->drv_count++;
3248 if (global->drv_count == 0) {
3249 wpa_printf(MSG_ERROR, "No drivers enabled");
3250 wpa_supplicant_deinit(global);
3251 return NULL;
3252 }
3253 global->drv_priv = os_zalloc(global->drv_count * sizeof(void *));
3254 if (global->drv_priv == NULL) {
3255 wpa_supplicant_deinit(global);
3256 return NULL;
3257 }
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003258
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003259#ifdef CONFIG_WIFI_DISPLAY
3260 if (wifi_display_init(global) < 0) {
3261 wpa_printf(MSG_ERROR, "Failed to initialize Wi-Fi Display");
3262 wpa_supplicant_deinit(global);
3263 return NULL;
3264 }
3265#endif /* CONFIG_WIFI_DISPLAY */
3266
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003267 return global;
3268}
3269
3270
3271/**
3272 * wpa_supplicant_run - Run the %wpa_supplicant main event loop
3273 * @global: Pointer to global data from wpa_supplicant_init()
3274 * Returns: 0 after successful event loop run, -1 on failure
3275 *
3276 * This function starts the main event loop and continues running as long as
3277 * there are any remaining events. In most cases, this function is running as
3278 * long as the %wpa_supplicant process in still in use.
3279 */
3280int wpa_supplicant_run(struct wpa_global *global)
3281{
3282 struct wpa_supplicant *wpa_s;
3283
3284 if (global->params.daemonize &&
3285 wpa_supplicant_daemon(global->params.pid_file))
3286 return -1;
3287
3288 if (global->params.wait_for_monitor) {
3289 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next)
3290 if (wpa_s->ctrl_iface)
3291 wpa_supplicant_ctrl_iface_wait(
3292 wpa_s->ctrl_iface);
3293 }
3294
3295 eloop_register_signal_terminate(wpa_supplicant_terminate, global);
3296 eloop_register_signal_reconfig(wpa_supplicant_reconfig, global);
3297
3298 eloop_run();
3299
3300 return 0;
3301}
3302
3303
3304/**
3305 * wpa_supplicant_deinit - Deinitialize %wpa_supplicant
3306 * @global: Pointer to global data from wpa_supplicant_init()
3307 *
3308 * This function is called to deinitialize %wpa_supplicant and to free all
3309 * allocated resources. Remaining network interfaces will also be removed.
3310 */
3311void wpa_supplicant_deinit(struct wpa_global *global)
3312{
3313 int i;
3314
3315 if (global == NULL)
3316 return;
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003317
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003318#ifdef CONFIG_WIFI_DISPLAY
3319 wifi_display_deinit(global);
3320#endif /* CONFIG_WIFI_DISPLAY */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003321#ifdef CONFIG_P2P
3322 wpas_p2p_deinit_global(global);
3323#endif /* CONFIG_P2P */
3324
3325 while (global->ifaces)
Dmitry Shmidte15c7b52011-08-03 15:04:35 -07003326 wpa_supplicant_remove_iface(global, global->ifaces, 1);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003327
3328 if (global->ctrl_iface)
3329 wpa_supplicant_global_ctrl_iface_deinit(global->ctrl_iface);
3330
3331 wpas_notify_supplicant_deinitialized(global);
3332
3333 eap_peer_unregister_methods();
3334#ifdef CONFIG_AP
3335 eap_server_unregister_methods();
3336#endif /* CONFIG_AP */
3337
3338 for (i = 0; wpa_drivers[i] && global->drv_priv; i++) {
3339 if (!global->drv_priv[i])
3340 continue;
3341 wpa_drivers[i]->global_deinit(global->drv_priv[i]);
3342 }
3343 os_free(global->drv_priv);
3344
3345 random_deinit();
3346
3347 eloop_destroy();
3348
3349 if (global->params.pid_file) {
3350 os_daemonize_terminate(global->params.pid_file);
3351 os_free(global->params.pid_file);
3352 }
3353 os_free(global->params.ctrl_interface);
3354 os_free(global->params.override_driver);
3355 os_free(global->params.override_ctrl_interface);
3356
Dmitry Shmidt04949592012-07-19 12:16:46 -07003357 os_free(global->p2p_disallow_freq);
3358
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003359 os_free(global);
3360 wpa_debug_close_syslog();
3361 wpa_debug_close_file();
Dmitry Shmidt04949592012-07-19 12:16:46 -07003362 wpa_debug_close_linux_tracing();
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003363}
3364
3365
3366void wpa_supplicant_update_config(struct wpa_supplicant *wpa_s)
3367{
3368 if ((wpa_s->conf->changed_parameters & CFG_CHANGED_COUNTRY) &&
3369 wpa_s->conf->country[0] && wpa_s->conf->country[1]) {
3370 char country[3];
3371 country[0] = wpa_s->conf->country[0];
3372 country[1] = wpa_s->conf->country[1];
3373 country[2] = '\0';
3374 if (wpa_drv_set_country(wpa_s, country) < 0) {
3375 wpa_printf(MSG_ERROR, "Failed to set country code "
3376 "'%s'", country);
3377 }
3378 }
3379
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003380 if (wpa_s->conf->changed_parameters & CFG_CHANGED_EXT_PW_BACKEND)
3381 wpas_init_ext_pw(wpa_s);
3382
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003383#ifdef CONFIG_WPS
3384 wpas_wps_update_config(wpa_s);
3385#endif /* CONFIG_WPS */
3386
3387#ifdef CONFIG_P2P
3388 wpas_p2p_update_config(wpa_s);
3389#endif /* CONFIG_P2P */
3390
3391 wpa_s->conf->changed_parameters = 0;
3392}
3393
3394
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003395static void add_freq(int *freqs, int *num_freqs, int freq)
3396{
3397 int i;
3398
3399 for (i = 0; i < *num_freqs; i++) {
3400 if (freqs[i] == freq)
3401 return;
3402 }
3403
3404 freqs[*num_freqs] = freq;
3405 (*num_freqs)++;
3406}
3407
3408
3409static int * get_bss_freqs_in_ess(struct wpa_supplicant *wpa_s)
3410{
3411 struct wpa_bss *bss, *cbss;
3412 const int max_freqs = 10;
3413 int *freqs;
3414 int num_freqs = 0;
3415
3416 freqs = os_zalloc(sizeof(int) * (max_freqs + 1));
3417 if (freqs == NULL)
3418 return NULL;
3419
3420 cbss = wpa_s->current_bss;
3421
3422 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
3423 if (bss == cbss)
3424 continue;
3425 if (bss->ssid_len == cbss->ssid_len &&
3426 os_memcmp(bss->ssid, cbss->ssid, bss->ssid_len) == 0 &&
3427 wpa_blacklist_get(wpa_s, bss->bssid) == NULL) {
3428 add_freq(freqs, &num_freqs, bss->freq);
3429 if (num_freqs == max_freqs)
3430 break;
3431 }
3432 }
3433
3434 if (num_freqs == 0) {
3435 os_free(freqs);
3436 freqs = NULL;
3437 }
3438
3439 return freqs;
3440}
3441
3442
3443void wpas_connection_failed(struct wpa_supplicant *wpa_s, const u8 *bssid)
3444{
3445 int timeout;
3446 int count;
3447 int *freqs = NULL;
3448
3449 /*
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003450 * Remove possible authentication timeout since the connection failed.
3451 */
3452 eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
3453
3454 /*
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003455 * Add the failed BSSID into the blacklist and speed up next scan
3456 * attempt if there could be other APs that could accept association.
3457 * The current blacklist count indicates how many times we have tried
3458 * connecting to this AP and multiple attempts mean that other APs are
3459 * either not available or has already been tried, so that we can start
3460 * increasing the delay here to avoid constant scanning.
3461 */
3462 count = wpa_blacklist_add(wpa_s, bssid);
3463 if (count == 1 && wpa_s->current_bss) {
3464 /*
3465 * This BSS was not in the blacklist before. If there is
3466 * another BSS available for the same ESS, we should try that
3467 * next. Otherwise, we may as well try this one once more
3468 * before allowing other, likely worse, ESSes to be considered.
3469 */
3470 freqs = get_bss_freqs_in_ess(wpa_s);
3471 if (freqs) {
3472 wpa_dbg(wpa_s, MSG_DEBUG, "Another BSS in this ESS "
3473 "has been seen; try it next");
3474 wpa_blacklist_add(wpa_s, bssid);
3475 /*
3476 * On the next scan, go through only the known channels
3477 * used in this ESS based on previous scans to speed up
3478 * common load balancing use case.
3479 */
3480 os_free(wpa_s->next_scan_freqs);
3481 wpa_s->next_scan_freqs = freqs;
3482 }
3483 }
3484
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003485 /*
3486 * Add previous failure count in case the temporary blacklist was
3487 * cleared due to no other BSSes being available.
3488 */
3489 count += wpa_s->extra_blacklist_count;
3490
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003491 switch (count) {
3492 case 1:
3493 timeout = 100;
3494 break;
3495 case 2:
3496 timeout = 500;
3497 break;
3498 case 3:
3499 timeout = 1000;
3500 break;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003501 case 4:
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003502 timeout = 5000;
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003503 break;
3504 default:
3505 timeout = 10000;
3506 break;
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003507 }
3508
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003509 wpa_dbg(wpa_s, MSG_DEBUG, "Blacklist count %d --> request scan in %d "
3510 "ms", count, timeout);
3511
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003512 /*
3513 * TODO: if more than one possible AP is available in scan results,
3514 * could try the other ones before requesting a new scan.
3515 */
3516 wpa_supplicant_req_scan(wpa_s, timeout / 1000,
3517 1000 * (timeout % 1000));
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003518
3519#ifdef CONFIG_P2P
Jouni Malinendc7b7132012-09-14 12:53:47 -07003520 if (wpa_s->global->p2p_cb_on_scan_complete && !wpa_s->global->p2p_disabled &&
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003521 wpa_s->global->p2p != NULL) {
Jouni Malinendc7b7132012-09-14 12:53:47 -07003522 wpa_s->global->p2p_cb_on_scan_complete = 0;
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003523 if (p2p_other_scan_completed(wpa_s->global->p2p) == 1) {
3524 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Pending P2P operation "
3525 "continued after failed association");
3526 }
3527 }
3528#endif /* CONFIG_P2P */
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07003529}
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003530
3531
3532int wpas_driver_bss_selection(struct wpa_supplicant *wpa_s)
3533{
3534 return wpa_s->conf->ap_scan == 2 ||
3535 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_BSS_SELECTION);
3536}
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003537
Dmitry Shmidt04949592012-07-19 12:16:46 -07003538
3539#if defined(CONFIG_CTRL_IFACE) || defined(CONFIG_CTRL_IFACE_DBUS_NEW)
3540int wpa_supplicant_ctrl_iface_ctrl_rsp_handle(struct wpa_supplicant *wpa_s,
3541 struct wpa_ssid *ssid,
3542 const char *field,
3543 const char *value)
3544{
3545#ifdef IEEE8021X_EAPOL
3546 struct eap_peer_config *eap = &ssid->eap;
3547
3548 wpa_printf(MSG_DEBUG, "CTRL_IFACE: response handle field=%s", field);
3549 wpa_hexdump_ascii_key(MSG_DEBUG, "CTRL_IFACE: response value",
3550 (const u8 *) value, os_strlen(value));
3551
3552 switch (wpa_supplicant_ctrl_req_from_string(field)) {
3553 case WPA_CTRL_REQ_EAP_IDENTITY:
3554 os_free(eap->identity);
3555 eap->identity = (u8 *) os_strdup(value);
3556 eap->identity_len = os_strlen(value);
3557 eap->pending_req_identity = 0;
3558 if (ssid == wpa_s->current_ssid)
3559 wpa_s->reassociate = 1;
3560 break;
3561 case WPA_CTRL_REQ_EAP_PASSWORD:
3562 os_free(eap->password);
3563 eap->password = (u8 *) os_strdup(value);
3564 eap->password_len = os_strlen(value);
3565 eap->pending_req_password = 0;
3566 if (ssid == wpa_s->current_ssid)
3567 wpa_s->reassociate = 1;
3568 break;
3569 case WPA_CTRL_REQ_EAP_NEW_PASSWORD:
3570 os_free(eap->new_password);
3571 eap->new_password = (u8 *) os_strdup(value);
3572 eap->new_password_len = os_strlen(value);
3573 eap->pending_req_new_password = 0;
3574 if (ssid == wpa_s->current_ssid)
3575 wpa_s->reassociate = 1;
3576 break;
3577 case WPA_CTRL_REQ_EAP_PIN:
3578 os_free(eap->pin);
3579 eap->pin = os_strdup(value);
3580 eap->pending_req_pin = 0;
3581 if (ssid == wpa_s->current_ssid)
3582 wpa_s->reassociate = 1;
3583 break;
3584 case WPA_CTRL_REQ_EAP_OTP:
3585 os_free(eap->otp);
3586 eap->otp = (u8 *) os_strdup(value);
3587 eap->otp_len = os_strlen(value);
3588 os_free(eap->pending_req_otp);
3589 eap->pending_req_otp = NULL;
3590 eap->pending_req_otp_len = 0;
3591 break;
3592 case WPA_CTRL_REQ_EAP_PASSPHRASE:
3593 os_free(eap->private_key_passwd);
3594 eap->private_key_passwd = (u8 *) os_strdup(value);
3595 eap->pending_req_passphrase = 0;
3596 if (ssid == wpa_s->current_ssid)
3597 wpa_s->reassociate = 1;
3598 break;
3599 default:
3600 wpa_printf(MSG_DEBUG, "CTRL_IFACE: Unknown field '%s'", field);
3601 return -1;
3602 }
3603
3604 return 0;
3605#else /* IEEE8021X_EAPOL */
3606 wpa_printf(MSG_DEBUG, "CTRL_IFACE: IEEE 802.1X not included");
3607 return -1;
3608#endif /* IEEE8021X_EAPOL */
3609}
3610#endif /* CONFIG_CTRL_IFACE || CONFIG_CTRL_IFACE_DBUS_NEW */
3611
3612
3613int wpas_network_disabled(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid)
3614{
3615 int i;
3616 unsigned int drv_enc;
3617
3618 if (ssid == NULL)
3619 return 1;
3620
3621 if (ssid->disabled)
3622 return 1;
3623
3624 if (wpa_s && wpa_s->drv_capa_known)
3625 drv_enc = wpa_s->drv_enc;
3626 else
3627 drv_enc = (unsigned int) -1;
3628
3629 for (i = 0; i < NUM_WEP_KEYS; i++) {
3630 size_t len = ssid->wep_key_len[i];
3631 if (len == 0)
3632 continue;
3633 if (len == 5 && (drv_enc & WPA_DRIVER_CAPA_ENC_WEP40))
3634 continue;
3635 if (len == 13 && (drv_enc & WPA_DRIVER_CAPA_ENC_WEP104))
3636 continue;
3637 if (len == 16 && (drv_enc & WPA_DRIVER_CAPA_ENC_WEP128))
3638 continue;
3639 return 1; /* invalid WEP key */
3640 }
3641
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003642 if (wpa_key_mgmt_wpa_psk(ssid->key_mgmt) && !ssid->psk_set &&
3643 !ssid->ext_psk)
3644 return 1;
3645
Dmitry Shmidt04949592012-07-19 12:16:46 -07003646 return 0;
3647}
3648
3649
Dmitry Shmidt687922c2012-03-26 14:02:32 -07003650int wpas_is_p2p_prioritized(struct wpa_supplicant *wpa_s)
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003651{
Dmitry Shmidt2fb777c2012-05-02 12:29:53 -07003652 if (wpa_s->global->conc_pref == WPA_CONC_PREF_P2P)
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003653 return 1;
Dmitry Shmidt2fb777c2012-05-02 12:29:53 -07003654 if (wpa_s->global->conc_pref == WPA_CONC_PREF_STA)
Dmitry Shmidt687922c2012-03-26 14:02:32 -07003655 return 0;
Dmitry Shmidt687922c2012-03-26 14:02:32 -07003656 return -1;
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08003657}
Dmitry Shmidt61d9df32012-08-29 16:22:06 -07003658
3659
3660void wpas_auth_failed(struct wpa_supplicant *wpa_s)
3661{
3662 struct wpa_ssid *ssid = wpa_s->current_ssid;
3663 int dur;
3664 struct os_time now;
3665
3666 if (ssid == NULL) {
3667 wpa_printf(MSG_DEBUG, "Authentication failure but no known "
3668 "SSID block");
3669 return;
3670 }
3671
3672 if (ssid->key_mgmt == WPA_KEY_MGMT_WPS)
3673 return;
3674
3675 ssid->auth_failures++;
3676 if (ssid->auth_failures > 50)
3677 dur = 300;
3678 else if (ssid->auth_failures > 20)
3679 dur = 120;
3680 else if (ssid->auth_failures > 10)
3681 dur = 60;
3682 else if (ssid->auth_failures > 5)
3683 dur = 30;
3684 else if (ssid->auth_failures > 1)
3685 dur = 20;
3686 else
3687 dur = 10;
3688
3689 os_get_time(&now);
3690 if (now.sec + dur <= ssid->disabled_until.sec)
3691 return;
3692
3693 ssid->disabled_until.sec = now.sec + dur;
3694
3695 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_TEMP_DISABLED
3696 "id=%d ssid=\"%s\" auth_failures=%u duration=%d",
3697 ssid->id, wpa_ssid_txt(ssid->ssid, ssid->ssid_len),
3698 ssid->auth_failures, dur);
3699}
3700
3701
3702void wpas_clear_temp_disabled(struct wpa_supplicant *wpa_s,
3703 struct wpa_ssid *ssid, int clear_failures)
3704{
3705 if (ssid == NULL)
3706 return;
3707
3708 if (ssid->disabled_until.sec) {
3709 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_REENABLED
3710 "id=%d ssid=\"%s\"",
3711 ssid->id, wpa_ssid_txt(ssid->ssid, ssid->ssid_len));
3712 }
3713 ssid->disabled_until.sec = 0;
3714 ssid->disabled_until.usec = 0;
3715 if (clear_failures)
3716 ssid->auth_failures = 0;
3717}
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003718
3719
3720int disallowed_bssid(struct wpa_supplicant *wpa_s, const u8 *bssid)
3721{
3722 size_t i;
3723
3724 if (wpa_s->disallow_aps_bssid == NULL)
3725 return 0;
3726
3727 for (i = 0; i < wpa_s->disallow_aps_bssid_count; i++) {
3728 if (os_memcmp(wpa_s->disallow_aps_bssid + i * ETH_ALEN,
3729 bssid, ETH_ALEN) == 0)
3730 return 1;
3731 }
3732
3733 return 0;
3734}
3735
3736
3737int disallowed_ssid(struct wpa_supplicant *wpa_s, const u8 *ssid,
3738 size_t ssid_len)
3739{
3740 size_t i;
3741
3742 if (wpa_s->disallow_aps_ssid == NULL || ssid == NULL)
3743 return 0;
3744
3745 for (i = 0; i < wpa_s->disallow_aps_ssid_count; i++) {
3746 struct wpa_ssid_value *s = &wpa_s->disallow_aps_ssid[i];
3747 if (ssid_len == s->ssid_len &&
3748 os_memcmp(ssid, s->ssid, ssid_len) == 0)
3749 return 1;
3750 }
3751
3752 return 0;
3753}
3754
3755
3756/**
3757 * wpas_request_connection - Request a new connection
3758 * @wpa_s: Pointer to the network interface
3759 *
3760 * This function is used to request a new connection to be found. It will mark
3761 * the interface to allow reassociation and request a new scan to find a
3762 * suitable network to connect to.
3763 */
3764void wpas_request_connection(struct wpa_supplicant *wpa_s)
3765{
3766 wpa_s->normal_scans = 0;
3767 wpa_supplicant_reinit_autoscan(wpa_s);
3768 wpa_s->extra_blacklist_count = 0;
3769 wpa_s->disconnected = 0;
3770 wpa_s->reassociate = 1;
3771 wpa_supplicant_req_scan(wpa_s, 0, 0);
3772}