dpp_hostapd.c 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511
  1. /*
  2. * hostapd / DPP integration
  3. * Copyright (c) 2017, 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 "utils/includes.h"
  9. #include "utils/common.h"
  10. #include "utils/eloop.h"
  11. #include "common/dpp.h"
  12. #include "common/gas.h"
  13. #include "common/wpa_ctrl.h"
  14. #include "hostapd.h"
  15. #include "ap_drv_ops.h"
  16. #include "gas_query_ap.h"
  17. #include "wpa_auth.h"
  18. #include "dpp_hostapd.h"
  19. static void hostapd_dpp_auth_success(struct hostapd_data *hapd, int initiator);
  20. static const u8 broadcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
  21. static struct dpp_configurator *
  22. hostapd_dpp_configurator_get_id(struct hostapd_data *hapd, unsigned int id)
  23. {
  24. struct dpp_configurator *conf;
  25. dl_list_for_each(conf, &hapd->dpp_configurator,
  26. struct dpp_configurator, list) {
  27. if (conf->id == id)
  28. return conf;
  29. }
  30. return NULL;
  31. }
  32. static unsigned int hapd_dpp_next_id(struct hostapd_data *hapd)
  33. {
  34. struct dpp_bootstrap_info *bi;
  35. unsigned int max_id = 0;
  36. dl_list_for_each(bi, &hapd->dpp_bootstrap, struct dpp_bootstrap_info,
  37. list) {
  38. if (bi->id > max_id)
  39. max_id = bi->id;
  40. }
  41. return max_id + 1;
  42. }
  43. /**
  44. * hostapd_dpp_qr_code - Parse and add DPP bootstrapping info from a QR Code
  45. * @hapd: Pointer to hostapd_data
  46. * @cmd: DPP URI read from a QR Code
  47. * Returns: Identifier of the stored info or -1 on failure
  48. */
  49. int hostapd_dpp_qr_code(struct hostapd_data *hapd, const char *cmd)
  50. {
  51. struct dpp_bootstrap_info *bi;
  52. struct dpp_authentication *auth = hapd->dpp_auth;
  53. bi = dpp_parse_qr_code(cmd);
  54. if (!bi)
  55. return -1;
  56. bi->id = hapd_dpp_next_id(hapd);
  57. dl_list_add(&hapd->dpp_bootstrap, &bi->list);
  58. if (auth && auth->response_pending &&
  59. dpp_notify_new_qr_code(auth, bi) == 1) {
  60. wpa_printf(MSG_DEBUG,
  61. "DPP: Sending out pending authentication response");
  62. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR
  63. " freq=%u type=%d",
  64. MAC2STR(auth->peer_mac_addr), auth->curr_freq,
  65. DPP_PA_AUTHENTICATION_RESP);
  66. hostapd_drv_send_action(hapd, auth->curr_freq, 0,
  67. auth->peer_mac_addr,
  68. wpabuf_head(hapd->dpp_auth->resp_msg),
  69. wpabuf_len(hapd->dpp_auth->resp_msg));
  70. }
  71. return bi->id;
  72. }
  73. static char * get_param(const char *cmd, const char *param)
  74. {
  75. const char *pos, *end;
  76. char *val;
  77. size_t len;
  78. pos = os_strstr(cmd, param);
  79. if (!pos)
  80. return NULL;
  81. pos += os_strlen(param);
  82. end = os_strchr(pos, ' ');
  83. if (end)
  84. len = end - pos;
  85. else
  86. len = os_strlen(pos);
  87. val = os_malloc(len + 1);
  88. if (!val)
  89. return NULL;
  90. os_memcpy(val, pos, len);
  91. val[len] = '\0';
  92. return val;
  93. }
  94. int hostapd_dpp_bootstrap_gen(struct hostapd_data *hapd, const char *cmd)
  95. {
  96. char *chan = NULL, *mac = NULL, *info = NULL, *pk = NULL, *curve = NULL;
  97. char *key = NULL;
  98. u8 *privkey = NULL;
  99. size_t privkey_len = 0;
  100. size_t len;
  101. int ret = -1;
  102. struct dpp_bootstrap_info *bi;
  103. bi = os_zalloc(sizeof(*bi));
  104. if (!bi)
  105. goto fail;
  106. if (os_strstr(cmd, "type=qrcode"))
  107. bi->type = DPP_BOOTSTRAP_QR_CODE;
  108. else if (os_strstr(cmd, "type=pkex"))
  109. bi->type = DPP_BOOTSTRAP_PKEX;
  110. else
  111. goto fail;
  112. chan = get_param(cmd, " chan=");
  113. mac = get_param(cmd, " mac=");
  114. info = get_param(cmd, " info=");
  115. curve = get_param(cmd, " curve=");
  116. key = get_param(cmd, " key=");
  117. if (key) {
  118. privkey_len = os_strlen(key) / 2;
  119. privkey = os_malloc(privkey_len);
  120. if (!privkey ||
  121. hexstr2bin(key, privkey, privkey_len) < 0)
  122. goto fail;
  123. }
  124. pk = dpp_keygen(bi, curve, privkey, privkey_len);
  125. if (!pk)
  126. goto fail;
  127. len = 4; /* "DPP:" */
  128. if (chan) {
  129. if (dpp_parse_uri_chan_list(bi, chan) < 0)
  130. goto fail;
  131. len += 3 + os_strlen(chan); /* C:...; */
  132. }
  133. if (mac) {
  134. if (dpp_parse_uri_mac(bi, mac) < 0)
  135. goto fail;
  136. len += 3 + os_strlen(mac); /* M:...; */
  137. }
  138. if (info) {
  139. if (dpp_parse_uri_info(bi, info) < 0)
  140. goto fail;
  141. len += 3 + os_strlen(info); /* I:...; */
  142. }
  143. len += 4 + os_strlen(pk);
  144. bi->uri = os_malloc(len + 1);
  145. if (!bi->uri)
  146. goto fail;
  147. os_snprintf(bi->uri, len + 1, "DPP:%s%s%s%s%s%s%s%s%sK:%s;;",
  148. chan ? "C:" : "", chan ? chan : "", chan ? ";" : "",
  149. mac ? "M:" : "", mac ? mac : "", mac ? ";" : "",
  150. info ? "I:" : "", info ? info : "", info ? ";" : "",
  151. pk);
  152. bi->id = hapd_dpp_next_id(hapd);
  153. dl_list_add(&hapd->dpp_bootstrap, &bi->list);
  154. ret = bi->id;
  155. bi = NULL;
  156. fail:
  157. os_free(curve);
  158. os_free(pk);
  159. os_free(chan);
  160. os_free(mac);
  161. os_free(info);
  162. str_clear_free(key);
  163. bin_clear_free(privkey, privkey_len);
  164. dpp_bootstrap_info_free(bi);
  165. return ret;
  166. }
  167. static struct dpp_bootstrap_info *
  168. dpp_bootstrap_get_id(struct hostapd_data *hapd, unsigned int id)
  169. {
  170. struct dpp_bootstrap_info *bi;
  171. dl_list_for_each(bi, &hapd->dpp_bootstrap, struct dpp_bootstrap_info,
  172. list) {
  173. if (bi->id == id)
  174. return bi;
  175. }
  176. return NULL;
  177. }
  178. static int dpp_bootstrap_del(struct hostapd_data *hapd, unsigned int id)
  179. {
  180. struct dpp_bootstrap_info *bi, *tmp;
  181. int found = 0;
  182. dl_list_for_each_safe(bi, tmp, &hapd->dpp_bootstrap,
  183. struct dpp_bootstrap_info, list) {
  184. if (id && bi->id != id)
  185. continue;
  186. found = 1;
  187. dl_list_del(&bi->list);
  188. dpp_bootstrap_info_free(bi);
  189. }
  190. if (id == 0)
  191. return 0; /* flush succeeds regardless of entries found */
  192. return found ? 0 : -1;
  193. }
  194. int hostapd_dpp_bootstrap_remove(struct hostapd_data *hapd, const char *id)
  195. {
  196. unsigned int id_val;
  197. if (os_strcmp(id, "*") == 0) {
  198. id_val = 0;
  199. } else {
  200. id_val = atoi(id);
  201. if (id_val == 0)
  202. return -1;
  203. }
  204. return dpp_bootstrap_del(hapd, id_val);
  205. }
  206. const char * hostapd_dpp_bootstrap_get_uri(struct hostapd_data *hapd,
  207. unsigned int id)
  208. {
  209. struct dpp_bootstrap_info *bi;
  210. bi = dpp_bootstrap_get_id(hapd, id);
  211. if (!bi)
  212. return NULL;
  213. return bi->uri;
  214. }
  215. int hostapd_dpp_bootstrap_info(struct hostapd_data *hapd, int id,
  216. char *reply, int reply_size)
  217. {
  218. struct dpp_bootstrap_info *bi;
  219. bi = dpp_bootstrap_get_id(hapd, id);
  220. if (!bi)
  221. return -1;
  222. return os_snprintf(reply, reply_size, "type=%s\n"
  223. "mac_addr=" MACSTR "\n"
  224. "info=%s\n"
  225. "num_freq=%u\n"
  226. "curve=%s\n",
  227. dpp_bootstrap_type_txt(bi->type),
  228. MAC2STR(bi->mac_addr),
  229. bi->info ? bi->info : "",
  230. bi->num_freq,
  231. bi->curve->name);
  232. }
  233. void hostapd_dpp_tx_status(struct hostapd_data *hapd, const u8 *dst,
  234. const u8 *data, size_t data_len, int ok)
  235. {
  236. wpa_printf(MSG_DEBUG, "DPP: TX status: dst=" MACSTR " ok=%d",
  237. MAC2STR(dst), ok);
  238. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX_STATUS "dst=" MACSTR
  239. " result=%s", MAC2STR(dst), ok ? "SUCCESS" : "FAILED");
  240. if (!hapd->dpp_auth) {
  241. wpa_printf(MSG_DEBUG,
  242. "DPP: Ignore TX status since there is no ongoing authentication exchange");
  243. return;
  244. }
  245. if (hapd->dpp_auth->remove_on_tx_status) {
  246. wpa_printf(MSG_DEBUG,
  247. "DPP: Terminate authentication exchange due to an earlier error");
  248. dpp_auth_deinit(hapd->dpp_auth);
  249. hapd->dpp_auth = NULL;
  250. return;
  251. }
  252. if (hapd->dpp_auth_ok_on_ack)
  253. hostapd_dpp_auth_success(hapd, 1);
  254. }
  255. static void hostapd_dpp_set_testing_options(struct hostapd_data *hapd,
  256. struct dpp_authentication *auth)
  257. {
  258. #ifdef CONFIG_TESTING_OPTIONS
  259. if (hapd->dpp_config_obj_override)
  260. auth->config_obj_override =
  261. os_strdup(hapd->dpp_config_obj_override);
  262. if (hapd->dpp_discovery_override)
  263. auth->discovery_override =
  264. os_strdup(hapd->dpp_discovery_override);
  265. if (hapd->dpp_groups_override)
  266. auth->groups_override = os_strdup(hapd->dpp_groups_override);
  267. auth->ignore_netaccesskey_mismatch =
  268. hapd->dpp_ignore_netaccesskey_mismatch;
  269. #endif /* CONFIG_TESTING_OPTIONS */
  270. }
  271. static void hostapd_dpp_set_configurator(struct hostapd_data *hapd,
  272. struct dpp_authentication *auth,
  273. const char *cmd)
  274. {
  275. const char *pos, *end;
  276. struct dpp_configuration *conf_sta = NULL, *conf_ap = NULL;
  277. struct dpp_configurator *conf = NULL;
  278. u8 ssid[32] = { "test" };
  279. size_t ssid_len = 4;
  280. char pass[64] = { };
  281. size_t pass_len = 0;
  282. u8 psk[PMK_LEN];
  283. int psk_set = 0;
  284. if (!cmd)
  285. return;
  286. wpa_printf(MSG_DEBUG, "DPP: Set configurator parameters: %s", cmd);
  287. pos = os_strstr(cmd, " ssid=");
  288. if (pos) {
  289. pos += 6;
  290. end = os_strchr(pos, ' ');
  291. ssid_len = end ? (size_t) (end - pos) : os_strlen(pos);
  292. ssid_len /= 2;
  293. if (ssid_len > sizeof(ssid) ||
  294. hexstr2bin(pos, ssid, ssid_len) < 0)
  295. goto fail;
  296. }
  297. pos = os_strstr(cmd, " pass=");
  298. if (pos) {
  299. pos += 6;
  300. end = os_strchr(pos, ' ');
  301. pass_len = end ? (size_t) (end - pos) : os_strlen(pos);
  302. pass_len /= 2;
  303. if (pass_len > sizeof(pass) - 1 || pass_len < 8 ||
  304. hexstr2bin(pos, (u8 *) pass, pass_len) < 0)
  305. goto fail;
  306. }
  307. pos = os_strstr(cmd, " psk=");
  308. if (pos) {
  309. pos += 5;
  310. if (hexstr2bin(pos, psk, PMK_LEN) < 0)
  311. goto fail;
  312. psk_set = 1;
  313. }
  314. if (os_strstr(cmd, " conf=sta-")) {
  315. conf_sta = os_zalloc(sizeof(struct dpp_configuration));
  316. if (!conf_sta)
  317. goto fail;
  318. os_memcpy(conf_sta->ssid, ssid, ssid_len);
  319. conf_sta->ssid_len = ssid_len;
  320. if (os_strstr(cmd, " conf=sta-psk")) {
  321. conf_sta->dpp = 0;
  322. if (psk_set) {
  323. os_memcpy(conf_sta->psk, psk, PMK_LEN);
  324. } else {
  325. conf_sta->passphrase = os_strdup(pass);
  326. if (!conf_sta->passphrase)
  327. goto fail;
  328. }
  329. } else if (os_strstr(cmd, " conf=sta-dpp")) {
  330. conf_sta->dpp = 1;
  331. } else {
  332. goto fail;
  333. }
  334. }
  335. if (os_strstr(cmd, " conf=ap-")) {
  336. conf_ap = os_zalloc(sizeof(struct dpp_configuration));
  337. if (!conf_ap)
  338. goto fail;
  339. os_memcpy(conf_ap->ssid, ssid, ssid_len);
  340. conf_ap->ssid_len = ssid_len;
  341. if (os_strstr(cmd, " conf=ap-psk")) {
  342. conf_ap->dpp = 0;
  343. if (psk_set) {
  344. os_memcpy(conf_ap->psk, psk, PMK_LEN);
  345. } else {
  346. conf_ap->passphrase = os_strdup(pass);
  347. if (!conf_ap->passphrase)
  348. goto fail;
  349. }
  350. } else if (os_strstr(cmd, " conf=ap-dpp")) {
  351. conf_ap->dpp = 1;
  352. } else {
  353. goto fail;
  354. }
  355. }
  356. pos = os_strstr(cmd, " expiry=");
  357. if (pos) {
  358. long int val;
  359. pos += 8;
  360. val = strtol(pos, NULL, 0);
  361. if (val <= 0)
  362. goto fail;
  363. if (conf_sta)
  364. conf_sta->netaccesskey_expiry = val;
  365. if (conf_ap)
  366. conf_ap->netaccesskey_expiry = val;
  367. }
  368. pos = os_strstr(cmd, " configurator=");
  369. if (pos) {
  370. auth->configurator = 1;
  371. pos += 14;
  372. conf = hostapd_dpp_configurator_get_id(hapd, atoi(pos));
  373. if (!conf) {
  374. wpa_printf(MSG_INFO,
  375. "DPP: Could not find the specified configurator");
  376. goto fail;
  377. }
  378. }
  379. auth->conf_sta = conf_sta;
  380. auth->conf_ap = conf_ap;
  381. auth->conf = conf;
  382. return;
  383. fail:
  384. wpa_printf(MSG_DEBUG, "DPP: Failed to set configurator parameters");
  385. dpp_configuration_free(conf_sta);
  386. dpp_configuration_free(conf_ap);
  387. }
  388. int hostapd_dpp_auth_init(struct hostapd_data *hapd, const char *cmd)
  389. {
  390. const char *pos;
  391. struct dpp_bootstrap_info *peer_bi, *own_bi = NULL;
  392. const u8 *dst;
  393. int res;
  394. int configurator = 1;
  395. struct dpp_configuration *conf_sta = NULL, *conf_ap = NULL;
  396. pos = os_strstr(cmd, " peer=");
  397. if (!pos)
  398. return -1;
  399. pos += 6;
  400. peer_bi = dpp_bootstrap_get_id(hapd, atoi(pos));
  401. if (!peer_bi) {
  402. wpa_printf(MSG_INFO,
  403. "DPP: Could not find bootstrapping info for the identified peer");
  404. return -1;
  405. }
  406. pos = os_strstr(cmd, " own=");
  407. if (pos) {
  408. pos += 5;
  409. own_bi = dpp_bootstrap_get_id(hapd, atoi(pos));
  410. if (!own_bi) {
  411. wpa_printf(MSG_INFO,
  412. "DPP: Could not find bootstrapping info for the identified local entry");
  413. return -1;
  414. }
  415. if (peer_bi->curve != own_bi->curve) {
  416. wpa_printf(MSG_INFO,
  417. "DPP: Mismatching curves in bootstrapping info (peer=%s own=%s)",
  418. peer_bi->curve->name, own_bi->curve->name);
  419. return -1;
  420. }
  421. }
  422. pos = os_strstr(cmd, " role=");
  423. if (pos) {
  424. pos += 6;
  425. if (os_strncmp(pos, "configurator", 12) == 0)
  426. configurator = 1;
  427. else if (os_strncmp(pos, "enrollee", 8) == 0)
  428. configurator = 0;
  429. else
  430. goto fail;
  431. }
  432. if (hapd->dpp_auth)
  433. dpp_auth_deinit(hapd->dpp_auth);
  434. hapd->dpp_auth = dpp_auth_init(hapd, peer_bi, own_bi, configurator);
  435. if (!hapd->dpp_auth)
  436. goto fail;
  437. hostapd_dpp_set_testing_options(hapd, hapd->dpp_auth);
  438. hostapd_dpp_set_configurator(hapd, hapd->dpp_auth, cmd);
  439. /* TODO: Support iteration over all frequencies and filtering of
  440. * frequencies based on locally enabled channels that allow initiation
  441. * of transmission. */
  442. if (peer_bi->num_freq > 0)
  443. hapd->dpp_auth->curr_freq = peer_bi->freq[0];
  444. else
  445. hapd->dpp_auth->curr_freq = 2412;
  446. if (is_zero_ether_addr(peer_bi->mac_addr)) {
  447. dst = broadcast;
  448. } else {
  449. dst = peer_bi->mac_addr;
  450. os_memcpy(hapd->dpp_auth->peer_mac_addr, peer_bi->mac_addr,
  451. ETH_ALEN);
  452. }
  453. hapd->dpp_auth_ok_on_ack = 0;
  454. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR
  455. " freq=%u type=%d",
  456. MAC2STR(dst), hapd->dpp_auth->curr_freq,
  457. DPP_PA_AUTHENTICATION_REQ);
  458. res = hostapd_drv_send_action(hapd, hapd->dpp_auth->curr_freq, 0,
  459. dst, wpabuf_head(hapd->dpp_auth->req_msg),
  460. wpabuf_len(hapd->dpp_auth->req_msg));
  461. return res;
  462. fail:
  463. dpp_configuration_free(conf_sta);
  464. dpp_configuration_free(conf_ap);
  465. return -1;
  466. }
  467. static void hostapd_dpp_rx_auth_req(struct hostapd_data *hapd, const u8 *src,
  468. const u8 *hdr, const u8 *buf, size_t len,
  469. unsigned int freq)
  470. {
  471. const u8 *r_bootstrap, *i_bootstrap;
  472. u16 r_bootstrap_len, i_bootstrap_len;
  473. struct dpp_bootstrap_info *bi, *own_bi = NULL, *peer_bi = NULL;
  474. wpa_printf(MSG_DEBUG, "DPP: Authentication Request from " MACSTR,
  475. MAC2STR(src));
  476. r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH,
  477. &r_bootstrap_len);
  478. if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) {
  479. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_FAIL
  480. "Missing or invalid required Responder Bootstrapping Key Hash attribute");
  481. return;
  482. }
  483. wpa_hexdump(MSG_MSGDUMP, "DPP: Responder Bootstrapping Key Hash",
  484. r_bootstrap, r_bootstrap_len);
  485. i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH,
  486. &i_bootstrap_len);
  487. if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) {
  488. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_FAIL
  489. "Missing or invalid required Initiator Bootstrapping Key Hash attribute");
  490. return;
  491. }
  492. wpa_hexdump(MSG_MSGDUMP, "DPP: Initiator Bootstrapping Key Hash",
  493. i_bootstrap, i_bootstrap_len);
  494. /* Try to find own and peer bootstrapping key matches based on the
  495. * received hash values */
  496. dl_list_for_each(bi, &hapd->dpp_bootstrap, struct dpp_bootstrap_info,
  497. list) {
  498. if (!own_bi && bi->own &&
  499. os_memcmp(bi->pubkey_hash, r_bootstrap,
  500. SHA256_MAC_LEN) == 0) {
  501. wpa_printf(MSG_DEBUG,
  502. "DPP: Found matching own bootstrapping information");
  503. own_bi = bi;
  504. }
  505. if (!peer_bi && !bi->own &&
  506. os_memcmp(bi->pubkey_hash, i_bootstrap,
  507. SHA256_MAC_LEN) == 0) {
  508. wpa_printf(MSG_DEBUG,
  509. "DPP: Found matching peer bootstrapping information");
  510. peer_bi = bi;
  511. }
  512. if (own_bi && peer_bi)
  513. break;
  514. }
  515. if (!own_bi) {
  516. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_FAIL
  517. "No matching own bootstrapping key found - ignore message");
  518. return;
  519. }
  520. if (hapd->dpp_auth) {
  521. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_FAIL
  522. "Already in DPP authentication exchange - ignore new one");
  523. return;
  524. }
  525. hapd->dpp_auth_ok_on_ack = 0;
  526. hapd->dpp_auth = dpp_auth_req_rx(hapd->msg_ctx, hapd->dpp_allowed_roles,
  527. hapd->dpp_qr_mutual,
  528. peer_bi, own_bi, freq, hdr, buf, len);
  529. if (!hapd->dpp_auth) {
  530. wpa_printf(MSG_DEBUG, "DPP: No response generated");
  531. return;
  532. }
  533. hostapd_dpp_set_testing_options(hapd, hapd->dpp_auth);
  534. hostapd_dpp_set_configurator(hapd, hapd->dpp_auth,
  535. hapd->dpp_configurator_params);
  536. os_memcpy(hapd->dpp_auth->peer_mac_addr, src, ETH_ALEN);
  537. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR
  538. " freq=%u type=%d",
  539. MAC2STR(src), hapd->dpp_auth->curr_freq,
  540. DPP_PA_AUTHENTICATION_RESP);
  541. hostapd_drv_send_action(hapd, hapd->dpp_auth->curr_freq, 0,
  542. src, wpabuf_head(hapd->dpp_auth->resp_msg),
  543. wpabuf_len(hapd->dpp_auth->resp_msg));
  544. }
  545. static void hostapd_dpp_gas_resp_cb(void *ctx, const u8 *addr, u8 dialog_token,
  546. enum gas_query_ap_result result,
  547. const struct wpabuf *adv_proto,
  548. const struct wpabuf *resp, u16 status_code)
  549. {
  550. struct hostapd_data *hapd = ctx;
  551. const u8 *pos;
  552. struct dpp_authentication *auth = hapd->dpp_auth;
  553. if (!auth || !auth->auth_success) {
  554. wpa_printf(MSG_DEBUG, "DPP: No matching exchange in progress");
  555. return;
  556. }
  557. if (!resp || status_code != WLAN_STATUS_SUCCESS) {
  558. wpa_printf(MSG_DEBUG, "DPP: GAS query did not succeed");
  559. goto fail;
  560. }
  561. wpa_hexdump_buf(MSG_DEBUG, "DPP: Configuration Response adv_proto",
  562. adv_proto);
  563. wpa_hexdump_buf(MSG_DEBUG, "DPP: Configuration Response (GAS response)",
  564. resp);
  565. if (wpabuf_len(adv_proto) != 10 ||
  566. !(pos = wpabuf_head(adv_proto)) ||
  567. pos[0] != WLAN_EID_ADV_PROTO ||
  568. pos[1] != 8 ||
  569. pos[3] != WLAN_EID_VENDOR_SPECIFIC ||
  570. pos[4] != 5 ||
  571. WPA_GET_BE24(&pos[5]) != OUI_WFA ||
  572. pos[8] != 0x1a ||
  573. pos[9] != 1) {
  574. wpa_printf(MSG_DEBUG,
  575. "DPP: Not a DPP Advertisement Protocol ID");
  576. goto fail;
  577. }
  578. if (dpp_conf_resp_rx(auth, resp) < 0) {
  579. wpa_printf(MSG_DEBUG, "DPP: Configuration attempt failed");
  580. goto fail;
  581. }
  582. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_CONF_RECEIVED);
  583. if (auth->ssid_len)
  584. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_CONFOBJ_SSID "%s",
  585. wpa_ssid_txt(auth->ssid, auth->ssid_len));
  586. if (auth->connector) {
  587. /* TODO: Save the Connector and consider using a command
  588. * to fetch the value instead of sending an event with
  589. * it. The Connector could end up being larger than what
  590. * most clients are ready to receive as an event
  591. * message. */
  592. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_CONNECTOR "%s",
  593. auth->connector);
  594. } else if (auth->passphrase[0]) {
  595. char hex[64 * 2 + 1];
  596. wpa_snprintf_hex(hex, sizeof(hex),
  597. (const u8 *) auth->passphrase,
  598. os_strlen(auth->passphrase));
  599. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_CONFOBJ_PASS "%s",
  600. hex);
  601. } else if (auth->psk_set) {
  602. char hex[PMK_LEN * 2 + 1];
  603. wpa_snprintf_hex(hex, sizeof(hex), auth->psk, PMK_LEN);
  604. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_CONFOBJ_PSK "%s",
  605. hex);
  606. }
  607. if (auth->c_sign_key) {
  608. char *hex;
  609. size_t hexlen;
  610. hexlen = 2 * wpabuf_len(auth->c_sign_key) + 1;
  611. hex = os_malloc(hexlen);
  612. if (hex) {
  613. wpa_snprintf_hex(hex, hexlen,
  614. wpabuf_head(auth->c_sign_key),
  615. wpabuf_len(auth->c_sign_key));
  616. wpa_msg(hapd->msg_ctx, MSG_INFO,
  617. DPP_EVENT_C_SIGN_KEY "%s", hex);
  618. os_free(hex);
  619. }
  620. }
  621. if (auth->net_access_key) {
  622. char *hex;
  623. size_t hexlen;
  624. hexlen = 2 * wpabuf_len(auth->net_access_key) + 1;
  625. hex = os_malloc(hexlen);
  626. if (hex) {
  627. wpa_snprintf_hex(hex, hexlen,
  628. wpabuf_head(auth->net_access_key),
  629. wpabuf_len(auth->net_access_key));
  630. if (auth->net_access_key_expiry)
  631. wpa_msg(hapd->msg_ctx, MSG_INFO,
  632. DPP_EVENT_NET_ACCESS_KEY "%s %lu", hex,
  633. (unsigned long)
  634. auth->net_access_key_expiry);
  635. else
  636. wpa_msg(hapd->msg_ctx, MSG_INFO,
  637. DPP_EVENT_NET_ACCESS_KEY "%s", hex);
  638. os_free(hex);
  639. }
  640. }
  641. dpp_auth_deinit(hapd->dpp_auth);
  642. hapd->dpp_auth = NULL;
  643. return;
  644. fail:
  645. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_CONF_FAILED);
  646. dpp_auth_deinit(hapd->dpp_auth);
  647. hapd->dpp_auth = NULL;
  648. }
  649. static void hostapd_dpp_start_gas_client(struct hostapd_data *hapd)
  650. {
  651. struct dpp_authentication *auth = hapd->dpp_auth;
  652. struct wpabuf *buf, *conf_req;
  653. char json[100];
  654. int res;
  655. int netrole_ap = 1;
  656. os_snprintf(json, sizeof(json),
  657. "{\"name\":\"Test\","
  658. "\"wi-fi_tech\":\"infra\","
  659. "\"netRole\":\"%s\"}",
  660. netrole_ap ? "ap" : "sta");
  661. wpa_printf(MSG_DEBUG, "DPP: GAS Config Attributes: %s", json);
  662. conf_req = dpp_build_conf_req(auth, json);
  663. if (!conf_req) {
  664. wpa_printf(MSG_DEBUG,
  665. "DPP: No configuration request data available");
  666. return;
  667. }
  668. buf = gas_build_initial_req(0, 10 + 2 + wpabuf_len(conf_req));
  669. if (!buf) {
  670. wpabuf_free(conf_req);
  671. return;
  672. }
  673. /* Advertisement Protocol IE */
  674. wpabuf_put_u8(buf, WLAN_EID_ADV_PROTO);
  675. wpabuf_put_u8(buf, 8); /* Length */
  676. wpabuf_put_u8(buf, 0x7f);
  677. wpabuf_put_u8(buf, WLAN_EID_VENDOR_SPECIFIC);
  678. wpabuf_put_u8(buf, 5);
  679. wpabuf_put_be24(buf, OUI_WFA);
  680. wpabuf_put_u8(buf, DPP_OUI_TYPE);
  681. wpabuf_put_u8(buf, 0x01);
  682. /* GAS Query */
  683. wpabuf_put_le16(buf, wpabuf_len(conf_req));
  684. wpabuf_put_buf(buf, conf_req);
  685. wpabuf_free(conf_req);
  686. wpa_printf(MSG_DEBUG, "DPP: GAS request to " MACSTR " (freq %u MHz)",
  687. MAC2STR(auth->peer_mac_addr), auth->curr_freq);
  688. res = gas_query_ap_req(hapd->gas, auth->peer_mac_addr, auth->curr_freq,
  689. buf, hostapd_dpp_gas_resp_cb, hapd);
  690. if (res < 0) {
  691. wpa_msg(hapd->msg_ctx, MSG_DEBUG,
  692. "GAS: Failed to send Query Request");
  693. wpabuf_free(buf);
  694. } else {
  695. wpa_printf(MSG_DEBUG,
  696. "DPP: GAS query started with dialog token %u", res);
  697. }
  698. }
  699. static void hostapd_dpp_auth_success(struct hostapd_data *hapd, int initiator)
  700. {
  701. wpa_printf(MSG_DEBUG, "DPP: Authentication succeeded");
  702. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_AUTH_SUCCESS "init=%d",
  703. initiator);
  704. if (!hapd->dpp_auth->configurator)
  705. hostapd_dpp_start_gas_client(hapd);
  706. }
  707. static void hostapd_dpp_rx_auth_resp(struct hostapd_data *hapd, const u8 *src,
  708. const u8 *hdr, const u8 *buf, size_t len)
  709. {
  710. struct dpp_authentication *auth = hapd->dpp_auth;
  711. struct wpabuf *msg;
  712. wpa_printf(MSG_DEBUG, "DPP: Authentication Response from " MACSTR,
  713. MAC2STR(src));
  714. if (!auth) {
  715. wpa_printf(MSG_DEBUG,
  716. "DPP: No DPP Authentication in progress - drop");
  717. return;
  718. }
  719. if (!is_zero_ether_addr(auth->peer_mac_addr) &&
  720. os_memcmp(src, auth->peer_mac_addr, ETH_ALEN) != 0) {
  721. wpa_printf(MSG_DEBUG, "DPP: MAC address mismatch (expected "
  722. MACSTR ") - drop", MAC2STR(auth->peer_mac_addr));
  723. return;
  724. }
  725. msg = dpp_auth_resp_rx(auth, hdr, buf, len);
  726. if (!msg) {
  727. if (auth->auth_resp_status == DPP_STATUS_RESPONSE_PENDING) {
  728. wpa_printf(MSG_DEBUG, "DPP: Wait for full response");
  729. return;
  730. }
  731. wpa_printf(MSG_DEBUG, "DPP: No confirm generated");
  732. return;
  733. }
  734. os_memcpy(auth->peer_mac_addr, src, ETH_ALEN);
  735. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR
  736. " freq=%u type=%d", MAC2STR(src), auth->curr_freq,
  737. DPP_PA_AUTHENTICATION_CONF);
  738. hostapd_drv_send_action(hapd, auth->curr_freq, 0, src,
  739. wpabuf_head(msg), wpabuf_len(msg));
  740. wpabuf_free(msg);
  741. hapd->dpp_auth_ok_on_ack = 1;
  742. }
  743. static void hostapd_dpp_rx_auth_conf(struct hostapd_data *hapd, const u8 *src,
  744. const u8 *hdr, const u8 *buf, size_t len)
  745. {
  746. struct dpp_authentication *auth = hapd->dpp_auth;
  747. wpa_printf(MSG_DEBUG, "DPP: Authentication Confirmation from " MACSTR,
  748. MAC2STR(src));
  749. if (!auth) {
  750. wpa_printf(MSG_DEBUG,
  751. "DPP: No DPP Authentication in progress - drop");
  752. return;
  753. }
  754. if (os_memcmp(src, auth->peer_mac_addr, ETH_ALEN) != 0) {
  755. wpa_printf(MSG_DEBUG, "DPP: MAC address mismatch (expected "
  756. MACSTR ") - drop", MAC2STR(auth->peer_mac_addr));
  757. return;
  758. }
  759. if (dpp_auth_conf_rx(auth, hdr, buf, len) < 0) {
  760. wpa_printf(MSG_DEBUG, "DPP: Authentication failed");
  761. return;
  762. }
  763. hostapd_dpp_auth_success(hapd, 0);
  764. }
  765. static void hostapd_dpp_rx_peer_disc_req(struct hostapd_data *hapd,
  766. const u8 *src,
  767. const u8 *buf, size_t len,
  768. unsigned int freq)
  769. {
  770. const u8 *connector, *trans_id;
  771. u16 connector_len, trans_id_len;
  772. struct os_time now;
  773. struct dpp_introduction intro;
  774. os_time_t expire;
  775. int expiration;
  776. struct wpabuf *msg;
  777. wpa_printf(MSG_DEBUG, "DPP: Peer Discovery Request from " MACSTR,
  778. MAC2STR(src));
  779. if (!hapd->wpa_auth ||
  780. !(hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_DPP) ||
  781. !(hapd->conf->wpa & WPA_PROTO_RSN)) {
  782. wpa_printf(MSG_DEBUG, "DPP: DPP AKM not in use");
  783. return;
  784. }
  785. if (!hapd->conf->dpp_connector || !hapd->conf->dpp_netaccesskey ||
  786. !hapd->conf->dpp_csign) {
  787. wpa_printf(MSG_DEBUG, "DPP: No own Connector/keys set");
  788. return;
  789. }
  790. os_get_time(&now);
  791. if (hapd->conf->dpp_netaccesskey_expiry &&
  792. hapd->conf->dpp_netaccesskey_expiry < now.sec) {
  793. wpa_printf(MSG_INFO, "DPP: Own netAccessKey expired");
  794. return;
  795. }
  796. trans_id = dpp_get_attr(buf, len, DPP_ATTR_TRANSACTION_ID,
  797. &trans_id_len);
  798. if (!trans_id || trans_id_len != 1) {
  799. wpa_printf(MSG_DEBUG,
  800. "DPP: Peer did not include Transaction ID");
  801. return;
  802. }
  803. connector = dpp_get_attr(buf, len, DPP_ATTR_CONNECTOR, &connector_len);
  804. if (!connector) {
  805. wpa_printf(MSG_DEBUG,
  806. "DPP: Peer did not include its Connector");
  807. return;
  808. }
  809. if (dpp_peer_intro(&intro, hapd->conf->dpp_connector,
  810. wpabuf_head(hapd->conf->dpp_netaccesskey),
  811. wpabuf_len(hapd->conf->dpp_netaccesskey),
  812. wpabuf_head(hapd->conf->dpp_csign),
  813. wpabuf_len(hapd->conf->dpp_csign),
  814. connector, connector_len, &expire) < 0) {
  815. wpa_printf(MSG_INFO,
  816. "DPP: Network Introduction protocol resulted in failure");
  817. return;
  818. }
  819. if (!expire || hapd->conf->dpp_netaccesskey_expiry < expire)
  820. expire = hapd->conf->dpp_netaccesskey_expiry;
  821. if (expire)
  822. expiration = expire - now.sec;
  823. else
  824. expiration = 0;
  825. if (wpa_auth_pmksa_add2(hapd->wpa_auth, src, intro.pmk, intro.pmk_len,
  826. intro.pmkid, expiration,
  827. WPA_KEY_MGMT_DPP) < 0) {
  828. wpa_printf(MSG_ERROR, "DPP: Failed to add PMKSA cache entry");
  829. return;
  830. }
  831. msg = dpp_alloc_msg(DPP_PA_PEER_DISCOVERY_RESP,
  832. 5 + 4 + os_strlen(hapd->conf->dpp_connector));
  833. if (!msg)
  834. return;
  835. /* Transaction ID */
  836. wpabuf_put_le16(msg, DPP_ATTR_TRANSACTION_ID);
  837. wpabuf_put_le16(msg, 1);
  838. wpabuf_put_u8(msg, trans_id[0]);
  839. /* DPP Connector */
  840. wpabuf_put_le16(msg, DPP_ATTR_CONNECTOR);
  841. wpabuf_put_le16(msg, os_strlen(hapd->conf->dpp_connector));
  842. wpabuf_put_str(msg, hapd->conf->dpp_connector);
  843. wpa_printf(MSG_DEBUG, "DPP: Send Peer Discovery Response to " MACSTR,
  844. MAC2STR(src));
  845. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR
  846. " freq=%u type=%d", MAC2STR(src), freq,
  847. DPP_PA_PEER_DISCOVERY_RESP);
  848. hostapd_drv_send_action(hapd, freq, 0, src,
  849. wpabuf_head(msg), wpabuf_len(msg));
  850. wpabuf_free(msg);
  851. }
  852. static void
  853. hostapd_dpp_rx_pkex_exchange_req(struct hostapd_data *hapd, const u8 *src,
  854. const u8 *buf, size_t len,
  855. unsigned int freq)
  856. {
  857. struct wpabuf *msg;
  858. wpa_printf(MSG_DEBUG, "DPP: PKEX Exchange Request from " MACSTR,
  859. MAC2STR(src));
  860. /* TODO: Support multiple PKEX codes by iterating over all the enabled
  861. * values here */
  862. if (!hapd->dpp_pkex_code || !hapd->dpp_pkex_bi) {
  863. wpa_printf(MSG_DEBUG,
  864. "DPP: No PKEX code configured - ignore request");
  865. return;
  866. }
  867. if (hapd->dpp_pkex) {
  868. /* TODO: Support parallel operations */
  869. wpa_printf(MSG_DEBUG,
  870. "DPP: Already in PKEX session - ignore new request");
  871. return;
  872. }
  873. hapd->dpp_pkex = dpp_pkex_rx_exchange_req(hapd->dpp_pkex_bi,
  874. hapd->own_addr, src,
  875. hapd->dpp_pkex_identifier,
  876. hapd->dpp_pkex_code,
  877. buf, len);
  878. if (!hapd->dpp_pkex) {
  879. wpa_printf(MSG_DEBUG,
  880. "DPP: Failed to process the request - ignore it");
  881. return;
  882. }
  883. msg = hapd->dpp_pkex->exchange_resp;
  884. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR
  885. " freq=%u type=%d", MAC2STR(src), freq,
  886. DPP_PA_PKEX_EXCHANGE_RESP);
  887. hostapd_drv_send_action(hapd, freq, 0, src,
  888. wpabuf_head(msg), wpabuf_len(msg));
  889. }
  890. static void
  891. hostapd_dpp_rx_pkex_exchange_resp(struct hostapd_data *hapd, const u8 *src,
  892. const u8 *buf, size_t len, unsigned int freq)
  893. {
  894. struct wpabuf *msg;
  895. wpa_printf(MSG_DEBUG, "DPP: PKEX Exchange Response from " MACSTR,
  896. MAC2STR(src));
  897. /* TODO: Support multiple PKEX codes by iterating over all the enabled
  898. * values here */
  899. if (!hapd->dpp_pkex || !hapd->dpp_pkex->initiator ||
  900. hapd->dpp_pkex->exchange_done) {
  901. wpa_printf(MSG_DEBUG, "DPP: No matching PKEX session");
  902. return;
  903. }
  904. os_memcpy(hapd->dpp_pkex->peer_mac, src, ETH_ALEN);
  905. msg = dpp_pkex_rx_exchange_resp(hapd->dpp_pkex, buf, len);
  906. if (!msg) {
  907. wpa_printf(MSG_DEBUG, "DPP: Failed to process the response");
  908. return;
  909. }
  910. wpa_printf(MSG_DEBUG, "DPP: Send PKEX Commit-Reveal Request to " MACSTR,
  911. MAC2STR(src));
  912. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR
  913. " freq=%u type=%d", MAC2STR(src), freq,
  914. DPP_PA_PKEX_COMMIT_REVEAL_REQ);
  915. hostapd_drv_send_action(hapd, freq, 0, src,
  916. wpabuf_head(msg), wpabuf_len(msg));
  917. wpabuf_free(msg);
  918. }
  919. static void
  920. hostapd_dpp_rx_pkex_commit_reveal_req(struct hostapd_data *hapd, const u8 *src,
  921. const u8 *hdr, const u8 *buf, size_t len,
  922. unsigned int freq)
  923. {
  924. struct wpabuf *msg;
  925. struct dpp_pkex *pkex = hapd->dpp_pkex;
  926. struct dpp_bootstrap_info *bi;
  927. wpa_printf(MSG_DEBUG, "DPP: PKEX Commit-Reveal Request from " MACSTR,
  928. MAC2STR(src));
  929. if (!pkex || pkex->initiator || !pkex->exchange_done) {
  930. wpa_printf(MSG_DEBUG, "DPP: No matching PKEX session");
  931. return;
  932. }
  933. msg = dpp_pkex_rx_commit_reveal_req(pkex, hdr, buf, len);
  934. if (!msg) {
  935. wpa_printf(MSG_DEBUG, "DPP: Failed to process the request");
  936. return;
  937. }
  938. wpa_printf(MSG_DEBUG, "DPP: Send PKEX Commit-Reveal Response to "
  939. MACSTR, MAC2STR(src));
  940. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR
  941. " freq=%u type=%d", MAC2STR(src), freq,
  942. DPP_PA_PKEX_COMMIT_REVEAL_RESP);
  943. hostapd_drv_send_action(hapd, freq, 0, src,
  944. wpabuf_head(msg), wpabuf_len(msg));
  945. wpabuf_free(msg);
  946. bi = os_zalloc(sizeof(*bi));
  947. if (!bi)
  948. return;
  949. bi->id = hapd_dpp_next_id(hapd);
  950. bi->type = DPP_BOOTSTRAP_PKEX;
  951. os_memcpy(bi->mac_addr, src, ETH_ALEN);
  952. bi->num_freq = 1;
  953. bi->freq[0] = freq;
  954. bi->curve = pkex->own_bi->curve;
  955. bi->pubkey = pkex->peer_bootstrap_key;
  956. pkex->peer_bootstrap_key = NULL;
  957. dpp_pkex_free(pkex);
  958. hapd->dpp_pkex = NULL;
  959. if (dpp_bootstrap_key_hash(bi) < 0) {
  960. dpp_bootstrap_info_free(bi);
  961. return;
  962. }
  963. dl_list_add(&hapd->dpp_bootstrap, &bi->list);
  964. }
  965. static void
  966. hostapd_dpp_rx_pkex_commit_reveal_resp(struct hostapd_data *hapd, const u8 *src,
  967. const u8 *hdr, const u8 *buf, size_t len,
  968. unsigned int freq)
  969. {
  970. int res;
  971. struct dpp_bootstrap_info *bi, *own_bi;
  972. struct dpp_pkex *pkex = hapd->dpp_pkex;
  973. char cmd[500];
  974. wpa_printf(MSG_DEBUG, "DPP: PKEX Commit-Reveal Response from " MACSTR,
  975. MAC2STR(src));
  976. if (!pkex || !pkex->initiator || !pkex->exchange_done) {
  977. wpa_printf(MSG_DEBUG, "DPP: No matching PKEX session");
  978. return;
  979. }
  980. res = dpp_pkex_rx_commit_reveal_resp(pkex, hdr, buf, len);
  981. if (res < 0) {
  982. wpa_printf(MSG_DEBUG, "DPP: Failed to process the response");
  983. return;
  984. }
  985. own_bi = pkex->own_bi;
  986. bi = os_zalloc(sizeof(*bi));
  987. if (!bi)
  988. return;
  989. bi->id = hapd_dpp_next_id(hapd);
  990. bi->type = DPP_BOOTSTRAP_PKEX;
  991. os_memcpy(bi->mac_addr, src, ETH_ALEN);
  992. bi->num_freq = 1;
  993. bi->freq[0] = freq;
  994. bi->curve = own_bi->curve;
  995. bi->pubkey = pkex->peer_bootstrap_key;
  996. pkex->peer_bootstrap_key = NULL;
  997. dpp_pkex_free(pkex);
  998. hapd->dpp_pkex = NULL;
  999. if (dpp_bootstrap_key_hash(bi) < 0) {
  1000. dpp_bootstrap_info_free(bi);
  1001. return;
  1002. }
  1003. dl_list_add(&hapd->dpp_bootstrap, &bi->list);
  1004. os_snprintf(cmd, sizeof(cmd), " peer=%u %s",
  1005. bi->id,
  1006. hapd->dpp_pkex_auth_cmd ? hapd->dpp_pkex_auth_cmd : "");
  1007. wpa_printf(MSG_DEBUG,
  1008. "DPP: Start authentication after PKEX with parameters: %s",
  1009. cmd);
  1010. if (hostapd_dpp_auth_init(hapd, cmd) < 0) {
  1011. wpa_printf(MSG_DEBUG,
  1012. "DPP: Authentication initialization failed");
  1013. return;
  1014. }
  1015. }
  1016. void hostapd_dpp_rx_action(struct hostapd_data *hapd, const u8 *src,
  1017. const u8 *buf, size_t len, unsigned int freq)
  1018. {
  1019. u8 crypto_suite;
  1020. enum dpp_public_action_frame_type type;
  1021. const u8 *hdr;
  1022. if (len < DPP_HDR_LEN)
  1023. return;
  1024. if (WPA_GET_BE24(buf) != OUI_WFA || buf[3] != DPP_OUI_TYPE)
  1025. return;
  1026. hdr = buf;
  1027. buf += 4;
  1028. len -= 4;
  1029. crypto_suite = *buf++;
  1030. type = *buf++;
  1031. len -= 2;
  1032. wpa_printf(MSG_DEBUG,
  1033. "DPP: Received DPP Public Action frame crypto suite %u type %d from "
  1034. MACSTR " freq=%u",
  1035. crypto_suite, type, MAC2STR(src), freq);
  1036. if (crypto_suite != 1) {
  1037. wpa_printf(MSG_DEBUG, "DPP: Unsupported crypto suite %u",
  1038. crypto_suite);
  1039. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_RX "src=" MACSTR
  1040. " freq=%u type=%d ignore=unsupported-crypto-suite",
  1041. MAC2STR(src), freq, type);
  1042. return;
  1043. }
  1044. wpa_hexdump(MSG_MSGDUMP, "DPP: Received message attributes", buf, len);
  1045. if (dpp_check_attrs(buf, len) < 0) {
  1046. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_RX "src=" MACSTR
  1047. " freq=%u type=%d ignore=invalid-attributes",
  1048. MAC2STR(src), freq, type);
  1049. return;
  1050. }
  1051. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_RX "src=" MACSTR
  1052. " freq=%u type=%d", MAC2STR(src), freq, type);
  1053. switch (type) {
  1054. case DPP_PA_AUTHENTICATION_REQ:
  1055. hostapd_dpp_rx_auth_req(hapd, src, hdr, buf, len, freq);
  1056. break;
  1057. case DPP_PA_AUTHENTICATION_RESP:
  1058. hostapd_dpp_rx_auth_resp(hapd, src, hdr, buf, len);
  1059. break;
  1060. case DPP_PA_AUTHENTICATION_CONF:
  1061. hostapd_dpp_rx_auth_conf(hapd, src, hdr, buf, len);
  1062. break;
  1063. case DPP_PA_PEER_DISCOVERY_REQ:
  1064. hostapd_dpp_rx_peer_disc_req(hapd, src, buf, len, freq);
  1065. break;
  1066. case DPP_PA_PKEX_EXCHANGE_REQ:
  1067. hostapd_dpp_rx_pkex_exchange_req(hapd, src, buf, len, freq);
  1068. break;
  1069. case DPP_PA_PKEX_EXCHANGE_RESP:
  1070. hostapd_dpp_rx_pkex_exchange_resp(hapd, src, buf, len, freq);
  1071. break;
  1072. case DPP_PA_PKEX_COMMIT_REVEAL_REQ:
  1073. hostapd_dpp_rx_pkex_commit_reveal_req(hapd, src, hdr, buf, len,
  1074. freq);
  1075. break;
  1076. case DPP_PA_PKEX_COMMIT_REVEAL_RESP:
  1077. hostapd_dpp_rx_pkex_commit_reveal_resp(hapd, src, hdr, buf, len,
  1078. freq);
  1079. break;
  1080. default:
  1081. wpa_printf(MSG_DEBUG,
  1082. "DPP: Ignored unsupported frame subtype %d", type);
  1083. break;
  1084. }
  1085. }
  1086. struct wpabuf *
  1087. hostapd_dpp_gas_req_handler(struct hostapd_data *hapd, const u8 *sa,
  1088. const u8 *query, size_t query_len)
  1089. {
  1090. struct dpp_authentication *auth = hapd->dpp_auth;
  1091. struct wpabuf *resp;
  1092. wpa_printf(MSG_DEBUG, "DPP: GAS request from " MACSTR, MAC2STR(sa));
  1093. if (!auth || !auth->auth_success ||
  1094. os_memcmp(sa, auth->peer_mac_addr, ETH_ALEN) != 0) {
  1095. wpa_printf(MSG_DEBUG, "DPP: No matching exchange in progress");
  1096. return NULL;
  1097. }
  1098. wpa_hexdump(MSG_DEBUG,
  1099. "DPP: Received Configuration Request (GAS Query Request)",
  1100. query, query_len);
  1101. resp = dpp_conf_req_rx(auth, query, query_len);
  1102. if (!resp)
  1103. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_CONF_FAILED);
  1104. return resp;
  1105. }
  1106. static unsigned int hostapd_dpp_next_configurator_id(struct hostapd_data *hapd)
  1107. {
  1108. struct dpp_configurator *conf;
  1109. unsigned int max_id = 0;
  1110. dl_list_for_each(conf, &hapd->dpp_configurator,
  1111. struct dpp_configurator, list) {
  1112. if (conf->id > max_id)
  1113. max_id = conf->id;
  1114. }
  1115. return max_id + 1;
  1116. }
  1117. int hostapd_dpp_configurator_add(struct hostapd_data *hapd, const char *cmd)
  1118. {
  1119. char *curve = NULL;
  1120. char *key = NULL;
  1121. u8 *privkey = NULL;
  1122. size_t privkey_len = 0;
  1123. int ret = -1;
  1124. struct dpp_configurator *conf = NULL;
  1125. curve = get_param(cmd, " curve=");
  1126. key = get_param(cmd, " key=");
  1127. if (key) {
  1128. privkey_len = os_strlen(key) / 2;
  1129. privkey = os_malloc(privkey_len);
  1130. if (!privkey ||
  1131. hexstr2bin(key, privkey, privkey_len) < 0)
  1132. goto fail;
  1133. }
  1134. conf = dpp_keygen_configurator(curve, privkey, privkey_len);
  1135. if (!conf)
  1136. goto fail;
  1137. conf->id = hostapd_dpp_next_configurator_id(hapd);
  1138. dl_list_add(&hapd->dpp_configurator, &conf->list);
  1139. ret = conf->id;
  1140. conf = NULL;
  1141. fail:
  1142. os_free(curve);
  1143. str_clear_free(key);
  1144. bin_clear_free(privkey, privkey_len);
  1145. dpp_configurator_free(conf);
  1146. return ret;
  1147. }
  1148. static int dpp_configurator_del(struct hostapd_data *hapd, unsigned int id)
  1149. {
  1150. struct dpp_configurator *conf, *tmp;
  1151. int found = 0;
  1152. dl_list_for_each_safe(conf, tmp, &hapd->dpp_configurator,
  1153. struct dpp_configurator, list) {
  1154. if (id && conf->id != id)
  1155. continue;
  1156. found = 1;
  1157. dl_list_del(&conf->list);
  1158. dpp_configurator_free(conf);
  1159. }
  1160. if (id == 0)
  1161. return 0; /* flush succeeds regardless of entries found */
  1162. return found ? 0 : -1;
  1163. }
  1164. int hostapd_dpp_configurator_remove(struct hostapd_data *hapd, const char *id)
  1165. {
  1166. unsigned int id_val;
  1167. if (os_strcmp(id, "*") == 0) {
  1168. id_val = 0;
  1169. } else {
  1170. id_val = atoi(id);
  1171. if (id_val == 0)
  1172. return -1;
  1173. }
  1174. return dpp_configurator_del(hapd, id_val);
  1175. }
  1176. int hostapd_dpp_pkex_add(struct hostapd_data *hapd, const char *cmd)
  1177. {
  1178. struct dpp_bootstrap_info *own_bi;
  1179. const char *pos, *end;
  1180. pos = os_strstr(cmd, " own=");
  1181. if (!pos)
  1182. return -1;
  1183. pos += 5;
  1184. own_bi = dpp_bootstrap_get_id(hapd, atoi(pos));
  1185. if (!own_bi) {
  1186. wpa_printf(MSG_DEBUG,
  1187. "DPP: Identified bootstrap info not found");
  1188. return -1;
  1189. }
  1190. if (own_bi->type != DPP_BOOTSTRAP_PKEX) {
  1191. wpa_printf(MSG_DEBUG,
  1192. "DPP: Identified bootstrap info not for PKEX");
  1193. return -1;
  1194. }
  1195. hapd->dpp_pkex_bi = own_bi;
  1196. os_free(hapd->dpp_pkex_identifier);
  1197. hapd->dpp_pkex_identifier = NULL;
  1198. pos = os_strstr(cmd, " identifier=");
  1199. if (pos) {
  1200. pos += 12;
  1201. end = os_strchr(pos, ' ');
  1202. if (!end)
  1203. return -1;
  1204. hapd->dpp_pkex_identifier = os_malloc(end - pos + 1);
  1205. if (!hapd->dpp_pkex_identifier)
  1206. return -1;
  1207. os_memcpy(hapd->dpp_pkex_identifier, pos, end - pos);
  1208. hapd->dpp_pkex_identifier[end - pos] = '\0';
  1209. }
  1210. pos = os_strstr(cmd, " code=");
  1211. if (!pos)
  1212. return -1;
  1213. os_free(hapd->dpp_pkex_code);
  1214. hapd->dpp_pkex_code = os_strdup(pos + 6);
  1215. if (!hapd->dpp_pkex_code)
  1216. return -1;
  1217. if (os_strstr(cmd, " init=1")) {
  1218. struct wpabuf *msg;
  1219. wpa_printf(MSG_DEBUG, "DPP: Initiating PKEX");
  1220. dpp_pkex_free(hapd->dpp_pkex);
  1221. hapd->dpp_pkex = dpp_pkex_init(own_bi, hapd->own_addr,
  1222. hapd->dpp_pkex_identifier,
  1223. hapd->dpp_pkex_code);
  1224. if (!hapd->dpp_pkex)
  1225. return -1;
  1226. msg = hapd->dpp_pkex->exchange_req;
  1227. /* TODO: Which channel to use? */
  1228. wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR
  1229. " freq=%u type=%d", MAC2STR(broadcast), 2437,
  1230. DPP_PA_PKEX_EXCHANGE_REQ);
  1231. hostapd_drv_send_action(hapd, 2437, 0, broadcast,
  1232. wpabuf_head(msg), wpabuf_len(msg));
  1233. }
  1234. /* TODO: Support multiple PKEX info entries */
  1235. os_free(hapd->dpp_pkex_auth_cmd);
  1236. hapd->dpp_pkex_auth_cmd = os_strdup(cmd);
  1237. return 1;
  1238. }
  1239. int hostapd_dpp_pkex_remove(struct hostapd_data *hapd, const char *id)
  1240. {
  1241. unsigned int id_val;
  1242. if (os_strcmp(id, "*") == 0) {
  1243. id_val = 0;
  1244. } else {
  1245. id_val = atoi(id);
  1246. if (id_val == 0)
  1247. return -1;
  1248. }
  1249. if ((id_val != 0 && id_val != 1) || !hapd->dpp_pkex_code)
  1250. return -1;
  1251. /* TODO: Support multiple PKEX entries */
  1252. os_free(hapd->dpp_pkex_code);
  1253. hapd->dpp_pkex_code = NULL;
  1254. os_free(hapd->dpp_pkex_identifier);
  1255. hapd->dpp_pkex_identifier = NULL;
  1256. os_free(hapd->dpp_pkex_auth_cmd);
  1257. hapd->dpp_pkex_auth_cmd = NULL;
  1258. hapd->dpp_pkex_bi = NULL;
  1259. /* TODO: Remove dpp_pkex only if it is for the identified PKEX code */
  1260. dpp_pkex_free(hapd->dpp_pkex);
  1261. hapd->dpp_pkex = NULL;
  1262. return 0;
  1263. }
  1264. int hostapd_dpp_init(struct hostapd_data *hapd)
  1265. {
  1266. dl_list_init(&hapd->dpp_bootstrap);
  1267. dl_list_init(&hapd->dpp_configurator);
  1268. hapd->dpp_allowed_roles = DPP_CAPAB_CONFIGURATOR | DPP_CAPAB_ENROLLEE;
  1269. hapd->dpp_init_done = 1;
  1270. return 0;
  1271. }
  1272. void hostapd_dpp_deinit(struct hostapd_data *hapd)
  1273. {
  1274. #ifdef CONFIG_TESTING_OPTIONS
  1275. os_free(hapd->dpp_config_obj_override);
  1276. hapd->dpp_config_obj_override = NULL;
  1277. os_free(hapd->dpp_discovery_override);
  1278. hapd->dpp_discovery_override = NULL;
  1279. os_free(hapd->dpp_groups_override);
  1280. hapd->dpp_groups_override = NULL;
  1281. hapd->dpp_ignore_netaccesskey_mismatch = 0;
  1282. #endif /* CONFIG_TESTING_OPTIONS */
  1283. if (!hapd->dpp_init_done)
  1284. return;
  1285. dpp_bootstrap_del(hapd, 0);
  1286. dpp_configurator_del(hapd, 0);
  1287. dpp_auth_deinit(hapd->dpp_auth);
  1288. hapd->dpp_auth = NULL;
  1289. hostapd_dpp_pkex_remove(hapd, "*");
  1290. hapd->dpp_pkex = NULL;
  1291. os_free(hapd->dpp_configurator_params);
  1292. hapd->dpp_configurator_params = NULL;
  1293. }