interworking.c 49 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084
  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 1; /* Assume TTLS/MSCHAPv2 is used */
  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_supplicant *wpa_s,
  603. struct wpa_ssid *ssid)
  604. {
  605. if (wpa_config_set(ssid, "key_mgmt",
  606. wpa_s->conf->pmf != NO_MGMT_FRAME_PROTECTION ?
  607. "WPA-EAP WPA-EAP-SHA256" : "WPA-EAP", 0) < 0)
  608. return -1;
  609. if (wpa_config_set(ssid, "proto", "RSN", 0) < 0)
  610. return -1;
  611. if (wpa_config_set(ssid, "pairwise", "CCMP", 0) < 0)
  612. return -1;
  613. return 0;
  614. }
  615. static int interworking_connect_3gpp(struct wpa_supplicant *wpa_s,
  616. struct wpa_bss *bss)
  617. {
  618. #ifdef INTERWORKING_3GPP
  619. struct wpa_cred *cred;
  620. struct wpa_ssid *ssid;
  621. const u8 *ie;
  622. int eap_type;
  623. int res;
  624. char prefix;
  625. if (bss->anqp == NULL || bss->anqp->anqp_3gpp == NULL)
  626. return -1;
  627. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  628. char *sep;
  629. const char *imsi;
  630. int mnc_len;
  631. #ifdef PCSC_FUNCS
  632. if (cred->pcsc && wpa_s->conf->pcsc_reader && wpa_s->scard &&
  633. wpa_s->imsi[0]) {
  634. imsi = wpa_s->imsi;
  635. mnc_len = wpa_s->mnc_len;
  636. goto compare;
  637. }
  638. #endif /* PCSC_FUNCS */
  639. if (cred->imsi == NULL || !cred->imsi[0] ||
  640. cred->milenage == NULL || !cred->milenage[0])
  641. continue;
  642. sep = os_strchr(cred->imsi, '-');
  643. if (sep == NULL ||
  644. (sep - cred->imsi != 5 && sep - cred->imsi != 6))
  645. continue;
  646. mnc_len = sep - cred->imsi - 3;
  647. imsi = cred->imsi;
  648. #ifdef PCSC_FUNCS
  649. compare:
  650. #endif /* PCSC_FUNCS */
  651. if (plmn_id_match(bss->anqp->anqp_3gpp, imsi, mnc_len))
  652. break;
  653. }
  654. if (cred == NULL)
  655. return -1;
  656. ie = wpa_bss_get_ie(bss, WLAN_EID_SSID);
  657. if (ie == NULL)
  658. return -1;
  659. wpa_printf(MSG_DEBUG, "Interworking: Connect with " MACSTR " (3GPP)",
  660. MAC2STR(bss->bssid));
  661. ssid = wpa_config_add_network(wpa_s->conf);
  662. if (ssid == NULL)
  663. return -1;
  664. ssid->parent_cred = cred;
  665. wpas_notify_network_added(wpa_s, ssid);
  666. wpa_config_set_network_defaults(ssid);
  667. ssid->priority = cred->priority;
  668. ssid->temporary = 1;
  669. ssid->ssid = os_zalloc(ie[1] + 1);
  670. if (ssid->ssid == NULL)
  671. goto fail;
  672. os_memcpy(ssid->ssid, ie + 2, ie[1]);
  673. ssid->ssid_len = ie[1];
  674. if (interworking_set_hs20_params(wpa_s, ssid) < 0)
  675. goto fail;
  676. eap_type = EAP_TYPE_SIM;
  677. if (cred->pcsc && wpa_s->scard && scard_supports_umts(wpa_s->scard))
  678. eap_type = EAP_TYPE_AKA;
  679. if (cred->eap_method && cred->eap_method[0].vendor == EAP_VENDOR_IETF) {
  680. if (cred->eap_method[0].method == EAP_TYPE_SIM ||
  681. cred->eap_method[0].method == EAP_TYPE_AKA ||
  682. cred->eap_method[0].method == EAP_TYPE_AKA_PRIME)
  683. eap_type = cred->eap_method[0].method;
  684. }
  685. switch (eap_type) {
  686. case EAP_TYPE_SIM:
  687. prefix = '1';
  688. res = wpa_config_set(ssid, "eap", "SIM", 0);
  689. break;
  690. case EAP_TYPE_AKA:
  691. prefix = '0';
  692. res = wpa_config_set(ssid, "eap", "AKA", 0);
  693. break;
  694. case EAP_TYPE_AKA_PRIME:
  695. prefix = '6';
  696. res = wpa_config_set(ssid, "eap", "AKA'", 0);
  697. break;
  698. default:
  699. res = -1;
  700. break;
  701. }
  702. if (res < 0) {
  703. wpa_printf(MSG_DEBUG, "Selected EAP method (%d) not supported",
  704. eap_type);
  705. goto fail;
  706. }
  707. if (!cred->pcsc && set_root_nai(ssid, cred->imsi, prefix) < 0) {
  708. wpa_printf(MSG_DEBUG, "Failed to set Root NAI");
  709. goto fail;
  710. }
  711. if (cred->milenage && cred->milenage[0]) {
  712. if (wpa_config_set_quoted(ssid, "password",
  713. cred->milenage) < 0)
  714. goto fail;
  715. } else if (cred->pcsc) {
  716. if (wpa_config_set_quoted(ssid, "pcsc", "") < 0)
  717. goto fail;
  718. if (wpa_s->conf->pcsc_pin &&
  719. wpa_config_set_quoted(ssid, "pin", wpa_s->conf->pcsc_pin)
  720. < 0)
  721. goto fail;
  722. }
  723. if (cred->password && cred->password[0] &&
  724. wpa_config_set_quoted(ssid, "password", cred->password) < 0)
  725. goto fail;
  726. wpa_config_update_prio_list(wpa_s->conf);
  727. interworking_reconnect(wpa_s);
  728. return 0;
  729. fail:
  730. wpas_notify_network_removed(wpa_s, ssid);
  731. wpa_config_remove_network(wpa_s->conf, ssid->id);
  732. #endif /* INTERWORKING_3GPP */
  733. return -1;
  734. }
  735. static int roaming_consortium_element_match(const u8 *ie, const u8 *rc_id,
  736. size_t rc_len)
  737. {
  738. const u8 *pos, *end;
  739. u8 lens;
  740. if (ie == NULL)
  741. return 0;
  742. pos = ie + 2;
  743. end = ie + 2 + ie[1];
  744. /* Roaming Consortium element:
  745. * Number of ANQP OIs
  746. * OI #1 and #2 lengths
  747. * OI #1, [OI #2], [OI #3]
  748. */
  749. if (pos + 2 > end)
  750. return 0;
  751. pos++; /* skip Number of ANQP OIs */
  752. lens = *pos++;
  753. if (pos + (lens & 0x0f) + (lens >> 4) > end)
  754. return 0;
  755. if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
  756. return 1;
  757. pos += lens & 0x0f;
  758. if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
  759. return 1;
  760. pos += lens >> 4;
  761. if (pos < end && (size_t) (end - pos) == rc_len &&
  762. os_memcmp(pos, rc_id, rc_len) == 0)
  763. return 1;
  764. return 0;
  765. }
  766. static int roaming_consortium_anqp_match(const struct wpabuf *anqp,
  767. const u8 *rc_id, size_t rc_len)
  768. {
  769. const u8 *pos, *end;
  770. u8 len;
  771. if (anqp == NULL)
  772. return 0;
  773. pos = wpabuf_head(anqp);
  774. end = pos + wpabuf_len(anqp);
  775. /* Set of <OI Length, OI> duples */
  776. while (pos < end) {
  777. len = *pos++;
  778. if (pos + len > end)
  779. break;
  780. if (len == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
  781. return 1;
  782. pos += len;
  783. }
  784. return 0;
  785. }
  786. static int roaming_consortium_match(const u8 *ie, const struct wpabuf *anqp,
  787. const u8 *rc_id, size_t rc_len)
  788. {
  789. return roaming_consortium_element_match(ie, rc_id, rc_len) ||
  790. roaming_consortium_anqp_match(anqp, rc_id, rc_len);
  791. }
  792. static int cred_excluded_ssid(struct wpa_cred *cred, struct wpa_bss *bss)
  793. {
  794. size_t i;
  795. if (!cred->excluded_ssid)
  796. return 0;
  797. for (i = 0; i < cred->num_excluded_ssid; i++) {
  798. struct excluded_ssid *e = &cred->excluded_ssid[i];
  799. if (bss->ssid_len == e->ssid_len &&
  800. os_memcmp(bss->ssid, e->ssid, e->ssid_len) == 0)
  801. return 1;
  802. }
  803. return 0;
  804. }
  805. static struct wpa_cred * interworking_credentials_available_roaming_consortium(
  806. struct wpa_supplicant *wpa_s, struct wpa_bss *bss)
  807. {
  808. struct wpa_cred *cred, *selected = NULL;
  809. const u8 *ie;
  810. ie = wpa_bss_get_ie(bss, WLAN_EID_ROAMING_CONSORTIUM);
  811. if (ie == NULL &&
  812. (bss->anqp == NULL || bss->anqp->roaming_consortium == NULL))
  813. return NULL;
  814. if (wpa_s->conf->cred == NULL)
  815. return NULL;
  816. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  817. if (cred->roaming_consortium_len == 0)
  818. continue;
  819. if (!roaming_consortium_match(ie,
  820. bss->anqp ?
  821. bss->anqp->roaming_consortium :
  822. NULL,
  823. cred->roaming_consortium,
  824. cred->roaming_consortium_len))
  825. continue;
  826. if (cred_excluded_ssid(cred, bss))
  827. continue;
  828. if (selected == NULL ||
  829. selected->priority < cred->priority)
  830. selected = cred;
  831. }
  832. return selected;
  833. }
  834. static int interworking_set_eap_params(struct wpa_ssid *ssid,
  835. struct wpa_cred *cred, int ttls)
  836. {
  837. if (cred->eap_method) {
  838. ttls = cred->eap_method->vendor == EAP_VENDOR_IETF &&
  839. cred->eap_method->method == EAP_TYPE_TTLS;
  840. os_free(ssid->eap.eap_methods);
  841. ssid->eap.eap_methods =
  842. os_malloc(sizeof(struct eap_method_type) * 2);
  843. if (ssid->eap.eap_methods == NULL)
  844. return -1;
  845. os_memcpy(ssid->eap.eap_methods, cred->eap_method,
  846. sizeof(*cred->eap_method));
  847. ssid->eap.eap_methods[1].vendor = EAP_VENDOR_IETF;
  848. ssid->eap.eap_methods[1].method = EAP_TYPE_NONE;
  849. }
  850. if (ttls && cred->username && cred->username[0]) {
  851. const char *pos;
  852. char *anon;
  853. /* Use anonymous NAI in Phase 1 */
  854. pos = os_strchr(cred->username, '@');
  855. if (pos) {
  856. size_t buflen = 9 + os_strlen(pos) + 1;
  857. anon = os_malloc(buflen);
  858. if (anon == NULL)
  859. return -1;
  860. os_snprintf(anon, buflen, "anonymous%s", pos);
  861. } else if (cred->realm) {
  862. size_t buflen = 10 + os_strlen(cred->realm) + 1;
  863. anon = os_malloc(buflen);
  864. if (anon == NULL)
  865. return -1;
  866. os_snprintf(anon, buflen, "anonymous@%s", cred->realm);
  867. } else {
  868. anon = os_strdup("anonymous");
  869. if (anon == NULL)
  870. return -1;
  871. }
  872. if (wpa_config_set_quoted(ssid, "anonymous_identity", anon) <
  873. 0) {
  874. os_free(anon);
  875. return -1;
  876. }
  877. os_free(anon);
  878. }
  879. if (cred->username && cred->username[0] &&
  880. wpa_config_set_quoted(ssid, "identity", cred->username) < 0)
  881. return -1;
  882. if (cred->password && cred->password[0]) {
  883. if (cred->ext_password &&
  884. wpa_config_set(ssid, "password", cred->password, 0) < 0)
  885. return -1;
  886. if (!cred->ext_password &&
  887. wpa_config_set_quoted(ssid, "password", cred->password) <
  888. 0)
  889. return -1;
  890. }
  891. if (cred->client_cert && cred->client_cert[0] &&
  892. wpa_config_set_quoted(ssid, "client_cert", cred->client_cert) < 0)
  893. return -1;
  894. #ifdef ANDROID
  895. if (cred->private_key &&
  896. os_strncmp(cred->private_key, "keystore://", 11) == 0) {
  897. /* Use OpenSSL engine configuration for Android keystore */
  898. if (wpa_config_set_quoted(ssid, "engine_id", "keystore") < 0 ||
  899. wpa_config_set_quoted(ssid, "key_id",
  900. cred->private_key + 11) < 0 ||
  901. wpa_config_set(ssid, "engine", "1", 0) < 0)
  902. return -1;
  903. } else
  904. #endif /* ANDROID */
  905. if (cred->private_key && cred->private_key[0] &&
  906. wpa_config_set_quoted(ssid, "private_key", cred->private_key) < 0)
  907. return -1;
  908. if (cred->private_key_passwd && cred->private_key_passwd[0] &&
  909. wpa_config_set_quoted(ssid, "private_key_passwd",
  910. cred->private_key_passwd) < 0)
  911. return -1;
  912. if (cred->phase1) {
  913. os_free(ssid->eap.phase1);
  914. ssid->eap.phase1 = os_strdup(cred->phase1);
  915. }
  916. if (cred->phase2) {
  917. os_free(ssid->eap.phase2);
  918. ssid->eap.phase2 = os_strdup(cred->phase2);
  919. }
  920. if (cred->ca_cert && cred->ca_cert[0] &&
  921. wpa_config_set_quoted(ssid, "ca_cert", cred->ca_cert) < 0)
  922. return -1;
  923. return 0;
  924. }
  925. static int interworking_connect_roaming_consortium(
  926. struct wpa_supplicant *wpa_s, struct wpa_cred *cred,
  927. struct wpa_bss *bss, const u8 *ssid_ie)
  928. {
  929. struct wpa_ssid *ssid;
  930. wpa_printf(MSG_DEBUG, "Interworking: Connect with " MACSTR " based on "
  931. "roaming consortium match", MAC2STR(bss->bssid));
  932. ssid = wpa_config_add_network(wpa_s->conf);
  933. if (ssid == NULL)
  934. return -1;
  935. ssid->parent_cred = cred;
  936. wpas_notify_network_added(wpa_s, ssid);
  937. wpa_config_set_network_defaults(ssid);
  938. ssid->priority = cred->priority;
  939. ssid->temporary = 1;
  940. ssid->ssid = os_zalloc(ssid_ie[1] + 1);
  941. if (ssid->ssid == NULL)
  942. goto fail;
  943. os_memcpy(ssid->ssid, ssid_ie + 2, ssid_ie[1]);
  944. ssid->ssid_len = ssid_ie[1];
  945. if (interworking_set_hs20_params(wpa_s, ssid) < 0)
  946. goto fail;
  947. if (cred->eap_method == NULL) {
  948. wpa_printf(MSG_DEBUG, "Interworking: No EAP method set for "
  949. "credential using roaming consortium");
  950. goto fail;
  951. }
  952. if (interworking_set_eap_params(
  953. ssid, cred,
  954. cred->eap_method->vendor == EAP_VENDOR_IETF &&
  955. cred->eap_method->method == EAP_TYPE_TTLS) < 0)
  956. goto fail;
  957. wpa_config_update_prio_list(wpa_s->conf);
  958. interworking_reconnect(wpa_s);
  959. return 0;
  960. fail:
  961. wpas_notify_network_removed(wpa_s, ssid);
  962. wpa_config_remove_network(wpa_s->conf, ssid->id);
  963. return -1;
  964. }
  965. int interworking_connect(struct wpa_supplicant *wpa_s, struct wpa_bss *bss)
  966. {
  967. struct wpa_cred *cred;
  968. struct wpa_ssid *ssid;
  969. struct nai_realm *realm;
  970. struct nai_realm_eap *eap = NULL;
  971. u16 count, i;
  972. char buf[100];
  973. const u8 *ie;
  974. if (wpa_s->conf->cred == NULL || bss == NULL)
  975. return -1;
  976. ie = wpa_bss_get_ie(bss, WLAN_EID_SSID);
  977. if (ie == NULL || ie[1] == 0) {
  978. wpa_printf(MSG_DEBUG, "Interworking: No SSID known for "
  979. MACSTR, MAC2STR(bss->bssid));
  980. return -1;
  981. }
  982. if (!wpa_bss_get_ie(bss, WLAN_EID_RSN)) {
  983. /*
  984. * We currently support only HS 2.0 networks and those are
  985. * required to use WPA2-Enterprise.
  986. */
  987. wpa_printf(MSG_DEBUG, "Interworking: Network does not use "
  988. "RSN");
  989. return -1;
  990. }
  991. cred = interworking_credentials_available_roaming_consortium(wpa_s,
  992. bss);
  993. if (cred)
  994. return interworking_connect_roaming_consortium(wpa_s, cred,
  995. bss, ie);
  996. realm = nai_realm_parse(bss->anqp ? bss->anqp->nai_realm : NULL,
  997. &count);
  998. if (realm == NULL) {
  999. wpa_printf(MSG_DEBUG, "Interworking: Could not parse NAI "
  1000. "Realm list from " MACSTR, MAC2STR(bss->bssid));
  1001. count = 0;
  1002. }
  1003. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  1004. for (i = 0; i < count; i++) {
  1005. if (!nai_realm_match(&realm[i], cred->realm))
  1006. continue;
  1007. eap = nai_realm_find_eap(cred, &realm[i]);
  1008. if (eap)
  1009. break;
  1010. }
  1011. if (eap)
  1012. break;
  1013. }
  1014. if (!eap) {
  1015. if (interworking_connect_3gpp(wpa_s, bss) == 0) {
  1016. if (realm)
  1017. nai_realm_free(realm, count);
  1018. return 0;
  1019. }
  1020. wpa_printf(MSG_DEBUG, "Interworking: No matching credentials "
  1021. "and EAP method found for " MACSTR,
  1022. MAC2STR(bss->bssid));
  1023. nai_realm_free(realm, count);
  1024. return -1;
  1025. }
  1026. wpa_printf(MSG_DEBUG, "Interworking: Connect with " MACSTR,
  1027. MAC2STR(bss->bssid));
  1028. ssid = wpa_config_add_network(wpa_s->conf);
  1029. if (ssid == NULL) {
  1030. nai_realm_free(realm, count);
  1031. return -1;
  1032. }
  1033. ssid->parent_cred = cred;
  1034. wpas_notify_network_added(wpa_s, ssid);
  1035. wpa_config_set_network_defaults(ssid);
  1036. ssid->priority = cred->priority;
  1037. ssid->temporary = 1;
  1038. ssid->ssid = os_zalloc(ie[1] + 1);
  1039. if (ssid->ssid == NULL)
  1040. goto fail;
  1041. os_memcpy(ssid->ssid, ie + 2, ie[1]);
  1042. ssid->ssid_len = ie[1];
  1043. if (interworking_set_hs20_params(wpa_s, ssid) < 0)
  1044. goto fail;
  1045. if (wpa_config_set(ssid, "eap", eap_get_name(EAP_VENDOR_IETF,
  1046. eap->method), 0) < 0)
  1047. goto fail;
  1048. switch (eap->method) {
  1049. case EAP_TYPE_TTLS:
  1050. if (eap->inner_method) {
  1051. os_snprintf(buf, sizeof(buf), "\"autheap=%s\"",
  1052. eap_get_name(EAP_VENDOR_IETF,
  1053. eap->inner_method));
  1054. if (wpa_config_set(ssid, "phase2", buf, 0) < 0)
  1055. goto fail;
  1056. break;
  1057. }
  1058. switch (eap->inner_non_eap) {
  1059. case NAI_REALM_INNER_NON_EAP_PAP:
  1060. if (wpa_config_set(ssid, "phase2", "\"auth=PAP\"", 0) <
  1061. 0)
  1062. goto fail;
  1063. break;
  1064. case NAI_REALM_INNER_NON_EAP_CHAP:
  1065. if (wpa_config_set(ssid, "phase2", "\"auth=CHAP\"", 0)
  1066. < 0)
  1067. goto fail;
  1068. break;
  1069. case NAI_REALM_INNER_NON_EAP_MSCHAP:
  1070. if (wpa_config_set(ssid, "phase2", "\"auth=MSCHAP\"",
  1071. 0) < 0)
  1072. goto fail;
  1073. break;
  1074. case NAI_REALM_INNER_NON_EAP_MSCHAPV2:
  1075. if (wpa_config_set(ssid, "phase2", "\"auth=MSCHAPV2\"",
  1076. 0) < 0)
  1077. goto fail;
  1078. break;
  1079. default:
  1080. /* EAP params were not set - assume TTLS/MSCHAPv2 */
  1081. if (wpa_config_set(ssid, "phase2", "\"auth=MSCHAPV2\"",
  1082. 0) < 0)
  1083. goto fail;
  1084. break;
  1085. }
  1086. break;
  1087. case EAP_TYPE_PEAP:
  1088. os_snprintf(buf, sizeof(buf), "\"auth=%s\"",
  1089. eap_get_name(EAP_VENDOR_IETF, eap->inner_method));
  1090. if (wpa_config_set(ssid, "phase2", buf, 0) < 0)
  1091. goto fail;
  1092. break;
  1093. case EAP_TYPE_TLS:
  1094. break;
  1095. }
  1096. if (interworking_set_eap_params(ssid, cred,
  1097. eap->method == EAP_TYPE_TTLS) < 0)
  1098. goto fail;
  1099. nai_realm_free(realm, count);
  1100. wpa_config_update_prio_list(wpa_s->conf);
  1101. interworking_reconnect(wpa_s);
  1102. return 0;
  1103. fail:
  1104. wpas_notify_network_removed(wpa_s, ssid);
  1105. wpa_config_remove_network(wpa_s->conf, ssid->id);
  1106. nai_realm_free(realm, count);
  1107. return -1;
  1108. }
  1109. static struct wpa_cred * interworking_credentials_available_3gpp(
  1110. struct wpa_supplicant *wpa_s, struct wpa_bss *bss)
  1111. {
  1112. struct wpa_cred *cred, *selected = NULL;
  1113. int ret;
  1114. #ifdef INTERWORKING_3GPP
  1115. if (bss->anqp == NULL || bss->anqp->anqp_3gpp == NULL)
  1116. return NULL;
  1117. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  1118. char *sep;
  1119. const char *imsi;
  1120. int mnc_len;
  1121. #ifdef PCSC_FUNCS
  1122. if (cred->pcsc && wpa_s->conf->pcsc_reader && wpa_s->scard &&
  1123. wpa_s->imsi[0]) {
  1124. imsi = wpa_s->imsi;
  1125. mnc_len = wpa_s->mnc_len;
  1126. goto compare;
  1127. }
  1128. #endif /* PCSC_FUNCS */
  1129. if (cred->imsi == NULL || !cred->imsi[0] ||
  1130. cred->milenage == NULL || !cred->milenage[0])
  1131. continue;
  1132. sep = os_strchr(cred->imsi, '-');
  1133. if (sep == NULL ||
  1134. (sep - cred->imsi != 5 && sep - cred->imsi != 6))
  1135. continue;
  1136. mnc_len = sep - cred->imsi - 3;
  1137. imsi = cred->imsi;
  1138. #ifdef PCSC_FUNCS
  1139. compare:
  1140. #endif /* PCSC_FUNCS */
  1141. wpa_printf(MSG_DEBUG, "Interworking: Parsing 3GPP info from "
  1142. MACSTR, MAC2STR(bss->bssid));
  1143. ret = plmn_id_match(bss->anqp->anqp_3gpp, imsi, mnc_len);
  1144. wpa_printf(MSG_DEBUG, "PLMN match %sfound", ret ? "" : "not ");
  1145. if (ret) {
  1146. if (cred_excluded_ssid(cred, bss))
  1147. continue;
  1148. if (selected == NULL ||
  1149. selected->priority < cred->priority)
  1150. selected = cred;
  1151. }
  1152. }
  1153. #endif /* INTERWORKING_3GPP */
  1154. return selected;
  1155. }
  1156. static struct wpa_cred * interworking_credentials_available_realm(
  1157. struct wpa_supplicant *wpa_s, struct wpa_bss *bss)
  1158. {
  1159. struct wpa_cred *cred, *selected = NULL;
  1160. struct nai_realm *realm;
  1161. u16 count, i;
  1162. if (bss->anqp == NULL || bss->anqp->nai_realm == NULL)
  1163. return NULL;
  1164. if (wpa_s->conf->cred == NULL)
  1165. return NULL;
  1166. wpa_printf(MSG_DEBUG, "Interworking: Parsing NAI Realm list from "
  1167. MACSTR, MAC2STR(bss->bssid));
  1168. realm = nai_realm_parse(bss->anqp->nai_realm, &count);
  1169. if (realm == NULL) {
  1170. wpa_printf(MSG_DEBUG, "Interworking: Could not parse NAI "
  1171. "Realm list from " MACSTR, MAC2STR(bss->bssid));
  1172. return NULL;
  1173. }
  1174. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  1175. if (cred->realm == NULL)
  1176. continue;
  1177. for (i = 0; i < count; i++) {
  1178. if (!nai_realm_match(&realm[i], cred->realm))
  1179. continue;
  1180. if (nai_realm_find_eap(cred, &realm[i])) {
  1181. if (cred_excluded_ssid(cred, bss))
  1182. continue;
  1183. if (selected == NULL ||
  1184. selected->priority < cred->priority)
  1185. selected = cred;
  1186. break;
  1187. }
  1188. }
  1189. }
  1190. nai_realm_free(realm, count);
  1191. return selected;
  1192. }
  1193. static struct wpa_cred * interworking_credentials_available(
  1194. struct wpa_supplicant *wpa_s, struct wpa_bss *bss)
  1195. {
  1196. struct wpa_cred *cred, *cred2;
  1197. cred = interworking_credentials_available_realm(wpa_s, bss);
  1198. cred2 = interworking_credentials_available_3gpp(wpa_s, bss);
  1199. if (cred && cred2 && cred2->priority >= cred->priority)
  1200. cred = cred2;
  1201. if (!cred)
  1202. cred = cred2;
  1203. cred2 = interworking_credentials_available_roaming_consortium(wpa_s,
  1204. bss);
  1205. if (cred && cred2 && cred2->priority >= cred->priority)
  1206. cred = cred2;
  1207. if (!cred)
  1208. cred = cred2;
  1209. return cred;
  1210. }
  1211. static int domain_name_list_contains(struct wpabuf *domain_names,
  1212. const char *domain)
  1213. {
  1214. const u8 *pos, *end;
  1215. size_t len;
  1216. len = os_strlen(domain);
  1217. pos = wpabuf_head(domain_names);
  1218. end = pos + wpabuf_len(domain_names);
  1219. while (pos + 1 < end) {
  1220. if (pos + 1 + pos[0] > end)
  1221. break;
  1222. wpa_hexdump_ascii(MSG_DEBUG, "Interworking: AP domain name",
  1223. pos + 1, pos[0]);
  1224. if (pos[0] == len &&
  1225. os_strncasecmp(domain, (const char *) (pos + 1), len) == 0)
  1226. return 1;
  1227. pos += 1 + pos[0];
  1228. }
  1229. return 0;
  1230. }
  1231. int interworking_home_sp_cred(struct wpa_supplicant *wpa_s,
  1232. struct wpa_cred *cred,
  1233. struct wpabuf *domain_names)
  1234. {
  1235. #ifdef INTERWORKING_3GPP
  1236. char nai[100], *realm;
  1237. char *imsi = NULL;
  1238. int mnc_len = 0;
  1239. if (cred->imsi)
  1240. imsi = cred->imsi;
  1241. #ifdef CONFIG_PCSC
  1242. else if (cred->pcsc && wpa_s->conf->pcsc_reader &&
  1243. wpa_s->scard && wpa_s->imsi[0]) {
  1244. imsi = wpa_s->imsi;
  1245. mnc_len = wpa_s->mnc_len;
  1246. }
  1247. #endif /* CONFIG_PCSC */
  1248. if (domain_names &&
  1249. imsi && build_root_nai(nai, sizeof(nai), imsi, mnc_len, 0) == 0) {
  1250. realm = os_strchr(nai, '@');
  1251. if (realm)
  1252. realm++;
  1253. wpa_printf(MSG_DEBUG, "Interworking: Search for match "
  1254. "with SIM/USIM domain %s", realm);
  1255. if (realm &&
  1256. domain_name_list_contains(domain_names, realm))
  1257. return 1;
  1258. }
  1259. #endif /* INTERWORKING_3GPP */
  1260. if (domain_names == NULL || cred->domain == NULL)
  1261. return 0;
  1262. wpa_printf(MSG_DEBUG, "Interworking: Search for match with "
  1263. "home SP FQDN %s", cred->domain);
  1264. if (domain_name_list_contains(domain_names, cred->domain))
  1265. return 1;
  1266. return 0;
  1267. }
  1268. static int interworking_home_sp(struct wpa_supplicant *wpa_s,
  1269. struct wpabuf *domain_names)
  1270. {
  1271. struct wpa_cred *cred;
  1272. if (domain_names == NULL || wpa_s->conf->cred == NULL)
  1273. return -1;
  1274. for (cred = wpa_s->conf->cred; cred; cred = cred->next) {
  1275. int res = interworking_home_sp_cred(wpa_s, cred, domain_names);
  1276. if (res)
  1277. return res;
  1278. }
  1279. return 0;
  1280. }
  1281. static int interworking_find_network_match(struct wpa_supplicant *wpa_s)
  1282. {
  1283. struct wpa_bss *bss;
  1284. struct wpa_ssid *ssid;
  1285. dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
  1286. for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) {
  1287. if (wpas_network_disabled(wpa_s, ssid) ||
  1288. ssid->mode != WPAS_MODE_INFRA)
  1289. continue;
  1290. if (ssid->ssid_len != bss->ssid_len ||
  1291. os_memcmp(ssid->ssid, bss->ssid, ssid->ssid_len) !=
  1292. 0)
  1293. continue;
  1294. /*
  1295. * TODO: Consider more accurate matching of security
  1296. * configuration similarly to what is done in events.c
  1297. */
  1298. return 1;
  1299. }
  1300. }
  1301. return 0;
  1302. }
  1303. static void interworking_select_network(struct wpa_supplicant *wpa_s)
  1304. {
  1305. struct wpa_bss *bss, *selected = NULL, *selected_home = NULL;
  1306. int selected_prio = -999999, selected_home_prio = -999999;
  1307. unsigned int count = 0;
  1308. const char *type;
  1309. int res;
  1310. struct wpa_cred *cred;
  1311. wpa_s->network_select = 0;
  1312. dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
  1313. cred = interworking_credentials_available(wpa_s, bss);
  1314. if (!cred)
  1315. continue;
  1316. if (!wpa_bss_get_ie(bss, WLAN_EID_RSN)) {
  1317. /*
  1318. * We currently support only HS 2.0 networks and those
  1319. * are required to use WPA2-Enterprise.
  1320. */
  1321. wpa_printf(MSG_DEBUG, "Interworking: Credential match "
  1322. "with " MACSTR " but network does not use "
  1323. "RSN", MAC2STR(bss->bssid));
  1324. continue;
  1325. }
  1326. count++;
  1327. res = interworking_home_sp(wpa_s, bss->anqp ?
  1328. bss->anqp->domain_name : NULL);
  1329. if (res > 0)
  1330. type = "home";
  1331. else if (res == 0)
  1332. type = "roaming";
  1333. else
  1334. type = "unknown";
  1335. wpa_msg(wpa_s, MSG_INFO, INTERWORKING_AP MACSTR " type=%s",
  1336. MAC2STR(bss->bssid), type);
  1337. if (wpa_s->auto_select ||
  1338. (wpa_s->conf->auto_interworking &&
  1339. wpa_s->auto_network_select)) {
  1340. if (selected == NULL ||
  1341. cred->priority > selected_prio) {
  1342. selected = bss;
  1343. selected_prio = cred->priority;
  1344. }
  1345. if (res > 0 &&
  1346. (selected_home == NULL ||
  1347. cred->priority > selected_home_prio)) {
  1348. selected_home = bss;
  1349. selected_home_prio = cred->priority;
  1350. }
  1351. }
  1352. }
  1353. if (selected_home && selected_home != selected &&
  1354. selected_home_prio >= selected_prio) {
  1355. /* Prefer network operated by the Home SP */
  1356. selected = selected_home;
  1357. }
  1358. if (count == 0) {
  1359. /*
  1360. * No matching network was found based on configured
  1361. * credentials. Check whether any of the enabled network blocks
  1362. * have matching APs.
  1363. */
  1364. if (interworking_find_network_match(wpa_s)) {
  1365. wpa_printf(MSG_DEBUG, "Interworking: Possible BSS "
  1366. "match for enabled network configurations");
  1367. if (wpa_s->auto_select)
  1368. interworking_reconnect(wpa_s);
  1369. return;
  1370. }
  1371. if (wpa_s->auto_network_select) {
  1372. wpa_printf(MSG_DEBUG, "Interworking: Continue "
  1373. "scanning after ANQP fetch");
  1374. wpa_supplicant_req_scan(wpa_s, wpa_s->scan_interval,
  1375. 0);
  1376. return;
  1377. }
  1378. wpa_msg(wpa_s, MSG_INFO, INTERWORKING_NO_MATCH "No network "
  1379. "with matching credentials found");
  1380. }
  1381. if (selected)
  1382. interworking_connect(wpa_s, selected);
  1383. }
  1384. static struct wpa_bss_anqp *
  1385. interworking_match_anqp_info(struct wpa_supplicant *wpa_s, struct wpa_bss *bss)
  1386. {
  1387. struct wpa_bss *other;
  1388. if (is_zero_ether_addr(bss->hessid))
  1389. return NULL; /* Cannot be in the same homegenous ESS */
  1390. dl_list_for_each(other, &wpa_s->bss, struct wpa_bss, list) {
  1391. if (other == bss)
  1392. continue;
  1393. if (other->anqp == NULL)
  1394. continue;
  1395. if (!(other->flags & WPA_BSS_ANQP_FETCH_TRIED))
  1396. continue;
  1397. if (os_memcmp(bss->hessid, other->hessid, ETH_ALEN) != 0)
  1398. continue;
  1399. if (bss->ssid_len != other->ssid_len ||
  1400. os_memcmp(bss->ssid, other->ssid, bss->ssid_len) != 0)
  1401. continue;
  1402. wpa_printf(MSG_DEBUG, "Interworking: Share ANQP data with "
  1403. "already fetched BSSID " MACSTR " and " MACSTR,
  1404. MAC2STR(other->bssid), MAC2STR(bss->bssid));
  1405. other->anqp->users++;
  1406. return other->anqp;
  1407. }
  1408. return NULL;
  1409. }
  1410. static void interworking_next_anqp_fetch(struct wpa_supplicant *wpa_s)
  1411. {
  1412. struct wpa_bss *bss;
  1413. int found = 0;
  1414. const u8 *ie;
  1415. if (!wpa_s->fetch_anqp_in_progress)
  1416. return;
  1417. dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
  1418. if (!(bss->caps & IEEE80211_CAP_ESS))
  1419. continue;
  1420. ie = wpa_bss_get_ie(bss, WLAN_EID_EXT_CAPAB);
  1421. if (ie == NULL || ie[1] < 4 || !(ie[5] & 0x80))
  1422. continue; /* AP does not support Interworking */
  1423. if (!(bss->flags & WPA_BSS_ANQP_FETCH_TRIED)) {
  1424. if (bss->anqp == NULL) {
  1425. bss->anqp = interworking_match_anqp_info(wpa_s,
  1426. bss);
  1427. if (bss->anqp) {
  1428. /* Shared data already fetched */
  1429. continue;
  1430. }
  1431. bss->anqp = wpa_bss_anqp_alloc();
  1432. if (bss->anqp == NULL)
  1433. break;
  1434. }
  1435. found++;
  1436. bss->flags |= WPA_BSS_ANQP_FETCH_TRIED;
  1437. wpa_msg(wpa_s, MSG_INFO, "Starting ANQP fetch for "
  1438. MACSTR, MAC2STR(bss->bssid));
  1439. interworking_anqp_send_req(wpa_s, bss);
  1440. break;
  1441. }
  1442. }
  1443. if (found == 0) {
  1444. wpa_msg(wpa_s, MSG_INFO, "ANQP fetch completed");
  1445. wpa_s->fetch_anqp_in_progress = 0;
  1446. if (wpa_s->network_select)
  1447. interworking_select_network(wpa_s);
  1448. }
  1449. }
  1450. void interworking_start_fetch_anqp(struct wpa_supplicant *wpa_s)
  1451. {
  1452. struct wpa_bss *bss;
  1453. dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list)
  1454. bss->flags &= ~WPA_BSS_ANQP_FETCH_TRIED;
  1455. wpa_s->fetch_anqp_in_progress = 1;
  1456. interworking_next_anqp_fetch(wpa_s);
  1457. }
  1458. int interworking_fetch_anqp(struct wpa_supplicant *wpa_s)
  1459. {
  1460. if (wpa_s->fetch_anqp_in_progress || wpa_s->network_select)
  1461. return 0;
  1462. wpa_s->network_select = 0;
  1463. wpa_s->fetch_all_anqp = 1;
  1464. interworking_start_fetch_anqp(wpa_s);
  1465. return 0;
  1466. }
  1467. void interworking_stop_fetch_anqp(struct wpa_supplicant *wpa_s)
  1468. {
  1469. if (!wpa_s->fetch_anqp_in_progress)
  1470. return;
  1471. wpa_s->fetch_anqp_in_progress = 0;
  1472. }
  1473. int anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst,
  1474. u16 info_ids[], size_t num_ids)
  1475. {
  1476. struct wpabuf *buf;
  1477. int ret = 0;
  1478. int freq;
  1479. struct wpa_bss *bss;
  1480. int res;
  1481. freq = wpa_s->assoc_freq;
  1482. bss = wpa_bss_get_bssid(wpa_s, dst);
  1483. if (bss) {
  1484. wpa_bss_anqp_unshare_alloc(bss);
  1485. freq = bss->freq;
  1486. }
  1487. if (freq <= 0)
  1488. return -1;
  1489. wpa_printf(MSG_DEBUG, "ANQP: Query Request to " MACSTR " for %u id(s)",
  1490. MAC2STR(dst), (unsigned int) num_ids);
  1491. buf = anqp_build_req(info_ids, num_ids, NULL);
  1492. if (buf == NULL)
  1493. return -1;
  1494. res = gas_query_req(wpa_s->gas, dst, freq, buf, anqp_resp_cb, wpa_s);
  1495. if (res < 0) {
  1496. wpa_printf(MSG_DEBUG, "ANQP: Failed to send Query Request");
  1497. ret = -1;
  1498. } else
  1499. wpa_printf(MSG_DEBUG, "ANQP: Query started with dialog token "
  1500. "%u", res);
  1501. wpabuf_free(buf);
  1502. return ret;
  1503. }
  1504. static void interworking_parse_rx_anqp_resp(struct wpa_supplicant *wpa_s,
  1505. const u8 *sa, u16 info_id,
  1506. const u8 *data, size_t slen)
  1507. {
  1508. const u8 *pos = data;
  1509. struct wpa_bss *bss = wpa_bss_get_bssid(wpa_s, sa);
  1510. struct wpa_bss_anqp *anqp = NULL;
  1511. #ifdef CONFIG_HS20
  1512. u8 type;
  1513. #endif /* CONFIG_HS20 */
  1514. if (bss)
  1515. anqp = bss->anqp;
  1516. switch (info_id) {
  1517. case ANQP_CAPABILITY_LIST:
  1518. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1519. " ANQP Capability list", MAC2STR(sa));
  1520. break;
  1521. case ANQP_VENUE_NAME:
  1522. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1523. " Venue Name", MAC2STR(sa));
  1524. wpa_hexdump_ascii(MSG_DEBUG, "ANQP: Venue Name", pos, slen);
  1525. if (anqp) {
  1526. wpabuf_free(anqp->venue_name);
  1527. anqp->venue_name = wpabuf_alloc_copy(pos, slen);
  1528. }
  1529. break;
  1530. case ANQP_NETWORK_AUTH_TYPE:
  1531. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1532. " Network Authentication Type information",
  1533. MAC2STR(sa));
  1534. wpa_hexdump_ascii(MSG_DEBUG, "ANQP: Network Authentication "
  1535. "Type", pos, slen);
  1536. if (anqp) {
  1537. wpabuf_free(anqp->network_auth_type);
  1538. anqp->network_auth_type = wpabuf_alloc_copy(pos, slen);
  1539. }
  1540. break;
  1541. case ANQP_ROAMING_CONSORTIUM:
  1542. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1543. " Roaming Consortium list", MAC2STR(sa));
  1544. wpa_hexdump_ascii(MSG_DEBUG, "ANQP: Roaming Consortium",
  1545. pos, slen);
  1546. if (anqp) {
  1547. wpabuf_free(anqp->roaming_consortium);
  1548. anqp->roaming_consortium = wpabuf_alloc_copy(pos, slen);
  1549. }
  1550. break;
  1551. case ANQP_IP_ADDR_TYPE_AVAILABILITY:
  1552. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1553. " IP Address Type Availability information",
  1554. MAC2STR(sa));
  1555. wpa_hexdump(MSG_MSGDUMP, "ANQP: IP Address Availability",
  1556. pos, slen);
  1557. if (anqp) {
  1558. wpabuf_free(anqp->ip_addr_type_availability);
  1559. anqp->ip_addr_type_availability =
  1560. wpabuf_alloc_copy(pos, slen);
  1561. }
  1562. break;
  1563. case ANQP_NAI_REALM:
  1564. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1565. " NAI Realm list", MAC2STR(sa));
  1566. wpa_hexdump_ascii(MSG_DEBUG, "ANQP: NAI Realm", pos, slen);
  1567. if (anqp) {
  1568. wpabuf_free(anqp->nai_realm);
  1569. anqp->nai_realm = wpabuf_alloc_copy(pos, slen);
  1570. }
  1571. break;
  1572. case ANQP_3GPP_CELLULAR_NETWORK:
  1573. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1574. " 3GPP Cellular Network information", MAC2STR(sa));
  1575. wpa_hexdump_ascii(MSG_DEBUG, "ANQP: 3GPP Cellular Network",
  1576. pos, slen);
  1577. if (anqp) {
  1578. wpabuf_free(anqp->anqp_3gpp);
  1579. anqp->anqp_3gpp = wpabuf_alloc_copy(pos, slen);
  1580. }
  1581. break;
  1582. case ANQP_DOMAIN_NAME:
  1583. wpa_msg(wpa_s, MSG_INFO, "RX-ANQP " MACSTR
  1584. " Domain Name list", MAC2STR(sa));
  1585. wpa_hexdump_ascii(MSG_MSGDUMP, "ANQP: Domain Name", pos, slen);
  1586. if (anqp) {
  1587. wpabuf_free(anqp->domain_name);
  1588. anqp->domain_name = wpabuf_alloc_copy(pos, slen);
  1589. }
  1590. break;
  1591. case ANQP_VENDOR_SPECIFIC:
  1592. if (slen < 3)
  1593. return;
  1594. switch (WPA_GET_BE24(pos)) {
  1595. #ifdef CONFIG_HS20
  1596. case OUI_WFA:
  1597. pos += 3;
  1598. slen -= 3;
  1599. if (slen < 1)
  1600. return;
  1601. type = *pos++;
  1602. slen--;
  1603. switch (type) {
  1604. case HS20_ANQP_OUI_TYPE:
  1605. hs20_parse_rx_hs20_anqp_resp(wpa_s, sa, pos,
  1606. slen);
  1607. break;
  1608. default:
  1609. wpa_printf(MSG_DEBUG, "HS20: Unsupported ANQP "
  1610. "vendor type %u", type);
  1611. break;
  1612. }
  1613. break;
  1614. #endif /* CONFIG_HS20 */
  1615. default:
  1616. wpa_printf(MSG_DEBUG, "Interworking: Unsupported "
  1617. "vendor-specific ANQP OUI %06x",
  1618. WPA_GET_BE24(pos));
  1619. return;
  1620. }
  1621. break;
  1622. default:
  1623. wpa_printf(MSG_DEBUG, "Interworking: Unsupported ANQP Info ID "
  1624. "%u", info_id);
  1625. break;
  1626. }
  1627. }
  1628. void anqp_resp_cb(void *ctx, const u8 *dst, u8 dialog_token,
  1629. enum gas_query_result result,
  1630. const struct wpabuf *adv_proto,
  1631. const struct wpabuf *resp, u16 status_code)
  1632. {
  1633. struct wpa_supplicant *wpa_s = ctx;
  1634. const u8 *pos;
  1635. const u8 *end;
  1636. u16 info_id;
  1637. u16 slen;
  1638. if (result != GAS_QUERY_SUCCESS)
  1639. return;
  1640. pos = wpabuf_head(adv_proto);
  1641. if (wpabuf_len(adv_proto) < 4 || pos[0] != WLAN_EID_ADV_PROTO ||
  1642. pos[1] < 2 || pos[3] != ACCESS_NETWORK_QUERY_PROTOCOL) {
  1643. wpa_printf(MSG_DEBUG, "ANQP: Unexpected Advertisement "
  1644. "Protocol in response");
  1645. return;
  1646. }
  1647. pos = wpabuf_head(resp);
  1648. end = pos + wpabuf_len(resp);
  1649. while (pos < end) {
  1650. if (pos + 4 > end) {
  1651. wpa_printf(MSG_DEBUG, "ANQP: Invalid element");
  1652. break;
  1653. }
  1654. info_id = WPA_GET_LE16(pos);
  1655. pos += 2;
  1656. slen = WPA_GET_LE16(pos);
  1657. pos += 2;
  1658. if (pos + slen > end) {
  1659. wpa_printf(MSG_DEBUG, "ANQP: Invalid element length "
  1660. "for Info ID %u", info_id);
  1661. break;
  1662. }
  1663. interworking_parse_rx_anqp_resp(wpa_s, dst, info_id, pos,
  1664. slen);
  1665. pos += slen;
  1666. }
  1667. }
  1668. static void interworking_scan_res_handler(struct wpa_supplicant *wpa_s,
  1669. struct wpa_scan_results *scan_res)
  1670. {
  1671. wpa_printf(MSG_DEBUG, "Interworking: Scan results available - start "
  1672. "ANQP fetch");
  1673. interworking_start_fetch_anqp(wpa_s);
  1674. }
  1675. int interworking_select(struct wpa_supplicant *wpa_s, int auto_select)
  1676. {
  1677. interworking_stop_fetch_anqp(wpa_s);
  1678. wpa_s->network_select = 1;
  1679. wpa_s->auto_network_select = 0;
  1680. wpa_s->auto_select = !!auto_select;
  1681. wpa_s->fetch_all_anqp = 0;
  1682. wpa_printf(MSG_DEBUG, "Interworking: Start scan for network "
  1683. "selection");
  1684. wpa_s->scan_res_handler = interworking_scan_res_handler;
  1685. wpa_s->scan_req = MANUAL_SCAN_REQ;
  1686. wpa_supplicant_req_scan(wpa_s, 0, 0);
  1687. return 0;
  1688. }
  1689. static void gas_resp_cb(void *ctx, const u8 *addr, u8 dialog_token,
  1690. enum gas_query_result result,
  1691. const struct wpabuf *adv_proto,
  1692. const struct wpabuf *resp, u16 status_code)
  1693. {
  1694. struct wpa_supplicant *wpa_s = ctx;
  1695. wpa_msg(wpa_s, MSG_INFO, GAS_RESPONSE_INFO "addr=" MACSTR
  1696. " dialog_token=%d status_code=%d resp_len=%d",
  1697. MAC2STR(addr), dialog_token, status_code,
  1698. resp ? (int) wpabuf_len(resp) : -1);
  1699. if (!resp)
  1700. return;
  1701. wpabuf_free(wpa_s->last_gas_resp);
  1702. wpa_s->last_gas_resp = wpabuf_dup(resp);
  1703. if (wpa_s->last_gas_resp == NULL)
  1704. return;
  1705. os_memcpy(wpa_s->last_gas_addr, addr, ETH_ALEN);
  1706. wpa_s->last_gas_dialog_token = dialog_token;
  1707. }
  1708. int gas_send_request(struct wpa_supplicant *wpa_s, const u8 *dst,
  1709. const struct wpabuf *adv_proto,
  1710. const struct wpabuf *query)
  1711. {
  1712. struct wpabuf *buf;
  1713. int ret = 0;
  1714. int freq;
  1715. struct wpa_bss *bss;
  1716. int res;
  1717. size_t len;
  1718. u8 query_resp_len_limit = 0, pame_bi = 0;
  1719. freq = wpa_s->assoc_freq;
  1720. bss = wpa_bss_get_bssid(wpa_s, dst);
  1721. if (bss)
  1722. freq = bss->freq;
  1723. if (freq <= 0)
  1724. return -1;
  1725. wpa_printf(MSG_DEBUG, "GAS request to " MACSTR " (freq %d MHz)",
  1726. MAC2STR(dst), freq);
  1727. wpa_hexdump_buf(MSG_DEBUG, "Advertisement Protocol ID", adv_proto);
  1728. wpa_hexdump_buf(MSG_DEBUG, "GAS Query", query);
  1729. len = 3 + wpabuf_len(adv_proto) + 2;
  1730. if (query)
  1731. len += wpabuf_len(query);
  1732. buf = gas_build_initial_req(0, len);
  1733. if (buf == NULL)
  1734. return -1;
  1735. /* Advertisement Protocol IE */
  1736. wpabuf_put_u8(buf, WLAN_EID_ADV_PROTO);
  1737. wpabuf_put_u8(buf, 1 + wpabuf_len(adv_proto)); /* Length */
  1738. wpabuf_put_u8(buf, (query_resp_len_limit & 0x7f) |
  1739. (pame_bi ? 0x80 : 0));
  1740. wpabuf_put_buf(buf, adv_proto);
  1741. /* GAS Query */
  1742. if (query) {
  1743. wpabuf_put_le16(buf, wpabuf_len(query));
  1744. wpabuf_put_buf(buf, query);
  1745. } else
  1746. wpabuf_put_le16(buf, 0);
  1747. res = gas_query_req(wpa_s->gas, dst, freq, buf, gas_resp_cb, wpa_s);
  1748. if (res < 0) {
  1749. wpa_printf(MSG_DEBUG, "GAS: Failed to send Query Request");
  1750. ret = -1;
  1751. } else
  1752. wpa_printf(MSG_DEBUG, "GAS: Query started with dialog token "
  1753. "%u", res);
  1754. wpabuf_free(buf);
  1755. return ret;
  1756. }