interworking.c 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985
  1. /*
  2. * Interworking (IEEE 802.11u)
  3. * Copyright (c) 2011-2012, 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 "common.h"
  10. #include "common/ieee802_11_defs.h"
  11. #include "common/gas.h"
  12. #include "common/wpa_ctrl.h"
  13. #include "utils/pcsc_funcs.h"
  14. #include "drivers/driver.h"
  15. #include "eap_common/eap_defs.h"
  16. #include "eap_peer/eap.h"
  17. #include "eap_peer/eap_methods.h"
  18. #include "wpa_supplicant_i.h"
  19. #include "config.h"
  20. #include "config_ssid.h"
  21. #include "bss.h"
  22. #include "scan.h"
  23. #include "notify.h"
  24. #include "gas_query.h"
  25. #include "hs20_supplicant.h"
  26. #include "interworking.h"
  27. #if defined(EAP_SIM) | defined(EAP_SIM_DYNAMIC)
  28. #define INTERWORKING_3GPP
  29. #else
  30. #if defined(EAP_AKA) | defined(EAP_AKA_DYNAMIC)
  31. #define INTERWORKING_3GPP
  32. #else
  33. #if defined(EAP_AKA_PRIME) | defined(EAP_AKA_PRIME_DYNAMIC)
  34. #define INTERWORKING_3GPP
  35. #endif
  36. #endif
  37. #endif
  38. static void interworking_next_anqp_fetch(struct wpa_supplicant *wpa_s);
  39. static void interworking_reconnect(struct wpa_supplicant *wpa_s)
  40. {
  41. if (wpa_s->wpa_state >= WPA_AUTHENTICATING) {
  42. wpa_supplicant_cancel_sched_scan(wpa_s);
  43. wpa_supplicant_deauthenticate(wpa_s,
  44. WLAN_REASON_DEAUTH_LEAVING);
  45. }
  46. wpa_s->disconnected = 0;
  47. wpa_s->reassociate = 1;
  48. if (wpa_s->last_scan_res_used > 0) {
  49. struct os_time now;
  50. os_get_time(&now);
  51. if (now.sec - wpa_s->last_scan.sec <= 5) {
  52. wpa_printf(MSG_DEBUG, "Interworking: Old scan results "
  53. "are fresh - connect without new scan");
  54. if (wpas_select_network_from_last_scan(wpa_s) == 0)
  55. return;
  56. }
  57. }
  58. wpa_supplicant_req_scan(wpa_s, 0, 0);
  59. }
  60. static struct wpabuf * anqp_build_req(u16 info_ids[], size_t num_ids,
  61. struct wpabuf *extra)
  62. {
  63. struct wpabuf *buf;
  64. size_t i;
  65. u8 *len_pos;
  66. buf = gas_anqp_build_initial_req(0, 4 + num_ids * 2 +
  67. (extra ? wpabuf_len(extra) : 0));
  68. if (buf == NULL)
  69. return NULL;
  70. len_pos = gas_anqp_add_element(buf, ANQP_QUERY_LIST);
  71. for (i = 0; i < num_ids; i++)
  72. wpabuf_put_le16(buf, info_ids[i]);
  73. gas_anqp_set_element_len(buf, len_pos);
  74. if (extra)
  75. wpabuf_put_buf(buf, extra);
  76. gas_anqp_set_len(buf);
  77. return buf;
  78. }
  79. static void interworking_anqp_resp_cb(void *ctx, const u8 *dst,
  80. u8 dialog_token,
  81. enum gas_query_result result,
  82. const struct wpabuf *adv_proto,
  83. const struct wpabuf *resp,
  84. u16 status_code)
  85. {
  86. struct wpa_supplicant *wpa_s = ctx;
  87. anqp_resp_cb(wpa_s, dst, dialog_token, result, adv_proto, resp,
  88. status_code);
  89. interworking_next_anqp_fetch(wpa_s);
  90. }
  91. static int cred_with_roaming_consortium(struct wpa_supplicant *wpa_s)
  92. {
  93. struct wpa_cred *cred;
  94. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  95. if (cred->roaming_consortium_len)
  96. return 1;
  97. }
  98. return 0;
  99. }
  100. static int cred_with_3gpp(struct wpa_supplicant *wpa_s)
  101. {
  102. struct wpa_cred *cred;
  103. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  104. if (cred->pcsc || cred->imsi)
  105. return 1;
  106. }
  107. return 0;
  108. }
  109. static int cred_with_nai_realm(struct wpa_supplicant *wpa_s)
  110. {
  111. struct wpa_cred *cred;
  112. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  113. if (cred->pcsc || cred->imsi)
  114. continue;
  115. if (!cred->eap_method)
  116. return 1;
  117. if (cred->realm && cred->roaming_consortium_len == 0)
  118. return 1;
  119. }
  120. return 0;
  121. }
  122. static int cred_with_domain(struct wpa_supplicant *wpa_s)
  123. {
  124. struct wpa_cred *cred;
  125. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  126. if (cred->domain || cred->pcsc || cred->imsi)
  127. return 1;
  128. }
  129. return 0;
  130. }
  131. static int additional_roaming_consortiums(struct wpa_bss *bss)
  132. {
  133. const u8 *ie;
  134. ie = wpa_bss_get_ie(bss, WLAN_EID_ROAMING_CONSORTIUM);
  135. if (ie == NULL || ie[1] == 0)
  136. return 0;
  137. return ie[2]; /* Number of ANQP OIs */
  138. }
  139. static int interworking_anqp_send_req(struct wpa_supplicant *wpa_s,
  140. struct wpa_bss *bss)
  141. {
  142. struct wpabuf *buf;
  143. int ret = 0;
  144. int res;
  145. u16 info_ids[8];
  146. size_t num_info_ids = 0;
  147. struct wpabuf *extra = NULL;
  148. int all = wpa_s->fetch_all_anqp;
  149. wpa_printf(MSG_DEBUG, "Interworking: ANQP Query Request to " MACSTR,
  150. MAC2STR(bss->bssid));
  151. info_ids[num_info_ids++] = ANQP_CAPABILITY_LIST;
  152. if (all) {
  153. info_ids[num_info_ids++] = ANQP_VENUE_NAME;
  154. info_ids[num_info_ids++] = ANQP_NETWORK_AUTH_TYPE;
  155. }
  156. if (all || (cred_with_roaming_consortium(wpa_s) &&
  157. additional_roaming_consortiums(bss)))
  158. info_ids[num_info_ids++] = ANQP_ROAMING_CONSORTIUM;
  159. if (all)
  160. info_ids[num_info_ids++] = ANQP_IP_ADDR_TYPE_AVAILABILITY;
  161. if (all || cred_with_nai_realm(wpa_s))
  162. info_ids[num_info_ids++] = ANQP_NAI_REALM;
  163. if (all || cred_with_3gpp(wpa_s))
  164. info_ids[num_info_ids++] = ANQP_3GPP_CELLULAR_NETWORK;
  165. if (all || cred_with_domain(wpa_s))
  166. info_ids[num_info_ids++] = ANQP_DOMAIN_NAME;
  167. wpa_hexdump(MSG_DEBUG, "Interworking: ANQP Query info",
  168. (u8 *) info_ids, num_info_ids * 2);
  169. #ifdef CONFIG_HS20
  170. if (wpa_bss_get_vendor_ie(bss, HS20_IE_VENDOR_TYPE)) {
  171. u8 *len_pos;
  172. extra = wpabuf_alloc(100);
  173. if (!extra)
  174. return -1;
  175. len_pos = gas_anqp_add_element(extra, ANQP_VENDOR_SPECIFIC);
  176. wpabuf_put_be24(extra, OUI_WFA);
  177. wpabuf_put_u8(extra, HS20_ANQP_OUI_TYPE);
  178. wpabuf_put_u8(extra, HS20_STYPE_QUERY_LIST);
  179. wpabuf_put_u8(extra, 0); /* Reserved */
  180. wpabuf_put_u8(extra, HS20_STYPE_CAPABILITY_LIST);
  181. if (all) {
  182. wpabuf_put_u8(extra,
  183. HS20_STYPE_OPERATOR_FRIENDLY_NAME);
  184. wpabuf_put_u8(extra, HS20_STYPE_WAN_METRICS);
  185. wpabuf_put_u8(extra, HS20_STYPE_CONNECTION_CAPABILITY);
  186. wpabuf_put_u8(extra, HS20_STYPE_OPERATING_CLASS);
  187. }
  188. gas_anqp_set_element_len(extra, len_pos);
  189. }
  190. #endif /* CONFIG_HS20 */
  191. buf = anqp_build_req(info_ids, num_info_ids, extra);
  192. wpabuf_free(extra);
  193. if (buf == NULL)
  194. return -1;
  195. res = gas_query_req(wpa_s->gas, bss->bssid, bss->freq, buf,
  196. interworking_anqp_resp_cb, wpa_s);
  197. if (res < 0) {
  198. wpa_printf(MSG_DEBUG, "ANQP: Failed to send Query Request");
  199. ret = -1;
  200. } else
  201. wpa_printf(MSG_DEBUG, "ANQP: Query started with dialog token "
  202. "%u", res);
  203. wpabuf_free(buf);
  204. return ret;
  205. }
  206. struct nai_realm_eap {
  207. u8 method;
  208. u8 inner_method;
  209. enum nai_realm_eap_auth_inner_non_eap inner_non_eap;
  210. u8 cred_type;
  211. u8 tunneled_cred_type;
  212. };
  213. struct nai_realm {
  214. u8 encoding;
  215. char *realm;
  216. u8 eap_count;
  217. struct nai_realm_eap *eap;
  218. };
  219. static void nai_realm_free(struct nai_realm *realms, u16 count)
  220. {
  221. u16 i;
  222. if (realms == NULL)
  223. return;
  224. for (i = 0; i < count; i++) {
  225. os_free(realms[i].eap);
  226. os_free(realms[i].realm);
  227. }
  228. os_free(realms);
  229. }
  230. static const u8 * nai_realm_parse_eap(struct nai_realm_eap *e, const u8 *pos,
  231. const u8 *end)
  232. {
  233. u8 elen, auth_count, a;
  234. const u8 *e_end;
  235. if (pos + 3 > end) {
  236. wpa_printf(MSG_DEBUG, "No room for EAP Method fixed fields");
  237. return NULL;
  238. }
  239. elen = *pos++;
  240. if (pos + elen > end || elen < 2) {
  241. wpa_printf(MSG_DEBUG, "No room for EAP Method subfield");
  242. return NULL;
  243. }
  244. e_end = pos + elen;
  245. e->method = *pos++;
  246. auth_count = *pos++;
  247. wpa_printf(MSG_DEBUG, "EAP Method: len=%u method=%u auth_count=%u",
  248. elen, e->method, auth_count);
  249. for (a = 0; a < auth_count; a++) {
  250. u8 id, len;
  251. if (pos + 2 > end || pos + 2 + pos[1] > end) {
  252. wpa_printf(MSG_DEBUG, "No room for Authentication "
  253. "Parameter subfield");
  254. return NULL;
  255. }
  256. id = *pos++;
  257. len = *pos++;
  258. switch (id) {
  259. case NAI_REALM_EAP_AUTH_NON_EAP_INNER_AUTH:
  260. if (len < 1)
  261. break;
  262. e->inner_non_eap = *pos;
  263. if (e->method != EAP_TYPE_TTLS)
  264. break;
  265. switch (*pos) {
  266. case NAI_REALM_INNER_NON_EAP_PAP:
  267. wpa_printf(MSG_DEBUG, "EAP-TTLS/PAP");
  268. break;
  269. case NAI_REALM_INNER_NON_EAP_CHAP:
  270. wpa_printf(MSG_DEBUG, "EAP-TTLS/CHAP");
  271. break;
  272. case NAI_REALM_INNER_NON_EAP_MSCHAP:
  273. wpa_printf(MSG_DEBUG, "EAP-TTLS/MSCHAP");
  274. break;
  275. case NAI_REALM_INNER_NON_EAP_MSCHAPV2:
  276. wpa_printf(MSG_DEBUG, "EAP-TTLS/MSCHAPV2");
  277. break;
  278. }
  279. break;
  280. case NAI_REALM_EAP_AUTH_INNER_AUTH_EAP_METHOD:
  281. if (len < 1)
  282. break;
  283. e->inner_method = *pos;
  284. wpa_printf(MSG_DEBUG, "Inner EAP method: %u",
  285. e->inner_method);
  286. break;
  287. case NAI_REALM_EAP_AUTH_CRED_TYPE:
  288. if (len < 1)
  289. break;
  290. e->cred_type = *pos;
  291. wpa_printf(MSG_DEBUG, "Credential Type: %u",
  292. e->cred_type);
  293. break;
  294. case NAI_REALM_EAP_AUTH_TUNNELED_CRED_TYPE:
  295. if (len < 1)
  296. break;
  297. e->tunneled_cred_type = *pos;
  298. wpa_printf(MSG_DEBUG, "Tunneled EAP Method Credential "
  299. "Type: %u", e->tunneled_cred_type);
  300. break;
  301. default:
  302. wpa_printf(MSG_DEBUG, "Unsupported Authentication "
  303. "Parameter: id=%u len=%u", id, len);
  304. wpa_hexdump(MSG_DEBUG, "Authentication Parameter "
  305. "Value", pos, len);
  306. break;
  307. }
  308. pos += len;
  309. }
  310. return e_end;
  311. }
  312. static const u8 * nai_realm_parse_realm(struct nai_realm *r, const u8 *pos,
  313. const u8 *end)
  314. {
  315. u16 len;
  316. const u8 *f_end;
  317. u8 realm_len, e;
  318. if (end - pos < 4) {
  319. wpa_printf(MSG_DEBUG, "No room for NAI Realm Data "
  320. "fixed fields");
  321. return NULL;
  322. }
  323. len = WPA_GET_LE16(pos); /* NAI Realm Data field Length */
  324. pos += 2;
  325. if (pos + len > end || len < 3) {
  326. wpa_printf(MSG_DEBUG, "No room for NAI Realm Data "
  327. "(len=%u; left=%u)",
  328. len, (unsigned int) (end - pos));
  329. return NULL;
  330. }
  331. f_end = pos + len;
  332. r->encoding = *pos++;
  333. realm_len = *pos++;
  334. if (pos + realm_len > f_end) {
  335. wpa_printf(MSG_DEBUG, "No room for NAI Realm "
  336. "(len=%u; left=%u)",
  337. realm_len, (unsigned int) (f_end - pos));
  338. return NULL;
  339. }
  340. wpa_hexdump_ascii(MSG_DEBUG, "NAI Realm", pos, realm_len);
  341. r->realm = os_malloc(realm_len + 1);
  342. if (r->realm == NULL)
  343. return NULL;
  344. os_memcpy(r->realm, pos, realm_len);
  345. r->realm[realm_len] = '\0';
  346. pos += realm_len;
  347. if (pos + 1 > f_end) {
  348. wpa_printf(MSG_DEBUG, "No room for EAP Method Count");
  349. return NULL;
  350. }
  351. r->eap_count = *pos++;
  352. wpa_printf(MSG_DEBUG, "EAP Count: %u", r->eap_count);
  353. if (pos + r->eap_count * 3 > f_end) {
  354. wpa_printf(MSG_DEBUG, "No room for EAP Methods");
  355. return NULL;
  356. }
  357. r->eap = os_calloc(r->eap_count, sizeof(struct nai_realm_eap));
  358. if (r->eap == NULL)
  359. return NULL;
  360. for (e = 0; e < r->eap_count; e++) {
  361. pos = nai_realm_parse_eap(&r->eap[e], pos, f_end);
  362. if (pos == NULL)
  363. return NULL;
  364. }
  365. return f_end;
  366. }
  367. static struct nai_realm * nai_realm_parse(struct wpabuf *anqp, u16 *count)
  368. {
  369. struct nai_realm *realm;
  370. const u8 *pos, *end;
  371. u16 i, num;
  372. if (anqp == NULL || wpabuf_len(anqp) < 2)
  373. return NULL;
  374. pos = wpabuf_head_u8(anqp);
  375. end = pos + wpabuf_len(anqp);
  376. num = WPA_GET_LE16(pos);
  377. wpa_printf(MSG_DEBUG, "NAI Realm Count: %u", num);
  378. pos += 2;
  379. if (num * 5 > end - pos) {
  380. wpa_printf(MSG_DEBUG, "Invalid NAI Realm Count %u - not "
  381. "enough data (%u octets) for that many realms",
  382. num, (unsigned int) (end - pos));
  383. return NULL;
  384. }
  385. realm = os_calloc(num, sizeof(struct nai_realm));
  386. if (realm == NULL)
  387. return NULL;
  388. for (i = 0; i < num; i++) {
  389. pos = nai_realm_parse_realm(&realm[i], pos, end);
  390. if (pos == NULL) {
  391. nai_realm_free(realm, num);
  392. return NULL;
  393. }
  394. }
  395. *count = num;
  396. return realm;
  397. }
  398. static int nai_realm_match(struct nai_realm *realm, const char *home_realm)
  399. {
  400. char *tmp, *pos, *end;
  401. int match = 0;
  402. if (realm->realm == NULL || home_realm == NULL)
  403. return 0;
  404. if (os_strchr(realm->realm, ';') == NULL)
  405. return os_strcasecmp(realm->realm, home_realm) == 0;
  406. tmp = os_strdup(realm->realm);
  407. if (tmp == NULL)
  408. return 0;
  409. pos = tmp;
  410. while (*pos) {
  411. end = os_strchr(pos, ';');
  412. if (end)
  413. *end = '\0';
  414. if (os_strcasecmp(pos, home_realm) == 0) {
  415. match = 1;
  416. break;
  417. }
  418. if (end == NULL)
  419. break;
  420. pos = end + 1;
  421. }
  422. os_free(tmp);
  423. return match;
  424. }
  425. static int nai_realm_cred_username(struct nai_realm_eap *eap)
  426. {
  427. if (eap_get_name(EAP_VENDOR_IETF, eap->method) == NULL)
  428. return 0; /* method not supported */
  429. if (eap->method != EAP_TYPE_TTLS && eap->method != EAP_TYPE_PEAP) {
  430. /* Only tunneled methods with username/password supported */
  431. return 0;
  432. }
  433. if (eap->method == EAP_TYPE_PEAP &&
  434. eap_get_name(EAP_VENDOR_IETF, eap->inner_method) == NULL)
  435. return 0;
  436. if (eap->method == EAP_TYPE_TTLS) {
  437. if (eap->inner_method == 0 && eap->inner_non_eap == 0)
  438. return 0;
  439. if (eap->inner_method &&
  440. eap_get_name(EAP_VENDOR_IETF, eap->inner_method) == NULL)
  441. return 0;
  442. if (eap->inner_non_eap &&
  443. eap->inner_non_eap != NAI_REALM_INNER_NON_EAP_PAP &&
  444. eap->inner_non_eap != NAI_REALM_INNER_NON_EAP_CHAP &&
  445. eap->inner_non_eap != NAI_REALM_INNER_NON_EAP_MSCHAP &&
  446. eap->inner_non_eap != NAI_REALM_INNER_NON_EAP_MSCHAPV2)
  447. return 0;
  448. }
  449. if (eap->inner_method &&
  450. eap->inner_method != EAP_TYPE_GTC &&
  451. eap->inner_method != EAP_TYPE_MSCHAPV2)
  452. return 0;
  453. return 1;
  454. }
  455. static int nai_realm_cred_cert(struct nai_realm_eap *eap)
  456. {
  457. if (eap_get_name(EAP_VENDOR_IETF, eap->method) == NULL)
  458. return 0; /* method not supported */
  459. if (eap->method != EAP_TYPE_TLS) {
  460. /* Only EAP-TLS supported for credential authentication */
  461. return 0;
  462. }
  463. return 1;
  464. }
  465. static struct nai_realm_eap * nai_realm_find_eap(struct wpa_cred *cred,
  466. struct nai_realm *realm)
  467. {
  468. u8 e;
  469. if (cred == NULL ||
  470. cred->username == NULL ||
  471. cred->username[0] == '\0' ||
  472. ((cred->password == NULL ||
  473. cred->password[0] == '\0') &&
  474. (cred->private_key == NULL ||
  475. cred->private_key[0] == '\0')))
  476. return NULL;
  477. for (e = 0; e < realm->eap_count; e++) {
  478. struct nai_realm_eap *eap = &realm->eap[e];
  479. if (cred->password && cred->password[0] &&
  480. nai_realm_cred_username(eap))
  481. return eap;
  482. if (cred->private_key && cred->private_key[0] &&
  483. nai_realm_cred_cert(eap))
  484. return eap;
  485. }
  486. return NULL;
  487. }
  488. #ifdef INTERWORKING_3GPP
  489. static int plmn_id_match(struct wpabuf *anqp, const char *imsi, int mnc_len)
  490. {
  491. u8 plmn[3];
  492. const u8 *pos, *end;
  493. u8 udhl;
  494. /* See Annex A of 3GPP TS 24.234 v8.1.0 for description */
  495. plmn[0] = (imsi[0] - '0') | ((imsi[1] - '0') << 4);
  496. plmn[1] = imsi[2] - '0';
  497. /* default to MNC length 3 if unknown */
  498. if (mnc_len != 2)
  499. plmn[1] |= (imsi[5] - '0') << 4;
  500. else
  501. plmn[1] |= 0xf0;
  502. plmn[2] = (imsi[3] - '0') | ((imsi[4] - '0') << 4);
  503. if (anqp == NULL)
  504. return 0;
  505. pos = wpabuf_head_u8(anqp);
  506. end = pos + wpabuf_len(anqp);
  507. if (pos + 2 > end)
  508. return 0;
  509. if (*pos != 0) {
  510. wpa_printf(MSG_DEBUG, "Unsupported GUD version 0x%x", *pos);
  511. return 0;
  512. }
  513. pos++;
  514. udhl = *pos++;
  515. if (pos + udhl > end) {
  516. wpa_printf(MSG_DEBUG, "Invalid UDHL");
  517. return 0;
  518. }
  519. end = pos + udhl;
  520. while (pos + 2 <= end) {
  521. u8 iei, len;
  522. const u8 *l_end;
  523. iei = *pos++;
  524. len = *pos++ & 0x7f;
  525. if (pos + len > end)
  526. break;
  527. l_end = pos + len;
  528. if (iei == 0 && len > 0) {
  529. /* PLMN List */
  530. u8 num, i;
  531. num = *pos++;
  532. for (i = 0; i < num; i++) {
  533. if (pos + 3 > end)
  534. break;
  535. if (os_memcmp(pos, plmn, 3) == 0)
  536. return 1; /* Found matching PLMN */
  537. pos += 3;
  538. }
  539. }
  540. pos = l_end;
  541. }
  542. return 0;
  543. }
  544. static int build_root_nai(char *nai, size_t nai_len, const char *imsi,
  545. size_t mnc_len, char prefix)
  546. {
  547. const char *sep, *msin;
  548. char *end, *pos;
  549. size_t msin_len, plmn_len;
  550. /*
  551. * TS 23.003, Clause 14 (3GPP to WLAN Interworking)
  552. * Root NAI:
  553. * <aka:0|sim:1><IMSI>@wlan.mnc<MNC>.mcc<MCC>.3gppnetwork.org
  554. * <MNC> is zero-padded to three digits in case two-digit MNC is used
  555. */
  556. if (imsi == NULL || os_strlen(imsi) > 16) {
  557. wpa_printf(MSG_DEBUG, "No valid IMSI available");
  558. return -1;
  559. }
  560. sep = os_strchr(imsi, '-');
  561. if (sep) {
  562. plmn_len = sep - imsi;
  563. msin = sep + 1;
  564. } else if (mnc_len && os_strlen(imsi) >= 3 + mnc_len) {
  565. plmn_len = 3 + mnc_len;
  566. msin = imsi + plmn_len;
  567. } else
  568. return -1;
  569. if (plmn_len != 5 && plmn_len != 6)
  570. return -1;
  571. msin_len = os_strlen(msin);
  572. pos = nai;
  573. end = nai + nai_len;
  574. if (prefix)
  575. *pos++ = prefix;
  576. os_memcpy(pos, imsi, plmn_len);
  577. pos += plmn_len;
  578. os_memcpy(pos, msin, msin_len);
  579. pos += msin_len;
  580. pos += os_snprintf(pos, end - pos, "@wlan.mnc");
  581. if (plmn_len == 5) {
  582. *pos++ = '0';
  583. *pos++ = imsi[3];
  584. *pos++ = imsi[4];
  585. } else {
  586. *pos++ = imsi[3];
  587. *pos++ = imsi[4];
  588. *pos++ = imsi[5];
  589. }
  590. pos += os_snprintf(pos, end - pos, ".mcc%c%c%c.3gppnetwork.org",
  591. imsi[0], imsi[1], imsi[2]);
  592. return 0;
  593. }
  594. static int set_root_nai(struct wpa_ssid *ssid, const char *imsi, char prefix)
  595. {
  596. char nai[100];
  597. if (build_root_nai(nai, sizeof(nai), imsi, 0, prefix) < 0)
  598. return -1;
  599. return wpa_config_set_quoted(ssid, "identity", nai);
  600. }
  601. #endif /* INTERWORKING_3GPP */
  602. static int interworking_set_hs20_params(struct wpa_ssid *ssid)
  603. {
  604. if (wpa_config_set(ssid, "key_mgmt", "WPA-EAP", 0) < 0)
  605. return -1;
  606. if (wpa_config_set(ssid, "proto", "RSN", 0) < 0)
  607. return -1;
  608. if (wpa_config_set(ssid, "pairwise", "CCMP", 0) < 0)
  609. return -1;
  610. return 0;
  611. }
  612. static int interworking_connect_3gpp(struct wpa_supplicant *wpa_s,
  613. struct wpa_bss *bss)
  614. {
  615. #ifdef INTERWORKING_3GPP
  616. struct wpa_cred *cred;
  617. struct wpa_ssid *ssid;
  618. const u8 *ie;
  619. int eap_type;
  620. int res;
  621. char prefix;
  622. if (bss->anqp == NULL || bss->anqp->anqp_3gpp == NULL)
  623. return -1;
  624. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  625. char *sep;
  626. const char *imsi;
  627. int mnc_len;
  628. #ifdef PCSC_FUNCS
  629. if (cred->pcsc && wpa_s->conf->pcsc_reader && wpa_s->scard &&
  630. wpa_s->imsi[0]) {
  631. imsi = wpa_s->imsi;
  632. mnc_len = wpa_s->mnc_len;
  633. goto compare;
  634. }
  635. #endif /* PCSC_FUNCS */
  636. if (cred->imsi == NULL || !cred->imsi[0] ||
  637. cred->milenage == NULL || !cred->milenage[0])
  638. continue;
  639. sep = os_strchr(cred->imsi, '-');
  640. if (sep == NULL ||
  641. (sep - cred->imsi != 5 && sep - cred->imsi != 6))
  642. continue;
  643. mnc_len = sep - cred->imsi - 3;
  644. imsi = cred->imsi;
  645. #ifdef PCSC_FUNCS
  646. compare:
  647. #endif /* PCSC_FUNCS */
  648. if (plmn_id_match(bss->anqp->anqp_3gpp, imsi, mnc_len))
  649. break;
  650. }
  651. if (cred == NULL)
  652. return -1;
  653. ie = wpa_bss_get_ie(bss, WLAN_EID_SSID);
  654. if (ie == NULL)
  655. return -1;
  656. wpa_printf(MSG_DEBUG, "Interworking: Connect with " MACSTR " (3GPP)",
  657. MAC2STR(bss->bssid));
  658. ssid = wpa_config_add_network(wpa_s->conf);
  659. if (ssid == NULL)
  660. return -1;
  661. wpas_notify_network_added(wpa_s, ssid);
  662. wpa_config_set_network_defaults(ssid);
  663. ssid->priority = cred->priority;
  664. ssid->temporary = 1;
  665. ssid->ssid = os_zalloc(ie[1] + 1);
  666. if (ssid->ssid == NULL)
  667. goto fail;
  668. os_memcpy(ssid->ssid, ie + 2, ie[1]);
  669. ssid->ssid_len = ie[1];
  670. if (interworking_set_hs20_params(ssid) < 0)
  671. goto fail;
  672. eap_type = EAP_TYPE_SIM;
  673. if (cred->pcsc && wpa_s->scard && scard_supports_umts(wpa_s->scard))
  674. eap_type = EAP_TYPE_AKA;
  675. if (cred->eap_method && cred->eap_method[0].vendor == EAP_VENDOR_IETF) {
  676. if (cred->eap_method[0].method == EAP_TYPE_SIM ||
  677. cred->eap_method[0].method == EAP_TYPE_AKA ||
  678. cred->eap_method[0].method == EAP_TYPE_AKA_PRIME)
  679. eap_type = cred->eap_method[0].method;
  680. }
  681. switch (eap_type) {
  682. case EAP_TYPE_SIM:
  683. prefix = '1';
  684. res = wpa_config_set(ssid, "eap", "SIM", 0);
  685. break;
  686. case EAP_TYPE_AKA:
  687. prefix = '0';
  688. res = wpa_config_set(ssid, "eap", "AKA", 0);
  689. break;
  690. case EAP_TYPE_AKA_PRIME:
  691. prefix = '6';
  692. res = wpa_config_set(ssid, "eap", "AKA'", 0);
  693. break;
  694. default:
  695. res = -1;
  696. break;
  697. }
  698. if (res < 0) {
  699. wpa_printf(MSG_DEBUG, "Selected EAP method (%d) not supported",
  700. eap_type);
  701. goto fail;
  702. }
  703. if (!cred->pcsc && set_root_nai(ssid, cred->imsi, prefix) < 0) {
  704. wpa_printf(MSG_DEBUG, "Failed to set Root NAI");
  705. goto fail;
  706. }
  707. if (cred->milenage && cred->milenage[0]) {
  708. if (wpa_config_set_quoted(ssid, "password",
  709. cred->milenage) < 0)
  710. goto fail;
  711. } else if (cred->pcsc) {
  712. if (wpa_config_set_quoted(ssid, "pcsc", "") < 0)
  713. goto fail;
  714. if (wpa_s->conf->pcsc_pin &&
  715. wpa_config_set_quoted(ssid, "pin", wpa_s->conf->pcsc_pin)
  716. < 0)
  717. goto fail;
  718. }
  719. if (cred->password && cred->password[0] &&
  720. wpa_config_set_quoted(ssid, "password", cred->password) < 0)
  721. goto fail;
  722. wpa_config_update_prio_list(wpa_s->conf);
  723. interworking_reconnect(wpa_s);
  724. return 0;
  725. fail:
  726. wpas_notify_network_removed(wpa_s, ssid);
  727. wpa_config_remove_network(wpa_s->conf, ssid->id);
  728. #endif /* INTERWORKING_3GPP */
  729. return -1;
  730. }
  731. static int roaming_consortium_element_match(const u8 *ie, const u8 *rc_id,
  732. size_t rc_len)
  733. {
  734. const u8 *pos, *end;
  735. u8 lens;
  736. if (ie == NULL)
  737. return 0;
  738. pos = ie + 2;
  739. end = ie + 2 + ie[1];
  740. /* Roaming Consortium element:
  741. * Number of ANQP OIs
  742. * OI #1 and #2 lengths
  743. * OI #1, [OI #2], [OI #3]
  744. */
  745. if (pos + 2 > end)
  746. return 0;
  747. pos++; /* skip Number of ANQP OIs */
  748. lens = *pos++;
  749. if (pos + (lens & 0x0f) + (lens >> 4) > end)
  750. return 0;
  751. if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
  752. return 1;
  753. pos += lens & 0x0f;
  754. if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
  755. return 1;
  756. pos += lens >> 4;
  757. if (pos < end && (size_t) (end - pos) == rc_len &&
  758. os_memcmp(pos, rc_id, rc_len) == 0)
  759. return 1;
  760. return 0;
  761. }
  762. static int roaming_consortium_anqp_match(const struct wpabuf *anqp,
  763. const u8 *rc_id, size_t rc_len)
  764. {
  765. const u8 *pos, *end;
  766. u8 len;
  767. if (anqp == NULL)
  768. return 0;
  769. pos = wpabuf_head(anqp);
  770. end = pos + wpabuf_len(anqp);
  771. /* Set of <OI Length, OI> duples */
  772. while (pos < end) {
  773. len = *pos++;
  774. if (pos + len > end)
  775. break;
  776. if (len == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
  777. return 1;
  778. pos += len;
  779. }
  780. return 0;
  781. }
  782. static int roaming_consortium_match(const u8 *ie, const struct wpabuf *anqp,
  783. const u8 *rc_id, size_t rc_len)
  784. {
  785. return roaming_consortium_element_match(ie, rc_id, rc_len) ||
  786. roaming_consortium_anqp_match(anqp, rc_id, rc_len);
  787. }
  788. static struct wpa_cred * interworking_credentials_available_roaming_consortium(
  789. struct wpa_supplicant *wpa_s, struct wpa_bss *bss)
  790. {
  791. struct wpa_cred *cred, *selected = NULL;
  792. const u8 *ie;
  793. ie = wpa_bss_get_ie(bss, WLAN_EID_ROAMING_CONSORTIUM);
  794. if (ie == NULL &&
  795. (bss->anqp == NULL || bss->anqp->roaming_consortium == NULL))
  796. return NULL;
  797. if (wpa_s->conf->cred == NULL)
  798. return NULL;
  799. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  800. if (cred->roaming_consortium_len == 0)
  801. continue;
  802. if (!roaming_consortium_match(ie,
  803. bss->anqp ?
  804. bss->anqp->roaming_consortium :
  805. NULL,
  806. cred->roaming_consortium,
  807. cred->roaming_consortium_len))
  808. continue;
  809. if (selected == NULL ||
  810. selected->priority < cred->priority)
  811. selected = cred;
  812. }
  813. return selected;
  814. }
  815. static int interworking_set_eap_params(struct wpa_ssid *ssid,
  816. struct wpa_cred *cred, int ttls)
  817. {
  818. if (cred->eap_method) {
  819. ttls = cred->eap_method->vendor == EAP_VENDOR_IETF &&
  820. cred->eap_method->method == EAP_TYPE_TTLS;
  821. os_free(ssid->eap.eap_methods);
  822. ssid->eap.eap_methods =
  823. os_malloc(sizeof(struct eap_method_type) * 2);
  824. if (ssid->eap.eap_methods == NULL)
  825. return -1;
  826. os_memcpy(ssid->eap.eap_methods, cred->eap_method,
  827. sizeof(*cred->eap_method));
  828. ssid->eap.eap_methods[1].vendor = EAP_VENDOR_IETF;
  829. ssid->eap.eap_methods[1].method = EAP_TYPE_NONE;
  830. }
  831. if (ttls && cred->username && cred->username[0]) {
  832. const char *pos;
  833. char *anon;
  834. /* Use anonymous NAI in Phase 1 */
  835. pos = os_strchr(cred->username, '@');
  836. if (pos) {
  837. size_t buflen = 9 + os_strlen(pos) + 1;
  838. anon = os_malloc(buflen);
  839. if (anon == NULL)
  840. return -1;
  841. os_snprintf(anon, buflen, "anonymous%s", pos);
  842. } else if (cred->realm) {
  843. size_t buflen = 10 + os_strlen(cred->realm) + 1;
  844. anon = os_malloc(buflen);
  845. if (anon == NULL)
  846. return -1;
  847. os_snprintf(anon, buflen, "anonymous@%s", cred->realm);
  848. } else {
  849. anon = os_strdup("anonymous");
  850. if (anon == NULL)
  851. return -1;
  852. }
  853. if (wpa_config_set_quoted(ssid, "anonymous_identity", anon) <
  854. 0) {
  855. os_free(anon);
  856. return -1;
  857. }
  858. os_free(anon);
  859. }
  860. if (cred->username && cred->username[0] &&
  861. wpa_config_set_quoted(ssid, "identity", cred->username) < 0)
  862. return -1;
  863. if (cred->password && cred->password[0]) {
  864. if (cred->ext_password &&
  865. wpa_config_set(ssid, "password", cred->password, 0) < 0)
  866. return -1;
  867. if (!cred->ext_password &&
  868. wpa_config_set_quoted(ssid, "password", cred->password) <
  869. 0)
  870. return -1;
  871. }
  872. if (cred->client_cert && cred->client_cert[0] &&
  873. wpa_config_set_quoted(ssid, "client_cert", cred->client_cert) < 0)
  874. return -1;
  875. if (cred->private_key && cred->private_key[0] &&
  876. wpa_config_set_quoted(ssid, "private_key", cred->private_key) < 0)
  877. return -1;
  878. if (cred->private_key_passwd && cred->private_key_passwd[0] &&
  879. wpa_config_set_quoted(ssid, "private_key_passwd",
  880. cred->private_key_passwd) < 0)
  881. return -1;
  882. if (cred->phase1) {
  883. os_free(ssid->eap.phase1);
  884. ssid->eap.phase1 = os_strdup(cred->phase1);
  885. }
  886. if (cred->phase2) {
  887. os_free(ssid->eap.phase2);
  888. ssid->eap.phase2 = os_strdup(cred->phase2);
  889. }
  890. if (cred->ca_cert && cred->ca_cert[0] &&
  891. wpa_config_set_quoted(ssid, "ca_cert", cred->ca_cert) < 0)
  892. return -1;
  893. return 0;
  894. }
  895. static int interworking_connect_roaming_consortium(
  896. struct wpa_supplicant *wpa_s, struct wpa_cred *cred,
  897. struct wpa_bss *bss, const u8 *ssid_ie)
  898. {
  899. struct wpa_ssid *ssid;
  900. wpa_printf(MSG_DEBUG, "Interworking: Connect with " MACSTR " based on "
  901. "roaming consortium match", MAC2STR(bss->bssid));
  902. ssid = wpa_config_add_network(wpa_s->conf);
  903. if (ssid == NULL)
  904. return -1;
  905. wpas_notify_network_added(wpa_s, ssid);
  906. wpa_config_set_network_defaults(ssid);
  907. ssid->priority = cred->priority;
  908. ssid->temporary = 1;
  909. ssid->ssid = os_zalloc(ssid_ie[1] + 1);
  910. if (ssid->ssid == NULL)
  911. goto fail;
  912. os_memcpy(ssid->ssid, ssid_ie + 2, ssid_ie[1]);
  913. ssid->ssid_len = ssid_ie[1];
  914. if (interworking_set_hs20_params(ssid) < 0)
  915. goto fail;
  916. if (cred->eap_method == NULL) {
  917. wpa_printf(MSG_DEBUG, "Interworking: No EAP method set for "
  918. "credential using roaming consortium");
  919. goto fail;
  920. }
  921. if (interworking_set_eap_params(
  922. ssid, cred,
  923. cred->eap_method->vendor == EAP_VENDOR_IETF &&
  924. cred->eap_method->method == EAP_TYPE_TTLS) < 0)
  925. goto fail;
  926. wpa_config_update_prio_list(wpa_s->conf);
  927. interworking_reconnect(wpa_s);
  928. return 0;
  929. fail:
  930. wpas_notify_network_removed(wpa_s, ssid);
  931. wpa_config_remove_network(wpa_s->conf, ssid->id);
  932. return -1;
  933. }
  934. int interworking_connect(struct wpa_supplicant *wpa_s, struct wpa_bss *bss)
  935. {
  936. struct wpa_cred *cred;
  937. struct wpa_ssid *ssid;
  938. struct nai_realm *realm;
  939. struct nai_realm_eap *eap = NULL;
  940. u16 count, i;
  941. char buf[100];
  942. const u8 *ie;
  943. if (wpa_s->conf->cred == NULL || bss == NULL)
  944. return -1;
  945. ie = wpa_bss_get_ie(bss, WLAN_EID_SSID);
  946. if (ie == NULL || ie[1] == 0) {
  947. wpa_printf(MSG_DEBUG, "Interworking: No SSID known for "
  948. MACSTR, MAC2STR(bss->bssid));
  949. return -1;
  950. }
  951. if (!wpa_bss_get_ie(bss, WLAN_EID_RSN)) {
  952. /*
  953. * We currently support only HS 2.0 networks and those are
  954. * required to use WPA2-Enterprise.
  955. */
  956. wpa_printf(MSG_DEBUG, "Interworking: Network does not use "
  957. "RSN");
  958. return -1;
  959. }
  960. cred = interworking_credentials_available_roaming_consortium(wpa_s,
  961. bss);
  962. if (cred)
  963. return interworking_connect_roaming_consortium(wpa_s, cred,
  964. bss, ie);
  965. realm = nai_realm_parse(bss->anqp ? bss->anqp->nai_realm : NULL,
  966. &count);
  967. if (realm == NULL) {
  968. wpa_printf(MSG_DEBUG, "Interworking: Could not parse NAI "
  969. "Realm list from " MACSTR, MAC2STR(bss->bssid));
  970. count = 0;
  971. }
  972. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  973. for (i = 0; i < count; i++) {
  974. if (!nai_realm_match(&realm[i], cred->realm))
  975. continue;
  976. eap = nai_realm_find_eap(cred, &realm[i]);
  977. if (eap)
  978. break;
  979. }
  980. if (eap)
  981. break;
  982. }
  983. if (!eap) {
  984. if (interworking_connect_3gpp(wpa_s, bss) == 0) {
  985. if (realm)
  986. nai_realm_free(realm, count);
  987. return 0;
  988. }
  989. wpa_printf(MSG_DEBUG, "Interworking: No matching credentials "
  990. "and EAP method found for " MACSTR,
  991. MAC2STR(bss->bssid));
  992. nai_realm_free(realm, count);
  993. return -1;
  994. }
  995. wpa_printf(MSG_DEBUG, "Interworking: Connect with " MACSTR,
  996. MAC2STR(bss->bssid));
  997. ssid = wpa_config_add_network(wpa_s->conf);
  998. if (ssid == NULL) {
  999. nai_realm_free(realm, count);
  1000. return -1;
  1001. }
  1002. wpas_notify_network_added(wpa_s, ssid);
  1003. wpa_config_set_network_defaults(ssid);
  1004. ssid->priority = cred->priority;
  1005. ssid->temporary = 1;
  1006. ssid->ssid = os_zalloc(ie[1] + 1);
  1007. if (ssid->ssid == NULL)
  1008. goto fail;
  1009. os_memcpy(ssid->ssid, ie + 2, ie[1]);
  1010. ssid->ssid_len = ie[1];
  1011. if (interworking_set_hs20_params(ssid) < 0)
  1012. goto fail;
  1013. if (wpa_config_set(ssid, "eap", eap_get_name(EAP_VENDOR_IETF,
  1014. eap->method), 0) < 0)
  1015. goto fail;
  1016. switch (eap->method) {
  1017. case EAP_TYPE_TTLS:
  1018. if (eap->inner_method) {
  1019. os_snprintf(buf, sizeof(buf), "\"autheap=%s\"",
  1020. eap_get_name(EAP_VENDOR_IETF,
  1021. eap->inner_method));
  1022. if (wpa_config_set(ssid, "phase2", buf, 0) < 0)
  1023. goto fail;
  1024. break;
  1025. }
  1026. switch (eap->inner_non_eap) {
  1027. case NAI_REALM_INNER_NON_EAP_PAP:
  1028. if (wpa_config_set(ssid, "phase2", "\"auth=PAP\"", 0) <
  1029. 0)
  1030. goto fail;
  1031. break;
  1032. case NAI_REALM_INNER_NON_EAP_CHAP:
  1033. if (wpa_config_set(ssid, "phase2", "\"auth=CHAP\"", 0)
  1034. < 0)
  1035. goto fail;
  1036. break;
  1037. case NAI_REALM_INNER_NON_EAP_MSCHAP:
  1038. if (wpa_config_set(ssid, "phase2", "\"auth=MSCHAP\"",
  1039. 0) < 0)
  1040. goto fail;
  1041. break;
  1042. case NAI_REALM_INNER_NON_EAP_MSCHAPV2:
  1043. if (wpa_config_set(ssid, "phase2", "\"auth=MSCHAPV2\"",
  1044. 0) < 0)
  1045. goto fail;
  1046. break;
  1047. }
  1048. break;
  1049. case EAP_TYPE_PEAP:
  1050. os_snprintf(buf, sizeof(buf), "\"auth=%s\"",
  1051. eap_get_name(EAP_VENDOR_IETF, eap->inner_method));
  1052. if (wpa_config_set(ssid, "phase2", buf, 0) < 0)
  1053. goto fail;
  1054. break;
  1055. case EAP_TYPE_TLS:
  1056. break;
  1057. }
  1058. if (interworking_set_eap_params(ssid, cred,
  1059. eap->method == EAP_TYPE_TTLS) < 0)
  1060. goto fail;
  1061. nai_realm_free(realm, count);
  1062. wpa_config_update_prio_list(wpa_s->conf);
  1063. interworking_reconnect(wpa_s);
  1064. return 0;
  1065. fail:
  1066. wpas_notify_network_removed(wpa_s, ssid);
  1067. wpa_config_remove_network(wpa_s->conf, ssid->id);
  1068. nai_realm_free(realm, count);
  1069. return -1;
  1070. }
  1071. static struct wpa_cred * interworking_credentials_available_3gpp(
  1072. struct wpa_supplicant *wpa_s, struct wpa_bss *bss)
  1073. {
  1074. struct wpa_cred *cred, *selected = NULL;
  1075. int ret;
  1076. #ifdef INTERWORKING_3GPP
  1077. if (bss->anqp == NULL || bss->anqp->anqp_3gpp == NULL)
  1078. return NULL;
  1079. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  1080. char *sep;
  1081. const char *imsi;
  1082. int mnc_len;
  1083. #ifdef PCSC_FUNCS
  1084. if (cred->pcsc && wpa_s->conf->pcsc_reader && wpa_s->scard &&
  1085. wpa_s->imsi[0]) {
  1086. imsi = wpa_s->imsi;
  1087. mnc_len = wpa_s->mnc_len;
  1088. goto compare;
  1089. }
  1090. #endif /* PCSC_FUNCS */
  1091. if (cred->imsi == NULL || !cred->imsi[0] ||
  1092. cred->milenage == NULL || !cred->milenage[0])
  1093. continue;
  1094. sep = os_strchr(cred->imsi, '-');
  1095. if (sep == NULL ||
  1096. (sep - cred->imsi != 5 && sep - cred->imsi != 6))
  1097. continue;
  1098. mnc_len = sep - cred->imsi - 3;
  1099. imsi = cred->imsi;
  1100. #ifdef PCSC_FUNCS
  1101. compare:
  1102. #endif /* PCSC_FUNCS */
  1103. wpa_printf(MSG_DEBUG, "Interworking: Parsing 3GPP info from "
  1104. MACSTR, MAC2STR(bss->bssid));
  1105. ret = plmn_id_match(bss->anqp->anqp_3gpp, imsi, mnc_len);
  1106. wpa_printf(MSG_DEBUG, "PLMN match %sfound", ret ? "" : "not ");
  1107. if (ret) {
  1108. if (selected == NULL ||
  1109. selected->priority < cred->priority)
  1110. selected = cred;
  1111. }
  1112. }
  1113. #endif /* INTERWORKING_3GPP */
  1114. return selected;
  1115. }
  1116. static struct wpa_cred * interworking_credentials_available_realm(
  1117. struct wpa_supplicant *wpa_s, struct wpa_bss *bss)
  1118. {
  1119. struct wpa_cred *cred, *selected = NULL;
  1120. struct nai_realm *realm;
  1121. u16 count, i;
  1122. if (bss->anqp == NULL || bss->anqp->nai_realm == NULL)
  1123. return NULL;
  1124. if (wpa_s->conf->cred == NULL)
  1125. return NULL;
  1126. wpa_printf(MSG_DEBUG, "Interworking: Parsing NAI Realm list from "
  1127. MACSTR, MAC2STR(bss->bssid));
  1128. realm = nai_realm_parse(bss->anqp->nai_realm, &count);
  1129. if (realm == NULL) {
  1130. wpa_printf(MSG_DEBUG, "Interworking: Could not parse NAI "
  1131. "Realm list from " MACSTR, MAC2STR(bss->bssid));
  1132. return NULL;
  1133. }
  1134. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  1135. if (cred->realm == NULL)
  1136. continue;
  1137. for (i = 0; i < count; i++) {
  1138. if (!nai_realm_match(&realm[i], cred->realm))
  1139. continue;
  1140. if (nai_realm_find_eap(cred, &realm[i])) {
  1141. if (selected == NULL ||
  1142. selected->priority < cred->priority)
  1143. selected = cred;
  1144. break;
  1145. }
  1146. }
  1147. }
  1148. nai_realm_free(realm, count);
  1149. return selected;
  1150. }
  1151. static struct wpa_cred * interworking_credentials_available(
  1152. struct wpa_supplicant *wpa_s, struct wpa_bss *bss)
  1153. {
  1154. struct wpa_cred *cred, *cred2;
  1155. cred = interworking_credentials_available_realm(wpa_s, bss);
  1156. cred2 = interworking_credentials_available_3gpp(wpa_s, bss);
  1157. if (cred && cred2 && cred2->priority >= cred->priority)
  1158. cred = cred2;
  1159. if (!cred)
  1160. cred = cred2;
  1161. cred2 = interworking_credentials_available_roaming_consortium(wpa_s,
  1162. bss);
  1163. if (cred && cred2 && cred2->priority >= cred->priority)
  1164. cred = cred2;
  1165. if (!cred)
  1166. cred = cred2;
  1167. return cred;
  1168. }
  1169. static int domain_name_list_contains(struct wpabuf *domain_names,
  1170. const char *domain)
  1171. {
  1172. const u8 *pos, *end;
  1173. size_t len;
  1174. len = os_strlen(domain);
  1175. pos = wpabuf_head(domain_names);
  1176. end = pos + wpabuf_len(domain_names);
  1177. while (pos + 1 < end) {
  1178. if (pos + 1 + pos[0] > end)
  1179. break;
  1180. wpa_hexdump_ascii(MSG_DEBUG, "Interworking: AP domain name",
  1181. pos + 1, pos[0]);
  1182. if (pos[0] == len &&
  1183. os_strncasecmp(domain, (const char *) (pos + 1), len) == 0)
  1184. return 1;
  1185. pos += 1 + pos[0];
  1186. }
  1187. return 0;
  1188. }
  1189. static int interworking_home_sp(struct wpa_supplicant *wpa_s,
  1190. struct wpabuf *domain_names)
  1191. {
  1192. struct wpa_cred *cred;
  1193. #ifdef INTERWORKING_3GPP
  1194. char nai[100], *realm;
  1195. #endif /* INTERWORKING_3GPP */
  1196. if (domain_names == NULL || wpa_s->conf->cred == NULL)
  1197. return -1;
  1198. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  1199. #ifdef INTERWORKING_3GPP
  1200. char *imsi = NULL;
  1201. int mnc_len = 0;
  1202. if (cred->imsi)
  1203. imsi = cred->imsi;
  1204. #ifdef CONFIG_PCSC
  1205. else if (cred->pcsc && wpa_s->conf->pcsc_reader &&
  1206. wpa_s->scard && wpa_s->imsi[0]) {
  1207. imsi = wpa_s->imsi;
  1208. mnc_len = wpa_s->mnc_len;
  1209. }
  1210. #endif /* CONFIG_PCSC */
  1211. if (imsi && build_root_nai(nai, sizeof(nai), imsi, mnc_len, 0)
  1212. == 0) {
  1213. realm = os_strchr(nai, '@');
  1214. if (realm)
  1215. realm++;
  1216. wpa_printf(MSG_DEBUG, "Interworking: Search for match "
  1217. "with SIM/USIM domain %s", realm);
  1218. if (realm &&
  1219. domain_name_list_contains(domain_names, realm))
  1220. return 1;
  1221. }
  1222. #endif /* INTERWORKING_3GPP */
  1223. if (cred->domain == NULL)
  1224. continue;
  1225. wpa_printf(MSG_DEBUG, "Interworking: Search for match with "
  1226. "home SP FQDN %s", cred->domain);
  1227. if (domain_name_list_contains(domain_names, cred->domain))
  1228. return 1;
  1229. }
  1230. return 0;
  1231. }
  1232. static int interworking_find_network_match(struct wpa_supplicant *wpa_s)
  1233. {
  1234. struct wpa_bss *bss;
  1235. struct wpa_ssid *ssid;
  1236. dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
  1237. for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
  1238. if (wpas_network_disabled(wpa_s, ssid) ||
  1239. ssid->mode != WPAS_MODE_INFRA)
  1240. continue;
  1241. if (ssid->ssid_len != bss->ssid_len ||
  1242. os_memcmp(ssid->ssid, bss->ssid, ssid->ssid_len) !=
  1243. 0)
  1244. continue;
  1245. /*
  1246. * TODO: Consider more accurate matching of security
  1247. * configuration similarly to what is done in events.c
  1248. */
  1249. return 1;
  1250. }
  1251. }
  1252. return 0;
  1253. }
  1254. static void interworking_select_network(struct wpa_supplicant *wpa_s)
  1255. {
  1256. struct wpa_bss *bss, *selected = NULL, *selected_home = NULL;
  1257. int selected_prio = -999999, selected_home_prio = -999999;
  1258. unsigned int count = 0;
  1259. const char *type;
  1260. int res;
  1261. struct wpa_cred *cred;
  1262. wpa_s->network_select = 0;
  1263. dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
  1264. cred = interworking_credentials_available(wpa_s, bss);
  1265. if (!cred)
  1266. continue;
  1267. if (!wpa_bss_get_ie(bss, WLAN_EID_RSN)) {
  1268. /*
  1269. * We currently support only HS 2.0 networks and those
  1270. * are required to use WPA2-Enterprise.
  1271. */
  1272. wpa_printf(MSG_DEBUG, "Interworking: Credential match "
  1273. "with " MACSTR " but network does not use "
  1274. "RSN", MAC2STR(bss->bssid));
  1275. continue;
  1276. }
  1277. count++;
  1278. res = interworking_home_sp(wpa_s, bss->anqp ?
  1279. bss->anqp->domain_name : NULL);
  1280. if (res > 0)
  1281. type = "home";
  1282. else if (res == 0)
  1283. type = "roaming";
  1284. else
  1285. type = "unknown";
  1286. wpa_msg(wpa_s, MSG_INFO, INTERWORKING_AP MACSTR " type=%s",
  1287. MAC2STR(bss->bssid), type);
  1288. if (wpa_s->auto_select ||
  1289. (wpa_s->conf->auto_interworking &&
  1290. wpa_s->auto_network_select)) {
  1291. if (selected == NULL ||
  1292. cred->priority > selected_prio) {
  1293. selected = bss;
  1294. selected_prio = cred->priority;
  1295. }
  1296. if (res > 0 &&
  1297. (selected_home == NULL ||
  1298. cred->priority > selected_home_prio)) {
  1299. selected_home = bss;
  1300. selected_home_prio = cred->priority;
  1301. }
  1302. }
  1303. }
  1304. if (selected_home && selected_home != selected &&
  1305. selected_home_prio >= selected_prio) {
  1306. /* Prefer network operated by the Home SP */
  1307. selected = selected_home;
  1308. }
  1309. if (count == 0) {
  1310. /*
  1311. * No matching network was found based on configured
  1312. * credentials. Check whether any of the enabled network blocks
  1313. * have matching APs.
  1314. */
  1315. if (interworking_find_network_match(wpa_s)) {
  1316. wpa_printf(MSG_DEBUG, "Interworking: Possible BSS "
  1317. "match for enabled network configurations");
  1318. if (wpa_s->auto_select)
  1319. interworking_reconnect(wpa_s);
  1320. return;
  1321. }
  1322. if (wpa_s->auto_network_select) {
  1323. wpa_printf(MSG_DEBUG, "Interworking: Continue "
  1324. "scanning after ANQP fetch");
  1325. wpa_supplicant_req_scan(wpa_s, wpa_s->scan_interval,
  1326. 0);
  1327. return;
  1328. }
  1329. wpa_msg(wpa_s, MSG_INFO, INTERWORKING_NO_MATCH "No network "
  1330. "with matching credentials found");
  1331. }
  1332. if (selected)
  1333. interworking_connect(wpa_s, selected);
  1334. }
  1335. static void interworking_next_anqp_fetch(struct wpa_supplicant *wpa_s)
  1336. {
  1337. struct wpa_bss *bss;
  1338. int found = 0;
  1339. const u8 *ie;
  1340. if (!wpa_s->fetch_anqp_in_progress)
  1341. return;
  1342. dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
  1343. if (!(bss->caps & IEEE80211_CAP_ESS))
  1344. continue;
  1345. ie = wpa_bss_get_ie(bss, WLAN_EID_EXT_CAPAB);
  1346. if (ie == NULL || ie[1] < 4 || !(ie[5] & 0x80))
  1347. continue; /* AP does not support Interworking */
  1348. if (!(bss->flags & WPA_BSS_ANQP_FETCH_TRIED)) {
  1349. if (bss->anqp == NULL) {
  1350. bss->anqp = wpa_bss_anqp_alloc();
  1351. if (bss->anqp == NULL)
  1352. break;
  1353. }
  1354. found++;
  1355. bss->flags |= WPA_BSS_ANQP_FETCH_TRIED;
  1356. wpa_msg(wpa_s, MSG_INFO, "Starting ANQP fetch for "
  1357. MACSTR, MAC2STR(bss->bssid));
  1358. interworking_anqp_send_req(wpa_s, bss);
  1359. break;
  1360. }
  1361. }
  1362. if (found == 0) {
  1363. wpa_msg(wpa_s, MSG_INFO, "ANQP fetch completed");
  1364. wpa_s->fetch_anqp_in_progress = 0;
  1365. if (wpa_s->network_select)
  1366. interworking_select_network(wpa_s);
  1367. }
  1368. }
  1369. void interworking_start_fetch_anqp(struct wpa_supplicant *wpa_s)
  1370. {
  1371. struct wpa_bss *bss;
  1372. dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list)
  1373. bss->flags &= ~WPA_BSS_ANQP_FETCH_TRIED;
  1374. wpa_s->fetch_anqp_in_progress = 1;
  1375. interworking_next_anqp_fetch(wpa_s);
  1376. }
  1377. int interworking_fetch_anqp(struct wpa_supplicant *wpa_s)
  1378. {
  1379. if (wpa_s->fetch_anqp_in_progress || wpa_s->network_select)
  1380. return 0;
  1381. wpa_s->network_select = 0;
  1382. wpa_s->fetch_all_anqp = 1;
  1383. interworking_start_fetch_anqp(wpa_s);
  1384. return 0;
  1385. }
  1386. void interworking_stop_fetch_anqp(struct wpa_supplicant *wpa_s)
  1387. {
  1388. if (!wpa_s->fetch_anqp_in_progress)
  1389. return;
  1390. wpa_s->fetch_anqp_in_progress = 0;
  1391. }
  1392. int anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst,
  1393. u16 info_ids[], size_t num_ids)
  1394. {
  1395. struct wpabuf *buf;
  1396. int ret = 0;
  1397. int freq;
  1398. struct wpa_bss *bss;
  1399. int res;
  1400. freq = wpa_s->assoc_freq;
  1401. bss = wpa_bss_get_bssid(wpa_s, dst);
  1402. if (bss)
  1403. freq = bss->freq;
  1404. if (freq <= 0)
  1405. return -1;
  1406. wpa_printf(MSG_DEBUG, "ANQP: Query Request to " MACSTR " for %u id(s)",
  1407. MAC2STR(dst), (unsigned int) num_ids);
  1408. buf = anqp_build_req(info_ids, num_ids, NULL);
  1409. if (buf == NULL)
  1410. return -1;
  1411. res = gas_query_req(wpa_s->gas, dst, freq, buf, anqp_resp_cb, wpa_s);
  1412. if (res < 0) {
  1413. wpa_printf(MSG_DEBUG, "ANQP: Failed to send Query Request");
  1414. ret = -1;
  1415. } else
  1416. wpa_printf(MSG_DEBUG, "ANQP: Query started with dialog token "
  1417. "%u", res);
  1418. wpabuf_free(buf);
  1419. return ret;
  1420. }
  1421. static void interworking_parse_rx_anqp_resp(struct wpa_supplicant *wpa_s,
  1422. const u8 *sa, u16 info_id,
  1423. const u8 *data, size_t slen)
  1424. {
  1425. const u8 *pos = data;
  1426. struct wpa_bss *bss = wpa_bss_get_bssid(wpa_s, sa);
  1427. struct wpa_bss_anqp *anqp = NULL;
  1428. #ifdef CONFIG_HS20
  1429. u8 type;
  1430. #endif /* CONFIG_HS20 */
  1431. if (bss)
  1432. anqp = bss->anqp;
  1433. switch (info_id) {
  1434. case ANQP_CAPABILITY_LIST:
  1435. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1436. " ANQP Capability list", MAC2STR(sa));
  1437. break;
  1438. case ANQP_VENUE_NAME:
  1439. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1440. " Venue Name", MAC2STR(sa));
  1441. wpa_hexdump_ascii(MSG_DEBUG, "ANQP: Venue Name", pos, slen);
  1442. if (anqp) {
  1443. wpabuf_free(anqp->venue_name);
  1444. anqp->venue_name = wpabuf_alloc_copy(pos, slen);
  1445. }
  1446. break;
  1447. case ANQP_NETWORK_AUTH_TYPE:
  1448. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1449. " Network Authentication Type information",
  1450. MAC2STR(sa));
  1451. wpa_hexdump_ascii(MSG_DEBUG, "ANQP: Network Authentication "
  1452. "Type", pos, slen);
  1453. if (anqp) {
  1454. wpabuf_free(anqp->network_auth_type);
  1455. anqp->network_auth_type = wpabuf_alloc_copy(pos, slen);
  1456. }
  1457. break;
  1458. case ANQP_ROAMING_CONSORTIUM:
  1459. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1460. " Roaming Consortium list", MAC2STR(sa));
  1461. wpa_hexdump_ascii(MSG_DEBUG, "ANQP: Roaming Consortium",
  1462. pos, slen);
  1463. if (anqp) {
  1464. wpabuf_free(anqp->roaming_consortium);
  1465. anqp->roaming_consortium = wpabuf_alloc_copy(pos, slen);
  1466. }
  1467. break;
  1468. case ANQP_IP_ADDR_TYPE_AVAILABILITY:
  1469. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1470. " IP Address Type Availability information",
  1471. MAC2STR(sa));
  1472. wpa_hexdump(MSG_MSGDUMP, "ANQP: IP Address Availability",
  1473. pos, slen);
  1474. if (anqp) {
  1475. wpabuf_free(anqp->ip_addr_type_availability);
  1476. anqp->ip_addr_type_availability =
  1477. wpabuf_alloc_copy(pos, slen);
  1478. }
  1479. break;
  1480. case ANQP_NAI_REALM:
  1481. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1482. " NAI Realm list", MAC2STR(sa));
  1483. wpa_hexdump_ascii(MSG_DEBUG, "ANQP: NAI Realm", pos, slen);
  1484. if (anqp) {
  1485. wpabuf_free(anqp->nai_realm);
  1486. anqp->nai_realm = wpabuf_alloc_copy(pos, slen);
  1487. }
  1488. break;
  1489. case ANQP_3GPP_CELLULAR_NETWORK:
  1490. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1491. " 3GPP Cellular Network information", MAC2STR(sa));
  1492. wpa_hexdump_ascii(MSG_DEBUG, "ANQP: 3GPP Cellular Network",
  1493. pos, slen);
  1494. if (anqp) {
  1495. wpabuf_free(anqp->anqp_3gpp);
  1496. anqp->anqp_3gpp = wpabuf_alloc_copy(pos, slen);
  1497. }
  1498. break;
  1499. case ANQP_DOMAIN_NAME:
  1500. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1501. " Domain Name list", MAC2STR(sa));
  1502. wpa_hexdump_ascii(MSG_MSGDUMP, "ANQP: Domain Name", pos, slen);
  1503. if (anqp) {
  1504. wpabuf_free(anqp->domain_name);
  1505. anqp->domain_name = wpabuf_alloc_copy(pos, slen);
  1506. }
  1507. break;
  1508. case ANQP_VENDOR_SPECIFIC:
  1509. if (slen < 3)
  1510. return;
  1511. switch (WPA_GET_BE24(pos)) {
  1512. #ifdef CONFIG_HS20
  1513. case OUI_WFA:
  1514. pos += 3;
  1515. slen -= 3;
  1516. if (slen < 1)
  1517. return;
  1518. type = *pos++;
  1519. slen--;
  1520. switch (type) {
  1521. case HS20_ANQP_OUI_TYPE:
  1522. hs20_parse_rx_hs20_anqp_resp(wpa_s, sa, pos,
  1523. slen);
  1524. break;
  1525. default:
  1526. wpa_printf(MSG_DEBUG, "HS20: Unsupported ANQP "
  1527. "vendor type %u", type);
  1528. break;
  1529. }
  1530. break;
  1531. #endif /* CONFIG_HS20 */
  1532. default:
  1533. wpa_printf(MSG_DEBUG, "Interworking: Unsupported "
  1534. "vendor-specific ANQP OUI %06x",
  1535. WPA_GET_BE24(pos));
  1536. return;
  1537. }
  1538. break;
  1539. default:
  1540. wpa_printf(MSG_DEBUG, "Interworking: Unsupported ANQP Info ID "
  1541. "%u", info_id);
  1542. break;
  1543. }
  1544. }
  1545. void anqp_resp_cb(void *ctx, const u8 *dst, u8 dialog_token,
  1546. enum gas_query_result result,
  1547. const struct wpabuf *adv_proto,
  1548. const struct wpabuf *resp, u16 status_code)
  1549. {
  1550. struct wpa_supplicant *wpa_s = ctx;
  1551. const u8 *pos;
  1552. const u8 *end;
  1553. u16 info_id;
  1554. u16 slen;
  1555. if (result != GAS_QUERY_SUCCESS)
  1556. return;
  1557. pos = wpabuf_head(adv_proto);
  1558. if (wpabuf_len(adv_proto) < 4 || pos[0] != WLAN_EID_ADV_PROTO ||
  1559. pos[1] < 2 || pos[3] != ACCESS_NETWORK_QUERY_PROTOCOL) {
  1560. wpa_printf(MSG_DEBUG, "ANQP: Unexpected Advertisement "
  1561. "Protocol in response");
  1562. return;
  1563. }
  1564. pos = wpabuf_head(resp);
  1565. end = pos + wpabuf_len(resp);
  1566. while (pos < end) {
  1567. if (pos + 4 > end) {
  1568. wpa_printf(MSG_DEBUG, "ANQP: Invalid element");
  1569. break;
  1570. }
  1571. info_id = WPA_GET_LE16(pos);
  1572. pos += 2;
  1573. slen = WPA_GET_LE16(pos);
  1574. pos += 2;
  1575. if (pos + slen > end) {
  1576. wpa_printf(MSG_DEBUG, "ANQP: Invalid element length "
  1577. "for Info ID %u", info_id);
  1578. break;
  1579. }
  1580. interworking_parse_rx_anqp_resp(wpa_s, dst, info_id, pos,
  1581. slen);
  1582. pos += slen;
  1583. }
  1584. }
  1585. static void interworking_scan_res_handler(struct wpa_supplicant *wpa_s,
  1586. struct wpa_scan_results *scan_res)
  1587. {
  1588. wpa_printf(MSG_DEBUG, "Interworking: Scan results available - start "
  1589. "ANQP fetch");
  1590. interworking_start_fetch_anqp(wpa_s);
  1591. }
  1592. int interworking_select(struct wpa_supplicant *wpa_s, int auto_select)
  1593. {
  1594. interworking_stop_fetch_anqp(wpa_s);
  1595. wpa_s->network_select = 1;
  1596. wpa_s->auto_network_select = 0;
  1597. wpa_s->auto_select = !!auto_select;
  1598. wpa_s->fetch_all_anqp = 0;
  1599. wpa_printf(MSG_DEBUG, "Interworking: Start scan for network "
  1600. "selection");
  1601. wpa_s->scan_res_handler = interworking_scan_res_handler;
  1602. wpa_s->scan_req = 2;
  1603. wpa_supplicant_req_scan(wpa_s, 0, 0);
  1604. return 0;
  1605. }
  1606. static void gas_resp_cb(void *ctx, const u8 *addr, u8 dialog_token,
  1607. enum gas_query_result result,
  1608. const struct wpabuf *adv_proto,
  1609. const struct wpabuf *resp, u16 status_code)
  1610. {
  1611. struct wpa_supplicant *wpa_s = ctx;
  1612. wpa_msg(wpa_s, MSG_INFO, GAS_RESPONSE_INFO "addr=" MACSTR
  1613. " dialog_token=%d status_code=%d resp_len=%d",
  1614. MAC2STR(addr), dialog_token, status_code,
  1615. resp ? (int) wpabuf_len(resp) : -1);
  1616. if (!resp)
  1617. return;
  1618. wpabuf_free(wpa_s->last_gas_resp);
  1619. wpa_s->last_gas_resp = wpabuf_dup(resp);
  1620. if (wpa_s->last_gas_resp == NULL)
  1621. return;
  1622. os_memcpy(wpa_s->last_gas_addr, addr, ETH_ALEN);
  1623. wpa_s->last_gas_dialog_token = dialog_token;
  1624. }
  1625. int gas_send_request(struct wpa_supplicant *wpa_s, const u8 *dst,
  1626. const struct wpabuf *adv_proto,
  1627. const struct wpabuf *query)
  1628. {
  1629. struct wpabuf *buf;
  1630. int ret = 0;
  1631. int freq;
  1632. struct wpa_bss *bss;
  1633. int res;
  1634. size_t len;
  1635. u8 query_resp_len_limit = 0, pame_bi = 0;
  1636. freq = wpa_s->assoc_freq;
  1637. bss = wpa_bss_get_bssid(wpa_s, dst);
  1638. if (bss)
  1639. freq = bss->freq;
  1640. if (freq <= 0)
  1641. return -1;
  1642. wpa_printf(MSG_DEBUG, "GAS request to " MACSTR " (freq %d MHz)",
  1643. MAC2STR(dst), freq);
  1644. wpa_hexdump_buf(MSG_DEBUG, "Advertisement Protocol ID", adv_proto);
  1645. wpa_hexdump_buf(MSG_DEBUG, "GAS Query", query);
  1646. len = 3 + wpabuf_len(adv_proto) + 2;
  1647. if (query)
  1648. len += wpabuf_len(query);
  1649. buf = gas_build_initial_req(0, len);
  1650. if (buf == NULL)
  1651. return -1;
  1652. /* Advertisement Protocol IE */
  1653. wpabuf_put_u8(buf, WLAN_EID_ADV_PROTO);
  1654. wpabuf_put_u8(buf, 1 + wpabuf_len(adv_proto)); /* Length */
  1655. wpabuf_put_u8(buf, (query_resp_len_limit & 0x7f) |
  1656. (pame_bi ? 0x80 : 0));
  1657. wpabuf_put_buf(buf, adv_proto);
  1658. /* GAS Query */
  1659. if (query) {
  1660. wpabuf_put_le16(buf, wpabuf_len(query));
  1661. wpabuf_put_buf(buf, query);
  1662. } else
  1663. wpabuf_put_le16(buf, 0);
  1664. res = gas_query_req(wpa_s->gas, dst, freq, buf, gas_resp_cb, wpa_s);
  1665. if (res < 0) {
  1666. wpa_printf(MSG_DEBUG, "GAS: Failed to send Query Request");
  1667. ret = -1;
  1668. } else
  1669. wpa_printf(MSG_DEBUG, "GAS: Query started with dialog token "
  1670. "%u", res);
  1671. wpabuf_free(buf);
  1672. return ret;
  1673. }