events.c 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774
  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. if (data) {
  1378. wpa_printf(MSG_DEBUG, " * reason %u",
  1379. data->disassoc_info.reason_code);
  1380. if (data->disassoc_info.addr)
  1381. wpa_printf(MSG_DEBUG, " * address " MACSTR,
  1382. MAC2STR(data->disassoc_info.addr));
  1383. }
  1384. #ifdef CONFIG_AP
  1385. if (wpa_s->ap_iface && data) {
  1386. hostapd_notif_disassoc(wpa_s->ap_iface->bss[0],
  1387. data->disassoc_info.addr);
  1388. break;
  1389. }
  1390. #endif /* CONFIG_AP */
  1391. if (data)
  1392. reason_code = data->deauth_info.reason_code;
  1393. if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_SME)
  1394. sme_event_disassoc(wpa_s, data);
  1395. /* fall through */
  1396. case EVENT_DEAUTH:
  1397. if (event == EVENT_DEAUTH) {
  1398. wpa_printf(MSG_DEBUG, "Deauthentication notification");
  1399. if (data) {
  1400. reason_code = data->deauth_info.reason_code;
  1401. wpa_printf(MSG_DEBUG, " * reason %u",
  1402. data->deauth_info.reason_code);
  1403. if (data->deauth_info.addr) {
  1404. wpa_printf(MSG_DEBUG, " * address "
  1405. MACSTR,
  1406. MAC2STR(data->deauth_info.
  1407. addr));
  1408. }
  1409. }
  1410. }
  1411. #ifdef CONFIG_AP
  1412. if (wpa_s->ap_iface && data) {
  1413. hostapd_notif_disassoc(wpa_s->ap_iface->bss[0],
  1414. data->deauth_info.addr);
  1415. break;
  1416. }
  1417. #endif /* CONFIG_AP */
  1418. wpa_supplicant_event_disassoc(wpa_s, reason_code);
  1419. break;
  1420. case EVENT_MICHAEL_MIC_FAILURE:
  1421. wpa_supplicant_event_michael_mic_failure(wpa_s, data);
  1422. break;
  1423. #ifndef CONFIG_NO_SCAN_PROCESSING
  1424. case EVENT_SCAN_RESULTS:
  1425. wpa_supplicant_event_scan_results(wpa_s, data);
  1426. break;
  1427. #endif /* CONFIG_NO_SCAN_PROCESSING */
  1428. case EVENT_ASSOCINFO:
  1429. wpa_supplicant_event_associnfo(wpa_s, data);
  1430. break;
  1431. case EVENT_INTERFACE_STATUS:
  1432. wpa_supplicant_event_interface_status(wpa_s, data);
  1433. break;
  1434. case EVENT_PMKID_CANDIDATE:
  1435. wpa_supplicant_event_pmkid_candidate(wpa_s, data);
  1436. break;
  1437. #ifdef CONFIG_PEERKEY
  1438. case EVENT_STKSTART:
  1439. wpa_supplicant_event_stkstart(wpa_s, data);
  1440. break;
  1441. #endif /* CONFIG_PEERKEY */
  1442. #ifdef CONFIG_IEEE80211R
  1443. case EVENT_FT_RESPONSE:
  1444. wpa_supplicant_event_ft_response(wpa_s, data);
  1445. break;
  1446. #endif /* CONFIG_IEEE80211R */
  1447. #ifdef CONFIG_IBSS_RSN
  1448. case EVENT_IBSS_RSN_START:
  1449. wpa_supplicant_event_ibss_rsn_start(wpa_s, data);
  1450. break;
  1451. #endif /* CONFIG_IBSS_RSN */
  1452. case EVENT_ASSOC_REJECT:
  1453. sme_event_assoc_reject(wpa_s, data);
  1454. break;
  1455. case EVENT_AUTH_TIMED_OUT:
  1456. sme_event_auth_timed_out(wpa_s, data);
  1457. break;
  1458. case EVENT_ASSOC_TIMED_OUT:
  1459. sme_event_assoc_timed_out(wpa_s, data);
  1460. break;
  1461. #ifdef CONFIG_AP
  1462. case EVENT_TX_STATUS:
  1463. if (wpa_s->ap_iface == NULL)
  1464. break;
  1465. switch (data->tx_status.type) {
  1466. case WLAN_FC_TYPE_MGMT:
  1467. ap_mgmt_tx_cb(wpa_s, data->tx_status.data,
  1468. data->tx_status.data_len,
  1469. data->tx_status.stype,
  1470. data->tx_status.ack);
  1471. break;
  1472. case WLAN_FC_TYPE_DATA:
  1473. ap_tx_status(wpa_s, data->tx_status.dst,
  1474. data->tx_status.data,
  1475. data->tx_status.data_len,
  1476. data->tx_status.ack);
  1477. break;
  1478. }
  1479. break;
  1480. case EVENT_RX_FROM_UNKNOWN:
  1481. if (wpa_s->ap_iface == NULL)
  1482. break;
  1483. ap_rx_from_unknown_sta(wpa_s, data->rx_from_unknown.frame,
  1484. data->rx_from_unknown.len);
  1485. break;
  1486. case EVENT_RX_MGMT:
  1487. if (wpa_s->ap_iface == NULL)
  1488. break;
  1489. ap_mgmt_rx(wpa_s, &data->rx_mgmt);
  1490. break;
  1491. #endif /* CONFIG_AP */
  1492. case EVENT_RX_ACTION:
  1493. wpa_printf(MSG_DEBUG, "Received Action frame: SA=" MACSTR
  1494. " Category=%u DataLen=%d freq=%d MHz",
  1495. MAC2STR(data->rx_action.sa),
  1496. data->rx_action.category, (int) data->rx_action.len,
  1497. data->rx_action.freq);
  1498. #ifdef CONFIG_IEEE80211R
  1499. if (data->rx_action.category == WLAN_ACTION_FT) {
  1500. ft_rx_action(wpa_s, data->rx_action.data,
  1501. data->rx_action.len);
  1502. break;
  1503. }
  1504. #endif /* CONFIG_IEEE80211R */
  1505. break;
  1506. #ifdef CONFIG_CLIENT_MLME
  1507. case EVENT_MLME_RX: {
  1508. struct ieee80211_rx_status rx_status;
  1509. os_memset(&rx_status, 0, sizeof(rx_status));
  1510. rx_status.freq = data->mlme_rx.freq;
  1511. rx_status.channel = data->mlme_rx.channel;
  1512. rx_status.ssi = data->mlme_rx.ssi;
  1513. ieee80211_sta_rx(wpa_s, data->mlme_rx.buf, data->mlme_rx.len,
  1514. &rx_status);
  1515. break;
  1516. }
  1517. #endif /* CONFIG_CLIENT_MLME */
  1518. case EVENT_EAPOL_RX:
  1519. wpa_supplicant_rx_eapol(wpa_s, data->eapol_rx.src,
  1520. data->eapol_rx.data,
  1521. data->eapol_rx.data_len);
  1522. break;
  1523. case EVENT_SIGNAL_CHANGE:
  1524. bgscan_notify_signal_change(
  1525. wpa_s, data->signal_change.above_threshold);
  1526. break;
  1527. case EVENT_INTERFACE_ENABLED:
  1528. wpa_printf(MSG_DEBUG, "Interface was enabled");
  1529. if (wpa_s->wpa_state == WPA_INTERFACE_DISABLED) {
  1530. wpa_supplicant_set_state(wpa_s,
  1531. WPA_DISCONNECTED);
  1532. wpa_supplicant_req_scan(wpa_s, 0, 0);
  1533. }
  1534. break;
  1535. case EVENT_INTERFACE_DISABLED:
  1536. wpa_printf(MSG_DEBUG, "Interface was disabled");
  1537. wpa_supplicant_mark_disassoc(wpa_s);
  1538. wpa_supplicant_set_state(wpa_s, WPA_INTERFACE_DISABLED);
  1539. break;
  1540. default:
  1541. wpa_printf(MSG_INFO, "Unknown event %d", event);
  1542. break;
  1543. }
  1544. }