scan.c 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734
  1. /*
  2. * WPA Supplicant - Scanning
  3. * Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi>
  4. *
  5. * This software may be distributed under the terms of the BSD license.
  6. * See README for more details.
  7. */
  8. #include "utils/includes.h"
  9. #include "utils/common.h"
  10. #include "utils/eloop.h"
  11. #include "common/ieee802_11_defs.h"
  12. #include "common/wpa_ctrl.h"
  13. #include "config.h"
  14. #include "wpa_supplicant_i.h"
  15. #include "driver_i.h"
  16. #include "wps_supplicant.h"
  17. #include "p2p_supplicant.h"
  18. #include "p2p/p2p.h"
  19. #include "hs20_supplicant.h"
  20. #include "notify.h"
  21. #include "bss.h"
  22. #include "gas_query.h"
  23. #include "scan.h"
  24. static void wpa_supplicant_gen_assoc_event(struct wpa_supplicant *wpa_s)
  25. {
  26. struct wpa_ssid *ssid;
  27. union wpa_event_data data;
  28. ssid = wpa_supplicant_get_ssid(wpa_s);
  29. if (ssid == NULL)
  30. return;
  31. if (wpa_s->current_ssid == NULL) {
  32. wpa_s->current_ssid = ssid;
  33. if (wpa_s->current_ssid != NULL)
  34. wpas_notify_network_changed(wpa_s);
  35. }
  36. wpa_supplicant_initiate_eapol(wpa_s);
  37. wpa_dbg(wpa_s, MSG_DEBUG, "Already associated with a configured "
  38. "network - generating associated event");
  39. os_memset(&data, 0, sizeof(data));
  40. wpa_supplicant_event(wpa_s, EVENT_ASSOC, &data);
  41. }
  42. #ifdef CONFIG_WPS
  43. static int wpas_wps_in_use(struct wpa_supplicant *wpa_s,
  44. enum wps_request_type *req_type)
  45. {
  46. struct wpa_ssid *ssid;
  47. int wps = 0;
  48. for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
  49. if (!(ssid->key_mgmt & WPA_KEY_MGMT_WPS))
  50. continue;
  51. wps = 1;
  52. *req_type = wpas_wps_get_req_type(ssid);
  53. if (!ssid->eap.phase1)
  54. continue;
  55. if (os_strstr(ssid->eap.phase1, "pbc=1"))
  56. return 2;
  57. }
  58. #ifdef CONFIG_P2P
  59. if (!wpa_s->global->p2p_disabled && wpa_s->global->p2p &&
  60. !wpa_s->conf->p2p_disabled) {
  61. wpa_s->wps->dev.p2p = 1;
  62. if (!wps) {
  63. wps = 1;
  64. *req_type = WPS_REQ_ENROLLEE_INFO;
  65. }
  66. }
  67. #endif /* CONFIG_P2P */
  68. return wps;
  69. }
  70. #endif /* CONFIG_WPS */
  71. /**
  72. * wpa_supplicant_enabled_networks - Check whether there are enabled networks
  73. * @wpa_s: Pointer to wpa_supplicant data
  74. * Returns: 0 if no networks are enabled, >0 if networks are enabled
  75. *
  76. * This function is used to figure out whether any networks (or Interworking
  77. * with enabled credentials and auto_interworking) are present in the current
  78. * configuration.
  79. */
  80. int wpa_supplicant_enabled_networks(struct wpa_supplicant *wpa_s)
  81. {
  82. struct wpa_ssid *ssid = wpa_s->conf->ssid;
  83. int count = 0, disabled = 0;
  84. while (ssid) {
  85. if (!wpas_network_disabled(wpa_s, ssid))
  86. count++;
  87. else
  88. disabled++;
  89. ssid = ssid->next;
  90. }
  91. if (wpa_s->conf->cred && wpa_s->conf->interworking &&
  92. wpa_s->conf->auto_interworking)
  93. count++;
  94. if (count == 0 && disabled > 0) {
  95. wpa_dbg(wpa_s, MSG_DEBUG, "No enabled networks (%d disabled "
  96. "networks)", disabled);
  97. }
  98. return count;
  99. }
  100. static void wpa_supplicant_assoc_try(struct wpa_supplicant *wpa_s,
  101. struct wpa_ssid *ssid)
  102. {
  103. while (ssid) {
  104. if (!wpas_network_disabled(wpa_s, ssid))
  105. break;
  106. ssid = ssid->next;
  107. }
  108. /* ap_scan=2 mode - try to associate with each SSID. */
  109. if (ssid == NULL) {
  110. wpa_dbg(wpa_s, MSG_DEBUG, "wpa_supplicant_assoc_try: Reached "
  111. "end of scan list - go back to beginning");
  112. wpa_s->prev_scan_ssid = WILDCARD_SSID_SCAN;
  113. wpa_supplicant_req_scan(wpa_s, 0, 0);
  114. return;
  115. }
  116. if (ssid->next) {
  117. /* Continue from the next SSID on the next attempt. */
  118. wpa_s->prev_scan_ssid = ssid;
  119. } else {
  120. /* Start from the beginning of the SSID list. */
  121. wpa_s->prev_scan_ssid = WILDCARD_SSID_SCAN;
  122. }
  123. wpa_supplicant_associate(wpa_s, NULL, ssid);
  124. }
  125. static int int_array_len(const int *a)
  126. {
  127. int i;
  128. for (i = 0; a && a[i]; i++)
  129. ;
  130. return i;
  131. }
  132. static void int_array_concat(int **res, const int *a)
  133. {
  134. int reslen, alen, i;
  135. int *n;
  136. reslen = int_array_len(*res);
  137. alen = int_array_len(a);
  138. n = os_realloc_array(*res, reslen + alen + 1, sizeof(int));
  139. if (n == NULL) {
  140. os_free(*res);
  141. *res = NULL;
  142. return;
  143. }
  144. for (i = 0; i <= alen; i++)
  145. n[reslen + i] = a[i];
  146. *res = n;
  147. }
  148. static int freq_cmp(const void *a, const void *b)
  149. {
  150. int _a = *(int *) a;
  151. int _b = *(int *) b;
  152. if (_a == 0)
  153. return 1;
  154. if (_b == 0)
  155. return -1;
  156. return _a - _b;
  157. }
  158. static void int_array_sort_unique(int *a)
  159. {
  160. int alen;
  161. int i, j;
  162. if (a == NULL)
  163. return;
  164. alen = int_array_len(a);
  165. qsort(a, alen, sizeof(int), freq_cmp);
  166. i = 0;
  167. j = 1;
  168. while (a[i] && a[j]) {
  169. if (a[i] == a[j]) {
  170. j++;
  171. continue;
  172. }
  173. a[++i] = a[j++];
  174. }
  175. if (a[i])
  176. i++;
  177. a[i] = 0;
  178. }
  179. /**
  180. * wpa_supplicant_trigger_scan - Request driver to start a scan
  181. * @wpa_s: Pointer to wpa_supplicant data
  182. * @params: Scan parameters
  183. * Returns: 0 on success, -1 on failure
  184. */
  185. int wpa_supplicant_trigger_scan(struct wpa_supplicant *wpa_s,
  186. struct wpa_driver_scan_params *params)
  187. {
  188. int ret;
  189. wpa_supplicant_notify_scanning(wpa_s, 1);
  190. ret = wpa_drv_scan(wpa_s, params);
  191. if (ret) {
  192. wpa_supplicant_notify_scanning(wpa_s, 0);
  193. wpas_notify_scan_done(wpa_s, 0);
  194. } else {
  195. os_get_time(&wpa_s->scan_trigger_time);
  196. wpa_s->scan_runs++;
  197. wpa_s->normal_scans++;
  198. }
  199. return ret;
  200. }
  201. static void
  202. wpa_supplicant_delayed_sched_scan_timeout(void *eloop_ctx, void *timeout_ctx)
  203. {
  204. struct wpa_supplicant *wpa_s = eloop_ctx;
  205. wpa_dbg(wpa_s, MSG_DEBUG, "Starting delayed sched scan");
  206. if (wpa_supplicant_req_sched_scan(wpa_s))
  207. wpa_supplicant_req_scan(wpa_s, 0, 0);
  208. }
  209. static void
  210. wpa_supplicant_sched_scan_timeout(void *eloop_ctx, void *timeout_ctx)
  211. {
  212. struct wpa_supplicant *wpa_s = eloop_ctx;
  213. wpa_dbg(wpa_s, MSG_DEBUG, "Sched scan timeout - stopping it");
  214. wpa_s->sched_scan_timed_out = 1;
  215. wpa_supplicant_cancel_sched_scan(wpa_s);
  216. }
  217. static int
  218. wpa_supplicant_start_sched_scan(struct wpa_supplicant *wpa_s,
  219. struct wpa_driver_scan_params *params,
  220. int interval)
  221. {
  222. int ret;
  223. wpa_supplicant_notify_scanning(wpa_s, 1);
  224. ret = wpa_drv_sched_scan(wpa_s, params, interval * 1000);
  225. if (ret)
  226. wpa_supplicant_notify_scanning(wpa_s, 0);
  227. else
  228. wpa_s->sched_scanning = 1;
  229. return ret;
  230. }
  231. static int wpa_supplicant_stop_sched_scan(struct wpa_supplicant *wpa_s)
  232. {
  233. int ret;
  234. ret = wpa_drv_stop_sched_scan(wpa_s);
  235. if (ret) {
  236. wpa_dbg(wpa_s, MSG_DEBUG, "stopping sched_scan failed!");
  237. /* TODO: what to do if stopping fails? */
  238. return -1;
  239. }
  240. return ret;
  241. }
  242. static struct wpa_driver_scan_filter *
  243. wpa_supplicant_build_filter_ssids(struct wpa_config *conf, size_t *num_ssids)
  244. {
  245. struct wpa_driver_scan_filter *ssids;
  246. struct wpa_ssid *ssid;
  247. size_t count;
  248. *num_ssids = 0;
  249. if (!conf->filter_ssids)
  250. return NULL;
  251. for (count = 0, ssid = conf->ssid; ssid; ssid = ssid->next) {
  252. if (ssid->ssid && ssid->ssid_len)
  253. count++;
  254. }
  255. if (count == 0)
  256. return NULL;
  257. ssids = os_zalloc(count * sizeof(struct wpa_driver_scan_filter));
  258. if (ssids == NULL)
  259. return NULL;
  260. for (ssid = conf->ssid; ssid; ssid = ssid->next) {
  261. if (!ssid->ssid || !ssid->ssid_len)
  262. continue;
  263. os_memcpy(ssids[*num_ssids].ssid, ssid->ssid, ssid->ssid_len);
  264. ssids[*num_ssids].ssid_len = ssid->ssid_len;
  265. (*num_ssids)++;
  266. }
  267. return ssids;
  268. }
  269. static void wpa_supplicant_optimize_freqs(
  270. struct wpa_supplicant *wpa_s, struct wpa_driver_scan_params *params)
  271. {
  272. #ifdef CONFIG_P2P
  273. if (params->freqs == NULL && wpa_s->p2p_in_provisioning &&
  274. wpa_s->go_params) {
  275. /* Optimize provisioning state scan based on GO information */
  276. if (wpa_s->p2p_in_provisioning < 5 &&
  277. wpa_s->go_params->freq > 0) {
  278. wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only GO "
  279. "preferred frequency %d MHz",
  280. wpa_s->go_params->freq);
  281. params->freqs = os_zalloc(2 * sizeof(int));
  282. if (params->freqs)
  283. params->freqs[0] = wpa_s->go_params->freq;
  284. } else if (wpa_s->p2p_in_provisioning < 8 &&
  285. wpa_s->go_params->freq_list[0]) {
  286. wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only common "
  287. "channels");
  288. int_array_concat(&params->freqs,
  289. wpa_s->go_params->freq_list);
  290. if (params->freqs)
  291. int_array_sort_unique(params->freqs);
  292. }
  293. wpa_s->p2p_in_provisioning++;
  294. }
  295. #endif /* CONFIG_P2P */
  296. #ifdef CONFIG_WPS
  297. if (params->freqs == NULL && wpa_s->after_wps && wpa_s->wps_freq) {
  298. /*
  299. * Optimize post-provisioning scan based on channel used
  300. * during provisioning.
  301. */
  302. wpa_dbg(wpa_s, MSG_DEBUG, "WPS: Scan only frequency %u MHz "
  303. "that was used during provisioning", wpa_s->wps_freq);
  304. params->freqs = os_zalloc(2 * sizeof(int));
  305. if (params->freqs)
  306. params->freqs[0] = wpa_s->wps_freq;
  307. wpa_s->after_wps--;
  308. }
  309. if (params->freqs == NULL && wpa_s->known_wps_freq && wpa_s->wps_freq)
  310. {
  311. /* Optimize provisioning scan based on already known channel */
  312. wpa_dbg(wpa_s, MSG_DEBUG, "WPS: Scan only frequency %u MHz",
  313. wpa_s->wps_freq);
  314. params->freqs = os_zalloc(2 * sizeof(int));
  315. if (params->freqs)
  316. params->freqs[0] = wpa_s->wps_freq;
  317. wpa_s->known_wps_freq = 0; /* only do this once */
  318. }
  319. #endif /* CONFIG_WPS */
  320. }
  321. #ifdef CONFIG_INTERWORKING
  322. static void wpas_add_interworking_elements(struct wpa_supplicant *wpa_s,
  323. struct wpabuf *buf)
  324. {
  325. if (wpa_s->conf->interworking == 0)
  326. return;
  327. wpabuf_put_u8(buf, WLAN_EID_EXT_CAPAB);
  328. wpabuf_put_u8(buf, 4);
  329. wpabuf_put_u8(buf, 0x00);
  330. wpabuf_put_u8(buf, 0x00);
  331. wpabuf_put_u8(buf, 0x00);
  332. wpabuf_put_u8(buf, 0x80); /* Bit 31 - Interworking */
  333. wpabuf_put_u8(buf, WLAN_EID_INTERWORKING);
  334. wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 :
  335. 1 + ETH_ALEN);
  336. wpabuf_put_u8(buf, wpa_s->conf->access_network_type);
  337. /* No Venue Info */
  338. if (!is_zero_ether_addr(wpa_s->conf->hessid))
  339. wpabuf_put_data(buf, wpa_s->conf->hessid, ETH_ALEN);
  340. }
  341. #endif /* CONFIG_INTERWORKING */
  342. static struct wpabuf * wpa_supplicant_extra_ies(struct wpa_supplicant *wpa_s)
  343. {
  344. struct wpabuf *extra_ie = NULL;
  345. #ifdef CONFIG_WPS
  346. int wps = 0;
  347. enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO;
  348. #endif /* CONFIG_WPS */
  349. #ifdef CONFIG_INTERWORKING
  350. if (wpa_s->conf->interworking &&
  351. wpabuf_resize(&extra_ie, 100) == 0)
  352. wpas_add_interworking_elements(wpa_s, extra_ie);
  353. #endif /* CONFIG_INTERWORKING */
  354. #ifdef CONFIG_WPS
  355. wps = wpas_wps_in_use(wpa_s, &req_type);
  356. if (wps) {
  357. struct wpabuf *wps_ie;
  358. wps_ie = wps_build_probe_req_ie(wps == 2 ? DEV_PW_PUSHBUTTON :
  359. DEV_PW_DEFAULT,
  360. &wpa_s->wps->dev,
  361. wpa_s->wps->uuid, req_type,
  362. 0, NULL);
  363. if (wps_ie) {
  364. if (wpabuf_resize(&extra_ie, wpabuf_len(wps_ie)) == 0)
  365. wpabuf_put_buf(extra_ie, wps_ie);
  366. wpabuf_free(wps_ie);
  367. }
  368. }
  369. #ifdef CONFIG_P2P
  370. if (wps) {
  371. size_t ielen = p2p_scan_ie_buf_len(wpa_s->global->p2p);
  372. if (wpabuf_resize(&extra_ie, ielen) == 0)
  373. wpas_p2p_scan_ie(wpa_s, extra_ie);
  374. }
  375. #endif /* CONFIG_P2P */
  376. #endif /* CONFIG_WPS */
  377. #ifdef CONFIG_HS20
  378. if (wpa_s->conf->hs20 && wpabuf_resize(&extra_ie, 7) == 0)
  379. wpas_hs20_add_indication(extra_ie);
  380. #endif /* CONFIG_HS20 */
  381. return extra_ie;
  382. }
  383. #ifdef CONFIG_P2P
  384. /*
  385. * Check whether there are any enabled networks or credentials that could be
  386. * used for a non-P2P connection.
  387. */
  388. static int non_p2p_network_enabled(struct wpa_supplicant *wpa_s)
  389. {
  390. struct wpa_ssid *ssid;
  391. for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
  392. if (wpas_network_disabled(wpa_s, ssid))
  393. continue;
  394. if (!ssid->p2p_group)
  395. return 1;
  396. }
  397. if (wpa_s->conf->cred && wpa_s->conf->interworking &&
  398. wpa_s->conf->auto_interworking)
  399. return 1;
  400. return 0;
  401. }
  402. #endif /* CONFIG_P2P */
  403. static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes,
  404. u16 num_modes,
  405. enum hostapd_hw_mode mode)
  406. {
  407. u16 i;
  408. for (i = 0; i < num_modes; i++) {
  409. if (modes[i].mode == mode)
  410. return &modes[i];
  411. }
  412. return NULL;
  413. }
  414. static void wpa_setband_scan_freqs_list(struct wpa_supplicant *wpa_s,
  415. enum hostapd_hw_mode band,
  416. struct wpa_driver_scan_params *params)
  417. {
  418. /* Include only supported channels for the specified band */
  419. struct hostapd_hw_modes *mode;
  420. int count, i;
  421. mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, band);
  422. if (mode == NULL) {
  423. /* No channels supported in this band - use empty list */
  424. params->freqs = os_zalloc(sizeof(int));
  425. return;
  426. }
  427. params->freqs = os_zalloc((mode->num_channels + 1) * sizeof(int));
  428. if (params->freqs == NULL)
  429. return;
  430. for (count = 0, i = 0; i < mode->num_channels; i++) {
  431. if (mode->channels[i].flag & HOSTAPD_CHAN_DISABLED)
  432. continue;
  433. params->freqs[count++] = mode->channels[i].freq;
  434. }
  435. }
  436. static void wpa_setband_scan_freqs(struct wpa_supplicant *wpa_s,
  437. struct wpa_driver_scan_params *params)
  438. {
  439. if (wpa_s->hw.modes == NULL)
  440. return; /* unknown what channels the driver supports */
  441. if (params->freqs)
  442. return; /* already using a limited channel set */
  443. if (wpa_s->setband == WPA_SETBAND_5G)
  444. wpa_setband_scan_freqs_list(wpa_s, HOSTAPD_MODE_IEEE80211A,
  445. params);
  446. else if (wpa_s->setband == WPA_SETBAND_2G)
  447. wpa_setband_scan_freqs_list(wpa_s, HOSTAPD_MODE_IEEE80211G,
  448. params);
  449. }
  450. static void wpa_supplicant_scan(void *eloop_ctx, void *timeout_ctx)
  451. {
  452. struct wpa_supplicant *wpa_s = eloop_ctx;
  453. struct wpa_ssid *ssid;
  454. enum scan_req_type scan_req = NORMAL_SCAN_REQ;
  455. int ret;
  456. struct wpabuf *extra_ie = NULL;
  457. struct wpa_driver_scan_params params;
  458. struct wpa_driver_scan_params *scan_params;
  459. size_t max_ssids;
  460. enum wpa_states prev_state;
  461. if (wpa_s->wpa_state == WPA_INTERFACE_DISABLED) {
  462. wpa_dbg(wpa_s, MSG_DEBUG, "Skip scan - interface disabled");
  463. wpas_p2p_continue_after_scan(wpa_s);
  464. return;
  465. }
  466. if (wpa_s->disconnected && wpa_s->scan_req == NORMAL_SCAN_REQ) {
  467. wpa_dbg(wpa_s, MSG_DEBUG, "Disconnected - do not scan");
  468. wpa_supplicant_set_state(wpa_s, WPA_DISCONNECTED);
  469. wpas_p2p_continue_after_scan(wpa_s);
  470. return;
  471. }
  472. if (!wpa_supplicant_enabled_networks(wpa_s) &&
  473. wpa_s->scan_req == NORMAL_SCAN_REQ) {
  474. wpa_dbg(wpa_s, MSG_DEBUG, "No enabled networks - do not scan");
  475. wpa_supplicant_set_state(wpa_s, WPA_INACTIVE);
  476. wpas_p2p_continue_after_scan(wpa_s);
  477. return;
  478. }
  479. if (wpa_s->conf->ap_scan != 0 &&
  480. (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED)) {
  481. wpa_dbg(wpa_s, MSG_DEBUG, "Using wired authentication - "
  482. "overriding ap_scan configuration");
  483. wpa_s->conf->ap_scan = 0;
  484. wpas_notify_ap_scan_changed(wpa_s);
  485. }
  486. if (wpa_s->conf->ap_scan == 0) {
  487. wpa_supplicant_gen_assoc_event(wpa_s);
  488. return;
  489. }
  490. #ifdef CONFIG_P2P
  491. if (wpas_p2p_in_progress(wpa_s) || wpas_wpa_is_in_progress(wpa_s, 0)) {
  492. if (wpa_s->sta_scan_pending &&
  493. wpas_p2p_in_progress(wpa_s) == 2 &&
  494. wpa_s->global->p2p_cb_on_scan_complete) {
  495. wpa_dbg(wpa_s, MSG_DEBUG, "Process pending station "
  496. "mode scan during P2P search");
  497. } else {
  498. wpa_dbg(wpa_s, MSG_DEBUG, "Delay station mode scan "
  499. "while P2P operation is in progress");
  500. wpa_s->sta_scan_pending = 1;
  501. wpa_supplicant_req_scan(wpa_s, 5, 0);
  502. return;
  503. }
  504. }
  505. #endif /* CONFIG_P2P */
  506. #ifdef CONFIG_GAS
  507. if (gas_query_in_progress(wpa_s->gas)) {
  508. wpa_dbg(wpa_s, MSG_DEBUG, "Delay scan while GAS query is in progress");
  509. wpa_supplicant_req_scan(wpa_s, 1, 0);
  510. return;
  511. }
  512. #endif /* CONFIG_GAS */
  513. if (wpa_s->conf->ap_scan == 2)
  514. max_ssids = 1;
  515. else {
  516. max_ssids = wpa_s->max_scan_ssids;
  517. if (max_ssids > WPAS_MAX_SCAN_SSIDS)
  518. max_ssids = WPAS_MAX_SCAN_SSIDS;
  519. }
  520. scan_req = wpa_s->scan_req;
  521. wpa_s->scan_req = NORMAL_SCAN_REQ;
  522. os_memset(&params, 0, sizeof(params));
  523. prev_state = wpa_s->wpa_state;
  524. if (wpa_s->wpa_state == WPA_DISCONNECTED ||
  525. wpa_s->wpa_state == WPA_INACTIVE)
  526. wpa_supplicant_set_state(wpa_s, WPA_SCANNING);
  527. /*
  528. * If autoscan has set its own scanning parameters
  529. */
  530. if (wpa_s->autoscan_params != NULL) {
  531. scan_params = wpa_s->autoscan_params;
  532. goto scan;
  533. }
  534. if (scan_req != MANUAL_SCAN_REQ && wpa_s->connect_without_scan) {
  535. for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
  536. if (ssid == wpa_s->connect_without_scan)
  537. break;
  538. }
  539. wpa_s->connect_without_scan = NULL;
  540. if (ssid) {
  541. wpa_printf(MSG_DEBUG, "Start a pre-selected network "
  542. "without scan step");
  543. wpa_supplicant_associate(wpa_s, NULL, ssid);
  544. return;
  545. }
  546. }
  547. #ifdef CONFIG_P2P
  548. if ((wpa_s->p2p_in_provisioning || wpa_s->show_group_started) &&
  549. wpa_s->go_params) {
  550. wpa_printf(MSG_DEBUG, "P2P: Use specific SSID for scan during "
  551. "P2P group formation");
  552. params.ssids[0].ssid = wpa_s->go_params->ssid;
  553. params.ssids[0].ssid_len = wpa_s->go_params->ssid_len;
  554. params.num_ssids = 1;
  555. goto ssid_list_set;
  556. }
  557. #endif /* CONFIG_P2P */
  558. /* Find the starting point from which to continue scanning */
  559. ssid = wpa_s->conf->ssid;
  560. if (wpa_s->prev_scan_ssid != WILDCARD_SSID_SCAN) {
  561. while (ssid) {
  562. if (ssid == wpa_s->prev_scan_ssid) {
  563. ssid = ssid->next;
  564. break;
  565. }
  566. ssid = ssid->next;
  567. }
  568. }
  569. if (scan_req != MANUAL_SCAN_REQ && wpa_s->conf->ap_scan == 2) {
  570. wpa_s->connect_without_scan = NULL;
  571. wpa_s->prev_scan_wildcard = 0;
  572. wpa_supplicant_assoc_try(wpa_s, ssid);
  573. return;
  574. } else if (wpa_s->conf->ap_scan == 2) {
  575. /*
  576. * User-initiated scan request in ap_scan == 2; scan with
  577. * wildcard SSID.
  578. */
  579. ssid = NULL;
  580. } else {
  581. struct wpa_ssid *start = ssid, *tssid;
  582. int freqs_set = 0;
  583. if (ssid == NULL && max_ssids > 1)
  584. ssid = wpa_s->conf->ssid;
  585. while (ssid) {
  586. if (!wpas_network_disabled(wpa_s, ssid) &&
  587. ssid->scan_ssid) {
  588. wpa_hexdump_ascii(MSG_DEBUG, "Scan SSID",
  589. ssid->ssid, ssid->ssid_len);
  590. params.ssids[params.num_ssids].ssid =
  591. ssid->ssid;
  592. params.ssids[params.num_ssids].ssid_len =
  593. ssid->ssid_len;
  594. params.num_ssids++;
  595. if (params.num_ssids + 1 >= max_ssids)
  596. break;
  597. }
  598. ssid = ssid->next;
  599. if (ssid == start)
  600. break;
  601. if (ssid == NULL && max_ssids > 1 &&
  602. start != wpa_s->conf->ssid)
  603. ssid = wpa_s->conf->ssid;
  604. }
  605. for (tssid = wpa_s->conf->ssid; tssid; tssid = tssid->next) {
  606. if (wpas_network_disabled(wpa_s, tssid))
  607. continue;
  608. if ((params.freqs || !freqs_set) && tssid->scan_freq) {
  609. int_array_concat(&params.freqs,
  610. tssid->scan_freq);
  611. } else {
  612. os_free(params.freqs);
  613. params.freqs = NULL;
  614. }
  615. freqs_set = 1;
  616. }
  617. int_array_sort_unique(params.freqs);
  618. }
  619. if (ssid && max_ssids == 1) {
  620. /*
  621. * If the driver is limited to 1 SSID at a time interleave
  622. * wildcard SSID scans with specific SSID scans to avoid
  623. * waiting a long time for a wildcard scan.
  624. */
  625. if (!wpa_s->prev_scan_wildcard) {
  626. params.ssids[0].ssid = NULL;
  627. params.ssids[0].ssid_len = 0;
  628. wpa_s->prev_scan_wildcard = 1;
  629. wpa_dbg(wpa_s, MSG_DEBUG, "Starting AP scan for "
  630. "wildcard SSID (Interleave with specific)");
  631. } else {
  632. wpa_s->prev_scan_ssid = ssid;
  633. wpa_s->prev_scan_wildcard = 0;
  634. wpa_dbg(wpa_s, MSG_DEBUG,
  635. "Starting AP scan for specific SSID: %s",
  636. wpa_ssid_txt(ssid->ssid, ssid->ssid_len));
  637. }
  638. } else if (ssid) {
  639. /* max_ssids > 1 */
  640. wpa_s->prev_scan_ssid = ssid;
  641. wpa_dbg(wpa_s, MSG_DEBUG, "Include wildcard SSID in "
  642. "the scan request");
  643. params.num_ssids++;
  644. } else {
  645. wpa_s->prev_scan_ssid = WILDCARD_SSID_SCAN;
  646. params.num_ssids++;
  647. wpa_dbg(wpa_s, MSG_DEBUG, "Starting AP scan for wildcard "
  648. "SSID");
  649. }
  650. #ifdef CONFIG_P2P
  651. ssid_list_set:
  652. #endif /* CONFIG_P2P */
  653. wpa_supplicant_optimize_freqs(wpa_s, &params);
  654. extra_ie = wpa_supplicant_extra_ies(wpa_s);
  655. if (params.freqs == NULL && wpa_s->next_scan_freqs) {
  656. wpa_dbg(wpa_s, MSG_DEBUG, "Optimize scan based on previously "
  657. "generated frequency list");
  658. params.freqs = wpa_s->next_scan_freqs;
  659. } else
  660. os_free(wpa_s->next_scan_freqs);
  661. wpa_s->next_scan_freqs = NULL;
  662. wpa_setband_scan_freqs(wpa_s, &params);
  663. /* See if user specified frequencies. If so, scan only those. */
  664. if (wpa_s->conf->freq_list && !params.freqs) {
  665. wpa_dbg(wpa_s, MSG_DEBUG,
  666. "Optimize scan based on conf->freq_list");
  667. int_array_concat(&params.freqs, wpa_s->conf->freq_list);
  668. }
  669. /* Use current associated channel? */
  670. if (wpa_s->conf->scan_cur_freq && !params.freqs) {
  671. unsigned int num = wpa_s->num_multichan_concurrent;
  672. params.freqs = os_calloc(num + 1, sizeof(int));
  673. if (params.freqs) {
  674. num = get_shared_radio_freqs(wpa_s, params.freqs, num);
  675. if (num > 0) {
  676. wpa_dbg(wpa_s, MSG_DEBUG, "Scan only the "
  677. "current operating channels since "
  678. "scan_cur_freq is enabled");
  679. } else {
  680. os_free(params.freqs);
  681. params.freqs = NULL;
  682. }
  683. }
  684. }
  685. params.filter_ssids = wpa_supplicant_build_filter_ssids(
  686. wpa_s->conf, &params.num_filter_ssids);
  687. if (extra_ie) {
  688. params.extra_ies = wpabuf_head(extra_ie);
  689. params.extra_ies_len = wpabuf_len(extra_ie);
  690. }
  691. #ifdef CONFIG_P2P
  692. if (wpa_s->p2p_in_provisioning ||
  693. (wpa_s->show_group_started && wpa_s->go_params)) {
  694. /*
  695. * The interface may not yet be in P2P mode, so we have to
  696. * explicitly request P2P probe to disable CCK rates.
  697. */
  698. params.p2p_probe = 1;
  699. }
  700. #endif /* CONFIG_P2P */
  701. scan_params = &params;
  702. scan:
  703. #ifdef CONFIG_P2P
  704. /*
  705. * If the driver does not support multi-channel concurrency and a
  706. * virtual interface that shares the same radio with the wpa_s interface
  707. * is operating there may not be need to scan other channels apart from
  708. * the current operating channel on the other virtual interface. Filter
  709. * out other channels in case we are trying to find a connection for a
  710. * station interface when we are not configured to prefer station
  711. * connection and a concurrent operation is already in process.
  712. */
  713. if (wpa_s->scan_for_connection && scan_req == NORMAL_SCAN_REQ &&
  714. !scan_params->freqs && !params.freqs &&
  715. wpas_is_p2p_prioritized(wpa_s) &&
  716. wpa_s->p2p_group_interface == NOT_P2P_GROUP_INTERFACE &&
  717. non_p2p_network_enabled(wpa_s)) {
  718. unsigned int num = wpa_s->num_multichan_concurrent;
  719. params.freqs = os_calloc(num + 1, sizeof(int));
  720. if (params.freqs) {
  721. num = get_shared_radio_freqs(wpa_s, params.freqs, num);
  722. if (num > 0 && num == wpa_s->num_multichan_concurrent) {
  723. wpa_dbg(wpa_s, MSG_DEBUG, "Scan only the current operating channels since all channels are already used");
  724. } else {
  725. os_free(params.freqs);
  726. params.freqs = NULL;
  727. }
  728. }
  729. }
  730. #endif /* CONFIG_P2P */
  731. ret = wpa_supplicant_trigger_scan(wpa_s, scan_params);
  732. wpabuf_free(extra_ie);
  733. os_free(params.freqs);
  734. os_free(params.filter_ssids);
  735. if (ret) {
  736. wpa_msg(wpa_s, MSG_WARNING, "Failed to initiate AP scan");
  737. if (prev_state != wpa_s->wpa_state)
  738. wpa_supplicant_set_state(wpa_s, prev_state);
  739. /* Restore scan_req since we will try to scan again */
  740. wpa_s->scan_req = scan_req;
  741. wpa_supplicant_req_scan(wpa_s, 1, 0);
  742. } else {
  743. wpa_s->scan_for_connection = 0;
  744. }
  745. }
  746. void wpa_supplicant_update_scan_int(struct wpa_supplicant *wpa_s, int sec)
  747. {
  748. struct os_time remaining, new_int;
  749. int cancelled;
  750. cancelled = eloop_cancel_timeout_one(wpa_supplicant_scan, wpa_s, NULL,
  751. &remaining);
  752. new_int.sec = sec;
  753. new_int.usec = 0;
  754. if (cancelled && os_time_before(&remaining, &new_int)) {
  755. new_int.sec = remaining.sec;
  756. new_int.usec = remaining.usec;
  757. }
  758. eloop_register_timeout(new_int.sec, new_int.usec, wpa_supplicant_scan,
  759. wpa_s, NULL);
  760. wpa_s->scan_interval = sec;
  761. }
  762. /**
  763. * wpa_supplicant_req_scan - Schedule a scan for neighboring access points
  764. * @wpa_s: Pointer to wpa_supplicant data
  765. * @sec: Number of seconds after which to scan
  766. * @usec: Number of microseconds after which to scan
  767. *
  768. * This function is used to schedule a scan for neighboring access points after
  769. * the specified time.
  770. */
  771. void wpa_supplicant_req_scan(struct wpa_supplicant *wpa_s, int sec, int usec)
  772. {
  773. /* If there's at least one network that should be specifically scanned
  774. * then don't cancel the scan and reschedule. Some drivers do
  775. * background scanning which generates frequent scan results, and that
  776. * causes the specific SSID scan to get continually pushed back and
  777. * never happen, which causes hidden APs to never get probe-scanned.
  778. */
  779. if (eloop_is_timeout_registered(wpa_supplicant_scan, wpa_s, NULL) &&
  780. wpa_s->conf->ap_scan == 1) {
  781. struct wpa_ssid *ssid = wpa_s->conf->ssid;
  782. while (ssid) {
  783. if (!wpas_network_disabled(wpa_s, ssid) &&
  784. ssid->scan_ssid)
  785. break;
  786. ssid = ssid->next;
  787. }
  788. if (ssid) {
  789. wpa_dbg(wpa_s, MSG_DEBUG, "Not rescheduling scan to "
  790. "ensure that specific SSID scans occur");
  791. return;
  792. }
  793. }
  794. wpa_dbg(wpa_s, MSG_DEBUG, "Setting scan request: %d sec %d usec",
  795. sec, usec);
  796. eloop_cancel_timeout(wpa_supplicant_scan, wpa_s, NULL);
  797. eloop_register_timeout(sec, usec, wpa_supplicant_scan, wpa_s, NULL);
  798. }
  799. /**
  800. * wpa_supplicant_delayed_sched_scan - Request a delayed scheduled scan
  801. * @wpa_s: Pointer to wpa_supplicant data
  802. * @sec: Number of seconds after which to scan
  803. * @usec: Number of microseconds after which to scan
  804. * Returns: 0 on success or -1 otherwise
  805. *
  806. * This function is used to schedule periodic scans for neighboring
  807. * access points after the specified time.
  808. */
  809. int wpa_supplicant_delayed_sched_scan(struct wpa_supplicant *wpa_s,
  810. int sec, int usec)
  811. {
  812. if (!wpa_s->sched_scan_supported)
  813. return -1;
  814. eloop_register_timeout(sec, usec,
  815. wpa_supplicant_delayed_sched_scan_timeout,
  816. wpa_s, NULL);
  817. return 0;
  818. }
  819. /**
  820. * wpa_supplicant_req_sched_scan - Start a periodic scheduled scan
  821. * @wpa_s: Pointer to wpa_supplicant data
  822. * Returns: 0 is sched_scan was started or -1 otherwise
  823. *
  824. * This function is used to schedule periodic scans for neighboring
  825. * access points repeating the scan continuously.
  826. */
  827. int wpa_supplicant_req_sched_scan(struct wpa_supplicant *wpa_s)
  828. {
  829. struct wpa_driver_scan_params params;
  830. struct wpa_driver_scan_params *scan_params;
  831. enum wpa_states prev_state;
  832. struct wpa_ssid *ssid = NULL;
  833. struct wpabuf *extra_ie = NULL;
  834. int ret;
  835. unsigned int max_sched_scan_ssids;
  836. int wildcard = 0;
  837. int need_ssids;
  838. if (!wpa_s->sched_scan_supported)
  839. return -1;
  840. if (wpa_s->max_sched_scan_ssids > WPAS_MAX_SCAN_SSIDS)
  841. max_sched_scan_ssids = WPAS_MAX_SCAN_SSIDS;
  842. else
  843. max_sched_scan_ssids = wpa_s->max_sched_scan_ssids;
  844. if (max_sched_scan_ssids < 1 || wpa_s->conf->disable_scan_offload)
  845. return -1;
  846. if (wpa_s->sched_scanning) {
  847. wpa_dbg(wpa_s, MSG_DEBUG, "Already sched scanning");
  848. return 0;
  849. }
  850. need_ssids = 0;
  851. for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
  852. if (!wpas_network_disabled(wpa_s, ssid) && !ssid->scan_ssid) {
  853. /* Use wildcard SSID to find this network */
  854. wildcard = 1;
  855. } else if (!wpas_network_disabled(wpa_s, ssid) &&
  856. ssid->ssid_len)
  857. need_ssids++;
  858. #ifdef CONFIG_WPS
  859. if (!wpas_network_disabled(wpa_s, ssid) &&
  860. ssid->key_mgmt == WPA_KEY_MGMT_WPS) {
  861. /*
  862. * Normal scan is more reliable and faster for WPS
  863. * operations and since these are for short periods of
  864. * time, the benefit of trying to use sched_scan would
  865. * be limited.
  866. */
  867. wpa_dbg(wpa_s, MSG_DEBUG, "Use normal scan instead of "
  868. "sched_scan for WPS");
  869. return -1;
  870. }
  871. #endif /* CONFIG_WPS */
  872. }
  873. if (wildcard)
  874. need_ssids++;
  875. if (wpa_s->normal_scans < 3 &&
  876. (need_ssids <= wpa_s->max_scan_ssids ||
  877. wpa_s->max_scan_ssids >= (int) max_sched_scan_ssids)) {
  878. /*
  879. * When normal scan can speed up operations, use that for the
  880. * first operations before starting the sched_scan to allow
  881. * user space sleep more. We do this only if the normal scan
  882. * has functionality that is suitable for this or if the
  883. * sched_scan does not have better support for multiple SSIDs.
  884. */
  885. wpa_dbg(wpa_s, MSG_DEBUG, "Use normal scan instead of "
  886. "sched_scan for initial scans (normal_scans=%d)",
  887. wpa_s->normal_scans);
  888. return -1;
  889. }
  890. os_memset(&params, 0, sizeof(params));
  891. /* If we can't allocate space for the filters, we just don't filter */
  892. params.filter_ssids = os_zalloc(wpa_s->max_match_sets *
  893. sizeof(struct wpa_driver_scan_filter));
  894. prev_state = wpa_s->wpa_state;
  895. if (wpa_s->wpa_state == WPA_DISCONNECTED ||
  896. wpa_s->wpa_state == WPA_INACTIVE)
  897. wpa_supplicant_set_state(wpa_s, WPA_SCANNING);
  898. if (wpa_s->autoscan_params != NULL) {
  899. scan_params = wpa_s->autoscan_params;
  900. goto scan;
  901. }
  902. /* Find the starting point from which to continue scanning */
  903. ssid = wpa_s->conf->ssid;
  904. if (wpa_s->prev_sched_ssid) {
  905. while (ssid) {
  906. if (ssid == wpa_s->prev_sched_ssid) {
  907. ssid = ssid->next;
  908. break;
  909. }
  910. ssid = ssid->next;
  911. }
  912. }
  913. if (!ssid || !wpa_s->prev_sched_ssid) {
  914. wpa_dbg(wpa_s, MSG_DEBUG, "Beginning of SSID list");
  915. if (wpa_s->conf->sched_scan_interval)
  916. wpa_s->sched_scan_interval =
  917. wpa_s->conf->sched_scan_interval;
  918. if (wpa_s->sched_scan_interval == 0)
  919. wpa_s->sched_scan_interval = 10;
  920. wpa_s->sched_scan_timeout = max_sched_scan_ssids * 2;
  921. wpa_s->first_sched_scan = 1;
  922. ssid = wpa_s->conf->ssid;
  923. wpa_s->prev_sched_ssid = ssid;
  924. }
  925. if (wildcard) {
  926. wpa_dbg(wpa_s, MSG_DEBUG, "Add wildcard SSID to sched_scan");
  927. params.num_ssids++;
  928. }
  929. while (ssid) {
  930. if (wpas_network_disabled(wpa_s, ssid))
  931. goto next;
  932. if (params.num_filter_ssids < wpa_s->max_match_sets &&
  933. params.filter_ssids && ssid->ssid && ssid->ssid_len) {
  934. wpa_dbg(wpa_s, MSG_DEBUG, "add to filter ssid: %s",
  935. wpa_ssid_txt(ssid->ssid, ssid->ssid_len));
  936. os_memcpy(params.filter_ssids[params.num_filter_ssids].ssid,
  937. ssid->ssid, ssid->ssid_len);
  938. params.filter_ssids[params.num_filter_ssids].ssid_len =
  939. ssid->ssid_len;
  940. params.num_filter_ssids++;
  941. } else if (params.filter_ssids && ssid->ssid && ssid->ssid_len)
  942. {
  943. wpa_dbg(wpa_s, MSG_DEBUG, "Not enough room for SSID "
  944. "filter for sched_scan - drop filter");
  945. os_free(params.filter_ssids);
  946. params.filter_ssids = NULL;
  947. params.num_filter_ssids = 0;
  948. }
  949. if (ssid->scan_ssid && ssid->ssid && ssid->ssid_len) {
  950. if (params.num_ssids == max_sched_scan_ssids)
  951. break; /* only room for broadcast SSID */
  952. wpa_dbg(wpa_s, MSG_DEBUG,
  953. "add to active scan ssid: %s",
  954. wpa_ssid_txt(ssid->ssid, ssid->ssid_len));
  955. params.ssids[params.num_ssids].ssid =
  956. ssid->ssid;
  957. params.ssids[params.num_ssids].ssid_len =
  958. ssid->ssid_len;
  959. params.num_ssids++;
  960. if (params.num_ssids >= max_sched_scan_ssids) {
  961. wpa_s->prev_sched_ssid = ssid;
  962. do {
  963. ssid = ssid->next;
  964. } while (ssid &&
  965. (wpas_network_disabled(wpa_s, ssid) ||
  966. !ssid->scan_ssid));
  967. break;
  968. }
  969. }
  970. next:
  971. wpa_s->prev_sched_ssid = ssid;
  972. ssid = ssid->next;
  973. }
  974. if (params.num_filter_ssids == 0) {
  975. os_free(params.filter_ssids);
  976. params.filter_ssids = NULL;
  977. }
  978. extra_ie = wpa_supplicant_extra_ies(wpa_s);
  979. if (extra_ie) {
  980. params.extra_ies = wpabuf_head(extra_ie);
  981. params.extra_ies_len = wpabuf_len(extra_ie);
  982. }
  983. scan_params = &params;
  984. scan:
  985. if (ssid || !wpa_s->first_sched_scan) {
  986. wpa_dbg(wpa_s, MSG_DEBUG,
  987. "Starting sched scan: interval %d timeout %d",
  988. wpa_s->sched_scan_interval, wpa_s->sched_scan_timeout);
  989. } else {
  990. wpa_dbg(wpa_s, MSG_DEBUG,
  991. "Starting sched scan: interval %d (no timeout)",
  992. wpa_s->sched_scan_interval);
  993. }
  994. wpa_setband_scan_freqs(wpa_s, scan_params);
  995. ret = wpa_supplicant_start_sched_scan(wpa_s, scan_params,
  996. wpa_s->sched_scan_interval);
  997. wpabuf_free(extra_ie);
  998. os_free(params.filter_ssids);
  999. if (ret) {
  1000. wpa_msg(wpa_s, MSG_WARNING, "Failed to initiate sched scan");
  1001. if (prev_state != wpa_s->wpa_state)
  1002. wpa_supplicant_set_state(wpa_s, prev_state);
  1003. return ret;
  1004. }
  1005. /* If we have more SSIDs to scan, add a timeout so we scan them too */
  1006. if (ssid || !wpa_s->first_sched_scan) {
  1007. wpa_s->sched_scan_timed_out = 0;
  1008. eloop_register_timeout(wpa_s->sched_scan_timeout, 0,
  1009. wpa_supplicant_sched_scan_timeout,
  1010. wpa_s, NULL);
  1011. wpa_s->first_sched_scan = 0;
  1012. wpa_s->sched_scan_timeout /= 2;
  1013. wpa_s->sched_scan_interval *= 2;
  1014. if (wpa_s->sched_scan_timeout < wpa_s->sched_scan_interval) {
  1015. wpa_s->sched_scan_interval = 10;
  1016. wpa_s->sched_scan_timeout = max_sched_scan_ssids * 2;
  1017. }
  1018. }
  1019. /* If there is no more ssids, start next time from the beginning */
  1020. if (!ssid)
  1021. wpa_s->prev_sched_ssid = NULL;
  1022. return 0;
  1023. }
  1024. /**
  1025. * wpa_supplicant_cancel_scan - Cancel a scheduled scan request
  1026. * @wpa_s: Pointer to wpa_supplicant data
  1027. *
  1028. * This function is used to cancel a scan request scheduled with
  1029. * wpa_supplicant_req_scan().
  1030. */
  1031. void wpa_supplicant_cancel_scan(struct wpa_supplicant *wpa_s)
  1032. {
  1033. wpa_dbg(wpa_s, MSG_DEBUG, "Cancelling scan request");
  1034. eloop_cancel_timeout(wpa_supplicant_scan, wpa_s, NULL);
  1035. wpas_p2p_continue_after_scan(wpa_s);
  1036. }
  1037. /**
  1038. * wpa_supplicant_cancel_delayed_sched_scan - Stop a delayed scheduled scan
  1039. * @wpa_s: Pointer to wpa_supplicant data
  1040. *
  1041. * This function is used to stop a delayed scheduled scan.
  1042. */
  1043. void wpa_supplicant_cancel_delayed_sched_scan(struct wpa_supplicant *wpa_s)
  1044. {
  1045. if (!wpa_s->sched_scan_supported)
  1046. return;
  1047. wpa_dbg(wpa_s, MSG_DEBUG, "Cancelling delayed sched scan");
  1048. eloop_cancel_timeout(wpa_supplicant_delayed_sched_scan_timeout,
  1049. wpa_s, NULL);
  1050. }
  1051. /**
  1052. * wpa_supplicant_cancel_sched_scan - Stop running scheduled scans
  1053. * @wpa_s: Pointer to wpa_supplicant data
  1054. *
  1055. * This function is used to stop a periodic scheduled scan.
  1056. */
  1057. void wpa_supplicant_cancel_sched_scan(struct wpa_supplicant *wpa_s)
  1058. {
  1059. if (!wpa_s->sched_scanning)
  1060. return;
  1061. wpa_dbg(wpa_s, MSG_DEBUG, "Cancelling sched scan");
  1062. eloop_cancel_timeout(wpa_supplicant_sched_scan_timeout, wpa_s, NULL);
  1063. wpa_supplicant_stop_sched_scan(wpa_s);
  1064. }
  1065. /**
  1066. * wpa_supplicant_notify_scanning - Indicate possible scan state change
  1067. * @wpa_s: Pointer to wpa_supplicant data
  1068. * @scanning: Whether scanning is currently in progress
  1069. *
  1070. * This function is to generate scanning notifycations. It is called whenever
  1071. * there may have been a change in scanning (scan started, completed, stopped).
  1072. * wpas_notify_scanning() is called whenever the scanning state changed from the
  1073. * previously notified state.
  1074. */
  1075. void wpa_supplicant_notify_scanning(struct wpa_supplicant *wpa_s,
  1076. int scanning)
  1077. {
  1078. if (wpa_s->scanning != scanning) {
  1079. wpa_s->scanning = scanning;
  1080. wpas_notify_scanning(wpa_s);
  1081. }
  1082. }
  1083. static int wpa_scan_get_max_rate(const struct wpa_scan_res *res)
  1084. {
  1085. int rate = 0;
  1086. const u8 *ie;
  1087. int i;
  1088. ie = wpa_scan_get_ie(res, WLAN_EID_SUPP_RATES);
  1089. for (i = 0; ie && i < ie[1]; i++) {
  1090. if ((ie[i + 2] & 0x7f) > rate)
  1091. rate = ie[i + 2] & 0x7f;
  1092. }
  1093. ie = wpa_scan_get_ie(res, WLAN_EID_EXT_SUPP_RATES);
  1094. for (i = 0; ie && i < ie[1]; i++) {
  1095. if ((ie[i + 2] & 0x7f) > rate)
  1096. rate = ie[i + 2] & 0x7f;
  1097. }
  1098. return rate;
  1099. }
  1100. /**
  1101. * wpa_scan_get_ie - Fetch a specified information element from a scan result
  1102. * @res: Scan result entry
  1103. * @ie: Information element identitifier (WLAN_EID_*)
  1104. * Returns: Pointer to the information element (id field) or %NULL if not found
  1105. *
  1106. * This function returns the first matching information element in the scan
  1107. * result.
  1108. */
  1109. const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie)
  1110. {
  1111. const u8 *end, *pos;
  1112. pos = (const u8 *) (res + 1);
  1113. end = pos + res->ie_len;
  1114. while (pos + 1 < end) {
  1115. if (pos + 2 + pos[1] > end)
  1116. break;
  1117. if (pos[0] == ie)
  1118. return pos;
  1119. pos += 2 + pos[1];
  1120. }
  1121. return NULL;
  1122. }
  1123. /**
  1124. * wpa_scan_get_vendor_ie - Fetch vendor information element from a scan result
  1125. * @res: Scan result entry
  1126. * @vendor_type: Vendor type (four octets starting the IE payload)
  1127. * Returns: Pointer to the information element (id field) or %NULL if not found
  1128. *
  1129. * This function returns the first matching information element in the scan
  1130. * result.
  1131. */
  1132. const u8 * wpa_scan_get_vendor_ie(const struct wpa_scan_res *res,
  1133. u32 vendor_type)
  1134. {
  1135. const u8 *end, *pos;
  1136. pos = (const u8 *) (res + 1);
  1137. end = pos + res->ie_len;
  1138. while (pos + 1 < end) {
  1139. if (pos + 2 + pos[1] > end)
  1140. break;
  1141. if (pos[0] == WLAN_EID_VENDOR_SPECIFIC && pos[1] >= 4 &&
  1142. vendor_type == WPA_GET_BE32(&pos[2]))
  1143. return pos;
  1144. pos += 2 + pos[1];
  1145. }
  1146. return NULL;
  1147. }
  1148. /**
  1149. * wpa_scan_get_vendor_ie_beacon - Fetch vendor information from a scan result
  1150. * @res: Scan result entry
  1151. * @vendor_type: Vendor type (four octets starting the IE payload)
  1152. * Returns: Pointer to the information element (id field) or %NULL if not found
  1153. *
  1154. * This function returns the first matching information element in the scan
  1155. * result.
  1156. *
  1157. * This function is like wpa_scan_get_vendor_ie(), but uses IE buffer only
  1158. * from Beacon frames instead of either Beacon or Probe Response frames.
  1159. */
  1160. const u8 * wpa_scan_get_vendor_ie_beacon(const struct wpa_scan_res *res,
  1161. u32 vendor_type)
  1162. {
  1163. const u8 *end, *pos;
  1164. if (res->beacon_ie_len == 0)
  1165. return NULL;
  1166. pos = (const u8 *) (res + 1);
  1167. pos += res->ie_len;
  1168. end = pos + res->beacon_ie_len;
  1169. while (pos + 1 < end) {
  1170. if (pos + 2 + pos[1] > end)
  1171. break;
  1172. if (pos[0] == WLAN_EID_VENDOR_SPECIFIC && pos[1] >= 4 &&
  1173. vendor_type == WPA_GET_BE32(&pos[2]))
  1174. return pos;
  1175. pos += 2 + pos[1];
  1176. }
  1177. return NULL;
  1178. }
  1179. /**
  1180. * wpa_scan_get_vendor_ie_multi - Fetch vendor IE data from a scan result
  1181. * @res: Scan result entry
  1182. * @vendor_type: Vendor type (four octets starting the IE payload)
  1183. * Returns: Pointer to the information element payload or %NULL if not found
  1184. *
  1185. * This function returns concatenated payload of possibly fragmented vendor
  1186. * specific information elements in the scan result. The caller is responsible
  1187. * for freeing the returned buffer.
  1188. */
  1189. struct wpabuf * wpa_scan_get_vendor_ie_multi(const struct wpa_scan_res *res,
  1190. u32 vendor_type)
  1191. {
  1192. struct wpabuf *buf;
  1193. const u8 *end, *pos;
  1194. buf = wpabuf_alloc(res->ie_len);
  1195. if (buf == NULL)
  1196. return NULL;
  1197. pos = (const u8 *) (res + 1);
  1198. end = pos + res->ie_len;
  1199. while (pos + 1 < end) {
  1200. if (pos + 2 + pos[1] > end)
  1201. break;
  1202. if (pos[0] == WLAN_EID_VENDOR_SPECIFIC && pos[1] >= 4 &&
  1203. vendor_type == WPA_GET_BE32(&pos[2]))
  1204. wpabuf_put_data(buf, pos + 2 + 4, pos[1] - 4);
  1205. pos += 2 + pos[1];
  1206. }
  1207. if (wpabuf_len(buf) == 0) {
  1208. wpabuf_free(buf);
  1209. buf = NULL;
  1210. }
  1211. return buf;
  1212. }
  1213. /*
  1214. * Channels with a great SNR can operate at full rate. What is a great SNR?
  1215. * This doc https://supportforums.cisco.com/docs/DOC-12954 says, "the general
  1216. * rule of thumb is that any SNR above 20 is good." This one
  1217. * http://www.cisco.com/en/US/tech/tk722/tk809/technologies_q_and_a_item09186a00805e9a96.shtml#qa23
  1218. * recommends 25 as a minimum SNR for 54 Mbps data rate. 30 is chosen here as a
  1219. * conservative value.
  1220. */
  1221. #define GREAT_SNR 30
  1222. /* Compare function for sorting scan results. Return >0 if @b is considered
  1223. * better. */
  1224. static int wpa_scan_result_compar(const void *a, const void *b)
  1225. {
  1226. #define IS_5GHZ(n) (n > 4000)
  1227. #define MIN(a,b) a < b ? a : b
  1228. struct wpa_scan_res **_wa = (void *) a;
  1229. struct wpa_scan_res **_wb = (void *) b;
  1230. struct wpa_scan_res *wa = *_wa;
  1231. struct wpa_scan_res *wb = *_wb;
  1232. int wpa_a, wpa_b, maxrate_a, maxrate_b;
  1233. int snr_a, snr_b;
  1234. /* WPA/WPA2 support preferred */
  1235. wpa_a = wpa_scan_get_vendor_ie(wa, WPA_IE_VENDOR_TYPE) != NULL ||
  1236. wpa_scan_get_ie(wa, WLAN_EID_RSN) != NULL;
  1237. wpa_b = wpa_scan_get_vendor_ie(wb, WPA_IE_VENDOR_TYPE) != NULL ||
  1238. wpa_scan_get_ie(wb, WLAN_EID_RSN) != NULL;
  1239. if (wpa_b && !wpa_a)
  1240. return 1;
  1241. if (!wpa_b && wpa_a)
  1242. return -1;
  1243. /* privacy support preferred */
  1244. if ((wa->caps & IEEE80211_CAP_PRIVACY) == 0 &&
  1245. (wb->caps & IEEE80211_CAP_PRIVACY))
  1246. return 1;
  1247. if ((wa->caps & IEEE80211_CAP_PRIVACY) &&
  1248. (wb->caps & IEEE80211_CAP_PRIVACY) == 0)
  1249. return -1;
  1250. if ((wa->flags & wb->flags & WPA_SCAN_LEVEL_DBM) &&
  1251. !((wa->flags | wb->flags) & WPA_SCAN_NOISE_INVALID)) {
  1252. snr_a = MIN(wa->level - wa->noise, GREAT_SNR);
  1253. snr_b = MIN(wb->level - wb->noise, GREAT_SNR);
  1254. } else {
  1255. /* Not suitable information to calculate SNR, so use level */
  1256. snr_a = wa->level;
  1257. snr_b = wb->level;
  1258. }
  1259. /* best/max rate preferred if SNR close enough */
  1260. if ((snr_a && snr_b && abs(snr_b - snr_a) < 5) ||
  1261. (wa->qual && wb->qual && abs(wb->qual - wa->qual) < 10)) {
  1262. maxrate_a = wpa_scan_get_max_rate(wa);
  1263. maxrate_b = wpa_scan_get_max_rate(wb);
  1264. if (maxrate_a != maxrate_b)
  1265. return maxrate_b - maxrate_a;
  1266. if (IS_5GHZ(wa->freq) ^ IS_5GHZ(wb->freq))
  1267. return IS_5GHZ(wa->freq) ? -1 : 1;
  1268. }
  1269. /* use freq for channel preference */
  1270. /* all things being equal, use SNR; if SNRs are
  1271. * identical, use quality values since some drivers may only report
  1272. * that value and leave the signal level zero */
  1273. if (snr_b == snr_a)
  1274. return wb->qual - wa->qual;
  1275. return snr_b - snr_a;
  1276. #undef MIN
  1277. #undef IS_5GHZ
  1278. }
  1279. #ifdef CONFIG_WPS
  1280. /* Compare function for sorting scan results when searching a WPS AP for
  1281. * provisioning. Return >0 if @b is considered better. */
  1282. static int wpa_scan_result_wps_compar(const void *a, const void *b)
  1283. {
  1284. struct wpa_scan_res **_wa = (void *) a;
  1285. struct wpa_scan_res **_wb = (void *) b;
  1286. struct wpa_scan_res *wa = *_wa;
  1287. struct wpa_scan_res *wb = *_wb;
  1288. int uses_wps_a, uses_wps_b;
  1289. struct wpabuf *wps_a, *wps_b;
  1290. int res;
  1291. /* Optimization - check WPS IE existence before allocated memory and
  1292. * doing full reassembly. */
  1293. uses_wps_a = wpa_scan_get_vendor_ie(wa, WPS_IE_VENDOR_TYPE) != NULL;
  1294. uses_wps_b = wpa_scan_get_vendor_ie(wb, WPS_IE_VENDOR_TYPE) != NULL;
  1295. if (uses_wps_a && !uses_wps_b)
  1296. return -1;
  1297. if (!uses_wps_a && uses_wps_b)
  1298. return 1;
  1299. if (uses_wps_a && uses_wps_b) {
  1300. wps_a = wpa_scan_get_vendor_ie_multi(wa, WPS_IE_VENDOR_TYPE);
  1301. wps_b = wpa_scan_get_vendor_ie_multi(wb, WPS_IE_VENDOR_TYPE);
  1302. res = wps_ap_priority_compar(wps_a, wps_b);
  1303. wpabuf_free(wps_a);
  1304. wpabuf_free(wps_b);
  1305. if (res)
  1306. return res;
  1307. }
  1308. /*
  1309. * Do not use current AP security policy as a sorting criteria during
  1310. * WPS provisioning step since the AP may get reconfigured at the
  1311. * completion of provisioning.
  1312. */
  1313. /* all things being equal, use signal level; if signal levels are
  1314. * identical, use quality values since some drivers may only report
  1315. * that value and leave the signal level zero */
  1316. if (wb->level == wa->level)
  1317. return wb->qual - wa->qual;
  1318. return wb->level - wa->level;
  1319. }
  1320. #endif /* CONFIG_WPS */
  1321. static void dump_scan_res(struct wpa_scan_results *scan_res)
  1322. {
  1323. #ifndef CONFIG_NO_STDOUT_DEBUG
  1324. size_t i;
  1325. if (scan_res->res == NULL || scan_res->num == 0)
  1326. return;
  1327. wpa_printf(MSG_EXCESSIVE, "Sorted scan results");
  1328. for (i = 0; i < scan_res->num; i++) {
  1329. struct wpa_scan_res *r = scan_res->res[i];
  1330. u8 *pos;
  1331. if ((r->flags & (WPA_SCAN_LEVEL_DBM | WPA_SCAN_NOISE_INVALID))
  1332. == WPA_SCAN_LEVEL_DBM) {
  1333. int snr = r->level - r->noise;
  1334. wpa_printf(MSG_EXCESSIVE, MACSTR " freq=%d qual=%d "
  1335. "noise=%d level=%d snr=%d%s flags=0x%x "
  1336. "age=%u",
  1337. MAC2STR(r->bssid), r->freq, r->qual,
  1338. r->noise, r->level, snr,
  1339. snr >= GREAT_SNR ? "*" : "", r->flags,
  1340. r->age);
  1341. } else {
  1342. wpa_printf(MSG_EXCESSIVE, MACSTR " freq=%d qual=%d "
  1343. "noise=%d level=%d flags=0x%x age=%u",
  1344. MAC2STR(r->bssid), r->freq, r->qual,
  1345. r->noise, r->level, r->flags, r->age);
  1346. }
  1347. pos = (u8 *) (r + 1);
  1348. if (r->ie_len)
  1349. wpa_hexdump(MSG_EXCESSIVE, "IEs", pos, r->ie_len);
  1350. pos += r->ie_len;
  1351. if (r->beacon_ie_len)
  1352. wpa_hexdump(MSG_EXCESSIVE, "Beacon IEs",
  1353. pos, r->beacon_ie_len);
  1354. }
  1355. #endif /* CONFIG_NO_STDOUT_DEBUG */
  1356. }
  1357. /**
  1358. * wpa_supplicant_filter_bssid_match - Is the specified BSSID allowed
  1359. * @wpa_s: Pointer to wpa_supplicant data
  1360. * @bssid: BSSID to check
  1361. * Returns: 0 if the BSSID is filtered or 1 if not
  1362. *
  1363. * This function is used to filter out specific BSSIDs from scan reslts mainly
  1364. * for testing purposes (SET bssid_filter ctrl_iface command).
  1365. */
  1366. int wpa_supplicant_filter_bssid_match(struct wpa_supplicant *wpa_s,
  1367. const u8 *bssid)
  1368. {
  1369. size_t i;
  1370. if (wpa_s->bssid_filter == NULL)
  1371. return 1;
  1372. for (i = 0; i < wpa_s->bssid_filter_count; i++) {
  1373. if (os_memcmp(wpa_s->bssid_filter + i * ETH_ALEN, bssid,
  1374. ETH_ALEN) == 0)
  1375. return 1;
  1376. }
  1377. return 0;
  1378. }
  1379. static void filter_scan_res(struct wpa_supplicant *wpa_s,
  1380. struct wpa_scan_results *res)
  1381. {
  1382. size_t i, j;
  1383. if (wpa_s->bssid_filter == NULL)
  1384. return;
  1385. for (i = 0, j = 0; i < res->num; i++) {
  1386. if (wpa_supplicant_filter_bssid_match(wpa_s,
  1387. res->res[i]->bssid)) {
  1388. res->res[j++] = res->res[i];
  1389. } else {
  1390. os_free(res->res[i]);
  1391. res->res[i] = NULL;
  1392. }
  1393. }
  1394. if (res->num != j) {
  1395. wpa_printf(MSG_DEBUG, "Filtered out %d scan results",
  1396. (int) (res->num - j));
  1397. res->num = j;
  1398. }
  1399. }
  1400. /**
  1401. * wpa_supplicant_get_scan_results - Get scan results
  1402. * @wpa_s: Pointer to wpa_supplicant data
  1403. * @info: Information about what was scanned or %NULL if not available
  1404. * @new_scan: Whether a new scan was performed
  1405. * Returns: Scan results, %NULL on failure
  1406. *
  1407. * This function request the current scan results from the driver and updates
  1408. * the local BSS list wpa_s->bss. The caller is responsible for freeing the
  1409. * results with wpa_scan_results_free().
  1410. */
  1411. struct wpa_scan_results *
  1412. wpa_supplicant_get_scan_results(struct wpa_supplicant *wpa_s,
  1413. struct scan_info *info, int new_scan)
  1414. {
  1415. struct wpa_scan_results *scan_res;
  1416. size_t i;
  1417. int (*compar)(const void *, const void *) = wpa_scan_result_compar;
  1418. scan_res = wpa_drv_get_scan_results2(wpa_s);
  1419. if (scan_res == NULL) {
  1420. wpa_dbg(wpa_s, MSG_DEBUG, "Failed to get scan results");
  1421. return NULL;
  1422. }
  1423. if (scan_res->fetch_time.sec == 0) {
  1424. /*
  1425. * Make sure we have a valid timestamp if the driver wrapper
  1426. * does not set this.
  1427. */
  1428. os_get_time(&scan_res->fetch_time);
  1429. }
  1430. filter_scan_res(wpa_s, scan_res);
  1431. #ifdef CONFIG_WPS
  1432. if (wpas_wps_in_progress(wpa_s)) {
  1433. wpa_dbg(wpa_s, MSG_DEBUG, "WPS: Order scan results with WPS "
  1434. "provisioning rules");
  1435. compar = wpa_scan_result_wps_compar;
  1436. }
  1437. #endif /* CONFIG_WPS */
  1438. qsort(scan_res->res, scan_res->num, sizeof(struct wpa_scan_res *),
  1439. compar);
  1440. dump_scan_res(scan_res);
  1441. wpa_bss_update_start(wpa_s);
  1442. for (i = 0; i < scan_res->num; i++)
  1443. wpa_bss_update_scan_res(wpa_s, scan_res->res[i],
  1444. &scan_res->fetch_time);
  1445. wpa_bss_update_end(wpa_s, info, new_scan);
  1446. return scan_res;
  1447. }
  1448. /**
  1449. * wpa_supplicant_update_scan_results - Update scan results from the driver
  1450. * @wpa_s: Pointer to wpa_supplicant data
  1451. * Returns: 0 on success, -1 on failure
  1452. *
  1453. * This function updates the BSS table within wpa_supplicant based on the
  1454. * currently available scan results from the driver without requesting a new
  1455. * scan. This is used in cases where the driver indicates an association
  1456. * (including roaming within ESS) and wpa_supplicant does not yet have the
  1457. * needed information to complete the connection (e.g., to perform validation
  1458. * steps in 4-way handshake).
  1459. */
  1460. int wpa_supplicant_update_scan_results(struct wpa_supplicant *wpa_s)
  1461. {
  1462. struct wpa_scan_results *scan_res;
  1463. scan_res = wpa_supplicant_get_scan_results(wpa_s, NULL, 0);
  1464. if (scan_res == NULL)
  1465. return -1;
  1466. wpa_scan_results_free(scan_res);
  1467. return 0;
  1468. }
  1469. /**
  1470. * scan_only_handler - Reports scan results
  1471. */
  1472. void scan_only_handler(struct wpa_supplicant *wpa_s,
  1473. struct wpa_scan_results *scan_res)
  1474. {
  1475. wpa_dbg(wpa_s, MSG_DEBUG, "Scan-only results received");
  1476. wpa_msg_ctrl(wpa_s, MSG_INFO, WPA_EVENT_SCAN_RESULTS);
  1477. wpas_notify_scan_results(wpa_s);
  1478. wpas_notify_scan_done(wpa_s, 1);
  1479. }
  1480. int wpas_scan_scheduled(struct wpa_supplicant *wpa_s)
  1481. {
  1482. return eloop_is_timeout_registered(wpa_supplicant_scan, wpa_s, NULL);
  1483. }