events.c 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758
  1. /*
  2. * WPA Supplicant - Driver event processing
  3. * Copyright (c) 2003-2010, Jouni Malinen <j@w1.fi>
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2 as
  7. * published by the Free Software Foundation.
  8. *
  9. * Alternatively, this software may be distributed under the terms of BSD
  10. * license.
  11. *
  12. * See README and COPYING for more details.
  13. */
  14. #include "includes.h"
  15. #include "common.h"
  16. #include "eapol_supp/eapol_supp_sm.h"
  17. #include "rsn_supp/wpa.h"
  18. #include "eloop.h"
  19. #include "config.h"
  20. #include "l2_packet/l2_packet.h"
  21. #include "wpa_supplicant_i.h"
  22. #include "driver_i.h"
  23. #include "pcsc_funcs.h"
  24. #include "rsn_supp/preauth.h"
  25. #include "rsn_supp/pmksa_cache.h"
  26. #include "common/wpa_ctrl.h"
  27. #include "eap_peer/eap.h"
  28. #include "ap/hostapd.h"
  29. #include "notify.h"
  30. #include "common/ieee802_11_defs.h"
  31. #include "blacklist.h"
  32. #include "wpas_glue.h"
  33. #include "wps_supplicant.h"
  34. #include "ibss_rsn.h"
  35. #include "sme.h"
  36. #include "bgscan.h"
  37. #include "ap.h"
  38. #include "bss.h"
  39. #include "mlme.h"
  40. #include "scan.h"
  41. static int wpa_supplicant_select_config(struct wpa_supplicant *wpa_s)
  42. {
  43. struct wpa_ssid *ssid, *old_ssid;
  44. if (wpa_s->conf->ap_scan == 1 && wpa_s->current_ssid)
  45. return 0;
  46. wpa_printf(MSG_DEBUG, "Select network based on association "
  47. "information");
  48. ssid = wpa_supplicant_get_ssid(wpa_s);
  49. if (ssid == NULL) {
  50. wpa_printf(MSG_INFO, "No network configuration found for the "
  51. "current AP");
  52. return -1;
  53. }
  54. if (ssid->disabled) {
  55. wpa_printf(MSG_DEBUG, "Selected network is disabled");
  56. return -1;
  57. }
  58. wpa_printf(MSG_DEBUG, "Network configuration found for the current "
  59. "AP");
  60. if (ssid->key_mgmt & (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_IEEE8021X |
  61. WPA_KEY_MGMT_WPA_NONE |
  62. WPA_KEY_MGMT_FT_PSK | WPA_KEY_MGMT_FT_IEEE8021X |
  63. WPA_KEY_MGMT_PSK_SHA256 |
  64. WPA_KEY_MGMT_IEEE8021X_SHA256)) {
  65. u8 wpa_ie[80];
  66. size_t wpa_ie_len = sizeof(wpa_ie);
  67. wpa_supplicant_set_suites(wpa_s, NULL, ssid,
  68. wpa_ie, &wpa_ie_len);
  69. } else {
  70. wpa_supplicant_set_non_wpa_policy(wpa_s, ssid);
  71. }
  72. if (wpa_s->current_ssid && wpa_s->current_ssid != ssid)
  73. eapol_sm_invalidate_cached_session(wpa_s->eapol);
  74. old_ssid = wpa_s->current_ssid;
  75. wpa_s->current_ssid = ssid;
  76. wpa_supplicant_rsn_supp_set_config(wpa_s, wpa_s->current_ssid);
  77. wpa_supplicant_initiate_eapol(wpa_s);
  78. if (old_ssid != wpa_s->current_ssid)
  79. wpas_notify_network_changed(wpa_s);
  80. return 0;
  81. }
  82. static void wpa_supplicant_stop_countermeasures(void *eloop_ctx,
  83. void *sock_ctx)
  84. {
  85. struct wpa_supplicant *wpa_s = eloop_ctx;
  86. if (wpa_s->countermeasures) {
  87. wpa_s->countermeasures = 0;
  88. wpa_drv_set_countermeasures(wpa_s, 0);
  89. wpa_msg(wpa_s, MSG_INFO, "WPA: TKIP countermeasures stopped");
  90. wpa_supplicant_req_scan(wpa_s, 0, 0);
  91. }
  92. }
  93. void wpa_supplicant_mark_disassoc(struct wpa_supplicant *wpa_s)
  94. {
  95. int bssid_changed;
  96. if (wpa_s->wpa_state == WPA_INTERFACE_DISABLED)
  97. return;
  98. wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
  99. bssid_changed = !is_zero_ether_addr(wpa_s->bssid);
  100. os_memset(wpa_s->bssid, 0, ETH_ALEN);
  101. os_memset(wpa_s->pending_bssid, 0, ETH_ALEN);
  102. wpa_s->current_bss = NULL;
  103. if (bssid_changed)
  104. wpas_notify_bssid_changed(wpa_s);
  105. eapol_sm_notify_portEnabled(wpa_s->eapol, FALSE);
  106. eapol_sm_notify_portValid(wpa_s->eapol, FALSE);
  107. if (wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt))
  108. eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
  109. wpa_s->ap_ies_from_associnfo = 0;
  110. }
  111. static void wpa_find_assoc_pmkid(struct wpa_supplicant *wpa_s)
  112. {
  113. struct wpa_ie_data ie;
  114. int pmksa_set = -1;
  115. size_t i;
  116. if (wpa_sm_parse_own_wpa_ie(wpa_s->wpa, &ie) < 0 ||
  117. ie.pmkid == NULL)
  118. return;
  119. for (i = 0; i < ie.num_pmkid; i++) {
  120. pmksa_set = pmksa_cache_set_current(wpa_s->wpa,
  121. ie.pmkid + i * PMKID_LEN,
  122. NULL, NULL, 0);
  123. if (pmksa_set == 0) {
  124. eapol_sm_notify_pmkid_attempt(wpa_s->eapol, 1);
  125. break;
  126. }
  127. }
  128. wpa_printf(MSG_DEBUG, "RSN: PMKID from assoc IE %sfound from PMKSA "
  129. "cache", pmksa_set == 0 ? "" : "not ");
  130. }
  131. static void wpa_supplicant_event_pmkid_candidate(struct wpa_supplicant *wpa_s,
  132. union wpa_event_data *data)
  133. {
  134. if (data == NULL) {
  135. wpa_printf(MSG_DEBUG, "RSN: No data in PMKID candidate event");
  136. return;
  137. }
  138. wpa_printf(MSG_DEBUG, "RSN: PMKID candidate event - bssid=" MACSTR
  139. " index=%d preauth=%d",
  140. MAC2STR(data->pmkid_candidate.bssid),
  141. data->pmkid_candidate.index,
  142. data->pmkid_candidate.preauth);
  143. pmksa_candidate_add(wpa_s->wpa, data->pmkid_candidate.bssid,
  144. data->pmkid_candidate.index,
  145. data->pmkid_candidate.preauth);
  146. }
  147. static int wpa_supplicant_dynamic_keys(struct wpa_supplicant *wpa_s)
  148. {
  149. if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE ||
  150. wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE)
  151. return 0;
  152. #ifdef IEEE8021X_EAPOL
  153. if (wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA &&
  154. wpa_s->current_ssid &&
  155. !(wpa_s->current_ssid->eapol_flags &
  156. (EAPOL_FLAG_REQUIRE_KEY_UNICAST |
  157. EAPOL_FLAG_REQUIRE_KEY_BROADCAST))) {
  158. /* IEEE 802.1X, but not using dynamic WEP keys (i.e., either
  159. * plaintext or static WEP keys). */
  160. return 0;
  161. }
  162. #endif /* IEEE8021X_EAPOL */
  163. return 1;
  164. }
  165. /**
  166. * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
  167. * @wpa_s: pointer to wpa_supplicant data
  168. * @ssid: Configuration data for the network
  169. * Returns: 0 on success, -1 on failure
  170. *
  171. * This function is called when starting authentication with a network that is
  172. * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
  173. */
  174. int wpa_supplicant_scard_init(struct wpa_supplicant *wpa_s,
  175. struct wpa_ssid *ssid)
  176. {
  177. #ifdef IEEE8021X_EAPOL
  178. int aka = 0, sim = 0, type;
  179. if (ssid->eap.pcsc == NULL || wpa_s->scard != NULL)
  180. return 0;
  181. if (ssid->eap.eap_methods == NULL) {
  182. sim = 1;
  183. aka = 1;
  184. } else {
  185. struct eap_method_type *eap = ssid->eap.eap_methods;
  186. while (eap->vendor != EAP_VENDOR_IETF ||
  187. eap->method != EAP_TYPE_NONE) {
  188. if (eap->vendor == EAP_VENDOR_IETF) {
  189. if (eap->method == EAP_TYPE_SIM)
  190. sim = 1;
  191. else if (eap->method == EAP_TYPE_AKA)
  192. aka = 1;
  193. }
  194. eap++;
  195. }
  196. }
  197. if (eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_SIM) == NULL)
  198. sim = 0;
  199. if (eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_AKA) == NULL)
  200. aka = 0;
  201. if (!sim && !aka) {
  202. wpa_printf(MSG_DEBUG, "Selected network is configured to use "
  203. "SIM, but neither EAP-SIM nor EAP-AKA are enabled");
  204. return 0;
  205. }
  206. wpa_printf(MSG_DEBUG, "Selected network is configured to use SIM "
  207. "(sim=%d aka=%d) - initialize PCSC", sim, aka);
  208. if (sim && aka)
  209. type = SCARD_TRY_BOTH;
  210. else if (aka)
  211. type = SCARD_USIM_ONLY;
  212. else
  213. type = SCARD_GSM_SIM_ONLY;
  214. wpa_s->scard = scard_init(type);
  215. if (wpa_s->scard == NULL) {
  216. wpa_printf(MSG_WARNING, "Failed to initialize SIM "
  217. "(pcsc-lite)");
  218. return -1;
  219. }
  220. wpa_sm_set_scard_ctx(wpa_s->wpa, wpa_s->scard);
  221. eapol_sm_register_scard_ctx(wpa_s->eapol, wpa_s->scard);
  222. #endif /* IEEE8021X_EAPOL */
  223. return 0;
  224. }
  225. #ifndef CONFIG_NO_SCAN_PROCESSING
  226. static int wpa_supplicant_match_privacy(struct wpa_scan_res *bss,
  227. struct wpa_ssid *ssid)
  228. {
  229. int i, privacy = 0;
  230. if (ssid->mixed_cell)
  231. return 1;
  232. #ifdef CONFIG_WPS
  233. if (ssid->key_mgmt & WPA_KEY_MGMT_WPS)
  234. return 1;
  235. #endif /* CONFIG_WPS */
  236. for (i = 0; i < NUM_WEP_KEYS; i++) {
  237. if (ssid->wep_key_len[i]) {
  238. privacy = 1;
  239. break;
  240. }
  241. }
  242. #ifdef IEEE8021X_EAPOL
  243. if ((ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA) &&
  244. ssid->eapol_flags & (EAPOL_FLAG_REQUIRE_KEY_UNICAST |
  245. EAPOL_FLAG_REQUIRE_KEY_BROADCAST))
  246. privacy = 1;
  247. #endif /* IEEE8021X_EAPOL */
  248. if (bss->caps & IEEE80211_CAP_PRIVACY)
  249. return privacy;
  250. return !privacy;
  251. }
  252. static int wpa_supplicant_ssid_bss_match(struct wpa_supplicant *wpa_s,
  253. struct wpa_ssid *ssid,
  254. struct wpa_scan_res *bss)
  255. {
  256. struct wpa_ie_data ie;
  257. int proto_match = 0;
  258. const u8 *rsn_ie, *wpa_ie;
  259. int ret;
  260. ret = wpas_wps_ssid_bss_match(wpa_s, ssid, bss);
  261. if (ret >= 0)
  262. return ret;
  263. rsn_ie = wpa_scan_get_ie(bss, WLAN_EID_RSN);
  264. while ((ssid->proto & WPA_PROTO_RSN) && rsn_ie) {
  265. proto_match++;
  266. if (wpa_parse_wpa_ie(rsn_ie, 2 + rsn_ie[1], &ie)) {
  267. wpa_printf(MSG_DEBUG, " skip RSN IE - parse failed");
  268. break;
  269. }
  270. if (!(ie.proto & ssid->proto)) {
  271. wpa_printf(MSG_DEBUG, " skip RSN IE - proto "
  272. "mismatch");
  273. break;
  274. }
  275. if (!(ie.pairwise_cipher & ssid->pairwise_cipher)) {
  276. wpa_printf(MSG_DEBUG, " skip RSN IE - PTK cipher "
  277. "mismatch");
  278. break;
  279. }
  280. if (!(ie.group_cipher & ssid->group_cipher)) {
  281. wpa_printf(MSG_DEBUG, " skip RSN IE - GTK cipher "
  282. "mismatch");
  283. break;
  284. }
  285. if (!(ie.key_mgmt & ssid->key_mgmt)) {
  286. wpa_printf(MSG_DEBUG, " skip RSN IE - key mgmt "
  287. "mismatch");
  288. break;
  289. }
  290. #ifdef CONFIG_IEEE80211W
  291. if (!(ie.capabilities & WPA_CAPABILITY_MFPC) &&
  292. ssid->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED) {
  293. wpa_printf(MSG_DEBUG, " skip RSN IE - no mgmt frame "
  294. "protection");
  295. break;
  296. }
  297. #endif /* CONFIG_IEEE80211W */
  298. wpa_printf(MSG_DEBUG, " selected based on RSN IE");
  299. return 1;
  300. }
  301. wpa_ie = wpa_scan_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE);
  302. while ((ssid->proto & WPA_PROTO_WPA) && wpa_ie) {
  303. proto_match++;
  304. if (wpa_parse_wpa_ie(wpa_ie, 2 + wpa_ie[1], &ie)) {
  305. wpa_printf(MSG_DEBUG, " skip WPA IE - parse failed");
  306. break;
  307. }
  308. if (!(ie.proto & ssid->proto)) {
  309. wpa_printf(MSG_DEBUG, " skip WPA IE - proto "
  310. "mismatch");
  311. break;
  312. }
  313. if (!(ie.pairwise_cipher & ssid->pairwise_cipher)) {
  314. wpa_printf(MSG_DEBUG, " skip WPA IE - PTK cipher "
  315. "mismatch");
  316. break;
  317. }
  318. if (!(ie.group_cipher & ssid->group_cipher)) {
  319. wpa_printf(MSG_DEBUG, " skip WPA IE - GTK cipher "
  320. "mismatch");
  321. break;
  322. }
  323. if (!(ie.key_mgmt & ssid->key_mgmt)) {
  324. wpa_printf(MSG_DEBUG, " skip WPA IE - key mgmt "
  325. "mismatch");
  326. break;
  327. }
  328. wpa_printf(MSG_DEBUG, " selected based on WPA IE");
  329. return 1;
  330. }
  331. if (proto_match == 0)
  332. wpa_printf(MSG_DEBUG, " skip - no WPA/RSN proto match");
  333. return 0;
  334. }
  335. static int freq_allowed(int *freqs, int freq)
  336. {
  337. int i;
  338. if (freqs == NULL)
  339. return 1;
  340. for (i = 0; freqs[i]; i++)
  341. if (freqs[i] == freq)
  342. return 1;
  343. return 0;
  344. }
  345. static struct wpa_bss *
  346. wpa_supplicant_select_bss_wpa(struct wpa_supplicant *wpa_s,
  347. struct wpa_scan_results *scan_res,
  348. struct wpa_ssid *group,
  349. struct wpa_ssid **selected_ssid)
  350. {
  351. struct wpa_ssid *ssid;
  352. struct wpa_scan_res *bss;
  353. size_t i;
  354. struct wpa_blacklist *e;
  355. const u8 *ie;
  356. wpa_printf(MSG_DEBUG, "Try to find WPA-enabled AP");
  357. for (i = 0; i < scan_res->num; i++) {
  358. const u8 *ssid_;
  359. u8 wpa_ie_len, rsn_ie_len, ssid_len;
  360. bss = scan_res->res[i];
  361. ie = wpa_scan_get_ie(bss, WLAN_EID_SSID);
  362. ssid_ = ie ? ie + 2 : (u8 *) "";
  363. ssid_len = ie ? ie[1] : 0;
  364. ie = wpa_scan_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE);
  365. wpa_ie_len = ie ? ie[1] : 0;
  366. ie = wpa_scan_get_ie(bss, WLAN_EID_RSN);
  367. rsn_ie_len = ie ? ie[1] : 0;
  368. wpa_printf(MSG_DEBUG, "%d: " MACSTR " ssid='%s' "
  369. "wpa_ie_len=%u rsn_ie_len=%u caps=0x%x level=%d%s",
  370. (int) i, MAC2STR(bss->bssid),
  371. wpa_ssid_txt(ssid_, ssid_len),
  372. wpa_ie_len, rsn_ie_len, bss->caps, bss->level,
  373. wpa_scan_get_vendor_ie(bss, WPS_IE_VENDOR_TYPE) ?
  374. " wps" : "");
  375. e = wpa_blacklist_get(wpa_s, bss->bssid);
  376. if (e && e->count > 1) {
  377. wpa_printf(MSG_DEBUG, " skip - blacklisted");
  378. continue;
  379. }
  380. if (ssid_len == 0) {
  381. wpa_printf(MSG_DEBUG, " skip - SSID not known");
  382. continue;
  383. }
  384. if (wpa_ie_len == 0 && rsn_ie_len == 0) {
  385. wpa_printf(MSG_DEBUG, " skip - no WPA/RSN IE");
  386. continue;
  387. }
  388. for (ssid = group; ssid; ssid = ssid->pnext) {
  389. int check_ssid = 1;
  390. if (ssid->disabled) {
  391. wpa_printf(MSG_DEBUG, " skip - disabled");
  392. continue;
  393. }
  394. #ifdef CONFIG_WPS
  395. if (ssid->ssid_len == 0 &&
  396. wpas_wps_ssid_wildcard_ok(wpa_s, ssid, bss))
  397. check_ssid = 0;
  398. #endif /* CONFIG_WPS */
  399. if (check_ssid &&
  400. (ssid_len != ssid->ssid_len ||
  401. os_memcmp(ssid_, ssid->ssid, ssid_len) != 0)) {
  402. wpa_printf(MSG_DEBUG, " skip - "
  403. "SSID mismatch");
  404. continue;
  405. }
  406. if (ssid->bssid_set &&
  407. os_memcmp(bss->bssid, ssid->bssid, ETH_ALEN) != 0)
  408. {
  409. wpa_printf(MSG_DEBUG, " skip - "
  410. "BSSID mismatch");
  411. continue;
  412. }
  413. if (!wpa_supplicant_ssid_bss_match(wpa_s, ssid, bss))
  414. continue;
  415. if (!freq_allowed(ssid->freq_list, bss->freq)) {
  416. wpa_printf(MSG_DEBUG, " skip - "
  417. "frequency not allowed");
  418. continue;
  419. }
  420. wpa_printf(MSG_DEBUG, " selected WPA AP "
  421. MACSTR " ssid='%s'",
  422. MAC2STR(bss->bssid),
  423. wpa_ssid_txt(ssid_, ssid_len));
  424. *selected_ssid = ssid;
  425. return wpa_bss_get(wpa_s, bss->bssid, ssid_, ssid_len);
  426. }
  427. }
  428. return NULL;
  429. }
  430. static struct wpa_bss *
  431. wpa_supplicant_select_bss_non_wpa(struct wpa_supplicant *wpa_s,
  432. struct wpa_scan_results *scan_res,
  433. struct wpa_ssid *group,
  434. struct wpa_ssid **selected_ssid)
  435. {
  436. struct wpa_ssid *ssid;
  437. struct wpa_scan_res *bss;
  438. size_t i;
  439. struct wpa_blacklist *e;
  440. const u8 *ie;
  441. wpa_printf(MSG_DEBUG, "Try to find non-WPA AP");
  442. for (i = 0; i < scan_res->num; i++) {
  443. const u8 *ssid_;
  444. u8 wpa_ie_len, rsn_ie_len, ssid_len;
  445. bss = scan_res->res[i];
  446. ie = wpa_scan_get_ie(bss, WLAN_EID_SSID);
  447. ssid_ = ie ? ie + 2 : (u8 *) "";
  448. ssid_len = ie ? ie[1] : 0;
  449. ie = wpa_scan_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE);
  450. wpa_ie_len = ie ? ie[1] : 0;
  451. ie = wpa_scan_get_ie(bss, WLAN_EID_RSN);
  452. rsn_ie_len = ie ? ie[1] : 0;
  453. wpa_printf(MSG_DEBUG, "%d: " MACSTR " ssid='%s' "
  454. "wpa_ie_len=%u rsn_ie_len=%u caps=0x%x",
  455. (int) i, MAC2STR(bss->bssid),
  456. wpa_ssid_txt(ssid_, ssid_len),
  457. wpa_ie_len, rsn_ie_len, bss->caps);
  458. e = wpa_blacklist_get(wpa_s, bss->bssid);
  459. if (e && e->count > 1) {
  460. wpa_printf(MSG_DEBUG, " skip - blacklisted");
  461. continue;
  462. }
  463. if (ssid_len == 0) {
  464. wpa_printf(MSG_DEBUG, " skip - SSID not known");
  465. continue;
  466. }
  467. for (ssid = group; ssid; ssid = ssid->pnext) {
  468. int check_ssid = ssid->ssid_len != 0;
  469. if (ssid->disabled) {
  470. wpa_printf(MSG_DEBUG, " skip - disabled");
  471. continue;
  472. }
  473. #ifdef CONFIG_WPS
  474. if (ssid->key_mgmt & WPA_KEY_MGMT_WPS) {
  475. /* Only allow wildcard SSID match if an AP
  476. * advertises active WPS operation that matches
  477. * with our mode. */
  478. check_ssid = 1;
  479. if (ssid->ssid_len == 0 &&
  480. wpas_wps_ssid_wildcard_ok(wpa_s, ssid,
  481. bss))
  482. check_ssid = 0;
  483. }
  484. #endif /* CONFIG_WPS */
  485. if (check_ssid &&
  486. (ssid_len != ssid->ssid_len ||
  487. os_memcmp(ssid_, ssid->ssid, ssid_len) != 0)) {
  488. wpa_printf(MSG_DEBUG, " skip - "
  489. "SSID mismatch");
  490. continue;
  491. }
  492. if (ssid->bssid_set &&
  493. os_memcmp(bss->bssid, ssid->bssid, ETH_ALEN) != 0)
  494. {
  495. wpa_printf(MSG_DEBUG, " skip - "
  496. "BSSID mismatch");
  497. continue;
  498. }
  499. if (!(ssid->key_mgmt & WPA_KEY_MGMT_NONE) &&
  500. !(ssid->key_mgmt & WPA_KEY_MGMT_WPS) &&
  501. !(ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA))
  502. {
  503. wpa_printf(MSG_DEBUG, " skip - "
  504. "non-WPA network not allowed");
  505. continue;
  506. }
  507. if ((ssid->key_mgmt &
  508. (WPA_KEY_MGMT_IEEE8021X | WPA_KEY_MGMT_PSK |
  509. WPA_KEY_MGMT_FT_IEEE8021X | WPA_KEY_MGMT_FT_PSK |
  510. WPA_KEY_MGMT_IEEE8021X_SHA256 |
  511. WPA_KEY_MGMT_PSK_SHA256)) &&
  512. (wpa_ie_len != 0 || rsn_ie_len != 0)) {
  513. wpa_printf(MSG_DEBUG, " skip - "
  514. "WPA network");
  515. continue;
  516. }
  517. if (!wpa_supplicant_match_privacy(bss, ssid)) {
  518. wpa_printf(MSG_DEBUG, " skip - "
  519. "privacy mismatch");
  520. continue;
  521. }
  522. if (bss->caps & IEEE80211_CAP_IBSS) {
  523. wpa_printf(MSG_DEBUG, " skip - "
  524. "IBSS (adhoc) network");
  525. continue;
  526. }
  527. if (!freq_allowed(ssid->freq_list, bss->freq)) {
  528. wpa_printf(MSG_DEBUG, " skip - "
  529. "frequency not allowed");
  530. continue;
  531. }
  532. wpa_printf(MSG_DEBUG, " selected non-WPA AP "
  533. MACSTR " ssid='%s'",
  534. MAC2STR(bss->bssid),
  535. wpa_ssid_txt(ssid_, ssid_len));
  536. *selected_ssid = ssid;
  537. return wpa_bss_get(wpa_s, bss->bssid, ssid_, ssid_len);
  538. }
  539. }
  540. return NULL;
  541. }
  542. static struct wpa_bss *
  543. wpa_supplicant_select_bss(struct wpa_supplicant *wpa_s,
  544. struct wpa_scan_results *scan_res,
  545. struct wpa_ssid *group,
  546. struct wpa_ssid **selected_ssid)
  547. {
  548. struct wpa_bss *selected;
  549. wpa_printf(MSG_DEBUG, "Selecting BSS from priority group %d",
  550. group->priority);
  551. /* First, try to find WPA-enabled AP */
  552. selected = wpa_supplicant_select_bss_wpa(wpa_s, scan_res, group,
  553. selected_ssid);
  554. if (selected)
  555. return selected;
  556. /* If no WPA-enabled AP found, try to find non-WPA AP, if configuration
  557. * allows this. */
  558. return wpa_supplicant_select_bss_non_wpa(wpa_s, scan_res, group,
  559. selected_ssid);
  560. }
  561. static struct wpa_bss *
  562. wpa_supplicant_pick_network(struct wpa_supplicant *wpa_s,
  563. struct wpa_scan_results *scan_res,
  564. struct wpa_ssid **selected_ssid)
  565. {
  566. struct wpa_bss *selected = NULL;
  567. int prio;
  568. while (selected == NULL) {
  569. for (prio = 0; prio < wpa_s->conf->num_prio; prio++) {
  570. selected = wpa_supplicant_select_bss(
  571. wpa_s, scan_res, wpa_s->conf->pssid[prio],
  572. selected_ssid);
  573. if (selected)
  574. break;
  575. }
  576. if (selected == NULL && wpa_s->blacklist) {
  577. wpa_printf(MSG_DEBUG, "No APs found - clear blacklist "
  578. "and try again");
  579. wpa_blacklist_clear(wpa_s);
  580. wpa_s->blacklist_cleared++;
  581. } else if (selected == NULL)
  582. break;
  583. }
  584. return selected;
  585. }
  586. static void wpa_supplicant_req_new_scan(struct wpa_supplicant *wpa_s,
  587. int timeout_sec, int timeout_usec)
  588. {
  589. if (!wpa_supplicant_enabled_networks(wpa_s->conf)) {
  590. /*
  591. * No networks are enabled; short-circuit request so
  592. * we don't wait timeout seconds before transitioning
  593. * to INACTIVE state.
  594. */
  595. wpa_supplicant_set_state(wpa_s, WPA_INACTIVE);
  596. return;
  597. }
  598. wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec);
  599. }
  600. void wpa_supplicant_connect(struct wpa_supplicant *wpa_s,
  601. struct wpa_bss *selected,
  602. struct wpa_ssid *ssid)
  603. {
  604. if (wpas_wps_scan_pbc_overlap(wpa_s, selected, ssid)) {
  605. wpa_msg(wpa_s, MSG_INFO, WPS_EVENT_OVERLAP
  606. "PBC session overlap");
  607. wpa_supplicant_req_new_scan(wpa_s, 10, 0);
  608. return;
  609. }
  610. /*
  611. * Do not trigger new association unless the BSSID has changed or if
  612. * reassociation is requested. If we are in process of associating with
  613. * the selected BSSID, do not trigger new attempt.
  614. */
  615. if (wpa_s->reassociate ||
  616. (os_memcmp(selected->bssid, wpa_s->bssid, ETH_ALEN) != 0 &&
  617. (wpa_s->wpa_state != WPA_ASSOCIATING ||
  618. os_memcmp(selected->bssid, wpa_s->pending_bssid, ETH_ALEN) !=
  619. 0))) {
  620. if (wpa_supplicant_scard_init(wpa_s, ssid)) {
  621. wpa_supplicant_req_new_scan(wpa_s, 10, 0);
  622. return;
  623. }
  624. wpa_supplicant_associate(wpa_s, selected, ssid);
  625. } else {
  626. wpa_printf(MSG_DEBUG, "Already associated with the selected "
  627. "AP");
  628. }
  629. }
  630. static struct wpa_ssid *
  631. wpa_supplicant_pick_new_network(struct wpa_supplicant *wpa_s)
  632. {
  633. int prio;
  634. struct wpa_ssid *ssid;
  635. for (prio = 0; prio < wpa_s->conf->num_prio; prio++) {
  636. for (ssid = wpa_s->conf->pssid[prio]; ssid; ssid = ssid->pnext)
  637. {
  638. if (ssid->disabled)
  639. continue;
  640. if (ssid->mode == IEEE80211_MODE_IBSS ||
  641. ssid->mode == IEEE80211_MODE_AP)
  642. return ssid;
  643. }
  644. }
  645. return NULL;
  646. }
  647. /* TODO: move the rsn_preauth_scan_result*() to be called from notify.c based
  648. * on BSS added and BSS changed events */
  649. static void wpa_supplicant_rsn_preauth_scan_results(
  650. struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res)
  651. {
  652. int i;
  653. if (rsn_preauth_scan_results(wpa_s->wpa) < 0)
  654. return;
  655. for (i = scan_res->num - 1; i >= 0; i--) {
  656. const u8 *ssid, *rsn;
  657. struct wpa_scan_res *r;
  658. r = scan_res->res[i];
  659. ssid = wpa_scan_get_ie(r, WLAN_EID_SSID);
  660. if (ssid == NULL)
  661. continue;
  662. rsn = wpa_scan_get_ie(r, WLAN_EID_RSN);
  663. if (rsn == NULL)
  664. continue;
  665. rsn_preauth_scan_result(wpa_s->wpa, r->bssid, ssid, rsn);
  666. }
  667. }
  668. static int wpa_supplicant_need_to_roam(struct wpa_supplicant *wpa_s,
  669. struct wpa_bss *selected,
  670. struct wpa_ssid *ssid,
  671. struct wpa_scan_results *scan_res)
  672. {
  673. size_t i;
  674. struct wpa_scan_res *current_bss = NULL;
  675. int min_diff;
  676. if (wpa_s->reassociate)
  677. return 1; /* explicit request to reassociate */
  678. if (wpa_s->wpa_state < WPA_ASSOCIATED)
  679. return 1; /* we are not associated; continue */
  680. if (wpa_s->current_ssid == NULL)
  681. return 1; /* unknown current SSID */
  682. if (wpa_s->current_ssid != ssid)
  683. return 1; /* different network block */
  684. for (i = 0; i < scan_res->num; i++) {
  685. struct wpa_scan_res *res = scan_res->res[i];
  686. const u8 *ie;
  687. if (os_memcmp(res->bssid, wpa_s->bssid, ETH_ALEN) != 0)
  688. continue;
  689. ie = wpa_scan_get_ie(res, WLAN_EID_SSID);
  690. if (ie == NULL)
  691. continue;
  692. if (ie[1] != wpa_s->current_ssid->ssid_len ||
  693. os_memcmp(ie + 2, wpa_s->current_ssid->ssid, ie[1]) != 0)
  694. continue;
  695. current_bss = res;
  696. break;
  697. }
  698. if (!current_bss)
  699. return 1; /* current BSS not seen in scan results */
  700. wpa_printf(MSG_DEBUG, "Considering within-ESS reassociation");
  701. wpa_printf(MSG_DEBUG, "Current BSS: " MACSTR " level=%d",
  702. MAC2STR(current_bss->bssid), current_bss->level);
  703. wpa_printf(MSG_DEBUG, "Selected BSS: " MACSTR " level=%d",
  704. MAC2STR(selected->bssid), selected->level);
  705. if (wpa_s->current_ssid->bssid_set &&
  706. os_memcmp(selected->bssid, wpa_s->current_ssid->bssid, ETH_ALEN) ==
  707. 0) {
  708. wpa_printf(MSG_DEBUG, "Allow reassociation - selected BSS has "
  709. "preferred BSSID");
  710. return 1;
  711. }
  712. min_diff = 2;
  713. if (current_bss->level < 0) {
  714. if (current_bss->level < -85)
  715. min_diff = 1;
  716. else if (current_bss->level < -80)
  717. min_diff = 2;
  718. else if (current_bss->level < -75)
  719. min_diff = 3;
  720. else if (current_bss->level < -70)
  721. min_diff = 4;
  722. else
  723. min_diff = 5;
  724. }
  725. if (abs(current_bss->level - selected->level) < min_diff) {
  726. wpa_printf(MSG_DEBUG, "Skip roam - too small difference in "
  727. "signal level");
  728. return 0;
  729. }
  730. return 1;
  731. }
  732. static void wpa_supplicant_event_scan_results(struct wpa_supplicant *wpa_s,
  733. union wpa_event_data *data)
  734. {
  735. struct wpa_bss *selected;
  736. struct wpa_ssid *ssid = NULL;
  737. struct wpa_scan_results *scan_res;
  738. int ap = 0;
  739. #ifdef CONFIG_AP
  740. if (wpa_s->ap_iface)
  741. ap = 1;
  742. #endif /* CONFIG_AP */
  743. wpa_supplicant_notify_scanning(wpa_s, 0);
  744. scan_res = wpa_supplicant_get_scan_results(wpa_s,
  745. data ? &data->scan_info :
  746. NULL, 1);
  747. if (scan_res == NULL) {
  748. if (wpa_s->conf->ap_scan == 2 || ap)
  749. return;
  750. wpa_printf(MSG_DEBUG, "Failed to get scan results - try "
  751. "scanning again");
  752. wpa_supplicant_req_new_scan(wpa_s, 1, 0);
  753. return;
  754. }
  755. if (wpa_s->scan_res_handler) {
  756. wpa_s->scan_res_handler(wpa_s, scan_res);
  757. wpa_s->scan_res_handler = NULL;
  758. wpa_scan_results_free(scan_res);
  759. return;
  760. }
  761. if (ap) {
  762. wpa_printf(MSG_DEBUG, "Ignore scan results in AP mode");
  763. wpa_scan_results_free(scan_res);
  764. return;
  765. }
  766. wpa_printf(MSG_DEBUG, "New scan results available");
  767. wpa_msg_ctrl(wpa_s, MSG_INFO, WPA_EVENT_SCAN_RESULTS);
  768. wpas_notify_scan_results(wpa_s);
  769. wpas_notify_scan_done(wpa_s, 1);
  770. if ((wpa_s->conf->ap_scan == 2 && !wpas_wps_searching(wpa_s))) {
  771. wpa_scan_results_free(scan_res);
  772. return;
  773. }
  774. if (wpa_s->disconnected) {
  775. wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
  776. wpa_scan_results_free(scan_res);
  777. return;
  778. }
  779. if (bgscan_notify_scan(wpa_s, scan_res) == 1) {
  780. wpa_scan_results_free(scan_res);
  781. return;
  782. }
  783. wpa_supplicant_rsn_preauth_scan_results(wpa_s, scan_res);
  784. selected = wpa_supplicant_pick_network(wpa_s, scan_res, &ssid);
  785. if (selected) {
  786. int skip;
  787. skip = !wpa_supplicant_need_to_roam(wpa_s, selected, ssid,
  788. scan_res);
  789. wpa_scan_results_free(scan_res);
  790. if (skip)
  791. return;
  792. wpa_supplicant_connect(wpa_s, selected, ssid);
  793. } else {
  794. wpa_scan_results_free(scan_res);
  795. wpa_printf(MSG_DEBUG, "No suitable network found");
  796. ssid = wpa_supplicant_pick_new_network(wpa_s);
  797. if (ssid) {
  798. wpa_printf(MSG_DEBUG, "Setup a new network");
  799. wpa_supplicant_associate(wpa_s, NULL, ssid);
  800. } else {
  801. int timeout_sec = 5;
  802. int timeout_usec = 0;
  803. wpa_supplicant_req_new_scan(wpa_s, timeout_sec,
  804. timeout_usec);
  805. }
  806. }
  807. }
  808. #endif /* CONFIG_NO_SCAN_PROCESSING */
  809. static int wpa_supplicant_event_associnfo(struct wpa_supplicant *wpa_s,
  810. union wpa_event_data *data)
  811. {
  812. int l, len, found = 0, wpa_found, rsn_found;
  813. const u8 *p;
  814. wpa_printf(MSG_DEBUG, "Association info event");
  815. if (data->assoc_info.req_ies)
  816. wpa_hexdump(MSG_DEBUG, "req_ies", data->assoc_info.req_ies,
  817. data->assoc_info.req_ies_len);
  818. if (data->assoc_info.resp_ies)
  819. wpa_hexdump(MSG_DEBUG, "resp_ies", data->assoc_info.resp_ies,
  820. data->assoc_info.resp_ies_len);
  821. if (data->assoc_info.beacon_ies)
  822. wpa_hexdump(MSG_DEBUG, "beacon_ies",
  823. data->assoc_info.beacon_ies,
  824. data->assoc_info.beacon_ies_len);
  825. if (data->assoc_info.freq)
  826. wpa_printf(MSG_DEBUG, "freq=%u MHz", data->assoc_info.freq);
  827. p = data->assoc_info.req_ies;
  828. l = data->assoc_info.req_ies_len;
  829. /* Go through the IEs and make a copy of the WPA/RSN IE, if present. */
  830. while (p && l >= 2) {
  831. len = p[1] + 2;
  832. if (len > l) {
  833. wpa_hexdump(MSG_DEBUG, "Truncated IE in assoc_info",
  834. p, l);
  835. break;
  836. }
  837. if ((p[0] == WLAN_EID_VENDOR_SPECIFIC && p[1] >= 6 &&
  838. (os_memcmp(&p[2], "\x00\x50\xF2\x01\x01\x00", 6) == 0)) ||
  839. (p[0] == WLAN_EID_RSN && p[1] >= 2)) {
  840. if (wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, p, len))
  841. break;
  842. found = 1;
  843. wpa_find_assoc_pmkid(wpa_s);
  844. break;
  845. }
  846. l -= len;
  847. p += len;
  848. }
  849. if (!found && data->assoc_info.req_ies)
  850. wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
  851. #ifdef CONFIG_IEEE80211R
  852. #ifdef CONFIG_SME
  853. if (wpa_s->sme.auth_alg == WPA_AUTH_ALG_FT) {
  854. u8 bssid[ETH_ALEN];
  855. if (wpa_drv_get_bssid(wpa_s, bssid) < 0 ||
  856. wpa_ft_validate_reassoc_resp(wpa_s->wpa,
  857. data->assoc_info.resp_ies,
  858. data->assoc_info.resp_ies_len,
  859. bssid) < 0) {
  860. wpa_printf(MSG_DEBUG, "FT: Validation of "
  861. "Reassociation Response failed");
  862. wpa_supplicant_deauthenticate(
  863. wpa_s, WLAN_REASON_INVALID_IE);
  864. return -1;
  865. }
  866. }
  867. p = data->assoc_info.resp_ies;
  868. l = data->assoc_info.resp_ies_len;
  869. /* Go through the IEs and make a copy of the MDIE, if present. */
  870. while (p && l >= 2) {
  871. len = p[1] + 2;
  872. if (len > l) {
  873. wpa_hexdump(MSG_DEBUG, "Truncated IE in assoc_info",
  874. p, l);
  875. break;
  876. }
  877. if (p[0] == WLAN_EID_MOBILITY_DOMAIN &&
  878. p[1] >= MOBILITY_DOMAIN_ID_LEN) {
  879. wpa_s->sme.ft_used = 1;
  880. os_memcpy(wpa_s->sme.mobility_domain, p + 2,
  881. MOBILITY_DOMAIN_ID_LEN);
  882. break;
  883. }
  884. l -= len;
  885. p += len;
  886. }
  887. #endif /* CONFIG_SME */
  888. wpa_sm_set_ft_params(wpa_s->wpa, data->assoc_info.resp_ies,
  889. data->assoc_info.resp_ies_len);
  890. #endif /* CONFIG_IEEE80211R */
  891. /* WPA/RSN IE from Beacon/ProbeResp */
  892. p = data->assoc_info.beacon_ies;
  893. l = data->assoc_info.beacon_ies_len;
  894. /* Go through the IEs and make a copy of the WPA/RSN IEs, if present.
  895. */
  896. wpa_found = rsn_found = 0;
  897. while (p && l >= 2) {
  898. len = p[1] + 2;
  899. if (len > l) {
  900. wpa_hexdump(MSG_DEBUG, "Truncated IE in beacon_ies",
  901. p, l);
  902. break;
  903. }
  904. if (!wpa_found &&
  905. p[0] == WLAN_EID_VENDOR_SPECIFIC && p[1] >= 6 &&
  906. os_memcmp(&p[2], "\x00\x50\xF2\x01\x01\x00", 6) == 0) {
  907. wpa_found = 1;
  908. wpa_sm_set_ap_wpa_ie(wpa_s->wpa, p, len);
  909. }
  910. if (!rsn_found &&
  911. p[0] == WLAN_EID_RSN && p[1] >= 2) {
  912. rsn_found = 1;
  913. wpa_sm_set_ap_rsn_ie(wpa_s->wpa, p, len);
  914. }
  915. l -= len;
  916. p += len;
  917. }
  918. if (!wpa_found && data->assoc_info.beacon_ies)
  919. wpa_sm_set_ap_wpa_ie(wpa_s->wpa, NULL, 0);
  920. if (!rsn_found && data->assoc_info.beacon_ies)
  921. wpa_sm_set_ap_rsn_ie(wpa_s->wpa, NULL, 0);
  922. if (wpa_found || rsn_found)
  923. wpa_s->ap_ies_from_associnfo = 1;
  924. wpa_s->assoc_freq = data->assoc_info.freq;
  925. return 0;
  926. }
  927. static void wpa_supplicant_event_assoc(struct wpa_supplicant *wpa_s,
  928. union wpa_event_data *data)
  929. {
  930. u8 bssid[ETH_ALEN];
  931. int ft_completed;
  932. int bssid_changed;
  933. struct wpa_driver_capa capa;
  934. #ifdef CONFIG_AP
  935. if (wpa_s->ap_iface) {
  936. hostapd_notif_assoc(wpa_s->ap_iface->bss[0],
  937. data->assoc_info.addr,
  938. data->assoc_info.req_ies,
  939. data->assoc_info.req_ies_len);
  940. return;
  941. }
  942. #endif /* CONFIG_AP */
  943. ft_completed = wpa_ft_is_completed(wpa_s->wpa);
  944. if (data && wpa_supplicant_event_associnfo(wpa_s, data) < 0)
  945. return;
  946. wpa_supplicant_set_state(wpa_s, WPA_ASSOCIATED);
  947. if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_USER_SPACE_MLME)
  948. os_memcpy(bssid, wpa_s->bssid, ETH_ALEN);
  949. if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_USER_SPACE_MLME) ||
  950. (wpa_drv_get_bssid(wpa_s, bssid) >= 0 &&
  951. os_memcmp(bssid, wpa_s->bssid, ETH_ALEN) != 0)) {
  952. wpa_msg(wpa_s, MSG_DEBUG, "Associated to a new BSS: BSSID="
  953. MACSTR, MAC2STR(bssid));
  954. bssid_changed = os_memcmp(wpa_s->bssid, bssid, ETH_ALEN);
  955. os_memcpy(wpa_s->bssid, bssid, ETH_ALEN);
  956. os_memset(wpa_s->pending_bssid, 0, ETH_ALEN);
  957. if (bssid_changed)
  958. wpas_notify_bssid_changed(wpa_s);
  959. if (wpa_supplicant_dynamic_keys(wpa_s) && !ft_completed) {
  960. wpa_clear_keys(wpa_s, bssid);
  961. }
  962. if (wpa_supplicant_select_config(wpa_s) < 0) {
  963. wpa_supplicant_disassociate(
  964. wpa_s, WLAN_REASON_DEAUTH_LEAVING);
  965. return;
  966. }
  967. if (wpa_s->current_ssid) {
  968. struct wpa_bss *bss = NULL;
  969. struct wpa_ssid *ssid = wpa_s->current_ssid;
  970. if (ssid->ssid_len > 0)
  971. bss = wpa_bss_get(wpa_s, bssid,
  972. ssid->ssid, ssid->ssid_len);
  973. if (!bss)
  974. bss = wpa_bss_get_bssid(wpa_s, bssid);
  975. if (bss)
  976. wpa_s->current_bss = bss;
  977. }
  978. }
  979. #ifdef CONFIG_SME
  980. os_memcpy(wpa_s->sme.prev_bssid, bssid, ETH_ALEN);
  981. wpa_s->sme.prev_bssid_set = 1;
  982. #endif /* CONFIG_SME */
  983. wpa_msg(wpa_s, MSG_INFO, "Associated with " MACSTR, MAC2STR(bssid));
  984. if (wpa_s->current_ssid) {
  985. /* When using scanning (ap_scan=1), SIM PC/SC interface can be
  986. * initialized before association, but for other modes,
  987. * initialize PC/SC here, if the current configuration needs
  988. * smartcard or SIM/USIM. */
  989. wpa_supplicant_scard_init(wpa_s, wpa_s->current_ssid);
  990. }
  991. wpa_sm_notify_assoc(wpa_s->wpa, bssid);
  992. if (wpa_s->l2)
  993. l2_packet_notify_auth_start(wpa_s->l2);
  994. /*
  995. * Set portEnabled first to FALSE in order to get EAP state machine out
  996. * of the SUCCESS state and eapSuccess cleared. Without this, EAPOL PAE
  997. * state machine may transit to AUTHENTICATING state based on obsolete
  998. * eapSuccess and then trigger BE_AUTH to SUCCESS and PAE to
  999. * AUTHENTICATED without ever giving chance to EAP state machine to
  1000. * reset the state.
  1001. */
  1002. if (!ft_completed) {
  1003. eapol_sm_notify_portEnabled(wpa_s->eapol, FALSE);
  1004. eapol_sm_notify_portValid(wpa_s->eapol, FALSE);
  1005. }
  1006. if (wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt) || ft_completed)
  1007. eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
  1008. /* 802.1X::portControl = Auto */
  1009. eapol_sm_notify_portEnabled(wpa_s->eapol, TRUE);
  1010. wpa_s->eapol_received = 0;
  1011. if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE ||
  1012. wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE ||
  1013. (wpa_s->current_ssid &&
  1014. wpa_s->current_ssid->mode == IEEE80211_MODE_IBSS)) {
  1015. wpa_supplicant_cancel_auth_timeout(wpa_s);
  1016. wpa_supplicant_set_state(wpa_s, WPA_COMPLETED);
  1017. } else if (!ft_completed) {
  1018. /* Timeout for receiving the first EAPOL packet */
  1019. wpa_supplicant_req_auth_timeout(wpa_s, 10, 0);
  1020. }
  1021. wpa_supplicant_cancel_scan(wpa_s);
  1022. if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE) &&
  1023. wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt)) {
  1024. /*
  1025. * We are done; the driver will take care of RSN 4-way
  1026. * handshake.
  1027. */
  1028. wpa_supplicant_cancel_auth_timeout(wpa_s);
  1029. wpa_supplicant_set_state(wpa_s, WPA_COMPLETED);
  1030. eapol_sm_notify_portValid(wpa_s->eapol, TRUE);
  1031. eapol_sm_notify_eap_success(wpa_s->eapol, TRUE);
  1032. }
  1033. if (wpa_s->pending_eapol_rx) {
  1034. struct os_time now, age;
  1035. os_get_time(&now);
  1036. os_time_sub(&now, &wpa_s->pending_eapol_rx_time, &age);
  1037. if (age.sec == 0 && age.usec < 100000 &&
  1038. os_memcmp(wpa_s->pending_eapol_rx_src, bssid, ETH_ALEN) ==
  1039. 0) {
  1040. wpa_printf(MSG_DEBUG, "Process pending EAPOL frame "
  1041. "that was received just before association "
  1042. "notification");
  1043. wpa_supplicant_rx_eapol(
  1044. wpa_s, wpa_s->pending_eapol_rx_src,
  1045. wpabuf_head(wpa_s->pending_eapol_rx),
  1046. wpabuf_len(wpa_s->pending_eapol_rx));
  1047. }
  1048. wpabuf_free(wpa_s->pending_eapol_rx);
  1049. wpa_s->pending_eapol_rx = NULL;
  1050. }
  1051. #ifdef CONFIG_BGSCAN
  1052. if (wpa_s->current_ssid != wpa_s->bgscan_ssid) {
  1053. bgscan_deinit(wpa_s);
  1054. if (wpa_s->current_ssid && wpa_s->current_ssid->bgscan) {
  1055. if (bgscan_init(wpa_s, wpa_s->current_ssid)) {
  1056. wpa_printf(MSG_DEBUG, "Failed to initialize "
  1057. "bgscan");
  1058. /*
  1059. * Live without bgscan; it is only used as a
  1060. * roaming optimization, so the initial
  1061. * connection is not affected.
  1062. */
  1063. } else
  1064. wpa_s->bgscan_ssid = wpa_s->current_ssid;
  1065. } else
  1066. wpa_s->bgscan_ssid = NULL;
  1067. }
  1068. #endif /* CONFIG_BGSCAN */
  1069. if ((wpa_s->key_mgmt == WPA_KEY_MGMT_NONE ||
  1070. wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) &&
  1071. wpa_s->current_ssid && wpa_drv_get_capa(wpa_s, &capa) == 0 &&
  1072. capa.flags & WPA_DRIVER_FLAGS_SET_KEYS_AFTER_ASSOC_DONE) {
  1073. /* Set static WEP keys again */
  1074. wpa_set_wep_keys(wpa_s, wpa_s->current_ssid);
  1075. }
  1076. }
  1077. static void wpa_supplicant_event_disassoc(struct wpa_supplicant *wpa_s,
  1078. u16 reason_code)
  1079. {
  1080. const u8 *bssid;
  1081. #ifdef CONFIG_SME
  1082. int authenticating;
  1083. u8 prev_pending_bssid[ETH_ALEN];
  1084. authenticating = wpa_s->wpa_state == WPA_AUTHENTICATING;
  1085. os_memcpy(prev_pending_bssid, wpa_s->pending_bssid, ETH_ALEN);
  1086. #endif /* CONFIG_SME */
  1087. if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE) {
  1088. /*
  1089. * At least Host AP driver and a Prism3 card seemed to be
  1090. * generating streams of disconnected events when configuring
  1091. * IBSS for WPA-None. Ignore them for now.
  1092. */
  1093. wpa_printf(MSG_DEBUG, "Disconnect event - ignore in "
  1094. "IBSS/WPA-None mode");
  1095. return;
  1096. }
  1097. if (wpa_s->wpa_state == WPA_4WAY_HANDSHAKE &&
  1098. wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt)) {
  1099. wpa_msg(wpa_s, MSG_INFO, "WPA: 4-Way Handshake failed - "
  1100. "pre-shared key may be incorrect");
  1101. }
  1102. if (wpa_s->wpa_state >= WPA_ASSOCIATED)
  1103. wpa_supplicant_req_scan(wpa_s, 0, 100000);
  1104. bssid = wpa_s->bssid;
  1105. if (is_zero_ether_addr(bssid))
  1106. bssid = wpa_s->pending_bssid;
  1107. wpa_blacklist_add(wpa_s, bssid);
  1108. wpa_sm_notify_disassoc(wpa_s->wpa);
  1109. wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_DISCONNECTED "bssid=" MACSTR
  1110. " reason=%d",
  1111. MAC2STR(bssid), reason_code);
  1112. if (wpa_supplicant_dynamic_keys(wpa_s)) {
  1113. wpa_printf(MSG_DEBUG, "Disconnect event - remove keys");
  1114. wpa_s->keys_cleared = 0;
  1115. wpa_clear_keys(wpa_s, wpa_s->bssid);
  1116. }
  1117. wpa_supplicant_mark_disassoc(wpa_s);
  1118. bgscan_deinit(wpa_s);
  1119. wpa_s->bgscan_ssid = NULL;
  1120. #ifdef CONFIG_SME
  1121. if (authenticating &&
  1122. (wpa_s->drv_flags & WPA_DRIVER_FLAGS_SME)) {
  1123. /*
  1124. * mac80211-workaround to force deauth on failed auth cmd,
  1125. * requires us to remain in authenticating state to allow the
  1126. * second authentication attempt to be continued properly.
  1127. */
  1128. wpa_printf(MSG_DEBUG, "SME: Allow pending authentication to "
  1129. "proceed after disconnection event");
  1130. wpa_supplicant_set_state(wpa_s, WPA_AUTHENTICATING);
  1131. os_memcpy(wpa_s->pending_bssid, prev_pending_bssid, ETH_ALEN);
  1132. }
  1133. #endif /* CONFIG_SME */
  1134. }
  1135. #ifdef CONFIG_DELAYED_MIC_ERROR_REPORT
  1136. static void wpa_supplicant_delayed_mic_error_report(void *eloop_ctx,
  1137. void *sock_ctx)
  1138. {
  1139. struct wpa_supplicant *wpa_s = eloop_ctx;
  1140. if (!wpa_s->pending_mic_error_report)
  1141. return;
  1142. wpa_printf(MSG_DEBUG, "WPA: Sending pending MIC error report");
  1143. wpa_sm_key_request(wpa_s->wpa, 1, wpa_s->pending_mic_error_pairwise);
  1144. wpa_s->pending_mic_error_report = 0;
  1145. }
  1146. #endif /* CONFIG_DELAYED_MIC_ERROR_REPORT */
  1147. static void
  1148. wpa_supplicant_event_michael_mic_failure(struct wpa_supplicant *wpa_s,
  1149. union wpa_event_data *data)
  1150. {
  1151. int pairwise;
  1152. struct os_time t;
  1153. wpa_msg(wpa_s, MSG_WARNING, "Michael MIC failure detected");
  1154. pairwise = (data && data->michael_mic_failure.unicast);
  1155. os_get_time(&t);
  1156. if ((wpa_s->last_michael_mic_error &&
  1157. t.sec - wpa_s->last_michael_mic_error <= 60) ||
  1158. wpa_s->pending_mic_error_report) {
  1159. if (wpa_s->pending_mic_error_report) {
  1160. /*
  1161. * Send the pending MIC error report immediately since
  1162. * we are going to start countermeasures and AP better
  1163. * do the same.
  1164. */
  1165. wpa_sm_key_request(wpa_s->wpa, 1,
  1166. wpa_s->pending_mic_error_pairwise);
  1167. }
  1168. /* Send the new MIC error report immediately since we are going
  1169. * to start countermeasures and AP better do the same.
  1170. */
  1171. wpa_sm_key_request(wpa_s->wpa, 1, pairwise);
  1172. /* initialize countermeasures */
  1173. wpa_s->countermeasures = 1;
  1174. wpa_msg(wpa_s, MSG_WARNING, "TKIP countermeasures started");
  1175. /*
  1176. * Need to wait for completion of request frame. We do not get
  1177. * any callback for the message completion, so just wait a
  1178. * short while and hope for the best. */
  1179. os_sleep(0, 10000);
  1180. wpa_drv_set_countermeasures(wpa_s, 1);
  1181. wpa_supplicant_deauthenticate(wpa_s,
  1182. WLAN_REASON_MICHAEL_MIC_FAILURE);
  1183. eloop_cancel_timeout(wpa_supplicant_stop_countermeasures,
  1184. wpa_s, NULL);
  1185. eloop_register_timeout(60, 0,
  1186. wpa_supplicant_stop_countermeasures,
  1187. wpa_s, NULL);
  1188. /* TODO: mark the AP rejected for 60 second. STA is
  1189. * allowed to associate with another AP.. */
  1190. } else {
  1191. #ifdef CONFIG_DELAYED_MIC_ERROR_REPORT
  1192. if (wpa_s->mic_errors_seen) {
  1193. /*
  1194. * Reduce the effectiveness of Michael MIC error
  1195. * reports as a means for attacking against TKIP if
  1196. * more than one MIC failure is noticed with the same
  1197. * PTK. We delay the transmission of the reports by a
  1198. * random time between 0 and 60 seconds in order to
  1199. * force the attacker wait 60 seconds before getting
  1200. * the information on whether a frame resulted in a MIC
  1201. * failure.
  1202. */
  1203. u8 rval[4];
  1204. int sec;
  1205. if (os_get_random(rval, sizeof(rval)) < 0)
  1206. sec = os_random() % 60;
  1207. else
  1208. sec = WPA_GET_BE32(rval) % 60;
  1209. wpa_printf(MSG_DEBUG, "WPA: Delay MIC error report %d "
  1210. "seconds", sec);
  1211. wpa_s->pending_mic_error_report = 1;
  1212. wpa_s->pending_mic_error_pairwise = pairwise;
  1213. eloop_cancel_timeout(
  1214. wpa_supplicant_delayed_mic_error_report,
  1215. wpa_s, NULL);
  1216. eloop_register_timeout(
  1217. sec, os_random() % 1000000,
  1218. wpa_supplicant_delayed_mic_error_report,
  1219. wpa_s, NULL);
  1220. } else {
  1221. wpa_sm_key_request(wpa_s->wpa, 1, pairwise);
  1222. }
  1223. #else /* CONFIG_DELAYED_MIC_ERROR_REPORT */
  1224. wpa_sm_key_request(wpa_s->wpa, 1, pairwise);
  1225. #endif /* CONFIG_DELAYED_MIC_ERROR_REPORT */
  1226. }
  1227. wpa_s->last_michael_mic_error = t.sec;
  1228. wpa_s->mic_errors_seen++;
  1229. }
  1230. #ifdef CONFIG_TERMINATE_ONLASTIF
  1231. static int any_interfaces(struct wpa_supplicant *head)
  1232. {
  1233. struct wpa_supplicant *wpa_s;
  1234. for (wpa_s = head; wpa_s != NULL; wpa_s = wpa_s->next)
  1235. if (!wpa_s->interface_removed)
  1236. return 1;
  1237. return 0;
  1238. }
  1239. #endif /* CONFIG_TERMINATE_ONLASTIF */
  1240. static void
  1241. wpa_supplicant_event_interface_status(struct wpa_supplicant *wpa_s,
  1242. union wpa_event_data *data)
  1243. {
  1244. if (os_strcmp(wpa_s->ifname, data->interface_status.ifname) != 0)
  1245. return;
  1246. switch (data->interface_status.ievent) {
  1247. case EVENT_INTERFACE_ADDED:
  1248. if (!wpa_s->interface_removed)
  1249. break;
  1250. wpa_s->interface_removed = 0;
  1251. wpa_printf(MSG_DEBUG, "Configured interface was added.");
  1252. if (wpa_supplicant_driver_init(wpa_s) < 0) {
  1253. wpa_printf(MSG_INFO, "Failed to initialize the driver "
  1254. "after interface was added.");
  1255. }
  1256. break;
  1257. case EVENT_INTERFACE_REMOVED:
  1258. wpa_printf(MSG_DEBUG, "Configured interface was removed.");
  1259. wpa_s->interface_removed = 1;
  1260. wpa_supplicant_mark_disassoc(wpa_s);
  1261. l2_packet_deinit(wpa_s->l2);
  1262. wpa_s->l2 = NULL;
  1263. #ifdef CONFIG_TERMINATE_ONLASTIF
  1264. /* check if last interface */
  1265. if (!any_interfaces(wpa_s->global->ifaces))
  1266. eloop_terminate();
  1267. #endif /* CONFIG_TERMINATE_ONLASTIF */
  1268. break;
  1269. }
  1270. }
  1271. #ifdef CONFIG_PEERKEY
  1272. static void
  1273. wpa_supplicant_event_stkstart(struct wpa_supplicant *wpa_s,
  1274. union wpa_event_data *data)
  1275. {
  1276. if (data == NULL)
  1277. return;
  1278. wpa_sm_stkstart(wpa_s->wpa, data->stkstart.peer);
  1279. }
  1280. #endif /* CONFIG_PEERKEY */
  1281. #ifdef CONFIG_IEEE80211R
  1282. static void
  1283. wpa_supplicant_event_ft_response(struct wpa_supplicant *wpa_s,
  1284. union wpa_event_data *data)
  1285. {
  1286. if (data == NULL)
  1287. return;
  1288. if (wpa_ft_process_response(wpa_s->wpa, data->ft_ies.ies,
  1289. data->ft_ies.ies_len,
  1290. data->ft_ies.ft_action,
  1291. data->ft_ies.target_ap,
  1292. data->ft_ies.ric_ies,
  1293. data->ft_ies.ric_ies_len) < 0) {
  1294. /* TODO: prevent MLME/driver from trying to associate? */
  1295. }
  1296. }
  1297. #endif /* CONFIG_IEEE80211R */
  1298. #ifdef CONFIG_IBSS_RSN
  1299. static void wpa_supplicant_event_ibss_rsn_start(struct wpa_supplicant *wpa_s,
  1300. union wpa_event_data *data)
  1301. {
  1302. if (data == NULL)
  1303. return;
  1304. ibss_rsn_start(wpa_s->ibss_rsn, data->ibss_rsn_start.peer);
  1305. }
  1306. #endif /* CONFIG_IBSS_RSN */
  1307. #ifdef CONFIG_IEEE80211R
  1308. static void ft_rx_action(struct wpa_supplicant *wpa_s, const u8 *data,
  1309. size_t len)
  1310. {
  1311. const u8 *sta_addr, *target_ap_addr;
  1312. u16 status;
  1313. wpa_hexdump(MSG_MSGDUMP, "FT: RX Action", data, len);
  1314. if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_SME))
  1315. return; /* only SME case supported for now */
  1316. if (len < 1 + 2 * ETH_ALEN + 2)
  1317. return;
  1318. if (data[0] != 2)
  1319. return; /* Only FT Action Response is supported for now */
  1320. sta_addr = data + 1;
  1321. target_ap_addr = data + 1 + ETH_ALEN;
  1322. status = WPA_GET_LE16(data + 1 + 2 * ETH_ALEN);
  1323. wpa_printf(MSG_DEBUG, "FT: Received FT Action Response: STA " MACSTR
  1324. " TargetAP " MACSTR " status %u",
  1325. MAC2STR(sta_addr), MAC2STR(target_ap_addr), status);
  1326. if (os_memcmp(sta_addr, wpa_s->own_addr, ETH_ALEN) != 0) {
  1327. wpa_printf(MSG_DEBUG, "FT: Foreign STA Address " MACSTR
  1328. " in FT Action Response", MAC2STR(sta_addr));
  1329. return;
  1330. }
  1331. if (status) {
  1332. wpa_printf(MSG_DEBUG, "FT: FT Action Response indicates "
  1333. "failure (status code %d)", status);
  1334. /* TODO: report error to FT code(?) */
  1335. return;
  1336. }
  1337. if (wpa_ft_process_response(wpa_s->wpa, data + 1 + 2 * ETH_ALEN + 2,
  1338. len - (1 + 2 * ETH_ALEN + 2), 1,
  1339. target_ap_addr, NULL, 0) < 0)
  1340. return;
  1341. #ifdef CONFIG_SME
  1342. {
  1343. struct wpa_bss *bss;
  1344. bss = wpa_bss_get_bssid(wpa_s, target_ap_addr);
  1345. if (bss)
  1346. wpa_s->sme.freq = bss->freq;
  1347. wpa_s->sme.auth_alg = WPA_AUTH_ALG_FT;
  1348. sme_associate(wpa_s, WPAS_MODE_INFRA, target_ap_addr,
  1349. WLAN_AUTH_FT);
  1350. }
  1351. #endif /* CONFIG_SME */
  1352. }
  1353. #endif /* CONFIG_IEEE80211R */
  1354. void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
  1355. union wpa_event_data *data)
  1356. {
  1357. struct wpa_supplicant *wpa_s = ctx;
  1358. u16 reason_code = 0;
  1359. if (wpa_s->wpa_state == WPA_INTERFACE_DISABLED &&
  1360. event != EVENT_INTERFACE_ENABLED &&
  1361. event != EVENT_INTERFACE_STATUS) {
  1362. wpa_printf(MSG_DEBUG, "Ignore event %d while interface is "
  1363. "disabled", event);
  1364. return;
  1365. }
  1366. wpa_printf(MSG_DEBUG, "Event %d received on interface %s",
  1367. event, wpa_s->ifname);
  1368. switch (event) {
  1369. case EVENT_AUTH:
  1370. sme_event_auth(wpa_s, data);
  1371. break;
  1372. case EVENT_ASSOC:
  1373. wpa_supplicant_event_assoc(wpa_s, data);
  1374. break;
  1375. case EVENT_DISASSOC:
  1376. wpa_printf(MSG_DEBUG, "Disassociation notification");
  1377. #ifdef CONFIG_AP
  1378. if (wpa_s->ap_iface && data) {
  1379. hostapd_notif_disassoc(wpa_s->ap_iface->bss[0],
  1380. data->disassoc_info.addr);
  1381. break;
  1382. }
  1383. #endif /* CONFIG_AP */
  1384. if (data)
  1385. reason_code = data->deauth_info.reason_code;
  1386. if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_SME)
  1387. sme_event_disassoc(wpa_s, data);
  1388. /* fall through */
  1389. case EVENT_DEAUTH:
  1390. if (event == EVENT_DEAUTH) {
  1391. wpa_printf(MSG_DEBUG, "Deauthentication notification");
  1392. if (data)
  1393. reason_code = data->deauth_info.reason_code;
  1394. }
  1395. #ifdef CONFIG_AP
  1396. if (wpa_s->ap_iface && data) {
  1397. hostapd_notif_disassoc(wpa_s->ap_iface->bss[0],
  1398. data->deauth_info.addr);
  1399. break;
  1400. }
  1401. #endif /* CONFIG_AP */
  1402. wpa_supplicant_event_disassoc(wpa_s, reason_code);
  1403. break;
  1404. case EVENT_MICHAEL_MIC_FAILURE:
  1405. wpa_supplicant_event_michael_mic_failure(wpa_s, data);
  1406. break;
  1407. #ifndef CONFIG_NO_SCAN_PROCESSING
  1408. case EVENT_SCAN_RESULTS:
  1409. wpa_supplicant_event_scan_results(wpa_s, data);
  1410. break;
  1411. #endif /* CONFIG_NO_SCAN_PROCESSING */
  1412. case EVENT_ASSOCINFO:
  1413. wpa_supplicant_event_associnfo(wpa_s, data);
  1414. break;
  1415. case EVENT_INTERFACE_STATUS:
  1416. wpa_supplicant_event_interface_status(wpa_s, data);
  1417. break;
  1418. case EVENT_PMKID_CANDIDATE:
  1419. wpa_supplicant_event_pmkid_candidate(wpa_s, data);
  1420. break;
  1421. #ifdef CONFIG_PEERKEY
  1422. case EVENT_STKSTART:
  1423. wpa_supplicant_event_stkstart(wpa_s, data);
  1424. break;
  1425. #endif /* CONFIG_PEERKEY */
  1426. #ifdef CONFIG_IEEE80211R
  1427. case EVENT_FT_RESPONSE:
  1428. wpa_supplicant_event_ft_response(wpa_s, data);
  1429. break;
  1430. #endif /* CONFIG_IEEE80211R */
  1431. #ifdef CONFIG_IBSS_RSN
  1432. case EVENT_IBSS_RSN_START:
  1433. wpa_supplicant_event_ibss_rsn_start(wpa_s, data);
  1434. break;
  1435. #endif /* CONFIG_IBSS_RSN */
  1436. case EVENT_ASSOC_REJECT:
  1437. sme_event_assoc_reject(wpa_s, data);
  1438. break;
  1439. case EVENT_AUTH_TIMED_OUT:
  1440. sme_event_auth_timed_out(wpa_s, data);
  1441. break;
  1442. case EVENT_ASSOC_TIMED_OUT:
  1443. sme_event_assoc_timed_out(wpa_s, data);
  1444. break;
  1445. #ifdef CONFIG_AP
  1446. case EVENT_TX_STATUS:
  1447. if (wpa_s->ap_iface == NULL)
  1448. break;
  1449. switch (data->tx_status.type) {
  1450. case WLAN_FC_TYPE_MGMT:
  1451. ap_mgmt_tx_cb(wpa_s, data->tx_status.data,
  1452. data->tx_status.data_len,
  1453. data->tx_status.stype,
  1454. data->tx_status.ack);
  1455. break;
  1456. case WLAN_FC_TYPE_DATA:
  1457. ap_tx_status(wpa_s, data->tx_status.dst,
  1458. data->tx_status.data,
  1459. data->tx_status.data_len,
  1460. data->tx_status.ack);
  1461. break;
  1462. }
  1463. break;
  1464. case EVENT_RX_FROM_UNKNOWN:
  1465. if (wpa_s->ap_iface == NULL)
  1466. break;
  1467. ap_rx_from_unknown_sta(wpa_s, data->rx_from_unknown.frame,
  1468. data->rx_from_unknown.len);
  1469. break;
  1470. case EVENT_RX_MGMT:
  1471. if (wpa_s->ap_iface == NULL)
  1472. break;
  1473. ap_mgmt_rx(wpa_s, &data->rx_mgmt);
  1474. break;
  1475. #endif /* CONFIG_AP */
  1476. case EVENT_RX_ACTION:
  1477. wpa_printf(MSG_DEBUG, "Received Action frame: SA=" MACSTR
  1478. " Category=%u DataLen=%d freq=%d MHz",
  1479. MAC2STR(data->rx_action.sa),
  1480. data->rx_action.category, (int) data->rx_action.len,
  1481. data->rx_action.freq);
  1482. #ifdef CONFIG_IEEE80211R
  1483. if (data->rx_action.category == WLAN_ACTION_FT) {
  1484. ft_rx_action(wpa_s, data->rx_action.data,
  1485. data->rx_action.len);
  1486. break;
  1487. }
  1488. #endif /* CONFIG_IEEE80211R */
  1489. break;
  1490. #ifdef CONFIG_CLIENT_MLME
  1491. case EVENT_MLME_RX: {
  1492. struct ieee80211_rx_status rx_status;
  1493. os_memset(&rx_status, 0, sizeof(rx_status));
  1494. rx_status.freq = data->mlme_rx.freq;
  1495. rx_status.channel = data->mlme_rx.channel;
  1496. rx_status.ssi = data->mlme_rx.ssi;
  1497. ieee80211_sta_rx(wpa_s, data->mlme_rx.buf, data->mlme_rx.len,
  1498. &rx_status);
  1499. break;
  1500. }
  1501. #endif /* CONFIG_CLIENT_MLME */
  1502. case EVENT_EAPOL_RX:
  1503. wpa_supplicant_rx_eapol(wpa_s, data->eapol_rx.src,
  1504. data->eapol_rx.data,
  1505. data->eapol_rx.data_len);
  1506. break;
  1507. case EVENT_SIGNAL_CHANGE:
  1508. bgscan_notify_signal_change(
  1509. wpa_s, data->signal_change.above_threshold);
  1510. break;
  1511. case EVENT_INTERFACE_ENABLED:
  1512. wpa_printf(MSG_DEBUG, "Interface was enabled");
  1513. if (wpa_s->wpa_state == WPA_INTERFACE_DISABLED) {
  1514. wpa_supplicant_set_state(wpa_s,
  1515. WPA_DISCONNECTED);
  1516. wpa_supplicant_req_scan(wpa_s, 0, 0);
  1517. }
  1518. break;
  1519. case EVENT_INTERFACE_DISABLED:
  1520. wpa_printf(MSG_DEBUG, "Interface was disabled");
  1521. wpa_supplicant_mark_disassoc(wpa_s);
  1522. wpa_supplicant_set_state(wpa_s, WPA_INTERFACE_DISABLED);
  1523. break;
  1524. default:
  1525. wpa_printf(MSG_INFO, "Unknown event %d", event);
  1526. break;
  1527. }
  1528. }