hs20_supplicant.c 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162
  1. /*
  2. * Copyright (c) 2009, Atheros Communications, Inc.
  3. * Copyright (c) 2011-2013, Qualcomm Atheros, Inc.
  4. *
  5. * This software may be distributed under the terms of the BSD license.
  6. * See README for more details.
  7. */
  8. #include "includes.h"
  9. #include <sys/stat.h>
  10. #include "common.h"
  11. #include "eloop.h"
  12. #include "common/ieee802_11_common.h"
  13. #include "common/ieee802_11_defs.h"
  14. #include "common/gas.h"
  15. #include "common/wpa_ctrl.h"
  16. #include "rsn_supp/wpa.h"
  17. #include "wpa_supplicant_i.h"
  18. #include "driver_i.h"
  19. #include "config.h"
  20. #include "scan.h"
  21. #include "bss.h"
  22. #include "blacklist.h"
  23. #include "gas_query.h"
  24. #include "interworking.h"
  25. #include "hs20_supplicant.h"
  26. #include "base64.h"
  27. #define OSU_MAX_ITEMS 10
  28. struct osu_lang_string {
  29. char lang[4];
  30. char text[253];
  31. };
  32. struct osu_icon {
  33. u16 width;
  34. u16 height;
  35. char lang[4];
  36. char icon_type[256];
  37. char filename[256];
  38. unsigned int id;
  39. unsigned int failed:1;
  40. };
  41. struct osu_provider {
  42. u8 bssid[ETH_ALEN];
  43. u8 osu_ssid[SSID_MAX_LEN];
  44. u8 osu_ssid_len;
  45. char server_uri[256];
  46. u32 osu_methods; /* bit 0 = OMA-DM, bit 1 = SOAP-XML SPP */
  47. char osu_nai[256];
  48. struct osu_lang_string friendly_name[OSU_MAX_ITEMS];
  49. size_t friendly_name_count;
  50. struct osu_lang_string serv_desc[OSU_MAX_ITEMS];
  51. size_t serv_desc_count;
  52. struct osu_icon icon[OSU_MAX_ITEMS];
  53. size_t icon_count;
  54. };
  55. void wpas_hs20_add_indication(struct wpabuf *buf, int pps_mo_id)
  56. {
  57. u8 conf;
  58. wpabuf_put_u8(buf, WLAN_EID_VENDOR_SPECIFIC);
  59. wpabuf_put_u8(buf, pps_mo_id >= 0 ? 7 : 5);
  60. wpabuf_put_be24(buf, OUI_WFA);
  61. wpabuf_put_u8(buf, HS20_INDICATION_OUI_TYPE);
  62. conf = HS20_VERSION;
  63. if (pps_mo_id >= 0)
  64. conf |= HS20_PPS_MO_ID_PRESENT;
  65. wpabuf_put_u8(buf, conf);
  66. if (pps_mo_id >= 0)
  67. wpabuf_put_le16(buf, pps_mo_id);
  68. }
  69. int is_hs20_network(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid,
  70. struct wpa_bss *bss)
  71. {
  72. if (!wpa_s->conf->hs20 || !ssid)
  73. return 0;
  74. if (ssid->parent_cred)
  75. return 1;
  76. if (bss && !wpa_bss_get_vendor_ie(bss, HS20_IE_VENDOR_TYPE))
  77. return 0;
  78. /*
  79. * This may catch some non-Hotspot 2.0 cases, but it is safer to do that
  80. * than cause Hotspot 2.0 connections without indication element getting
  81. * added. Non-Hotspot 2.0 APs should ignore the unknown vendor element.
  82. */
  83. if (!(ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X))
  84. return 0;
  85. if (!(ssid->pairwise_cipher & WPA_CIPHER_CCMP))
  86. return 0;
  87. if (ssid->proto != WPA_PROTO_RSN)
  88. return 0;
  89. return 1;
  90. }
  91. int hs20_get_pps_mo_id(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid)
  92. {
  93. struct wpa_cred *cred;
  94. if (ssid == NULL)
  95. return 0;
  96. if (ssid->update_identifier)
  97. return ssid->update_identifier;
  98. if (ssid->parent_cred == NULL)
  99. return 0;
  100. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  101. if (ssid->parent_cred == cred)
  102. return cred->update_identifier;
  103. }
  104. return 0;
  105. }
  106. void hs20_put_anqp_req(u32 stypes, const u8 *payload, size_t payload_len,
  107. struct wpabuf *buf)
  108. {
  109. u8 *len_pos;
  110. if (buf == NULL)
  111. return;
  112. len_pos = gas_anqp_add_element(buf, ANQP_VENDOR_SPECIFIC);
  113. wpabuf_put_be24(buf, OUI_WFA);
  114. wpabuf_put_u8(buf, HS20_ANQP_OUI_TYPE);
  115. if (stypes == BIT(HS20_STYPE_NAI_HOME_REALM_QUERY)) {
  116. wpabuf_put_u8(buf, HS20_STYPE_NAI_HOME_REALM_QUERY);
  117. wpabuf_put_u8(buf, 0); /* Reserved */
  118. if (payload)
  119. wpabuf_put_data(buf, payload, payload_len);
  120. } else if (stypes == BIT(HS20_STYPE_ICON_REQUEST)) {
  121. wpabuf_put_u8(buf, HS20_STYPE_ICON_REQUEST);
  122. wpabuf_put_u8(buf, 0); /* Reserved */
  123. if (payload)
  124. wpabuf_put_data(buf, payload, payload_len);
  125. } else {
  126. u8 i;
  127. wpabuf_put_u8(buf, HS20_STYPE_QUERY_LIST);
  128. wpabuf_put_u8(buf, 0); /* Reserved */
  129. for (i = 0; i < 32; i++) {
  130. if (stypes & BIT(i))
  131. wpabuf_put_u8(buf, i);
  132. }
  133. }
  134. gas_anqp_set_element_len(buf, len_pos);
  135. gas_anqp_set_len(buf);
  136. }
  137. struct wpabuf * hs20_build_anqp_req(u32 stypes, const u8 *payload,
  138. size_t payload_len)
  139. {
  140. struct wpabuf *buf;
  141. buf = gas_anqp_build_initial_req(0, 100 + payload_len);
  142. if (buf == NULL)
  143. return NULL;
  144. hs20_put_anqp_req(stypes, payload, payload_len, buf);
  145. return buf;
  146. }
  147. int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes,
  148. const u8 *payload, size_t payload_len, int inmem)
  149. {
  150. struct wpabuf *buf;
  151. int ret = 0;
  152. int freq;
  153. struct wpa_bss *bss;
  154. int res;
  155. struct icon_entry *icon_entry;
  156. struct icon_entry *picon_entry;
  157. bss = wpa_bss_get_bssid(wpa_s, dst);
  158. if (!bss) {
  159. wpa_printf(MSG_WARNING,
  160. "ANQP: Cannot send query to unknown BSS "
  161. MACSTR, MAC2STR(dst));
  162. return -1;
  163. }
  164. wpa_bss_anqp_unshare_alloc(bss);
  165. freq = bss->freq;
  166. wpa_printf(MSG_DEBUG, "HS20: ANQP Query Request to " MACSTR " for "
  167. "subtypes 0x%x", MAC2STR(dst), stypes);
  168. buf = hs20_build_anqp_req(stypes, payload, payload_len);
  169. if (buf == NULL)
  170. return -1;
  171. res = gas_query_req(wpa_s->gas, dst, freq, buf, anqp_resp_cb, wpa_s);
  172. if (res < 0) {
  173. wpa_printf(MSG_DEBUG, "ANQP: Failed to send Query Request");
  174. wpabuf_free(buf);
  175. return -1;
  176. } else
  177. wpa_printf(MSG_DEBUG, "ANQP: Query started with dialog token "
  178. "%u", res);
  179. if (inmem) {
  180. icon_entry = os_zalloc(sizeof(struct icon_entry));
  181. if (!icon_entry)
  182. return -1;
  183. os_memcpy(icon_entry->bssid, dst, ETH_ALEN);
  184. icon_entry->file_name = os_malloc(payload_len + 1);
  185. if (!icon_entry->file_name) {
  186. os_free(icon_entry);
  187. return -1;
  188. }
  189. os_memcpy(icon_entry->file_name, payload, payload_len);
  190. icon_entry->file_name[payload_len] = '\0';
  191. icon_entry->dialog_token = res;
  192. if (wpa_s->icon_head == NULL) {
  193. wpa_s->icon_head = icon_entry;
  194. } else {
  195. picon_entry = wpa_s->icon_head;
  196. while (picon_entry->next)
  197. picon_entry = picon_entry->next;
  198. picon_entry->next = icon_entry;
  199. }
  200. }
  201. return ret;
  202. }
  203. static struct icon_entry * hs20_find_icon(struct wpa_supplicant *wpa_s,
  204. const u8 *bssid,
  205. const char *file_name)
  206. {
  207. struct icon_entry *icon;
  208. for (icon = wpa_s->icon_head; icon; icon = icon->next) {
  209. if (os_memcmp(icon->bssid, bssid, ETH_ALEN) == 0 &&
  210. os_strcmp(icon->file_name, file_name) == 0 && icon->image)
  211. return icon;
  212. }
  213. return NULL;
  214. }
  215. int hs20_get_icon(struct wpa_supplicant *wpa_s, const u8 *bssid,
  216. const char *file_name, size_t offset, size_t size,
  217. char *reply, size_t buf_len)
  218. {
  219. struct icon_entry *icon;
  220. size_t out_size;
  221. unsigned char *b64;
  222. size_t b64_size;
  223. int reply_size;
  224. wpa_printf(MSG_DEBUG, "HS20: Get icon " MACSTR " %s @ %u +%u (%u)",
  225. MAC2STR(bssid), file_name, (unsigned int) offset,
  226. (unsigned int) size, (unsigned int) buf_len);
  227. if (!wpa_s->icon_head)
  228. return -1;
  229. icon = hs20_find_icon(wpa_s, bssid, file_name);
  230. if (!icon || !icon->image || offset >= icon->image_len)
  231. return -1;
  232. if (size > icon->image_len - offset)
  233. size = icon->image_len - offset;
  234. out_size = buf_len - 3 /* max base64 padding */;
  235. if (size * 4 > out_size * 3)
  236. size = out_size * 3 / 4;
  237. if (size == 0)
  238. return -1;
  239. b64 = base64_encode(&icon->image[offset], size, &b64_size);
  240. if (buf_len >= b64_size) {
  241. os_memcpy(reply, b64, b64_size);
  242. reply_size = b64_size;
  243. } else {
  244. reply_size = -1;
  245. }
  246. os_free(b64);
  247. return reply_size;
  248. }
  249. static void hs20_free_icon_entry(struct icon_entry *icon)
  250. {
  251. wpa_printf(MSG_DEBUG, "HS20: Free stored icon from " MACSTR
  252. " dialog_token=%u file_name=%s image_len=%u",
  253. MAC2STR(icon->bssid), icon->dialog_token,
  254. icon->file_name ? icon->file_name : "N/A",
  255. (unsigned int) icon->image_len);
  256. os_free(icon->file_name);
  257. os_free(icon->image);
  258. os_free(icon);
  259. }
  260. int hs20_del_icon(struct wpa_supplicant *wpa_s, const u8 *bssid,
  261. const char *file_name)
  262. {
  263. struct icon_entry **picon_entry;
  264. struct icon_entry *icon_entry;
  265. int count = 0;
  266. if (!bssid)
  267. wpa_printf(MSG_DEBUG, "HS20: Delete all stored icons");
  268. else if (!file_name)
  269. wpa_printf(MSG_DEBUG, "HS20: Delete all stored icons for "
  270. MACSTR, MAC2STR(bssid));
  271. else
  272. wpa_printf(MSG_DEBUG, "HS20: Delete stored icons for "
  273. MACSTR " file name %s", MAC2STR(bssid), file_name);
  274. picon_entry = &wpa_s->icon_head;
  275. while (*picon_entry) {
  276. if ((!bssid ||
  277. os_memcmp((*picon_entry)->bssid, bssid, ETH_ALEN) == 0) &&
  278. (!file_name ||
  279. os_strcmp((*picon_entry)->file_name, file_name) == 0)) {
  280. icon_entry = *picon_entry;
  281. *picon_entry = icon_entry->next;
  282. hs20_free_icon_entry(icon_entry);
  283. count++;
  284. continue;
  285. }
  286. if (*picon_entry == NULL)
  287. break;
  288. picon_entry = &(*picon_entry)->next;
  289. }
  290. return count == 0 ? -1 : 0;
  291. }
  292. static void hs20_set_osu_access_permission(const char *osu_dir,
  293. const char *fname)
  294. {
  295. struct stat statbuf;
  296. /* Get OSU directory information */
  297. if (stat(osu_dir, &statbuf) < 0) {
  298. wpa_printf(MSG_WARNING, "Cannot stat the OSU directory %s",
  299. osu_dir);
  300. return;
  301. }
  302. if (chmod(fname, statbuf.st_mode) < 0) {
  303. wpa_printf(MSG_WARNING,
  304. "Cannot change the permissions for %s", fname);
  305. return;
  306. }
  307. if (chown(fname, statbuf.st_uid, statbuf.st_gid) < 0) {
  308. wpa_printf(MSG_WARNING, "Cannot change the ownership for %s",
  309. fname);
  310. }
  311. }
  312. static int hs20_process_icon_binary_file(struct wpa_supplicant *wpa_s,
  313. const u8 *sa, const u8 *pos,
  314. size_t slen, u8 dialog_token)
  315. {
  316. char fname[256];
  317. int png;
  318. FILE *f;
  319. u16 data_len;
  320. struct icon_entry *icon;
  321. for (icon = wpa_s->icon_head; icon; icon = icon->next) {
  322. if (icon->dialog_token == dialog_token && !icon->image &&
  323. os_memcmp(icon->bssid, sa, ETH_ALEN) == 0) {
  324. icon->image = os_malloc(slen);
  325. if (!icon->image)
  326. return -1;
  327. os_memcpy(icon->image, pos, slen);
  328. icon->image_len = slen;
  329. wpa_msg(wpa_s, MSG_INFO,
  330. "RX-HS20-ICON " MACSTR " %s %u",
  331. MAC2STR(sa), icon->file_name,
  332. (unsigned int) icon->image_len);
  333. return 0;
  334. }
  335. }
  336. wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR " Icon Binary File",
  337. MAC2STR(sa));
  338. if (slen < 4) {
  339. wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File "
  340. "value from " MACSTR, MAC2STR(sa));
  341. return -1;
  342. }
  343. wpa_printf(MSG_DEBUG, "HS 2.0: Download Status Code %u", *pos);
  344. if (*pos != 0)
  345. return -1;
  346. pos++;
  347. slen--;
  348. if ((size_t) 1 + pos[0] > slen) {
  349. wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File "
  350. "value from " MACSTR, MAC2STR(sa));
  351. return -1;
  352. }
  353. wpa_hexdump_ascii(MSG_DEBUG, "Icon Type", pos + 1, pos[0]);
  354. png = os_strncasecmp((char *) pos + 1, "image/png", 9) == 0;
  355. slen -= 1 + pos[0];
  356. pos += 1 + pos[0];
  357. if (slen < 2) {
  358. wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File "
  359. "value from " MACSTR, MAC2STR(sa));
  360. return -1;
  361. }
  362. data_len = WPA_GET_LE16(pos);
  363. pos += 2;
  364. slen -= 2;
  365. if (data_len > slen) {
  366. wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File "
  367. "value from " MACSTR, MAC2STR(sa));
  368. return -1;
  369. }
  370. wpa_printf(MSG_DEBUG, "Icon Binary Data: %u bytes", data_len);
  371. if (wpa_s->conf->osu_dir == NULL)
  372. return -1;
  373. wpa_s->osu_icon_id++;
  374. if (wpa_s->osu_icon_id == 0)
  375. wpa_s->osu_icon_id++;
  376. snprintf(fname, sizeof(fname), "%s/osu-icon-%u.%s",
  377. wpa_s->conf->osu_dir, wpa_s->osu_icon_id,
  378. png ? "png" : "icon");
  379. f = fopen(fname, "wb");
  380. if (f == NULL)
  381. return -1;
  382. hs20_set_osu_access_permission(wpa_s->conf->osu_dir, fname);
  383. if (fwrite(pos, slen, 1, f) != 1) {
  384. fclose(f);
  385. unlink(fname);
  386. return -1;
  387. }
  388. fclose(f);
  389. wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP-ICON %s", fname);
  390. return 0;
  391. }
  392. static void hs20_continue_icon_fetch(void *eloop_ctx, void *sock_ctx)
  393. {
  394. struct wpa_supplicant *wpa_s = eloop_ctx;
  395. if (wpa_s->fetch_osu_icon_in_progress)
  396. hs20_next_osu_icon(wpa_s);
  397. }
  398. static void hs20_osu_icon_fetch_result(struct wpa_supplicant *wpa_s, int res)
  399. {
  400. size_t i, j;
  401. struct os_reltime now, tmp;
  402. int dur;
  403. os_get_reltime(&now);
  404. os_reltime_sub(&now, &wpa_s->osu_icon_fetch_start, &tmp);
  405. dur = tmp.sec * 1000 + tmp.usec / 1000;
  406. wpa_printf(MSG_DEBUG, "HS 2.0: Icon fetch dur=%d ms res=%d",
  407. dur, res);
  408. for (i = 0; i < wpa_s->osu_prov_count; i++) {
  409. struct osu_provider *osu = &wpa_s->osu_prov[i];
  410. for (j = 0; j < osu->icon_count; j++) {
  411. struct osu_icon *icon = &osu->icon[j];
  412. if (icon->id || icon->failed)
  413. continue;
  414. if (res < 0)
  415. icon->failed = 1;
  416. else
  417. icon->id = wpa_s->osu_icon_id;
  418. return;
  419. }
  420. }
  421. }
  422. void hs20_parse_rx_hs20_anqp_resp(struct wpa_supplicant *wpa_s,
  423. struct wpa_bss *bss, const u8 *sa,
  424. const u8 *data, size_t slen, u8 dialog_token)
  425. {
  426. const u8 *pos = data;
  427. u8 subtype;
  428. struct wpa_bss_anqp *anqp = NULL;
  429. int ret;
  430. if (slen < 2)
  431. return;
  432. if (bss)
  433. anqp = bss->anqp;
  434. subtype = *pos++;
  435. slen--;
  436. pos++; /* Reserved */
  437. slen--;
  438. switch (subtype) {
  439. case HS20_STYPE_CAPABILITY_LIST:
  440. wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR
  441. " HS Capability List", MAC2STR(sa));
  442. wpa_hexdump_ascii(MSG_DEBUG, "HS Capability List", pos, slen);
  443. if (anqp) {
  444. wpabuf_free(anqp->hs20_capability_list);
  445. anqp->hs20_capability_list =
  446. wpabuf_alloc_copy(pos, slen);
  447. }
  448. break;
  449. case HS20_STYPE_OPERATOR_FRIENDLY_NAME:
  450. wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR
  451. " Operator Friendly Name", MAC2STR(sa));
  452. wpa_hexdump_ascii(MSG_DEBUG, "oper friendly name", pos, slen);
  453. if (anqp) {
  454. wpabuf_free(anqp->hs20_operator_friendly_name);
  455. anqp->hs20_operator_friendly_name =
  456. wpabuf_alloc_copy(pos, slen);
  457. }
  458. break;
  459. case HS20_STYPE_WAN_METRICS:
  460. wpa_hexdump(MSG_DEBUG, "WAN Metrics", pos, slen);
  461. if (slen < 13) {
  462. wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short WAN "
  463. "Metrics value from " MACSTR, MAC2STR(sa));
  464. break;
  465. }
  466. wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR
  467. " WAN Metrics %02x:%u:%u:%u:%u:%u", MAC2STR(sa),
  468. pos[0], WPA_GET_LE32(pos + 1), WPA_GET_LE32(pos + 5),
  469. pos[9], pos[10], WPA_GET_LE16(pos + 11));
  470. if (anqp) {
  471. wpabuf_free(anqp->hs20_wan_metrics);
  472. anqp->hs20_wan_metrics = wpabuf_alloc_copy(pos, slen);
  473. }
  474. break;
  475. case HS20_STYPE_CONNECTION_CAPABILITY:
  476. wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR
  477. " Connection Capability", MAC2STR(sa));
  478. wpa_hexdump_ascii(MSG_DEBUG, "conn capability", pos, slen);
  479. if (anqp) {
  480. wpabuf_free(anqp->hs20_connection_capability);
  481. anqp->hs20_connection_capability =
  482. wpabuf_alloc_copy(pos, slen);
  483. }
  484. break;
  485. case HS20_STYPE_OPERATING_CLASS:
  486. wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR
  487. " Operating Class", MAC2STR(sa));
  488. wpa_hexdump_ascii(MSG_DEBUG, "Operating Class", pos, slen);
  489. if (anqp) {
  490. wpabuf_free(anqp->hs20_operating_class);
  491. anqp->hs20_operating_class =
  492. wpabuf_alloc_copy(pos, slen);
  493. }
  494. break;
  495. case HS20_STYPE_OSU_PROVIDERS_LIST:
  496. wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR
  497. " OSU Providers list", MAC2STR(sa));
  498. wpa_s->num_prov_found++;
  499. if (anqp) {
  500. wpabuf_free(anqp->hs20_osu_providers_list);
  501. anqp->hs20_osu_providers_list =
  502. wpabuf_alloc_copy(pos, slen);
  503. }
  504. break;
  505. case HS20_STYPE_ICON_BINARY_FILE:
  506. ret = hs20_process_icon_binary_file(wpa_s, sa, pos, slen,
  507. dialog_token);
  508. if (wpa_s->fetch_osu_icon_in_progress) {
  509. hs20_osu_icon_fetch_result(wpa_s, ret);
  510. eloop_cancel_timeout(hs20_continue_icon_fetch,
  511. wpa_s, NULL);
  512. eloop_register_timeout(0, 0, hs20_continue_icon_fetch,
  513. wpa_s, NULL);
  514. }
  515. break;
  516. default:
  517. wpa_printf(MSG_DEBUG, "HS20: Unsupported subtype %u", subtype);
  518. break;
  519. }
  520. }
  521. void hs20_notify_parse_done(struct wpa_supplicant *wpa_s)
  522. {
  523. if (!wpa_s->fetch_osu_icon_in_progress)
  524. return;
  525. if (eloop_is_timeout_registered(hs20_continue_icon_fetch, wpa_s, NULL))
  526. return;
  527. /*
  528. * We are going through icon fetch, but no icon response was received.
  529. * Assume this means the current AP could not provide an answer to avoid
  530. * getting stuck in fetch iteration.
  531. */
  532. hs20_icon_fetch_failed(wpa_s);
  533. }
  534. static void hs20_free_osu_prov_entry(struct osu_provider *prov)
  535. {
  536. }
  537. void hs20_free_osu_prov(struct wpa_supplicant *wpa_s)
  538. {
  539. size_t i;
  540. for (i = 0; i < wpa_s->osu_prov_count; i++)
  541. hs20_free_osu_prov_entry(&wpa_s->osu_prov[i]);
  542. os_free(wpa_s->osu_prov);
  543. wpa_s->osu_prov = NULL;
  544. wpa_s->osu_prov_count = 0;
  545. }
  546. static void hs20_osu_fetch_done(struct wpa_supplicant *wpa_s)
  547. {
  548. char fname[256];
  549. FILE *f;
  550. size_t i, j;
  551. wpa_s->fetch_osu_info = 0;
  552. wpa_s->fetch_osu_icon_in_progress = 0;
  553. if (wpa_s->conf->osu_dir == NULL) {
  554. hs20_free_osu_prov(wpa_s);
  555. wpa_s->fetch_anqp_in_progress = 0;
  556. return;
  557. }
  558. snprintf(fname, sizeof(fname), "%s/osu-providers.txt",
  559. wpa_s->conf->osu_dir);
  560. f = fopen(fname, "w");
  561. if (f == NULL) {
  562. hs20_free_osu_prov(wpa_s);
  563. return;
  564. }
  565. hs20_set_osu_access_permission(wpa_s->conf->osu_dir, fname);
  566. for (i = 0; i < wpa_s->osu_prov_count; i++) {
  567. struct osu_provider *osu = &wpa_s->osu_prov[i];
  568. if (i > 0)
  569. fprintf(f, "\n");
  570. fprintf(f, "OSU-PROVIDER " MACSTR "\n"
  571. "uri=%s\n"
  572. "methods=%08x\n",
  573. MAC2STR(osu->bssid), osu->server_uri, osu->osu_methods);
  574. if (osu->osu_ssid_len) {
  575. fprintf(f, "osu_ssid=%s\n",
  576. wpa_ssid_txt(osu->osu_ssid,
  577. osu->osu_ssid_len));
  578. }
  579. if (osu->osu_nai[0])
  580. fprintf(f, "osu_nai=%s\n", osu->osu_nai);
  581. for (j = 0; j < osu->friendly_name_count; j++) {
  582. fprintf(f, "friendly_name=%s:%s\n",
  583. osu->friendly_name[j].lang,
  584. osu->friendly_name[j].text);
  585. }
  586. for (j = 0; j < osu->serv_desc_count; j++) {
  587. fprintf(f, "desc=%s:%s\n",
  588. osu->serv_desc[j].lang,
  589. osu->serv_desc[j].text);
  590. }
  591. for (j = 0; j < osu->icon_count; j++) {
  592. struct osu_icon *icon = &osu->icon[j];
  593. if (icon->failed)
  594. continue; /* could not fetch icon */
  595. fprintf(f, "icon=%u:%u:%u:%s:%s:%s\n",
  596. icon->id, icon->width, icon->height, icon->lang,
  597. icon->icon_type, icon->filename);
  598. }
  599. }
  600. fclose(f);
  601. hs20_free_osu_prov(wpa_s);
  602. wpa_msg(wpa_s, MSG_INFO, "OSU provider fetch completed");
  603. wpa_s->fetch_anqp_in_progress = 0;
  604. }
  605. void hs20_next_osu_icon(struct wpa_supplicant *wpa_s)
  606. {
  607. size_t i, j;
  608. wpa_printf(MSG_DEBUG, "HS 2.0: Ready to fetch next icon");
  609. for (i = 0; i < wpa_s->osu_prov_count; i++) {
  610. struct osu_provider *osu = &wpa_s->osu_prov[i];
  611. for (j = 0; j < osu->icon_count; j++) {
  612. struct osu_icon *icon = &osu->icon[j];
  613. if (icon->id || icon->failed)
  614. continue;
  615. wpa_printf(MSG_DEBUG, "HS 2.0: Try to fetch icon '%s' "
  616. "from " MACSTR, icon->filename,
  617. MAC2STR(osu->bssid));
  618. os_get_reltime(&wpa_s->osu_icon_fetch_start);
  619. if (hs20_anqp_send_req(wpa_s, osu->bssid,
  620. BIT(HS20_STYPE_ICON_REQUEST),
  621. (u8 *) icon->filename,
  622. os_strlen(icon->filename),
  623. 0) < 0) {
  624. icon->failed = 1;
  625. continue;
  626. }
  627. return;
  628. }
  629. }
  630. wpa_printf(MSG_DEBUG, "HS 2.0: No more icons to fetch");
  631. hs20_osu_fetch_done(wpa_s);
  632. }
  633. static void hs20_osu_add_prov(struct wpa_supplicant *wpa_s, struct wpa_bss *bss,
  634. const u8 *osu_ssid, u8 osu_ssid_len,
  635. const u8 *pos, size_t len)
  636. {
  637. struct osu_provider *prov;
  638. const u8 *end = pos + len;
  639. u16 len2;
  640. const u8 *pos2;
  641. u8 uri_len, osu_method_len, osu_nai_len;
  642. wpa_hexdump(MSG_DEBUG, "HS 2.0: Parsing OSU Provider", pos, len);
  643. prov = os_realloc_array(wpa_s->osu_prov,
  644. wpa_s->osu_prov_count + 1,
  645. sizeof(*prov));
  646. if (prov == NULL)
  647. return;
  648. wpa_s->osu_prov = prov;
  649. prov = &prov[wpa_s->osu_prov_count];
  650. os_memset(prov, 0, sizeof(*prov));
  651. os_memcpy(prov->bssid, bss->bssid, ETH_ALEN);
  652. os_memcpy(prov->osu_ssid, osu_ssid, osu_ssid_len);
  653. prov->osu_ssid_len = osu_ssid_len;
  654. /* OSU Friendly Name Length */
  655. if (end - pos < 2) {
  656. wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for OSU "
  657. "Friendly Name Length");
  658. return;
  659. }
  660. len2 = WPA_GET_LE16(pos);
  661. pos += 2;
  662. if (len2 > end - pos) {
  663. wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for OSU "
  664. "Friendly Name Duples");
  665. return;
  666. }
  667. pos2 = pos;
  668. pos += len2;
  669. /* OSU Friendly Name Duples */
  670. while (pos - pos2 >= 4 && prov->friendly_name_count < OSU_MAX_ITEMS) {
  671. struct osu_lang_string *f;
  672. if (1 + pos2[0] > pos - pos2 || pos2[0] < 3) {
  673. wpa_printf(MSG_DEBUG, "Invalid OSU Friendly Name");
  674. break;
  675. }
  676. f = &prov->friendly_name[prov->friendly_name_count++];
  677. os_memcpy(f->lang, pos2 + 1, 3);
  678. os_memcpy(f->text, pos2 + 1 + 3, pos2[0] - 3);
  679. pos2 += 1 + pos2[0];
  680. }
  681. /* OSU Server URI */
  682. if (end - pos < 1) {
  683. wpa_printf(MSG_DEBUG,
  684. "HS 2.0: Not enough room for OSU Server URI length");
  685. return;
  686. }
  687. uri_len = *pos++;
  688. if (uri_len > end - pos) {
  689. wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for OSU Server "
  690. "URI");
  691. return;
  692. }
  693. os_memcpy(prov->server_uri, pos, uri_len);
  694. pos += uri_len;
  695. /* OSU Method list */
  696. if (end - pos < 1) {
  697. wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for OSU Method "
  698. "list length");
  699. return;
  700. }
  701. osu_method_len = pos[0];
  702. if (osu_method_len > end - pos - 1) {
  703. wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for OSU Method "
  704. "list");
  705. return;
  706. }
  707. pos2 = pos + 1;
  708. pos += 1 + osu_method_len;
  709. while (pos2 < pos) {
  710. if (*pos2 < 32)
  711. prov->osu_methods |= BIT(*pos2);
  712. pos2++;
  713. }
  714. /* Icons Available Length */
  715. if (end - pos < 2) {
  716. wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for Icons "
  717. "Available Length");
  718. return;
  719. }
  720. len2 = WPA_GET_LE16(pos);
  721. pos += 2;
  722. if (len2 > end - pos) {
  723. wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for Icons "
  724. "Available");
  725. return;
  726. }
  727. pos2 = pos;
  728. pos += len2;
  729. /* Icons Available */
  730. while (pos2 < pos) {
  731. struct osu_icon *icon = &prov->icon[prov->icon_count];
  732. u8 flen;
  733. if (2 + 2 + 3 + 1 + 1 > pos - pos2) {
  734. wpa_printf(MSG_DEBUG, "HS 2.0: Invalid Icon Metadata");
  735. break;
  736. }
  737. icon->width = WPA_GET_LE16(pos2);
  738. pos2 += 2;
  739. icon->height = WPA_GET_LE16(pos2);
  740. pos2 += 2;
  741. os_memcpy(icon->lang, pos2, 3);
  742. pos2 += 3;
  743. flen = *pos2++;
  744. if (flen > pos - pos2) {
  745. wpa_printf(MSG_DEBUG, "HS 2.0: Not room for Icon Type");
  746. break;
  747. }
  748. os_memcpy(icon->icon_type, pos2, flen);
  749. pos2 += flen;
  750. if (pos - pos2 < 1) {
  751. wpa_printf(MSG_DEBUG, "HS 2.0: Not room for Icon "
  752. "Filename length");
  753. break;
  754. }
  755. flen = *pos2++;
  756. if (flen > pos - pos2) {
  757. wpa_printf(MSG_DEBUG, "HS 2.0: Not room for Icon "
  758. "Filename");
  759. break;
  760. }
  761. os_memcpy(icon->filename, pos2, flen);
  762. pos2 += flen;
  763. prov->icon_count++;
  764. }
  765. /* OSU_NAI */
  766. if (end - pos < 1) {
  767. wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for OSU_NAI");
  768. return;
  769. }
  770. osu_nai_len = *pos++;
  771. if (osu_nai_len > end - pos) {
  772. wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for OSU_NAI");
  773. return;
  774. }
  775. os_memcpy(prov->osu_nai, pos, osu_nai_len);
  776. pos += osu_nai_len;
  777. /* OSU Service Description Length */
  778. if (end - pos < 2) {
  779. wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for OSU "
  780. "Service Description Length");
  781. return;
  782. }
  783. len2 = WPA_GET_LE16(pos);
  784. pos += 2;
  785. if (len2 > end - pos) {
  786. wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for OSU "
  787. "Service Description Duples");
  788. return;
  789. }
  790. pos2 = pos;
  791. pos += len2;
  792. /* OSU Service Description Duples */
  793. while (pos - pos2 >= 4 && prov->serv_desc_count < OSU_MAX_ITEMS) {
  794. struct osu_lang_string *f;
  795. u8 descr_len;
  796. descr_len = *pos2++;
  797. if (descr_len > pos - pos2 || descr_len < 3) {
  798. wpa_printf(MSG_DEBUG, "Invalid OSU Service "
  799. "Description");
  800. break;
  801. }
  802. f = &prov->serv_desc[prov->serv_desc_count++];
  803. os_memcpy(f->lang, pos2, 3);
  804. os_memcpy(f->text, pos2 + 3, descr_len - 3);
  805. pos2 += descr_len;
  806. }
  807. wpa_printf(MSG_DEBUG, "HS 2.0: Added OSU Provider through " MACSTR,
  808. MAC2STR(bss->bssid));
  809. wpa_s->osu_prov_count++;
  810. }
  811. void hs20_osu_icon_fetch(struct wpa_supplicant *wpa_s)
  812. {
  813. struct wpa_bss *bss;
  814. struct wpabuf *prov_anqp;
  815. const u8 *pos, *end;
  816. u16 len;
  817. const u8 *osu_ssid;
  818. u8 osu_ssid_len;
  819. u8 num_providers;
  820. hs20_free_osu_prov(wpa_s);
  821. dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
  822. if (bss->anqp == NULL)
  823. continue;
  824. prov_anqp = bss->anqp->hs20_osu_providers_list;
  825. if (prov_anqp == NULL)
  826. continue;
  827. wpa_printf(MSG_DEBUG, "HS 2.0: Parsing OSU Providers list from "
  828. MACSTR, MAC2STR(bss->bssid));
  829. wpa_hexdump_buf(MSG_DEBUG, "HS 2.0: OSU Providers list",
  830. prov_anqp);
  831. pos = wpabuf_head(prov_anqp);
  832. end = pos + wpabuf_len(prov_anqp);
  833. /* OSU SSID */
  834. if (end - pos < 1)
  835. continue;
  836. if (1 + pos[0] > end - pos) {
  837. wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for "
  838. "OSU SSID");
  839. continue;
  840. }
  841. osu_ssid_len = *pos++;
  842. if (osu_ssid_len > SSID_MAX_LEN) {
  843. wpa_printf(MSG_DEBUG, "HS 2.0: Invalid OSU SSID "
  844. "Length %u", osu_ssid_len);
  845. continue;
  846. }
  847. osu_ssid = pos;
  848. pos += osu_ssid_len;
  849. if (end - pos < 1) {
  850. wpa_printf(MSG_DEBUG, "HS 2.0: Not enough room for "
  851. "Number of OSU Providers");
  852. continue;
  853. }
  854. num_providers = *pos++;
  855. wpa_printf(MSG_DEBUG, "HS 2.0: Number of OSU Providers: %u",
  856. num_providers);
  857. /* OSU Providers */
  858. while (end - pos > 2 && num_providers > 0) {
  859. num_providers--;
  860. len = WPA_GET_LE16(pos);
  861. pos += 2;
  862. if (len > (unsigned int) (end - pos))
  863. break;
  864. hs20_osu_add_prov(wpa_s, bss, osu_ssid,
  865. osu_ssid_len, pos, len);
  866. pos += len;
  867. }
  868. if (pos != end) {
  869. wpa_printf(MSG_DEBUG, "HS 2.0: Ignored %d bytes of "
  870. "extra data after OSU Providers",
  871. (int) (end - pos));
  872. }
  873. }
  874. wpa_s->fetch_osu_icon_in_progress = 1;
  875. hs20_next_osu_icon(wpa_s);
  876. }
  877. static void hs20_osu_scan_res_handler(struct wpa_supplicant *wpa_s,
  878. struct wpa_scan_results *scan_res)
  879. {
  880. wpa_printf(MSG_DEBUG, "OSU provisioning fetch scan completed");
  881. if (!wpa_s->fetch_osu_waiting_scan) {
  882. wpa_printf(MSG_DEBUG, "OSU fetch have been canceled");
  883. return;
  884. }
  885. wpa_s->network_select = 0;
  886. wpa_s->fetch_all_anqp = 1;
  887. wpa_s->fetch_osu_info = 1;
  888. wpa_s->fetch_osu_icon_in_progress = 0;
  889. interworking_start_fetch_anqp(wpa_s);
  890. }
  891. int hs20_fetch_osu(struct wpa_supplicant *wpa_s)
  892. {
  893. if (wpa_s->wpa_state == WPA_INTERFACE_DISABLED) {
  894. wpa_printf(MSG_DEBUG, "HS 2.0: Cannot start fetch_osu - "
  895. "interface disabled");
  896. return -1;
  897. }
  898. if (wpa_s->scanning) {
  899. wpa_printf(MSG_DEBUG, "HS 2.0: Cannot start fetch_osu - "
  900. "scanning");
  901. return -1;
  902. }
  903. if (wpa_s->conf->osu_dir == NULL) {
  904. wpa_printf(MSG_DEBUG, "HS 2.0: Cannot start fetch_osu - "
  905. "osu_dir not configured");
  906. return -1;
  907. }
  908. if (wpa_s->fetch_anqp_in_progress || wpa_s->network_select) {
  909. wpa_printf(MSG_DEBUG, "HS 2.0: Cannot start fetch_osu - "
  910. "fetch in progress (%d, %d)",
  911. wpa_s->fetch_anqp_in_progress,
  912. wpa_s->network_select);
  913. return -1;
  914. }
  915. wpa_msg(wpa_s, MSG_INFO, "Starting OSU provisioning information fetch");
  916. wpa_s->num_osu_scans = 0;
  917. wpa_s->num_prov_found = 0;
  918. hs20_start_osu_scan(wpa_s);
  919. return 0;
  920. }
  921. void hs20_start_osu_scan(struct wpa_supplicant *wpa_s)
  922. {
  923. wpa_s->fetch_osu_waiting_scan = 1;
  924. wpa_s->num_osu_scans++;
  925. wpa_s->scan_req = MANUAL_SCAN_REQ;
  926. wpa_s->scan_res_handler = hs20_osu_scan_res_handler;
  927. wpa_supplicant_req_scan(wpa_s, 0, 0);
  928. }
  929. void hs20_cancel_fetch_osu(struct wpa_supplicant *wpa_s)
  930. {
  931. wpa_printf(MSG_DEBUG, "Cancel OSU fetch");
  932. interworking_stop_fetch_anqp(wpa_s);
  933. wpa_s->fetch_osu_waiting_scan = 0;
  934. wpa_s->network_select = 0;
  935. wpa_s->fetch_osu_info = 0;
  936. wpa_s->fetch_osu_icon_in_progress = 0;
  937. }
  938. void hs20_icon_fetch_failed(struct wpa_supplicant *wpa_s)
  939. {
  940. hs20_osu_icon_fetch_result(wpa_s, -1);
  941. eloop_cancel_timeout(hs20_continue_icon_fetch, wpa_s, NULL);
  942. eloop_register_timeout(0, 0, hs20_continue_icon_fetch, wpa_s, NULL);
  943. }
  944. void hs20_rx_subscription_remediation(struct wpa_supplicant *wpa_s,
  945. const char *url, u8 osu_method)
  946. {
  947. if (url)
  948. wpa_msg(wpa_s, MSG_INFO, HS20_SUBSCRIPTION_REMEDIATION "%u %s",
  949. osu_method, url);
  950. else
  951. wpa_msg(wpa_s, MSG_INFO, HS20_SUBSCRIPTION_REMEDIATION);
  952. }
  953. void hs20_rx_deauth_imminent_notice(struct wpa_supplicant *wpa_s, u8 code,
  954. u16 reauth_delay, const char *url)
  955. {
  956. if (!wpa_sm_pmf_enabled(wpa_s->wpa)) {
  957. wpa_printf(MSG_DEBUG, "HS 2.0: Ignore deauthentication imminent notice since PMF was not enabled");
  958. return;
  959. }
  960. wpa_msg(wpa_s, MSG_INFO, HS20_DEAUTH_IMMINENT_NOTICE "%u %u %s",
  961. code, reauth_delay, url);
  962. if (code == HS20_DEAUTH_REASON_CODE_BSS) {
  963. wpa_printf(MSG_DEBUG, "HS 2.0: Add BSS to blacklist");
  964. wpa_blacklist_add(wpa_s, wpa_s->bssid);
  965. /* TODO: For now, disable full ESS since some drivers may not
  966. * support disabling per BSS. */
  967. if (wpa_s->current_ssid) {
  968. struct os_reltime now;
  969. os_get_reltime(&now);
  970. if (now.sec + reauth_delay <=
  971. wpa_s->current_ssid->disabled_until.sec)
  972. return;
  973. wpa_printf(MSG_DEBUG, "HS 2.0: Disable network for %u seconds (BSS)",
  974. reauth_delay);
  975. wpa_s->current_ssid->disabled_until.sec =
  976. now.sec + reauth_delay;
  977. }
  978. }
  979. if (code == HS20_DEAUTH_REASON_CODE_ESS && wpa_s->current_ssid) {
  980. struct os_reltime now;
  981. os_get_reltime(&now);
  982. if (now.sec + reauth_delay <=
  983. wpa_s->current_ssid->disabled_until.sec)
  984. return;
  985. wpa_printf(MSG_DEBUG, "HS 2.0: Disable network for %u seconds",
  986. reauth_delay);
  987. wpa_s->current_ssid->disabled_until.sec =
  988. now.sec + reauth_delay;
  989. }
  990. }
  991. void hs20_deinit(struct wpa_supplicant *wpa_s)
  992. {
  993. eloop_cancel_timeout(hs20_continue_icon_fetch, wpa_s, NULL);
  994. hs20_free_osu_prov(wpa_s);
  995. hs20_del_icon(wpa_s, NULL, NULL);
  996. }