events.c 45 KB

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