interworking.c 49 KB

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