events.c 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757
  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",
  370. (int) i, MAC2STR(bss->bssid),
  371. wpa_ssid_txt(ssid_, ssid_len),
  372. wpa_ie_len, rsn_ie_len, bss->caps);
  373. e = wpa_blacklist_get(wpa_s, bss->bssid);
  374. if (e && e->count > 1) {
  375. wpa_printf(MSG_DEBUG, " skip - blacklisted");
  376. continue;
  377. }
  378. if (ssid_len == 0) {
  379. wpa_printf(MSG_DEBUG, " skip - SSID not known");
  380. continue;
  381. }
  382. if (wpa_ie_len == 0 && rsn_ie_len == 0) {
  383. wpa_printf(MSG_DEBUG, " skip - no WPA/RSN IE");
  384. continue;
  385. }
  386. for (ssid = group; ssid; ssid = ssid->pnext) {
  387. int check_ssid = 1;
  388. if (ssid->disabled) {
  389. wpa_printf(MSG_DEBUG, " skip - disabled");
  390. continue;
  391. }
  392. #ifdef CONFIG_WPS
  393. if (ssid->ssid_len == 0 &&
  394. wpas_wps_ssid_wildcard_ok(wpa_s, ssid, bss))
  395. check_ssid = 0;
  396. #endif /* CONFIG_WPS */
  397. if (check_ssid &&
  398. (ssid_len != ssid->ssid_len ||
  399. os_memcmp(ssid_, ssid->ssid, ssid_len) != 0)) {
  400. wpa_printf(MSG_DEBUG, " skip - "
  401. "SSID mismatch");
  402. continue;
  403. }
  404. if (ssid->bssid_set &&
  405. os_memcmp(bss->bssid, ssid->bssid, ETH_ALEN) != 0)
  406. {
  407. wpa_printf(MSG_DEBUG, " skip - "
  408. "BSSID mismatch");
  409. continue;
  410. }
  411. if (!wpa_supplicant_ssid_bss_match(wpa_s, ssid, bss))
  412. continue;
  413. if (!freq_allowed(ssid->freq_list, bss->freq)) {
  414. wpa_printf(MSG_DEBUG, " skip - "
  415. "frequency not allowed");
  416. continue;
  417. }
  418. wpa_printf(MSG_DEBUG, " selected WPA AP "
  419. MACSTR " ssid='%s'",
  420. MAC2STR(bss->bssid),
  421. wpa_ssid_txt(ssid_, ssid_len));
  422. *selected_ssid = ssid;
  423. return wpa_bss_get(wpa_s, bss->bssid, ssid_, ssid_len);
  424. }
  425. }
  426. return NULL;
  427. }
  428. static struct wpa_bss *
  429. wpa_supplicant_select_bss_non_wpa(struct wpa_supplicant *wpa_s,
  430. struct wpa_scan_results *scan_res,
  431. struct wpa_ssid *group,
  432. struct wpa_ssid **selected_ssid)
  433. {
  434. struct wpa_ssid *ssid;
  435. struct wpa_scan_res *bss;
  436. size_t i;
  437. struct wpa_blacklist *e;
  438. const u8 *ie;
  439. wpa_printf(MSG_DEBUG, "Try to find non-WPA AP");
  440. for (i = 0; i < scan_res->num; i++) {
  441. const u8 *ssid_;
  442. u8 wpa_ie_len, rsn_ie_len, ssid_len;
  443. bss = scan_res->res[i];
  444. ie = wpa_scan_get_ie(bss, WLAN_EID_SSID);
  445. ssid_ = ie ? ie + 2 : (u8 *) "";
  446. ssid_len = ie ? ie[1] : 0;
  447. ie = wpa_scan_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE);
  448. wpa_ie_len = ie ? ie[1] : 0;
  449. ie = wpa_scan_get_ie(bss, WLAN_EID_RSN);
  450. rsn_ie_len = ie ? ie[1] : 0;
  451. wpa_printf(MSG_DEBUG, "%d: " MACSTR " ssid='%s' "
  452. "wpa_ie_len=%u rsn_ie_len=%u caps=0x%x",
  453. (int) i, MAC2STR(bss->bssid),
  454. wpa_ssid_txt(ssid_, ssid_len),
  455. wpa_ie_len, rsn_ie_len, bss->caps);
  456. e = wpa_blacklist_get(wpa_s, bss->bssid);
  457. if (e && e->count > 1) {
  458. wpa_printf(MSG_DEBUG, " skip - blacklisted");
  459. continue;
  460. }
  461. if (ssid_len == 0) {
  462. wpa_printf(MSG_DEBUG, " skip - SSID not known");
  463. continue;
  464. }
  465. for (ssid = group; ssid; ssid = ssid->pnext) {
  466. int check_ssid = ssid->ssid_len != 0;
  467. if (ssid->disabled) {
  468. wpa_printf(MSG_DEBUG, " skip - disabled");
  469. continue;
  470. }
  471. #ifdef CONFIG_WPS
  472. if (ssid->key_mgmt & WPA_KEY_MGMT_WPS) {
  473. /* Only allow wildcard SSID match if an AP
  474. * advertises active WPS operation that matches
  475. * with our mode. */
  476. check_ssid = 1;
  477. if (ssid->ssid_len == 0 &&
  478. wpas_wps_ssid_wildcard_ok(wpa_s, ssid,
  479. bss))
  480. check_ssid = 0;
  481. }
  482. #endif /* CONFIG_WPS */
  483. if (check_ssid &&
  484. (ssid_len != ssid->ssid_len ||
  485. os_memcmp(ssid_, ssid->ssid, ssid_len) != 0)) {
  486. wpa_printf(MSG_DEBUG, " skip - "
  487. "SSID mismatch");
  488. continue;
  489. }
  490. if (ssid->bssid_set &&
  491. os_memcmp(bss->bssid, ssid->bssid, ETH_ALEN) != 0)
  492. {
  493. wpa_printf(MSG_DEBUG, " skip - "
  494. "BSSID mismatch");
  495. continue;
  496. }
  497. if (!(ssid->key_mgmt & WPA_KEY_MGMT_NONE) &&
  498. !(ssid->key_mgmt & WPA_KEY_MGMT_WPS) &&
  499. !(ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_NO_WPA))
  500. {
  501. wpa_printf(MSG_DEBUG, " skip - "
  502. "non-WPA network not allowed");
  503. continue;
  504. }
  505. if ((ssid->key_mgmt &
  506. (WPA_KEY_MGMT_IEEE8021X | WPA_KEY_MGMT_PSK |
  507. WPA_KEY_MGMT_FT_IEEE8021X | WPA_KEY_MGMT_FT_PSK |
  508. WPA_KEY_MGMT_IEEE8021X_SHA256 |
  509. WPA_KEY_MGMT_PSK_SHA256)) &&
  510. (wpa_ie_len != 0 || rsn_ie_len != 0)) {
  511. wpa_printf(MSG_DEBUG, " skip - "
  512. "WPA network");
  513. continue;
  514. }
  515. if (!wpa_supplicant_match_privacy(bss, ssid)) {
  516. wpa_printf(MSG_DEBUG, " skip - "
  517. "privacy mismatch");
  518. continue;
  519. }
  520. if (bss->caps & IEEE80211_CAP_IBSS) {
  521. wpa_printf(MSG_DEBUG, " skip - "
  522. "IBSS (adhoc) network");
  523. continue;
  524. }
  525. if (!freq_allowed(ssid->freq_list, bss->freq)) {
  526. wpa_printf(MSG_DEBUG, " skip - "
  527. "frequency not allowed");
  528. continue;
  529. }
  530. wpa_printf(MSG_DEBUG, " selected non-WPA AP "
  531. MACSTR " ssid='%s'",
  532. MAC2STR(bss->bssid),
  533. wpa_ssid_txt(ssid_, ssid_len));
  534. *selected_ssid = ssid;
  535. return wpa_bss_get(wpa_s, bss->bssid, ssid_, ssid_len);
  536. }
  537. }
  538. return NULL;
  539. }
  540. static struct wpa_bss *
  541. wpa_supplicant_select_bss(struct wpa_supplicant *wpa_s,
  542. struct wpa_scan_results *scan_res,
  543. struct wpa_ssid *group,
  544. struct wpa_ssid **selected_ssid)
  545. {
  546. struct wpa_bss *selected;
  547. wpa_printf(MSG_DEBUG, "Selecting BSS from priority group %d",
  548. group->priority);
  549. /* First, try to find WPA-enabled AP */
  550. selected = wpa_supplicant_select_bss_wpa(wpa_s, scan_res, group,
  551. selected_ssid);
  552. if (selected)
  553. return selected;
  554. /* If no WPA-enabled AP found, try to find non-WPA AP, if configuration
  555. * allows this. */
  556. return wpa_supplicant_select_bss_non_wpa(wpa_s, scan_res, group,
  557. selected_ssid);
  558. }
  559. static struct wpa_bss *
  560. wpa_supplicant_pick_network(struct wpa_supplicant *wpa_s,
  561. struct wpa_scan_results *scan_res,
  562. struct wpa_ssid **selected_ssid)
  563. {
  564. struct wpa_bss *selected = NULL;
  565. int prio;
  566. while (selected == NULL) {
  567. for (prio = 0; prio < wpa_s->conf->num_prio; prio++) {
  568. selected = wpa_supplicant_select_bss(
  569. wpa_s, scan_res, wpa_s->conf->pssid[prio],
  570. selected_ssid);
  571. if (selected)
  572. break;
  573. }
  574. if (selected == NULL && wpa_s->blacklist) {
  575. wpa_printf(MSG_DEBUG, "No APs found - clear blacklist "
  576. "and try again");
  577. wpa_blacklist_clear(wpa_s);
  578. wpa_s->blacklist_cleared++;
  579. } else if (selected == NULL)
  580. break;
  581. }
  582. return selected;
  583. }
  584. static void wpa_supplicant_req_new_scan(struct wpa_supplicant *wpa_s,
  585. int timeout_sec, int timeout_usec)
  586. {
  587. if (wpa_s->scan_res_tried == 1 && wpa_s->conf->ap_scan == 1) {
  588. /*
  589. * Quick recovery if the initial scan results were not
  590. * complete when fetched before the first scan request.
  591. */
  592. wpa_s->scan_res_tried++;
  593. timeout_sec = 0;
  594. timeout_usec = 0;
  595. } else if (!wpa_supplicant_enabled_networks(wpa_s->conf)) {
  596. /*
  597. * No networks are enabled; short-circuit request so
  598. * we don't wait timeout seconds before transitioning
  599. * to INACTIVE state.
  600. */
  601. wpa_supplicant_set_state(wpa_s, WPA_INACTIVE);
  602. return;
  603. }
  604. wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec);
  605. }
  606. void wpa_supplicant_connect(struct wpa_supplicant *wpa_s,
  607. struct wpa_bss *selected,
  608. struct wpa_ssid *ssid)
  609. {
  610. if (wpas_wps_scan_pbc_overlap(wpa_s, selected, ssid)) {
  611. wpa_msg(wpa_s, MSG_INFO, WPS_EVENT_OVERLAP
  612. "PBC session overlap");
  613. wpa_supplicant_req_new_scan(wpa_s, 10, 0);
  614. return;
  615. }
  616. /*
  617. * Do not trigger new association unless the BSSID has changed or if
  618. * reassociation is requested. If we are in process of associating with
  619. * the selected BSSID, do not trigger new attempt.
  620. */
  621. if (wpa_s->reassociate ||
  622. (os_memcmp(selected->bssid, wpa_s->bssid, ETH_ALEN) != 0 &&
  623. (wpa_s->wpa_state != WPA_ASSOCIATING ||
  624. os_memcmp(selected->bssid, wpa_s->pending_bssid, ETH_ALEN) !=
  625. 0))) {
  626. if (wpa_supplicant_scard_init(wpa_s, ssid)) {
  627. wpa_supplicant_req_new_scan(wpa_s, 10, 0);
  628. return;
  629. }
  630. wpa_supplicant_associate(wpa_s, selected, ssid);
  631. } else {
  632. wpa_printf(MSG_DEBUG, "Already associated with the selected "
  633. "AP");
  634. }
  635. }
  636. static struct wpa_ssid *
  637. wpa_supplicant_pick_new_network(struct wpa_supplicant *wpa_s)
  638. {
  639. int prio;
  640. struct wpa_ssid *ssid;
  641. for (prio = 0; prio < wpa_s->conf->num_prio; prio++) {
  642. for (ssid = wpa_s->conf->pssid[prio]; ssid; ssid = ssid->pnext)
  643. {
  644. if (ssid->disabled)
  645. continue;
  646. if (ssid->mode == IEEE80211_MODE_IBSS ||
  647. ssid->mode == IEEE80211_MODE_AP)
  648. return ssid;
  649. }
  650. }
  651. return NULL;
  652. }
  653. /* TODO: move the rsn_preauth_scan_result*() to be called from notify.c based
  654. * on BSS added and BSS changed events */
  655. static void wpa_supplicant_rsn_preauth_scan_results(
  656. struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res)
  657. {
  658. int i;
  659. if (rsn_preauth_scan_results(wpa_s->wpa) < 0)
  660. return;
  661. for (i = scan_res->num - 1; i >= 0; i--) {
  662. const u8 *ssid, *rsn;
  663. struct wpa_scan_res *r;
  664. r = scan_res->res[i];
  665. ssid = wpa_scan_get_ie(r, WLAN_EID_SSID);
  666. if (ssid == NULL)
  667. continue;
  668. rsn = wpa_scan_get_ie(r, WLAN_EID_RSN);
  669. if (rsn == NULL)
  670. continue;
  671. rsn_preauth_scan_result(wpa_s->wpa, r->bssid, ssid, rsn);
  672. }
  673. }
  674. static int wpa_supplicant_need_to_roam(struct wpa_supplicant *wpa_s,
  675. struct wpa_bss *selected,
  676. struct wpa_ssid *ssid,
  677. struct wpa_scan_results *scan_res)
  678. {
  679. size_t i;
  680. struct wpa_scan_res *current_bss = NULL;
  681. int min_diff;
  682. if (wpa_s->reassociate)
  683. return 1; /* explicit request to reassociate */
  684. if (wpa_s->wpa_state < WPA_ASSOCIATED)
  685. return 1; /* we are not associated; continue */
  686. if (wpa_s->current_ssid == NULL)
  687. return 1; /* unknown current SSID */
  688. if (wpa_s->current_ssid != ssid)
  689. return 1; /* different network block */
  690. for (i = 0; i < scan_res->num; i++) {
  691. struct wpa_scan_res *res = scan_res->res[i];
  692. const u8 *ie;
  693. if (os_memcmp(res->bssid, wpa_s->bssid, ETH_ALEN) != 0)
  694. continue;
  695. ie = wpa_scan_get_ie(res, WLAN_EID_SSID);
  696. if (ie == NULL)
  697. continue;
  698. if (ie[1] != wpa_s->current_ssid->ssid_len ||
  699. os_memcmp(ie + 2, wpa_s->current_ssid->ssid, ie[1]) != 0)
  700. continue;
  701. current_bss = res;
  702. break;
  703. }
  704. if (!current_bss)
  705. return 1; /* current BSS not seen in scan results */
  706. wpa_printf(MSG_DEBUG, "Considering within-ESS reassociation");
  707. wpa_printf(MSG_DEBUG, "Current BSS: " MACSTR " level=%d",
  708. MAC2STR(current_bss->bssid), current_bss->level);
  709. wpa_printf(MSG_DEBUG, "Selected BSS: " MACSTR " level=%d",
  710. MAC2STR(selected->bssid), selected->level);
  711. if (wpa_s->current_ssid->bssid_set &&
  712. os_memcmp(selected->bssid, wpa_s->current_ssid->bssid, ETH_ALEN) ==
  713. 0) {
  714. wpa_printf(MSG_DEBUG, "Allow reassociation - selected BSS has "
  715. "preferred BSSID");
  716. return 1;
  717. }
  718. min_diff = 2;
  719. if (current_bss->level < 0) {
  720. if (current_bss->level < -85)
  721. min_diff = 1;
  722. else if (current_bss->level < -80)
  723. min_diff = 2;
  724. else if (current_bss->level < -75)
  725. min_diff = 3;
  726. else if (current_bss->level < -70)
  727. min_diff = 4;
  728. else
  729. min_diff = 5;
  730. }
  731. if (abs(current_bss->level - selected->level) < min_diff) {
  732. wpa_printf(MSG_DEBUG, "Skip roam - too small difference in "
  733. "signal level");
  734. return 0;
  735. }
  736. return 1;
  737. }
  738. static void wpa_supplicant_event_scan_results(struct wpa_supplicant *wpa_s,
  739. union wpa_event_data *data)
  740. {
  741. struct wpa_bss *selected;
  742. struct wpa_ssid *ssid = NULL;
  743. struct wpa_scan_results *scan_res;
  744. wpa_supplicant_notify_scanning(wpa_s, 0);
  745. scan_res = wpa_supplicant_get_scan_results(wpa_s,
  746. data ? &data->scan_info :
  747. NULL, 1);
  748. if (scan_res == NULL) {
  749. if (wpa_s->conf->ap_scan == 2)
  750. return;
  751. wpa_printf(MSG_DEBUG, "Failed to get scan results - try "
  752. "scanning again");
  753. wpa_supplicant_req_new_scan(wpa_s, 1, 0);
  754. return;
  755. }
  756. if (wpa_s->scan_res_handler) {
  757. wpa_s->scan_res_handler(wpa_s, scan_res);
  758. wpa_s->scan_res_handler = NULL;
  759. wpa_scan_results_free(scan_res);
  760. return;
  761. }
  762. /*
  763. * Don't post the results if this was the initial cached
  764. * and there were no results.
  765. */
  766. if (wpa_s->scan_res_tried == 1 && wpa_s->conf->ap_scan == 1 &&
  767. scan_res->num == 0) {
  768. wpa_msg(wpa_s, MSG_DEBUG, "Cached scan results are "
  769. "empty - not posting");
  770. } else {
  771. wpa_printf(MSG_DEBUG, "New scan results available");
  772. wpa_msg_ctrl(wpa_s, MSG_INFO, WPA_EVENT_SCAN_RESULTS);
  773. wpas_notify_scan_results(wpa_s);
  774. }
  775. wpas_notify_scan_done(wpa_s, 1);
  776. if ((wpa_s->conf->ap_scan == 2 && !wpas_wps_searching(wpa_s))) {
  777. wpa_scan_results_free(scan_res);
  778. return;
  779. }
  780. if (wpa_s->disconnected) {
  781. wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
  782. wpa_scan_results_free(scan_res);
  783. return;
  784. }
  785. if (bgscan_notify_scan(wpa_s) == 1) {
  786. wpa_scan_results_free(scan_res);
  787. return;
  788. }
  789. wpa_supplicant_rsn_preauth_scan_results(wpa_s, scan_res);
  790. selected = wpa_supplicant_pick_network(wpa_s, scan_res, &ssid);
  791. if (selected) {
  792. int skip;
  793. skip = !wpa_supplicant_need_to_roam(wpa_s, selected, ssid,
  794. scan_res);
  795. wpa_scan_results_free(scan_res);
  796. if (skip)
  797. return;
  798. wpa_supplicant_connect(wpa_s, selected, ssid);
  799. } else {
  800. wpa_scan_results_free(scan_res);
  801. wpa_printf(MSG_DEBUG, "No suitable network found");
  802. ssid = wpa_supplicant_pick_new_network(wpa_s);
  803. if (ssid) {
  804. wpa_printf(MSG_DEBUG, "Setup a new network");
  805. wpa_supplicant_associate(wpa_s, NULL, ssid);
  806. } else {
  807. int timeout_sec = 5;
  808. int timeout_usec = 0;
  809. wpa_supplicant_req_new_scan(wpa_s, timeout_sec,
  810. timeout_usec);
  811. }
  812. }
  813. }
  814. #endif /* CONFIG_NO_SCAN_PROCESSING */
  815. static int wpa_supplicant_event_associnfo(struct wpa_supplicant *wpa_s,
  816. union wpa_event_data *data)
  817. {
  818. int l, len, found = 0, wpa_found, rsn_found;
  819. const u8 *p;
  820. wpa_printf(MSG_DEBUG, "Association info event");
  821. if (data->assoc_info.req_ies)
  822. wpa_hexdump(MSG_DEBUG, "req_ies", data->assoc_info.req_ies,
  823. data->assoc_info.req_ies_len);
  824. if (data->assoc_info.resp_ies)
  825. wpa_hexdump(MSG_DEBUG, "resp_ies", data->assoc_info.resp_ies,
  826. data->assoc_info.resp_ies_len);
  827. if (data->assoc_info.beacon_ies)
  828. wpa_hexdump(MSG_DEBUG, "beacon_ies",
  829. data->assoc_info.beacon_ies,
  830. data->assoc_info.beacon_ies_len);
  831. if (data->assoc_info.freq)
  832. wpa_printf(MSG_DEBUG, "freq=%u MHz", data->assoc_info.freq);
  833. p = data->assoc_info.req_ies;
  834. l = data->assoc_info.req_ies_len;
  835. /* Go through the IEs and make a copy of the WPA/RSN IE, if present. */
  836. while (p && l >= 2) {
  837. len = p[1] + 2;
  838. if (len > l) {
  839. wpa_hexdump(MSG_DEBUG, "Truncated IE in assoc_info",
  840. p, l);
  841. break;
  842. }
  843. if ((p[0] == WLAN_EID_VENDOR_SPECIFIC && p[1] >= 6 &&
  844. (os_memcmp(&p[2], "\x00\x50\xF2\x01\x01\x00", 6) == 0)) ||
  845. (p[0] == WLAN_EID_RSN && p[1] >= 2)) {
  846. if (wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, p, len))
  847. break;
  848. found = 1;
  849. wpa_find_assoc_pmkid(wpa_s);
  850. break;
  851. }
  852. l -= len;
  853. p += len;
  854. }
  855. if (!found && data->assoc_info.req_ies)
  856. wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, NULL, 0);
  857. #ifdef CONFIG_IEEE80211R
  858. #ifdef CONFIG_SME
  859. if (wpa_s->sme.auth_alg == WPA_AUTH_ALG_FT) {
  860. u8 bssid[ETH_ALEN];
  861. if (wpa_drv_get_bssid(wpa_s, bssid) < 0 ||
  862. wpa_ft_validate_reassoc_resp(wpa_s->wpa,
  863. data->assoc_info.resp_ies,
  864. data->assoc_info.resp_ies_len,
  865. bssid) < 0) {
  866. wpa_printf(MSG_DEBUG, "FT: Validation of "
  867. "Reassociation Response failed");
  868. wpa_supplicant_deauthenticate(
  869. wpa_s, WLAN_REASON_INVALID_IE);
  870. return -1;
  871. }
  872. }
  873. p = data->assoc_info.resp_ies;
  874. l = data->assoc_info.resp_ies_len;
  875. /* Go through the IEs and make a copy of the MDIE, if present. */
  876. while (p && l >= 2) {
  877. len = p[1] + 2;
  878. if (len > l) {
  879. wpa_hexdump(MSG_DEBUG, "Truncated IE in assoc_info",
  880. p, l);
  881. break;
  882. }
  883. if (p[0] == WLAN_EID_MOBILITY_DOMAIN &&
  884. p[1] >= MOBILITY_DOMAIN_ID_LEN) {
  885. wpa_s->sme.ft_used = 1;
  886. os_memcpy(wpa_s->sme.mobility_domain, p + 2,
  887. MOBILITY_DOMAIN_ID_LEN);
  888. break;
  889. }
  890. l -= len;
  891. p += len;
  892. }
  893. #endif /* CONFIG_SME */
  894. wpa_sm_set_ft_params(wpa_s->wpa, data->assoc_info.resp_ies,
  895. data->assoc_info.resp_ies_len);
  896. #endif /* CONFIG_IEEE80211R */
  897. /* WPA/RSN IE from Beacon/ProbeResp */
  898. p = data->assoc_info.beacon_ies;
  899. l = data->assoc_info.beacon_ies_len;
  900. /* Go through the IEs and make a copy of the WPA/RSN IEs, if present.
  901. */
  902. wpa_found = rsn_found = 0;
  903. while (p && l >= 2) {
  904. len = p[1] + 2;
  905. if (len > l) {
  906. wpa_hexdump(MSG_DEBUG, "Truncated IE in beacon_ies",
  907. p, l);
  908. break;
  909. }
  910. if (!wpa_found &&
  911. p[0] == WLAN_EID_VENDOR_SPECIFIC && p[1] >= 6 &&
  912. os_memcmp(&p[2], "\x00\x50\xF2\x01\x01\x00", 6) == 0) {
  913. wpa_found = 1;
  914. wpa_sm_set_ap_wpa_ie(wpa_s->wpa, p, len);
  915. }
  916. if (!rsn_found &&
  917. p[0] == WLAN_EID_RSN && p[1] >= 2) {
  918. rsn_found = 1;
  919. wpa_sm_set_ap_rsn_ie(wpa_s->wpa, p, len);
  920. }
  921. l -= len;
  922. p += len;
  923. }
  924. if (!wpa_found && data->assoc_info.beacon_ies)
  925. wpa_sm_set_ap_wpa_ie(wpa_s->wpa, NULL, 0);
  926. if (!rsn_found && data->assoc_info.beacon_ies)
  927. wpa_sm_set_ap_rsn_ie(wpa_s->wpa, NULL, 0);
  928. if (wpa_found || rsn_found)
  929. wpa_s->ap_ies_from_associnfo = 1;
  930. wpa_s->assoc_freq = data->assoc_info.freq;
  931. return 0;
  932. }
  933. static void wpa_supplicant_event_assoc(struct wpa_supplicant *wpa_s,
  934. union wpa_event_data *data)
  935. {
  936. u8 bssid[ETH_ALEN];
  937. int ft_completed;
  938. int bssid_changed;
  939. struct wpa_driver_capa capa;
  940. #ifdef CONFIG_AP
  941. if (wpa_s->ap_iface) {
  942. hostapd_notif_assoc(wpa_s->ap_iface->bss[0],
  943. data->assoc_info.addr,
  944. data->assoc_info.req_ies,
  945. data->assoc_info.req_ies_len);
  946. return;
  947. }
  948. #endif /* CONFIG_AP */
  949. ft_completed = wpa_ft_is_completed(wpa_s->wpa);
  950. if (data && wpa_supplicant_event_associnfo(wpa_s, data) < 0)
  951. return;
  952. wpa_supplicant_set_state(wpa_s, WPA_ASSOCIATED);
  953. if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_USER_SPACE_MLME)
  954. os_memcpy(bssid, wpa_s->bssid, ETH_ALEN);
  955. if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_USER_SPACE_MLME) ||
  956. (wpa_drv_get_bssid(wpa_s, bssid) >= 0 &&
  957. os_memcmp(bssid, wpa_s->bssid, ETH_ALEN) != 0)) {
  958. wpa_msg(wpa_s, MSG_DEBUG, "Associated to a new BSS: BSSID="
  959. MACSTR, MAC2STR(bssid));
  960. bssid_changed = os_memcmp(wpa_s->bssid, bssid, ETH_ALEN);
  961. os_memcpy(wpa_s->bssid, bssid, ETH_ALEN);
  962. os_memset(wpa_s->pending_bssid, 0, ETH_ALEN);
  963. if (bssid_changed)
  964. wpas_notify_bssid_changed(wpa_s);
  965. if (wpa_supplicant_dynamic_keys(wpa_s) && !ft_completed) {
  966. wpa_clear_keys(wpa_s, bssid);
  967. }
  968. if (wpa_supplicant_select_config(wpa_s) < 0) {
  969. wpa_supplicant_disassociate(
  970. wpa_s, WLAN_REASON_DEAUTH_LEAVING);
  971. return;
  972. }
  973. if (wpa_s->current_ssid) {
  974. struct wpa_bss *bss = NULL;
  975. struct wpa_ssid *ssid = wpa_s->current_ssid;
  976. if (ssid->ssid_len > 0)
  977. bss = wpa_bss_get(wpa_s, bssid,
  978. ssid->ssid, ssid->ssid_len);
  979. if (!bss)
  980. bss = wpa_bss_get_bssid(wpa_s, bssid);
  981. if (bss)
  982. wpa_s->current_bss = bss;
  983. }
  984. }
  985. #ifdef CONFIG_SME
  986. os_memcpy(wpa_s->sme.prev_bssid, bssid, ETH_ALEN);
  987. wpa_s->sme.prev_bssid_set = 1;
  988. #endif /* CONFIG_SME */
  989. wpa_msg(wpa_s, MSG_INFO, "Associated with " MACSTR, MAC2STR(bssid));
  990. if (wpa_s->current_ssid) {
  991. /* When using scanning (ap_scan=1), SIM PC/SC interface can be
  992. * initialized before association, but for other modes,
  993. * initialize PC/SC here, if the current configuration needs
  994. * smartcard or SIM/USIM. */
  995. wpa_supplicant_scard_init(wpa_s, wpa_s->current_ssid);
  996. }
  997. wpa_sm_notify_assoc(wpa_s->wpa, bssid);
  998. l2_packet_notify_auth_start(wpa_s->l2);
  999. /*
  1000. * Set portEnabled first to FALSE in order to get EAP state machine out
  1001. * of the SUCCESS state and eapSuccess cleared. Without this, EAPOL PAE
  1002. * state machine may transit to AUTHENTICATING state based on obsolete
  1003. * eapSuccess and then trigger BE_AUTH to SUCCESS and PAE to
  1004. * AUTHENTICATED without ever giving chance to EAP state machine to
  1005. * reset the state.
  1006. */
  1007. if (!ft_completed) {
  1008. eapol_sm_notify_portEnabled(wpa_s->eapol, FALSE);
  1009. eapol_sm_notify_portValid(wpa_s->eapol, FALSE);
  1010. }
  1011. if (wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt) || ft_completed)
  1012. eapol_sm_notify_eap_success(wpa_s->eapol, FALSE);
  1013. /* 802.1X::portControl = Auto */
  1014. eapol_sm_notify_portEnabled(wpa_s->eapol, TRUE);
  1015. wpa_s->eapol_received = 0;
  1016. if (wpa_s->key_mgmt == WPA_KEY_MGMT_NONE ||
  1017. wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE ||
  1018. (wpa_s->current_ssid &&
  1019. wpa_s->current_ssid->mode == IEEE80211_MODE_IBSS)) {
  1020. wpa_supplicant_cancel_auth_timeout(wpa_s);
  1021. wpa_supplicant_set_state(wpa_s, WPA_COMPLETED);
  1022. } else if (!ft_completed) {
  1023. /* Timeout for receiving the first EAPOL packet */
  1024. wpa_supplicant_req_auth_timeout(wpa_s, 10, 0);
  1025. }
  1026. wpa_supplicant_cancel_scan(wpa_s);
  1027. if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_4WAY_HANDSHAKE) &&
  1028. wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt)) {
  1029. /*
  1030. * We are done; the driver will take care of RSN 4-way
  1031. * handshake.
  1032. */
  1033. wpa_supplicant_cancel_auth_timeout(wpa_s);
  1034. wpa_supplicant_set_state(wpa_s, WPA_COMPLETED);
  1035. eapol_sm_notify_portValid(wpa_s->eapol, TRUE);
  1036. eapol_sm_notify_eap_success(wpa_s->eapol, TRUE);
  1037. }
  1038. if (wpa_s->pending_eapol_rx) {
  1039. struct os_time now, age;
  1040. os_get_time(&now);
  1041. os_time_sub(&now, &wpa_s->pending_eapol_rx_time, &age);
  1042. if (age.sec == 0 && age.usec < 100000 &&
  1043. os_memcmp(wpa_s->pending_eapol_rx_src, bssid, ETH_ALEN) ==
  1044. 0) {
  1045. wpa_printf(MSG_DEBUG, "Process pending EAPOL frame "
  1046. "that was received just before association "
  1047. "notification");
  1048. wpa_supplicant_rx_eapol(
  1049. wpa_s, wpa_s->pending_eapol_rx_src,
  1050. wpabuf_head(wpa_s->pending_eapol_rx),
  1051. wpabuf_len(wpa_s->pending_eapol_rx));
  1052. }
  1053. wpabuf_free(wpa_s->pending_eapol_rx);
  1054. wpa_s->pending_eapol_rx = NULL;
  1055. }
  1056. #ifdef CONFIG_BGSCAN
  1057. if (wpa_s->current_ssid != wpa_s->bgscan_ssid) {
  1058. bgscan_deinit(wpa_s);
  1059. if (wpa_s->current_ssid && wpa_s->current_ssid->bgscan) {
  1060. if (bgscan_init(wpa_s, wpa_s->current_ssid)) {
  1061. wpa_printf(MSG_DEBUG, "Failed to initialize "
  1062. "bgscan");
  1063. /*
  1064. * Live without bgscan; it is only used as a
  1065. * roaming optimization, so the initial
  1066. * connection is not affected.
  1067. */
  1068. } else
  1069. wpa_s->bgscan_ssid = wpa_s->current_ssid;
  1070. } else
  1071. wpa_s->bgscan_ssid = NULL;
  1072. }
  1073. #endif /* CONFIG_BGSCAN */
  1074. if ((wpa_s->key_mgmt == WPA_KEY_MGMT_NONE ||
  1075. wpa_s->key_mgmt == WPA_KEY_MGMT_IEEE8021X_NO_WPA) &&
  1076. wpa_s->current_ssid && wpa_drv_get_capa(wpa_s, &capa) == 0 &&
  1077. capa.flags & WPA_DRIVER_FLAGS_SET_KEYS_AFTER_ASSOC_DONE) {
  1078. /* Set static WEP keys again */
  1079. wpa_set_wep_keys(wpa_s, wpa_s->current_ssid);
  1080. }
  1081. }
  1082. static void wpa_supplicant_event_disassoc(struct wpa_supplicant *wpa_s,
  1083. u16 reason_code)
  1084. {
  1085. const u8 *bssid;
  1086. #ifdef CONFIG_SME
  1087. int authenticating;
  1088. u8 prev_pending_bssid[ETH_ALEN];
  1089. authenticating = wpa_s->wpa_state == WPA_AUTHENTICATING;
  1090. os_memcpy(prev_pending_bssid, wpa_s->pending_bssid, ETH_ALEN);
  1091. #endif /* CONFIG_SME */
  1092. if (wpa_s->key_mgmt == WPA_KEY_MGMT_WPA_NONE) {
  1093. /*
  1094. * At least Host AP driver and a Prism3 card seemed to be
  1095. * generating streams of disconnected events when configuring
  1096. * IBSS for WPA-None. Ignore them for now.
  1097. */
  1098. wpa_printf(MSG_DEBUG, "Disconnect event - ignore in "
  1099. "IBSS/WPA-None mode");
  1100. return;
  1101. }
  1102. if (wpa_s->wpa_state == WPA_4WAY_HANDSHAKE &&
  1103. wpa_key_mgmt_wpa_psk(wpa_s->key_mgmt)) {
  1104. wpa_msg(wpa_s, MSG_INFO, "WPA: 4-Way Handshake failed - "
  1105. "pre-shared key may be incorrect");
  1106. }
  1107. if (wpa_s->wpa_state >= WPA_ASSOCIATED)
  1108. wpa_supplicant_req_scan(wpa_s, 0, 100000);
  1109. bssid = wpa_s->bssid;
  1110. if (is_zero_ether_addr(bssid))
  1111. bssid = wpa_s->pending_bssid;
  1112. wpa_blacklist_add(wpa_s, bssid);
  1113. wpa_sm_notify_disassoc(wpa_s->wpa);
  1114. wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_DISCONNECTED "bssid=" MACSTR
  1115. " reason=%d",
  1116. MAC2STR(bssid), reason_code);
  1117. if (wpa_supplicant_dynamic_keys(wpa_s)) {
  1118. wpa_printf(MSG_DEBUG, "Disconnect event - remove keys");
  1119. wpa_s->keys_cleared = 0;
  1120. wpa_clear_keys(wpa_s, wpa_s->bssid);
  1121. }
  1122. wpa_supplicant_mark_disassoc(wpa_s);
  1123. bgscan_deinit(wpa_s);
  1124. #ifdef CONFIG_SME
  1125. if (authenticating &&
  1126. (wpa_s->drv_flags & WPA_DRIVER_FLAGS_SME)) {
  1127. /*
  1128. * mac80211-workaround to force deauth on failed auth cmd,
  1129. * requires us to remain in authenticating state to allow the
  1130. * second authentication attempt to be continued properly.
  1131. */
  1132. wpa_printf(MSG_DEBUG, "SME: Allow pending authentication to "
  1133. "proceed after disconnection event");
  1134. wpa_supplicant_set_state(wpa_s, WPA_AUTHENTICATING);
  1135. os_memcpy(wpa_s->pending_bssid, prev_pending_bssid, ETH_ALEN);
  1136. }
  1137. #endif /* CONFIG_SME */
  1138. }
  1139. #ifdef CONFIG_DELAYED_MIC_ERROR_REPORT
  1140. static void wpa_supplicant_delayed_mic_error_report(void *eloop_ctx,
  1141. void *sock_ctx)
  1142. {
  1143. struct wpa_supplicant *wpa_s = eloop_ctx;
  1144. if (!wpa_s->pending_mic_error_report)
  1145. return;
  1146. wpa_printf(MSG_DEBUG, "WPA: Sending pending MIC error report");
  1147. wpa_sm_key_request(wpa_s->wpa, 1, wpa_s->pending_mic_error_pairwise);
  1148. wpa_s->pending_mic_error_report = 0;
  1149. }
  1150. #endif /* CONFIG_DELAYED_MIC_ERROR_REPORT */
  1151. static void
  1152. wpa_supplicant_event_michael_mic_failure(struct wpa_supplicant *wpa_s,
  1153. union wpa_event_data *data)
  1154. {
  1155. int pairwise;
  1156. struct os_time t;
  1157. wpa_msg(wpa_s, MSG_WARNING, "Michael MIC failure detected");
  1158. pairwise = (data && data->michael_mic_failure.unicast);
  1159. os_get_time(&t);
  1160. if ((wpa_s->last_michael_mic_error &&
  1161. t.sec - wpa_s->last_michael_mic_error <= 60) ||
  1162. wpa_s->pending_mic_error_report) {
  1163. if (wpa_s->pending_mic_error_report) {
  1164. /*
  1165. * Send the pending MIC error report immediately since
  1166. * we are going to start countermeasures and AP better
  1167. * do the same.
  1168. */
  1169. wpa_sm_key_request(wpa_s->wpa, 1,
  1170. wpa_s->pending_mic_error_pairwise);
  1171. }
  1172. /* Send the new MIC error report immediately since we are going
  1173. * to start countermeasures and AP better do the same.
  1174. */
  1175. wpa_sm_key_request(wpa_s->wpa, 1, pairwise);
  1176. /* initialize countermeasures */
  1177. wpa_s->countermeasures = 1;
  1178. wpa_msg(wpa_s, MSG_WARNING, "TKIP countermeasures started");
  1179. /*
  1180. * Need to wait for completion of request frame. We do not get
  1181. * any callback for the message completion, so just wait a
  1182. * short while and hope for the best. */
  1183. os_sleep(0, 10000);
  1184. wpa_drv_set_countermeasures(wpa_s, 1);
  1185. wpa_supplicant_deauthenticate(wpa_s,
  1186. WLAN_REASON_MICHAEL_MIC_FAILURE);
  1187. eloop_cancel_timeout(wpa_supplicant_stop_countermeasures,
  1188. wpa_s, NULL);
  1189. eloop_register_timeout(60, 0,
  1190. wpa_supplicant_stop_countermeasures,
  1191. wpa_s, NULL);
  1192. /* TODO: mark the AP rejected for 60 second. STA is
  1193. * allowed to associate with another AP.. */
  1194. } else {
  1195. #ifdef CONFIG_DELAYED_MIC_ERROR_REPORT
  1196. if (wpa_s->mic_errors_seen) {
  1197. /*
  1198. * Reduce the effectiveness of Michael MIC error
  1199. * reports as a means for attacking against TKIP if
  1200. * more than one MIC failure is noticed with the same
  1201. * PTK. We delay the transmission of the reports by a
  1202. * random time between 0 and 60 seconds in order to
  1203. * force the attacker wait 60 seconds before getting
  1204. * the information on whether a frame resulted in a MIC
  1205. * failure.
  1206. */
  1207. u8 rval[4];
  1208. int sec;
  1209. if (os_get_random(rval, sizeof(rval)) < 0)
  1210. sec = os_random() % 60;
  1211. else
  1212. sec = WPA_GET_BE32(rval) % 60;
  1213. wpa_printf(MSG_DEBUG, "WPA: Delay MIC error report %d "
  1214. "seconds", sec);
  1215. wpa_s->pending_mic_error_report = 1;
  1216. wpa_s->pending_mic_error_pairwise = pairwise;
  1217. eloop_cancel_timeout(
  1218. wpa_supplicant_delayed_mic_error_report,
  1219. wpa_s, NULL);
  1220. eloop_register_timeout(
  1221. sec, os_random() % 1000000,
  1222. wpa_supplicant_delayed_mic_error_report,
  1223. wpa_s, NULL);
  1224. } else {
  1225. wpa_sm_key_request(wpa_s->wpa, 1, pairwise);
  1226. }
  1227. #else /* CONFIG_DELAYED_MIC_ERROR_REPORT */
  1228. wpa_sm_key_request(wpa_s->wpa, 1, pairwise);
  1229. #endif /* CONFIG_DELAYED_MIC_ERROR_REPORT */
  1230. }
  1231. wpa_s->last_michael_mic_error = t.sec;
  1232. wpa_s->mic_errors_seen++;
  1233. }
  1234. #ifdef CONFIG_TERMINATE_ONLASTIF
  1235. static int any_interfaces(struct wpa_supplicant *head)
  1236. {
  1237. struct wpa_supplicant *wpa_s;
  1238. for (wpa_s = head; wpa_s != NULL; wpa_s = wpa_s->next)
  1239. if (!wpa_s->interface_removed)
  1240. return 1;
  1241. return 0;
  1242. }
  1243. #endif /* CONFIG_TERMINATE_ONLASTIF */
  1244. static void
  1245. wpa_supplicant_event_interface_status(struct wpa_supplicant *wpa_s,
  1246. union wpa_event_data *data)
  1247. {
  1248. if (os_strcmp(wpa_s->ifname, data->interface_status.ifname) != 0)
  1249. return;
  1250. switch (data->interface_status.ievent) {
  1251. case EVENT_INTERFACE_ADDED:
  1252. if (!wpa_s->interface_removed)
  1253. break;
  1254. wpa_s->interface_removed = 0;
  1255. wpa_printf(MSG_DEBUG, "Configured interface was added.");
  1256. if (wpa_supplicant_driver_init(wpa_s) < 0) {
  1257. wpa_printf(MSG_INFO, "Failed to initialize the driver "
  1258. "after interface was added.");
  1259. }
  1260. break;
  1261. case EVENT_INTERFACE_REMOVED:
  1262. wpa_printf(MSG_DEBUG, "Configured interface was removed.");
  1263. wpa_s->interface_removed = 1;
  1264. wpa_supplicant_mark_disassoc(wpa_s);
  1265. l2_packet_deinit(wpa_s->l2);
  1266. wpa_s->l2 = NULL;
  1267. #ifdef CONFIG_TERMINATE_ONLASTIF
  1268. /* check if last interface */
  1269. if (!any_interfaces(wpa_s->global->ifaces))
  1270. eloop_terminate();
  1271. #endif /* CONFIG_TERMINATE_ONLASTIF */
  1272. break;
  1273. }
  1274. }
  1275. #ifdef CONFIG_PEERKEY
  1276. static void
  1277. wpa_supplicant_event_stkstart(struct wpa_supplicant *wpa_s,
  1278. union wpa_event_data *data)
  1279. {
  1280. if (data == NULL)
  1281. return;
  1282. wpa_sm_stkstart(wpa_s->wpa, data->stkstart.peer);
  1283. }
  1284. #endif /* CONFIG_PEERKEY */
  1285. #ifdef CONFIG_IEEE80211R
  1286. static void
  1287. wpa_supplicant_event_ft_response(struct wpa_supplicant *wpa_s,
  1288. union wpa_event_data *data)
  1289. {
  1290. if (data == NULL)
  1291. return;
  1292. if (wpa_ft_process_response(wpa_s->wpa, data->ft_ies.ies,
  1293. data->ft_ies.ies_len,
  1294. data->ft_ies.ft_action,
  1295. data->ft_ies.target_ap,
  1296. data->ft_ies.ric_ies,
  1297. data->ft_ies.ric_ies_len) < 0) {
  1298. /* TODO: prevent MLME/driver from trying to associate? */
  1299. }
  1300. }
  1301. #endif /* CONFIG_IEEE80211R */
  1302. #ifdef CONFIG_IBSS_RSN
  1303. static void wpa_supplicant_event_ibss_rsn_start(struct wpa_supplicant *wpa_s,
  1304. union wpa_event_data *data)
  1305. {
  1306. if (data == NULL)
  1307. return;
  1308. ibss_rsn_start(wpa_s->ibss_rsn, data->ibss_rsn_start.peer);
  1309. }
  1310. #endif /* CONFIG_IBSS_RSN */
  1311. #ifdef CONFIG_IEEE80211R
  1312. static void ft_rx_action(struct wpa_supplicant *wpa_s, const u8 *data,
  1313. size_t len)
  1314. {
  1315. const u8 *sta_addr, *target_ap_addr;
  1316. u16 status;
  1317. wpa_hexdump(MSG_MSGDUMP, "FT: RX Action", data, len);
  1318. if (!(wpa_s->drv_flags & WPA_DRIVER_FLAGS_SME))
  1319. return; /* only SME case supported for now */
  1320. if (len < 1 + 2 * ETH_ALEN + 2)
  1321. return;
  1322. if (data[0] != 2)
  1323. return; /* Only FT Action Response is supported for now */
  1324. sta_addr = data + 1;
  1325. target_ap_addr = data + 1 + ETH_ALEN;
  1326. status = WPA_GET_LE16(data + 1 + 2 * ETH_ALEN);
  1327. wpa_printf(MSG_DEBUG, "FT: Received FT Action Response: STA " MACSTR
  1328. " TargetAP " MACSTR " status %u",
  1329. MAC2STR(sta_addr), MAC2STR(target_ap_addr), status);
  1330. if (os_memcmp(sta_addr, wpa_s->own_addr, ETH_ALEN) != 0) {
  1331. wpa_printf(MSG_DEBUG, "FT: Foreign STA Address " MACSTR
  1332. " in FT Action Response", MAC2STR(sta_addr));
  1333. return;
  1334. }
  1335. if (status) {
  1336. wpa_printf(MSG_DEBUG, "FT: FT Action Response indicates "
  1337. "failure (status code %d)", status);
  1338. /* TODO: report error to FT code(?) */
  1339. return;
  1340. }
  1341. if (wpa_ft_process_response(wpa_s->wpa, data + 1 + 2 * ETH_ALEN + 2,
  1342. len - (1 + 2 * ETH_ALEN + 2), 1,
  1343. target_ap_addr, NULL, 0) < 0)
  1344. return;
  1345. #ifdef CONFIG_SME
  1346. {
  1347. struct wpa_bss *bss;
  1348. bss = wpa_bss_get_bssid(wpa_s, target_ap_addr);
  1349. if (bss)
  1350. wpa_s->sme.freq = bss->freq;
  1351. wpa_s->sme.auth_alg = WPA_AUTH_ALG_FT;
  1352. sme_associate(wpa_s, WPAS_MODE_INFRA, target_ap_addr,
  1353. WLAN_AUTH_FT);
  1354. }
  1355. #endif /* CONFIG_SME */
  1356. }
  1357. #endif /* CONFIG_IEEE80211R */
  1358. void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
  1359. union wpa_event_data *data)
  1360. {
  1361. struct wpa_supplicant *wpa_s = ctx;
  1362. u16 reason_code = 0;
  1363. if (wpa_s->wpa_state == WPA_INTERFACE_DISABLED &&
  1364. event != EVENT_INTERFACE_ENABLED &&
  1365. event != EVENT_INTERFACE_STATUS) {
  1366. wpa_printf(MSG_DEBUG, "Ignore event %d while interface is "
  1367. "disabled", event);
  1368. return;
  1369. }
  1370. switch (event) {
  1371. case EVENT_AUTH:
  1372. sme_event_auth(wpa_s, data);
  1373. break;
  1374. case EVENT_ASSOC:
  1375. wpa_supplicant_event_assoc(wpa_s, data);
  1376. break;
  1377. case EVENT_DISASSOC:
  1378. wpa_printf(MSG_DEBUG, "Disassociation notification");
  1379. #ifdef CONFIG_AP
  1380. if (wpa_s->ap_iface && data) {
  1381. hostapd_notif_disassoc(wpa_s->ap_iface->bss[0],
  1382. data->disassoc_info.addr);
  1383. break;
  1384. }
  1385. #endif /* CONFIG_AP */
  1386. if (data)
  1387. reason_code = data->deauth_info.reason_code;
  1388. if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_SME)
  1389. sme_event_disassoc(wpa_s, data);
  1390. /* fall through */
  1391. case EVENT_DEAUTH:
  1392. if (event == EVENT_DEAUTH) {
  1393. wpa_printf(MSG_DEBUG, "Deauthentication notification");
  1394. if (data)
  1395. reason_code = data->deauth_info.reason_code;
  1396. }
  1397. #ifdef CONFIG_AP
  1398. if (wpa_s->ap_iface && data) {
  1399. hostapd_notif_disassoc(wpa_s->ap_iface->bss[0],
  1400. data->deauth_info.addr);
  1401. break;
  1402. }
  1403. #endif /* CONFIG_AP */
  1404. wpa_supplicant_event_disassoc(wpa_s, reason_code);
  1405. break;
  1406. case EVENT_MICHAEL_MIC_FAILURE:
  1407. wpa_supplicant_event_michael_mic_failure(wpa_s, data);
  1408. break;
  1409. #ifndef CONFIG_NO_SCAN_PROCESSING
  1410. case EVENT_SCAN_RESULTS:
  1411. wpa_supplicant_event_scan_results(wpa_s, data);
  1412. break;
  1413. #endif /* CONFIG_NO_SCAN_PROCESSING */
  1414. case EVENT_ASSOCINFO:
  1415. wpa_supplicant_event_associnfo(wpa_s, data);
  1416. break;
  1417. case EVENT_INTERFACE_STATUS:
  1418. wpa_supplicant_event_interface_status(wpa_s, data);
  1419. break;
  1420. case EVENT_PMKID_CANDIDATE:
  1421. wpa_supplicant_event_pmkid_candidate(wpa_s, data);
  1422. break;
  1423. #ifdef CONFIG_PEERKEY
  1424. case EVENT_STKSTART:
  1425. wpa_supplicant_event_stkstart(wpa_s, data);
  1426. break;
  1427. #endif /* CONFIG_PEERKEY */
  1428. #ifdef CONFIG_IEEE80211R
  1429. case EVENT_FT_RESPONSE:
  1430. wpa_supplicant_event_ft_response(wpa_s, data);
  1431. break;
  1432. #endif /* CONFIG_IEEE80211R */
  1433. #ifdef CONFIG_IBSS_RSN
  1434. case EVENT_IBSS_RSN_START:
  1435. wpa_supplicant_event_ibss_rsn_start(wpa_s, data);
  1436. break;
  1437. #endif /* CONFIG_IBSS_RSN */
  1438. case EVENT_ASSOC_REJECT:
  1439. sme_event_assoc_reject(wpa_s, data);
  1440. break;
  1441. case EVENT_AUTH_TIMED_OUT:
  1442. sme_event_auth_timed_out(wpa_s, data);
  1443. break;
  1444. case EVENT_ASSOC_TIMED_OUT:
  1445. sme_event_assoc_timed_out(wpa_s, data);
  1446. break;
  1447. #ifdef CONFIG_AP
  1448. case EVENT_TX_STATUS:
  1449. if (wpa_s->ap_iface == NULL)
  1450. break;
  1451. switch (data->tx_status.type) {
  1452. case WLAN_FC_TYPE_MGMT:
  1453. ap_mgmt_tx_cb(wpa_s, data->tx_status.data,
  1454. data->tx_status.data_len,
  1455. data->tx_status.stype,
  1456. data->tx_status.ack);
  1457. break;
  1458. case WLAN_FC_TYPE_DATA:
  1459. ap_tx_status(wpa_s, data->tx_status.dst,
  1460. data->tx_status.data,
  1461. data->tx_status.data_len,
  1462. data->tx_status.ack);
  1463. break;
  1464. }
  1465. break;
  1466. case EVENT_RX_FROM_UNKNOWN:
  1467. if (wpa_s->ap_iface == NULL)
  1468. break;
  1469. ap_rx_from_unknown_sta(wpa_s, data->rx_from_unknown.frame,
  1470. data->rx_from_unknown.len);
  1471. break;
  1472. case EVENT_RX_MGMT:
  1473. if (wpa_s->ap_iface == NULL)
  1474. break;
  1475. ap_mgmt_rx(wpa_s, &data->rx_mgmt);
  1476. break;
  1477. #endif /* CONFIG_AP */
  1478. case EVENT_RX_ACTION:
  1479. wpa_printf(MSG_DEBUG, "Received Action frame: SA=" MACSTR
  1480. " Category=%u DataLen=%d freq=%d MHz",
  1481. MAC2STR(data->rx_action.sa),
  1482. data->rx_action.category, (int) data->rx_action.len,
  1483. data->rx_action.freq);
  1484. #ifdef CONFIG_IEEE80211R
  1485. if (data->rx_action.category == WLAN_ACTION_FT) {
  1486. ft_rx_action(wpa_s, data->rx_action.data,
  1487. data->rx_action.len);
  1488. break;
  1489. }
  1490. #endif /* CONFIG_IEEE80211R */
  1491. break;
  1492. #ifdef CONFIG_CLIENT_MLME
  1493. case EVENT_MLME_RX: {
  1494. struct ieee80211_rx_status rx_status;
  1495. os_memset(&rx_status, 0, sizeof(rx_status));
  1496. rx_status.freq = data->mlme_rx.freq;
  1497. rx_status.channel = data->mlme_rx.channel;
  1498. rx_status.ssi = data->mlme_rx.ssi;
  1499. ieee80211_sta_rx(wpa_s, data->mlme_rx.buf, data->mlme_rx.len,
  1500. &rx_status);
  1501. break;
  1502. }
  1503. #endif /* CONFIG_CLIENT_MLME */
  1504. case EVENT_EAPOL_RX:
  1505. wpa_supplicant_rx_eapol(wpa_s, data->eapol_rx.src,
  1506. data->eapol_rx.data,
  1507. data->eapol_rx.data_len);
  1508. break;
  1509. case EVENT_SIGNAL_CHANGE:
  1510. bgscan_notify_signal_change(
  1511. wpa_s, data->signal_change.above_threshold);
  1512. break;
  1513. case EVENT_INTERFACE_ENABLED:
  1514. wpa_printf(MSG_DEBUG, "Interface was enabled");
  1515. if (wpa_s->wpa_state == WPA_INTERFACE_DISABLED) {
  1516. wpa_supplicant_set_state(wpa_s,
  1517. WPA_DISCONNECTED);
  1518. wpa_supplicant_req_scan(wpa_s, 0, 0);
  1519. }
  1520. break;
  1521. case EVENT_INTERFACE_DISABLED:
  1522. wpa_printf(MSG_DEBUG, "Interface was disabled");
  1523. wpa_supplicant_mark_disassoc(wpa_s);
  1524. wpa_supplicant_set_state(wpa_s, WPA_INTERFACE_DISABLED);
  1525. break;
  1526. default:
  1527. wpa_printf(MSG_INFO, "Unknown event %d", event);
  1528. break;
  1529. }
  1530. }