eapol_test.c 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287
  1. /*
  2. * WPA Supplicant - test code
  3. * Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi>
  4. *
  5. * This software may be distributed under the terms of the BSD license.
  6. * See README for more details.
  7. *
  8. * IEEE 802.1X Supplicant test code (to be used in place of wpa_supplicant.c.
  9. * Not used in production version.
  10. */
  11. #include "includes.h"
  12. #include <assert.h>
  13. #include "common.h"
  14. #include "utils/ext_password.h"
  15. #include "config.h"
  16. #include "eapol_supp/eapol_supp_sm.h"
  17. #include "eap_peer/eap.h"
  18. #include "eap_server/eap_methods.h"
  19. #include "eloop.h"
  20. #include "utils/base64.h"
  21. #include "rsn_supp/wpa.h"
  22. #include "eap_peer/eap_i.h"
  23. #include "wpa_supplicant_i.h"
  24. #include "radius/radius.h"
  25. #include "radius/radius_client.h"
  26. #include "common/wpa_ctrl.h"
  27. #include "ctrl_iface.h"
  28. #include "pcsc_funcs.h"
  29. extern int wpa_debug_level;
  30. extern int wpa_debug_show_keys;
  31. struct wpa_driver_ops *wpa_drivers[] = { NULL };
  32. struct extra_radius_attr {
  33. u8 type;
  34. char syntax;
  35. char *data;
  36. struct extra_radius_attr *next;
  37. };
  38. struct eapol_test_data {
  39. struct wpa_supplicant *wpa_s;
  40. int eapol_test_num_reauths;
  41. int no_mppe_keys;
  42. int num_mppe_ok, num_mppe_mismatch;
  43. u8 radius_identifier;
  44. struct radius_msg *last_recv_radius;
  45. struct in_addr own_ip_addr;
  46. struct radius_client_data *radius;
  47. struct hostapd_radius_servers *radius_conf;
  48. u8 *last_eap_radius; /* last received EAP Response from Authentication
  49. * Server */
  50. size_t last_eap_radius_len;
  51. u8 authenticator_pmk[PMK_LEN];
  52. size_t authenticator_pmk_len;
  53. int radius_access_accept_received;
  54. int radius_access_reject_received;
  55. int auth_timed_out;
  56. u8 *eap_identity;
  57. size_t eap_identity_len;
  58. char *connect_info;
  59. u8 own_addr[ETH_ALEN];
  60. struct extra_radius_attr *extra_attrs;
  61. FILE *server_cert_file;
  62. };
  63. static struct eapol_test_data eapol_test;
  64. static void send_eap_request_identity(void *eloop_ctx, void *timeout_ctx);
  65. static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module,
  66. int level, const char *txt, size_t len)
  67. {
  68. if (addr)
  69. wpa_printf(MSG_DEBUG, "STA " MACSTR ": %s\n",
  70. MAC2STR(addr), txt);
  71. else
  72. wpa_printf(MSG_DEBUG, "%s", txt);
  73. }
  74. static int add_extra_attr(struct radius_msg *msg,
  75. struct extra_radius_attr *attr)
  76. {
  77. size_t len;
  78. char *pos;
  79. u32 val;
  80. char buf[128];
  81. switch (attr->syntax) {
  82. case 's':
  83. os_snprintf(buf, sizeof(buf), "%s", attr->data);
  84. len = os_strlen(buf);
  85. break;
  86. case 'n':
  87. buf[0] = '\0';
  88. len = 1;
  89. break;
  90. case 'x':
  91. pos = attr->data;
  92. if (pos[0] == '0' && pos[1] == 'x')
  93. pos += 2;
  94. len = os_strlen(pos);
  95. if ((len & 1) || (len / 2) > sizeof(buf)) {
  96. printf("Invalid extra attribute hexstring\n");
  97. return -1;
  98. }
  99. len /= 2;
  100. if (hexstr2bin(pos, (u8 *) buf, len) < 0) {
  101. printf("Invalid extra attribute hexstring\n");
  102. return -1;
  103. }
  104. break;
  105. case 'd':
  106. val = htonl(atoi(attr->data));
  107. os_memcpy(buf, &val, 4);
  108. len = 4;
  109. break;
  110. default:
  111. printf("Incorrect extra attribute syntax specification\n");
  112. return -1;
  113. }
  114. if (!radius_msg_add_attr(msg, attr->type, (u8 *) buf, len)) {
  115. printf("Could not add attribute %d\n", attr->type);
  116. return -1;
  117. }
  118. return 0;
  119. }
  120. static int add_extra_attrs(struct radius_msg *msg,
  121. struct extra_radius_attr *attrs)
  122. {
  123. struct extra_radius_attr *p;
  124. for (p = attrs; p; p = p->next) {
  125. if (add_extra_attr(msg, p) < 0)
  126. return -1;
  127. }
  128. return 0;
  129. }
  130. static struct extra_radius_attr *
  131. find_extra_attr(struct extra_radius_attr *attrs, u8 type)
  132. {
  133. struct extra_radius_attr *p;
  134. for (p = attrs; p; p = p->next) {
  135. if (p->type == type)
  136. return p;
  137. }
  138. return NULL;
  139. }
  140. static void ieee802_1x_encapsulate_radius(struct eapol_test_data *e,
  141. const u8 *eap, size_t len)
  142. {
  143. struct radius_msg *msg;
  144. char buf[128];
  145. const struct eap_hdr *hdr;
  146. const u8 *pos;
  147. wpa_printf(MSG_DEBUG, "Encapsulating EAP message into a RADIUS "
  148. "packet");
  149. e->radius_identifier = radius_client_get_id(e->radius);
  150. msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST,
  151. e->radius_identifier);
  152. if (msg == NULL) {
  153. printf("Could not create net RADIUS packet\n");
  154. return;
  155. }
  156. radius_msg_make_authenticator(msg, (u8 *) e, sizeof(*e));
  157. hdr = (const struct eap_hdr *) eap;
  158. pos = (const u8 *) (hdr + 1);
  159. if (len > sizeof(*hdr) && hdr->code == EAP_CODE_RESPONSE &&
  160. pos[0] == EAP_TYPE_IDENTITY) {
  161. pos++;
  162. os_free(e->eap_identity);
  163. e->eap_identity_len = len - sizeof(*hdr) - 1;
  164. e->eap_identity = os_malloc(e->eap_identity_len);
  165. if (e->eap_identity) {
  166. os_memcpy(e->eap_identity, pos, e->eap_identity_len);
  167. wpa_hexdump(MSG_DEBUG, "Learned identity from "
  168. "EAP-Response-Identity",
  169. e->eap_identity, e->eap_identity_len);
  170. }
  171. }
  172. if (e->eap_identity &&
  173. !radius_msg_add_attr(msg, RADIUS_ATTR_USER_NAME,
  174. e->eap_identity, e->eap_identity_len)) {
  175. printf("Could not add User-Name\n");
  176. goto fail;
  177. }
  178. if (!find_extra_attr(e->extra_attrs, RADIUS_ATTR_NAS_IP_ADDRESS) &&
  179. !radius_msg_add_attr(msg, RADIUS_ATTR_NAS_IP_ADDRESS,
  180. (u8 *) &e->own_ip_addr, 4)) {
  181. printf("Could not add NAS-IP-Address\n");
  182. goto fail;
  183. }
  184. os_snprintf(buf, sizeof(buf), RADIUS_802_1X_ADDR_FORMAT,
  185. MAC2STR(e->wpa_s->own_addr));
  186. if (!find_extra_attr(e->extra_attrs, RADIUS_ATTR_CALLING_STATION_ID)
  187. &&
  188. !radius_msg_add_attr(msg, RADIUS_ATTR_CALLING_STATION_ID,
  189. (u8 *) buf, os_strlen(buf))) {
  190. printf("Could not add Calling-Station-Id\n");
  191. goto fail;
  192. }
  193. /* TODO: should probably check MTU from driver config; 2304 is max for
  194. * IEEE 802.11, but use 1400 to avoid problems with too large packets
  195. */
  196. if (!find_extra_attr(e->extra_attrs, RADIUS_ATTR_FRAMED_MTU) &&
  197. !radius_msg_add_attr_int32(msg, RADIUS_ATTR_FRAMED_MTU, 1400)) {
  198. printf("Could not add Framed-MTU\n");
  199. goto fail;
  200. }
  201. if (!find_extra_attr(e->extra_attrs, RADIUS_ATTR_NAS_PORT_TYPE) &&
  202. !radius_msg_add_attr_int32(msg, RADIUS_ATTR_NAS_PORT_TYPE,
  203. RADIUS_NAS_PORT_TYPE_IEEE_802_11)) {
  204. printf("Could not add NAS-Port-Type\n");
  205. goto fail;
  206. }
  207. os_snprintf(buf, sizeof(buf), "%s", e->connect_info);
  208. if (!find_extra_attr(e->extra_attrs, RADIUS_ATTR_CONNECT_INFO) &&
  209. !radius_msg_add_attr(msg, RADIUS_ATTR_CONNECT_INFO,
  210. (u8 *) buf, os_strlen(buf))) {
  211. printf("Could not add Connect-Info\n");
  212. goto fail;
  213. }
  214. if (add_extra_attrs(msg, e->extra_attrs) < 0)
  215. goto fail;
  216. if (eap && !radius_msg_add_eap(msg, eap, len)) {
  217. printf("Could not add EAP-Message\n");
  218. goto fail;
  219. }
  220. /* State attribute must be copied if and only if this packet is
  221. * Access-Request reply to the previous Access-Challenge */
  222. if (e->last_recv_radius &&
  223. radius_msg_get_hdr(e->last_recv_radius)->code ==
  224. RADIUS_CODE_ACCESS_CHALLENGE) {
  225. int res = radius_msg_copy_attr(msg, e->last_recv_radius,
  226. RADIUS_ATTR_STATE);
  227. if (res < 0) {
  228. printf("Could not copy State attribute from previous "
  229. "Access-Challenge\n");
  230. goto fail;
  231. }
  232. if (res > 0) {
  233. wpa_printf(MSG_DEBUG, " Copied RADIUS State "
  234. "Attribute");
  235. }
  236. }
  237. if (radius_client_send(e->radius, msg, RADIUS_AUTH, e->wpa_s->own_addr)
  238. < 0)
  239. goto fail;
  240. return;
  241. fail:
  242. radius_msg_free(msg);
  243. }
  244. static int eapol_test_eapol_send(void *ctx, int type, const u8 *buf,
  245. size_t len)
  246. {
  247. printf("WPA: eapol_test_eapol_send(type=%d len=%lu)\n",
  248. type, (unsigned long) len);
  249. if (type == IEEE802_1X_TYPE_EAP_PACKET) {
  250. wpa_hexdump(MSG_DEBUG, "TX EAP -> RADIUS", buf, len);
  251. ieee802_1x_encapsulate_radius(&eapol_test, buf, len);
  252. }
  253. return 0;
  254. }
  255. static void eapol_test_set_config_blob(void *ctx,
  256. struct wpa_config_blob *blob)
  257. {
  258. struct eapol_test_data *e = ctx;
  259. wpa_config_set_blob(e->wpa_s->conf, blob);
  260. }
  261. static const struct wpa_config_blob *
  262. eapol_test_get_config_blob(void *ctx, const char *name)
  263. {
  264. struct eapol_test_data *e = ctx;
  265. return wpa_config_get_blob(e->wpa_s->conf, name);
  266. }
  267. static void eapol_test_eapol_done_cb(void *ctx)
  268. {
  269. printf("WPA: EAPOL processing complete\n");
  270. }
  271. static void eapol_sm_reauth(void *eloop_ctx, void *timeout_ctx)
  272. {
  273. struct eapol_test_data *e = eloop_ctx;
  274. printf("\n\n\n\n\neapol_test: Triggering EAP reauthentication\n\n");
  275. e->radius_access_accept_received = 0;
  276. send_eap_request_identity(e->wpa_s, NULL);
  277. }
  278. static int eapol_test_compare_pmk(struct eapol_test_data *e)
  279. {
  280. u8 pmk[PMK_LEN];
  281. int ret = 1;
  282. if (eapol_sm_get_key(e->wpa_s->eapol, pmk, PMK_LEN) == 0) {
  283. wpa_hexdump(MSG_DEBUG, "PMK from EAPOL", pmk, PMK_LEN);
  284. if (os_memcmp(pmk, e->authenticator_pmk, PMK_LEN) != 0) {
  285. printf("WARNING: PMK mismatch\n");
  286. wpa_hexdump(MSG_DEBUG, "PMK from AS",
  287. e->authenticator_pmk, PMK_LEN);
  288. } else if (e->radius_access_accept_received)
  289. ret = 0;
  290. } else if (e->authenticator_pmk_len == 16 &&
  291. eapol_sm_get_key(e->wpa_s->eapol, pmk, 16) == 0) {
  292. wpa_hexdump(MSG_DEBUG, "LEAP PMK from EAPOL", pmk, 16);
  293. if (os_memcmp(pmk, e->authenticator_pmk, 16) != 0) {
  294. printf("WARNING: PMK mismatch\n");
  295. wpa_hexdump(MSG_DEBUG, "PMK from AS",
  296. e->authenticator_pmk, 16);
  297. } else if (e->radius_access_accept_received)
  298. ret = 0;
  299. } else if (e->radius_access_accept_received && e->no_mppe_keys) {
  300. /* No keying material expected */
  301. ret = 0;
  302. }
  303. if (ret && !e->no_mppe_keys)
  304. e->num_mppe_mismatch++;
  305. else if (!e->no_mppe_keys)
  306. e->num_mppe_ok++;
  307. return ret;
  308. }
  309. static void eapol_sm_cb(struct eapol_sm *eapol, int success, void *ctx)
  310. {
  311. struct eapol_test_data *e = ctx;
  312. printf("eapol_sm_cb: success=%d\n", success);
  313. e->eapol_test_num_reauths--;
  314. if (e->eapol_test_num_reauths < 0)
  315. eloop_terminate();
  316. else {
  317. eapol_test_compare_pmk(e);
  318. eloop_register_timeout(0, 100000, eapol_sm_reauth, e, NULL);
  319. }
  320. }
  321. static void eapol_test_write_cert(FILE *f, const char *subject,
  322. const struct wpabuf *cert)
  323. {
  324. unsigned char *encoded;
  325. encoded = base64_encode(wpabuf_head(cert), wpabuf_len(cert), NULL);
  326. if (encoded == NULL)
  327. return;
  328. fprintf(f, "%s\n-----BEGIN CERTIFICATE-----\n%s"
  329. "-----END CERTIFICATE-----\n\n", subject, encoded);
  330. os_free(encoded);
  331. }
  332. static void eapol_test_cert_cb(void *ctx, int depth, const char *subject,
  333. const char *cert_hash,
  334. const struct wpabuf *cert)
  335. {
  336. struct eapol_test_data *e = ctx;
  337. wpa_msg(e->wpa_s, MSG_INFO, WPA_EVENT_EAP_PEER_CERT
  338. "depth=%d subject='%s'%s%s",
  339. depth, subject,
  340. cert_hash ? " hash=" : "",
  341. cert_hash ? cert_hash : "");
  342. if (cert) {
  343. char *cert_hex;
  344. size_t len = wpabuf_len(cert) * 2 + 1;
  345. cert_hex = os_malloc(len);
  346. if (cert_hex) {
  347. wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert),
  348. wpabuf_len(cert));
  349. wpa_msg_ctrl(e->wpa_s, MSG_INFO,
  350. WPA_EVENT_EAP_PEER_CERT
  351. "depth=%d subject='%s' cert=%s",
  352. depth, subject, cert_hex);
  353. os_free(cert_hex);
  354. }
  355. if (e->server_cert_file)
  356. eapol_test_write_cert(e->server_cert_file,
  357. subject, cert);
  358. }
  359. }
  360. static int test_eapol(struct eapol_test_data *e, struct wpa_supplicant *wpa_s,
  361. struct wpa_ssid *ssid)
  362. {
  363. struct eapol_config eapol_conf;
  364. struct eapol_ctx *ctx;
  365. ctx = os_zalloc(sizeof(*ctx));
  366. if (ctx == NULL) {
  367. printf("Failed to allocate EAPOL context.\n");
  368. return -1;
  369. }
  370. ctx->ctx = e;
  371. ctx->msg_ctx = wpa_s;
  372. ctx->scard_ctx = wpa_s->scard;
  373. ctx->cb = eapol_sm_cb;
  374. ctx->cb_ctx = e;
  375. ctx->eapol_send_ctx = wpa_s;
  376. ctx->preauth = 0;
  377. ctx->eapol_done_cb = eapol_test_eapol_done_cb;
  378. ctx->eapol_send = eapol_test_eapol_send;
  379. ctx->set_config_blob = eapol_test_set_config_blob;
  380. ctx->get_config_blob = eapol_test_get_config_blob;
  381. ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
  382. ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
  383. ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
  384. ctx->cert_cb = eapol_test_cert_cb;
  385. ctx->cert_in_cb = 1;
  386. wpa_s->eapol = eapol_sm_init(ctx);
  387. if (wpa_s->eapol == NULL) {
  388. os_free(ctx);
  389. printf("Failed to initialize EAPOL state machines.\n");
  390. return -1;
  391. }
  392. wpa_s->current_ssid = ssid;
  393. os_memset(&eapol_conf, 0, sizeof(eapol_conf));
  394. eapol_conf.accept_802_1x_keys = 1;
  395. eapol_conf.required_keys = 0;
  396. eapol_conf.fast_reauth = wpa_s->conf->fast_reauth;
  397. eapol_conf.workaround = ssid->eap_workaround;
  398. eapol_sm_notify_config(wpa_s->eapol, &ssid->eap, &eapol_conf);
  399. eapol_sm_register_scard_ctx(wpa_s->eapol, wpa_s->scard);
  400. eapol_sm_notify_portValid(wpa_s->eapol, FALSE);
  401. /* 802.1X::portControl = Auto */
  402. eapol_sm_notify_portEnabled(wpa_s->eapol, TRUE);
  403. return 0;
  404. }
  405. static void test_eapol_clean(struct eapol_test_data *e,
  406. struct wpa_supplicant *wpa_s)
  407. {
  408. struct extra_radius_attr *p, *prev;
  409. radius_client_deinit(e->radius);
  410. os_free(e->last_eap_radius);
  411. radius_msg_free(e->last_recv_radius);
  412. e->last_recv_radius = NULL;
  413. os_free(e->eap_identity);
  414. e->eap_identity = NULL;
  415. eapol_sm_deinit(wpa_s->eapol);
  416. wpa_s->eapol = NULL;
  417. if (e->radius_conf && e->radius_conf->auth_server) {
  418. os_free(e->radius_conf->auth_server->shared_secret);
  419. os_free(e->radius_conf->auth_server);
  420. }
  421. os_free(e->radius_conf);
  422. e->radius_conf = NULL;
  423. scard_deinit(wpa_s->scard);
  424. if (wpa_s->ctrl_iface) {
  425. wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface);
  426. wpa_s->ctrl_iface = NULL;
  427. }
  428. ext_password_deinit(wpa_s->ext_pw);
  429. wpa_s->ext_pw = NULL;
  430. wpa_config_free(wpa_s->conf);
  431. p = e->extra_attrs;
  432. while (p) {
  433. prev = p;
  434. p = p->next;
  435. os_free(prev);
  436. }
  437. }
  438. static void send_eap_request_identity(void *eloop_ctx, void *timeout_ctx)
  439. {
  440. struct wpa_supplicant *wpa_s = eloop_ctx;
  441. u8 buf[100], *pos;
  442. struct ieee802_1x_hdr *hdr;
  443. struct eap_hdr *eap;
  444. hdr = (struct ieee802_1x_hdr *) buf;
  445. hdr->version = EAPOL_VERSION;
  446. hdr->type = IEEE802_1X_TYPE_EAP_PACKET;
  447. hdr->length = htons(5);
  448. eap = (struct eap_hdr *) (hdr + 1);
  449. eap->code = EAP_CODE_REQUEST;
  450. eap->identifier = 0;
  451. eap->length = htons(5);
  452. pos = (u8 *) (eap + 1);
  453. *pos = EAP_TYPE_IDENTITY;
  454. printf("Sending fake EAP-Request-Identity\n");
  455. eapol_sm_rx_eapol(wpa_s->eapol, wpa_s->bssid, buf,
  456. sizeof(*hdr) + 5);
  457. }
  458. static void eapol_test_timeout(void *eloop_ctx, void *timeout_ctx)
  459. {
  460. struct eapol_test_data *e = eloop_ctx;
  461. printf("EAPOL test timed out\n");
  462. e->auth_timed_out = 1;
  463. eloop_terminate();
  464. }
  465. static char *eap_type_text(u8 type)
  466. {
  467. switch (type) {
  468. case EAP_TYPE_IDENTITY: return "Identity";
  469. case EAP_TYPE_NOTIFICATION: return "Notification";
  470. case EAP_TYPE_NAK: return "Nak";
  471. case EAP_TYPE_TLS: return "TLS";
  472. case EAP_TYPE_TTLS: return "TTLS";
  473. case EAP_TYPE_PEAP: return "PEAP";
  474. case EAP_TYPE_SIM: return "SIM";
  475. case EAP_TYPE_GTC: return "GTC";
  476. case EAP_TYPE_MD5: return "MD5";
  477. case EAP_TYPE_OTP: return "OTP";
  478. case EAP_TYPE_FAST: return "FAST";
  479. case EAP_TYPE_SAKE: return "SAKE";
  480. case EAP_TYPE_PSK: return "PSK";
  481. default: return "Unknown";
  482. }
  483. }
  484. static void ieee802_1x_decapsulate_radius(struct eapol_test_data *e)
  485. {
  486. u8 *eap;
  487. size_t len;
  488. struct eap_hdr *hdr;
  489. int eap_type = -1;
  490. char buf[64];
  491. struct radius_msg *msg;
  492. if (e->last_recv_radius == NULL)
  493. return;
  494. msg = e->last_recv_radius;
  495. eap = radius_msg_get_eap(msg, &len);
  496. if (eap == NULL) {
  497. /* draft-aboba-radius-rfc2869bis-20.txt, Chap. 2.6.3:
  498. * RADIUS server SHOULD NOT send Access-Reject/no EAP-Message
  499. * attribute */
  500. wpa_printf(MSG_DEBUG, "could not extract "
  501. "EAP-Message from RADIUS message");
  502. os_free(e->last_eap_radius);
  503. e->last_eap_radius = NULL;
  504. e->last_eap_radius_len = 0;
  505. return;
  506. }
  507. if (len < sizeof(*hdr)) {
  508. wpa_printf(MSG_DEBUG, "too short EAP packet "
  509. "received from authentication server");
  510. os_free(eap);
  511. return;
  512. }
  513. if (len > sizeof(*hdr))
  514. eap_type = eap[sizeof(*hdr)];
  515. hdr = (struct eap_hdr *) eap;
  516. switch (hdr->code) {
  517. case EAP_CODE_REQUEST:
  518. os_snprintf(buf, sizeof(buf), "EAP-Request-%s (%d)",
  519. eap_type >= 0 ? eap_type_text(eap_type) : "??",
  520. eap_type);
  521. break;
  522. case EAP_CODE_RESPONSE:
  523. os_snprintf(buf, sizeof(buf), "EAP Response-%s (%d)",
  524. eap_type >= 0 ? eap_type_text(eap_type) : "??",
  525. eap_type);
  526. break;
  527. case EAP_CODE_SUCCESS:
  528. os_strlcpy(buf, "EAP Success", sizeof(buf));
  529. /* LEAP uses EAP Success within an authentication, so must not
  530. * stop here with eloop_terminate(); */
  531. break;
  532. case EAP_CODE_FAILURE:
  533. os_strlcpy(buf, "EAP Failure", sizeof(buf));
  534. eloop_terminate();
  535. break;
  536. default:
  537. os_strlcpy(buf, "unknown EAP code", sizeof(buf));
  538. wpa_hexdump(MSG_DEBUG, "Decapsulated EAP packet", eap, len);
  539. break;
  540. }
  541. wpa_printf(MSG_DEBUG, "decapsulated EAP packet (code=%d "
  542. "id=%d len=%d) from RADIUS server: %s",
  543. hdr->code, hdr->identifier, ntohs(hdr->length), buf);
  544. /* sta->eapol_sm->be_auth.idFromServer = hdr->identifier; */
  545. os_free(e->last_eap_radius);
  546. e->last_eap_radius = eap;
  547. e->last_eap_radius_len = len;
  548. {
  549. struct ieee802_1x_hdr *dot1x;
  550. dot1x = os_malloc(sizeof(*dot1x) + len);
  551. assert(dot1x != NULL);
  552. dot1x->version = EAPOL_VERSION;
  553. dot1x->type = IEEE802_1X_TYPE_EAP_PACKET;
  554. dot1x->length = htons(len);
  555. os_memcpy((u8 *) (dot1x + 1), eap, len);
  556. eapol_sm_rx_eapol(e->wpa_s->eapol, e->wpa_s->bssid,
  557. (u8 *) dot1x, sizeof(*dot1x) + len);
  558. os_free(dot1x);
  559. }
  560. }
  561. static void ieee802_1x_get_keys(struct eapol_test_data *e,
  562. struct radius_msg *msg, struct radius_msg *req,
  563. const u8 *shared_secret,
  564. size_t shared_secret_len)
  565. {
  566. struct radius_ms_mppe_keys *keys;
  567. keys = radius_msg_get_ms_keys(msg, req, shared_secret,
  568. shared_secret_len);
  569. if (keys && keys->send == NULL && keys->recv == NULL) {
  570. os_free(keys);
  571. keys = radius_msg_get_cisco_keys(msg, req, shared_secret,
  572. shared_secret_len);
  573. }
  574. if (keys) {
  575. if (keys->send) {
  576. wpa_hexdump(MSG_DEBUG, "MS-MPPE-Send-Key (sign)",
  577. keys->send, keys->send_len);
  578. }
  579. if (keys->recv) {
  580. wpa_hexdump(MSG_DEBUG, "MS-MPPE-Recv-Key (crypt)",
  581. keys->recv, keys->recv_len);
  582. e->authenticator_pmk_len =
  583. keys->recv_len > PMK_LEN ? PMK_LEN :
  584. keys->recv_len;
  585. os_memcpy(e->authenticator_pmk, keys->recv,
  586. e->authenticator_pmk_len);
  587. if (e->authenticator_pmk_len == 16 && keys->send &&
  588. keys->send_len == 16) {
  589. /* MS-CHAP-v2 derives 16 octet keys */
  590. wpa_printf(MSG_DEBUG, "Use MS-MPPE-Send-Key "
  591. "to extend PMK to 32 octets");
  592. os_memcpy(e->authenticator_pmk +
  593. e->authenticator_pmk_len,
  594. keys->send, keys->send_len);
  595. e->authenticator_pmk_len += keys->send_len;
  596. }
  597. }
  598. os_free(keys->send);
  599. os_free(keys->recv);
  600. os_free(keys);
  601. }
  602. }
  603. /* Process the RADIUS frames from Authentication Server */
  604. static RadiusRxResult
  605. ieee802_1x_receive_auth(struct radius_msg *msg, struct radius_msg *req,
  606. const u8 *shared_secret, size_t shared_secret_len,
  607. void *data)
  608. {
  609. struct eapol_test_data *e = data;
  610. struct radius_hdr *hdr = radius_msg_get_hdr(msg);
  611. /* RFC 2869, Ch. 5.13: valid Message-Authenticator attribute MUST be
  612. * present when packet contains an EAP-Message attribute */
  613. if (hdr->code == RADIUS_CODE_ACCESS_REJECT &&
  614. radius_msg_get_attr(msg, RADIUS_ATTR_MESSAGE_AUTHENTICATOR, NULL,
  615. 0) < 0 &&
  616. radius_msg_get_attr(msg, RADIUS_ATTR_EAP_MESSAGE, NULL, 0) < 0) {
  617. wpa_printf(MSG_DEBUG, "Allowing RADIUS "
  618. "Access-Reject without Message-Authenticator "
  619. "since it does not include EAP-Message\n");
  620. } else if (radius_msg_verify(msg, shared_secret, shared_secret_len,
  621. req, 1)) {
  622. printf("Incoming RADIUS packet did not have correct "
  623. "Message-Authenticator - dropped\n");
  624. return RADIUS_RX_UNKNOWN;
  625. }
  626. if (hdr->code != RADIUS_CODE_ACCESS_ACCEPT &&
  627. hdr->code != RADIUS_CODE_ACCESS_REJECT &&
  628. hdr->code != RADIUS_CODE_ACCESS_CHALLENGE) {
  629. printf("Unknown RADIUS message code\n");
  630. return RADIUS_RX_UNKNOWN;
  631. }
  632. e->radius_identifier = -1;
  633. wpa_printf(MSG_DEBUG, "RADIUS packet matching with station");
  634. radius_msg_free(e->last_recv_radius);
  635. e->last_recv_radius = msg;
  636. switch (hdr->code) {
  637. case RADIUS_CODE_ACCESS_ACCEPT:
  638. e->radius_access_accept_received = 1;
  639. ieee802_1x_get_keys(e, msg, req, shared_secret,
  640. shared_secret_len);
  641. break;
  642. case RADIUS_CODE_ACCESS_REJECT:
  643. e->radius_access_reject_received = 1;
  644. break;
  645. }
  646. ieee802_1x_decapsulate_radius(e);
  647. if ((hdr->code == RADIUS_CODE_ACCESS_ACCEPT &&
  648. e->eapol_test_num_reauths < 0) ||
  649. hdr->code == RADIUS_CODE_ACCESS_REJECT) {
  650. eloop_terminate();
  651. }
  652. return RADIUS_RX_QUEUED;
  653. }
  654. static void wpa_init_conf(struct eapol_test_data *e,
  655. struct wpa_supplicant *wpa_s, const char *authsrv,
  656. int port, const char *secret,
  657. const char *cli_addr)
  658. {
  659. struct hostapd_radius_server *as;
  660. int res;
  661. wpa_s->bssid[5] = 1;
  662. os_memcpy(wpa_s->own_addr, e->own_addr, ETH_ALEN);
  663. e->own_ip_addr.s_addr = htonl((127 << 24) | 1);
  664. os_strlcpy(wpa_s->ifname, "test", sizeof(wpa_s->ifname));
  665. e->radius_conf = os_zalloc(sizeof(struct hostapd_radius_servers));
  666. assert(e->radius_conf != NULL);
  667. e->radius_conf->num_auth_servers = 1;
  668. as = os_zalloc(sizeof(struct hostapd_radius_server));
  669. assert(as != NULL);
  670. #if defined(CONFIG_NATIVE_WINDOWS) || defined(CONFIG_ANSI_C_EXTRA)
  671. {
  672. int a[4];
  673. u8 *pos;
  674. sscanf(authsrv, "%d.%d.%d.%d", &a[0], &a[1], &a[2], &a[3]);
  675. pos = (u8 *) &as->addr.u.v4;
  676. *pos++ = a[0];
  677. *pos++ = a[1];
  678. *pos++ = a[2];
  679. *pos++ = a[3];
  680. }
  681. #else /* CONFIG_NATIVE_WINDOWS or CONFIG_ANSI_C_EXTRA */
  682. inet_aton(authsrv, &as->addr.u.v4);
  683. #endif /* CONFIG_NATIVE_WINDOWS or CONFIG_ANSI_C_EXTRA */
  684. as->addr.af = AF_INET;
  685. as->port = port;
  686. as->shared_secret = (u8 *) os_strdup(secret);
  687. as->shared_secret_len = os_strlen(secret);
  688. e->radius_conf->auth_server = as;
  689. e->radius_conf->auth_servers = as;
  690. e->radius_conf->msg_dumps = 1;
  691. if (cli_addr) {
  692. if (hostapd_parse_ip_addr(cli_addr,
  693. &e->radius_conf->client_addr) == 0)
  694. e->radius_conf->force_client_addr = 1;
  695. else {
  696. wpa_printf(MSG_ERROR, "Invalid IP address '%s'",
  697. cli_addr);
  698. assert(0);
  699. }
  700. }
  701. e->radius = radius_client_init(wpa_s, e->radius_conf);
  702. assert(e->radius != NULL);
  703. res = radius_client_register(e->radius, RADIUS_AUTH,
  704. ieee802_1x_receive_auth, e);
  705. assert(res == 0);
  706. }
  707. static int scard_test(void)
  708. {
  709. struct scard_data *scard;
  710. size_t len;
  711. char imsi[20];
  712. unsigned char _rand[16];
  713. #ifdef PCSC_FUNCS
  714. unsigned char sres[4];
  715. unsigned char kc[8];
  716. #endif /* PCSC_FUNCS */
  717. #define num_triplets 5
  718. unsigned char rand_[num_triplets][16];
  719. unsigned char sres_[num_triplets][4];
  720. unsigned char kc_[num_triplets][8];
  721. int i, res;
  722. size_t j;
  723. #define AKA_RAND_LEN 16
  724. #define AKA_AUTN_LEN 16
  725. #define AKA_AUTS_LEN 14
  726. #define RES_MAX_LEN 16
  727. #define IK_LEN 16
  728. #define CK_LEN 16
  729. unsigned char aka_rand[AKA_RAND_LEN];
  730. unsigned char aka_autn[AKA_AUTN_LEN];
  731. unsigned char aka_auts[AKA_AUTS_LEN];
  732. unsigned char aka_res[RES_MAX_LEN];
  733. size_t aka_res_len;
  734. unsigned char aka_ik[IK_LEN];
  735. unsigned char aka_ck[CK_LEN];
  736. scard = scard_init(SCARD_TRY_BOTH, NULL);
  737. if (scard == NULL)
  738. return -1;
  739. if (scard_set_pin(scard, "1234")) {
  740. wpa_printf(MSG_WARNING, "PIN validation failed");
  741. scard_deinit(scard);
  742. return -1;
  743. }
  744. len = sizeof(imsi);
  745. if (scard_get_imsi(scard, imsi, &len))
  746. goto failed;
  747. wpa_hexdump_ascii(MSG_DEBUG, "SCARD: IMSI", (u8 *) imsi, len);
  748. /* NOTE: Permanent Username: 1 | IMSI */
  749. wpa_printf(MSG_DEBUG, "SCARD: MNC length %d",
  750. scard_get_mnc_len(scard));
  751. os_memset(_rand, 0, sizeof(_rand));
  752. if (scard_gsm_auth(scard, _rand, sres, kc))
  753. goto failed;
  754. os_memset(_rand, 0xff, sizeof(_rand));
  755. if (scard_gsm_auth(scard, _rand, sres, kc))
  756. goto failed;
  757. for (i = 0; i < num_triplets; i++) {
  758. os_memset(rand_[i], i, sizeof(rand_[i]));
  759. if (scard_gsm_auth(scard, rand_[i], sres_[i], kc_[i]))
  760. goto failed;
  761. }
  762. for (i = 0; i < num_triplets; i++) {
  763. printf("1");
  764. for (j = 0; j < len; j++)
  765. printf("%c", imsi[j]);
  766. printf(",");
  767. for (j = 0; j < 16; j++)
  768. printf("%02X", rand_[i][j]);
  769. printf(",");
  770. for (j = 0; j < 4; j++)
  771. printf("%02X", sres_[i][j]);
  772. printf(",");
  773. for (j = 0; j < 8; j++)
  774. printf("%02X", kc_[i][j]);
  775. printf("\n");
  776. }
  777. wpa_printf(MSG_DEBUG, "Trying to use UMTS authentication");
  778. /* seq 39 (0x28) */
  779. os_memset(aka_rand, 0xaa, 16);
  780. os_memcpy(aka_autn, "\x86\x71\x31\xcb\xa2\xfc\x61\xdf"
  781. "\xa3\xb3\x97\x9d\x07\x32\xa2\x12", 16);
  782. res = scard_umts_auth(scard, aka_rand, aka_autn, aka_res, &aka_res_len,
  783. aka_ik, aka_ck, aka_auts);
  784. if (res == 0) {
  785. wpa_printf(MSG_DEBUG, "UMTS auth completed successfully");
  786. wpa_hexdump(MSG_DEBUG, "RES", aka_res, aka_res_len);
  787. wpa_hexdump(MSG_DEBUG, "IK", aka_ik, IK_LEN);
  788. wpa_hexdump(MSG_DEBUG, "CK", aka_ck, CK_LEN);
  789. } else if (res == -2) {
  790. wpa_printf(MSG_DEBUG, "UMTS auth resulted in synchronization "
  791. "failure");
  792. wpa_hexdump(MSG_DEBUG, "AUTS", aka_auts, AKA_AUTS_LEN);
  793. } else {
  794. wpa_printf(MSG_DEBUG, "UMTS auth failed");
  795. }
  796. failed:
  797. scard_deinit(scard);
  798. return 0;
  799. #undef num_triplets
  800. }
  801. static int scard_get_triplets(int argc, char *argv[])
  802. {
  803. struct scard_data *scard;
  804. size_t len;
  805. char imsi[20];
  806. unsigned char _rand[16];
  807. unsigned char sres[4];
  808. unsigned char kc[8];
  809. int num_triplets;
  810. int i;
  811. size_t j;
  812. if (argc < 2 || ((num_triplets = atoi(argv[1])) <= 0)) {
  813. printf("invalid parameters for sim command\n");
  814. return -1;
  815. }
  816. if (argc <= 2 || os_strcmp(argv[2], "debug") != 0) {
  817. /* disable debug output */
  818. wpa_debug_level = 99;
  819. }
  820. scard = scard_init(SCARD_GSM_SIM_ONLY, NULL);
  821. if (scard == NULL) {
  822. printf("Failed to open smartcard connection\n");
  823. return -1;
  824. }
  825. if (scard_set_pin(scard, argv[0])) {
  826. wpa_printf(MSG_WARNING, "PIN validation failed");
  827. scard_deinit(scard);
  828. return -1;
  829. }
  830. len = sizeof(imsi);
  831. if (scard_get_imsi(scard, imsi, &len)) {
  832. scard_deinit(scard);
  833. return -1;
  834. }
  835. for (i = 0; i < num_triplets; i++) {
  836. os_memset(_rand, i, sizeof(_rand));
  837. if (scard_gsm_auth(scard, _rand, sres, kc))
  838. break;
  839. /* IMSI:Kc:SRES:RAND */
  840. for (j = 0; j < len; j++)
  841. printf("%c", imsi[j]);
  842. printf(":");
  843. for (j = 0; j < 8; j++)
  844. printf("%02X", kc[j]);
  845. printf(":");
  846. for (j = 0; j < 4; j++)
  847. printf("%02X", sres[j]);
  848. printf(":");
  849. for (j = 0; j < 16; j++)
  850. printf("%02X", _rand[j]);
  851. printf("\n");
  852. }
  853. scard_deinit(scard);
  854. return 0;
  855. }
  856. static void eapol_test_terminate(int sig, void *signal_ctx)
  857. {
  858. struct wpa_supplicant *wpa_s = signal_ctx;
  859. wpa_msg(wpa_s, MSG_INFO, "Signal %d received - terminating", sig);
  860. eloop_terminate();
  861. }
  862. static void usage(void)
  863. {
  864. printf("usage:\n"
  865. "eapol_test [-nWS] -c<conf> [-a<AS IP>] [-p<AS port>] "
  866. "[-s<AS secret>]\\\n"
  867. " [-r<count>] [-t<timeout>] [-C<Connect-Info>] \\\n"
  868. " [-M<client MAC address>] [-o<server cert file] \\\n"
  869. " [-N<attr spec>] \\\n"
  870. " [-A<client IP>]\n"
  871. "eapol_test scard\n"
  872. "eapol_test sim <PIN> <num triplets> [debug]\n"
  873. "\n");
  874. printf("options:\n"
  875. " -c<conf> = configuration file\n"
  876. " -a<AS IP> = IP address of the authentication server, "
  877. "default 127.0.0.1\n"
  878. " -p<AS port> = UDP port of the authentication server, "
  879. "default 1812\n"
  880. " -s<AS secret> = shared secret with the authentication "
  881. "server, default 'radius'\n"
  882. " -A<client IP> = IP address of the client, default: select "
  883. "automatically\n"
  884. " -r<count> = number of re-authentications\n"
  885. " -W = wait for a control interface monitor before starting\n"
  886. " -S = save configuration after authentication\n"
  887. " -n = no MPPE keys expected\n"
  888. " -t<timeout> = sets timeout in seconds (default: 30 s)\n"
  889. " -C<Connect-Info> = RADIUS Connect-Info (default: "
  890. "CONNECT 11Mbps 802.11b)\n"
  891. " -M<client MAC address> = Set own MAC address "
  892. "(Calling-Station-Id,\n"
  893. " default: 02:00:00:00:00:01)\n"
  894. " -o<server cert file> = Write received server certificate\n"
  895. " chain to the specified file\n"
  896. " -N<attr spec> = send arbitrary attribute specified by:\n"
  897. " attr_id:syntax:value or attr_id\n"
  898. " attr_id - number id of the attribute\n"
  899. " syntax - one of: s, d, x\n"
  900. " s = string\n"
  901. " d = integer\n"
  902. " x = octet string\n"
  903. " value - attribute value.\n"
  904. " When only attr_id is specified, NULL will be used as "
  905. "value.\n"
  906. " Multiple attributes can be specified by using the "
  907. "option several times.\n");
  908. }
  909. int main(int argc, char *argv[])
  910. {
  911. struct wpa_supplicant wpa_s;
  912. int c, ret = 1, wait_for_monitor = 0, save_config = 0;
  913. char *as_addr = "127.0.0.1";
  914. int as_port = 1812;
  915. char *as_secret = "radius";
  916. char *cli_addr = NULL;
  917. char *conf = NULL;
  918. int timeout = 30;
  919. char *pos;
  920. struct extra_radius_attr *p = NULL, *p1;
  921. if (os_program_init())
  922. return -1;
  923. hostapd_logger_register_cb(hostapd_logger_cb);
  924. os_memset(&eapol_test, 0, sizeof(eapol_test));
  925. eapol_test.connect_info = "CONNECT 11Mbps 802.11b";
  926. os_memcpy(eapol_test.own_addr, "\x02\x00\x00\x00\x00\x01", ETH_ALEN);
  927. wpa_debug_level = 0;
  928. wpa_debug_show_keys = 1;
  929. for (;;) {
  930. c = getopt(argc, argv, "a:A:c:C:M:nN:o:p:r:s:St:W");
  931. if (c < 0)
  932. break;
  933. switch (c) {
  934. case 'a':
  935. as_addr = optarg;
  936. break;
  937. case 'A':
  938. cli_addr = optarg;
  939. break;
  940. case 'c':
  941. conf = optarg;
  942. break;
  943. case 'C':
  944. eapol_test.connect_info = optarg;
  945. break;
  946. case 'M':
  947. if (hwaddr_aton(optarg, eapol_test.own_addr)) {
  948. usage();
  949. return -1;
  950. }
  951. break;
  952. case 'n':
  953. eapol_test.no_mppe_keys++;
  954. break;
  955. case 'o':
  956. if (eapol_test.server_cert_file)
  957. fclose(eapol_test.server_cert_file);
  958. eapol_test.server_cert_file = fopen(optarg, "w");
  959. if (eapol_test.server_cert_file == NULL) {
  960. printf("Could not open '%s' for writing\n",
  961. optarg);
  962. return -1;
  963. }
  964. break;
  965. case 'p':
  966. as_port = atoi(optarg);
  967. break;
  968. case 'r':
  969. eapol_test.eapol_test_num_reauths = atoi(optarg);
  970. break;
  971. case 's':
  972. as_secret = optarg;
  973. break;
  974. case 'S':
  975. save_config++;
  976. break;
  977. case 't':
  978. timeout = atoi(optarg);
  979. break;
  980. case 'W':
  981. wait_for_monitor++;
  982. break;
  983. case 'N':
  984. p1 = os_zalloc(sizeof(p1));
  985. if (p1 == NULL)
  986. break;
  987. if (!p)
  988. eapol_test.extra_attrs = p1;
  989. else
  990. p->next = p1;
  991. p = p1;
  992. p->type = atoi(optarg);
  993. pos = os_strchr(optarg, ':');
  994. if (pos == NULL) {
  995. p->syntax = 'n';
  996. p->data = NULL;
  997. break;
  998. }
  999. pos++;
  1000. if (pos[0] == '\0' || pos[1] != ':') {
  1001. printf("Incorrect format of attribute "
  1002. "specification\n");
  1003. break;
  1004. }
  1005. p->syntax = pos[0];
  1006. p->data = pos + 2;
  1007. break;
  1008. default:
  1009. usage();
  1010. return -1;
  1011. }
  1012. }
  1013. if (argc > optind && os_strcmp(argv[optind], "scard") == 0) {
  1014. return scard_test();
  1015. }
  1016. if (argc > optind && os_strcmp(argv[optind], "sim") == 0) {
  1017. return scard_get_triplets(argc - optind - 1,
  1018. &argv[optind + 1]);
  1019. }
  1020. if (conf == NULL) {
  1021. usage();
  1022. printf("Configuration file is required.\n");
  1023. return -1;
  1024. }
  1025. if (eap_register_methods()) {
  1026. wpa_printf(MSG_ERROR, "Failed to register EAP methods");
  1027. return -1;
  1028. }
  1029. if (eloop_init()) {
  1030. wpa_printf(MSG_ERROR, "Failed to initialize event loop");
  1031. return -1;
  1032. }
  1033. os_memset(&wpa_s, 0, sizeof(wpa_s));
  1034. eapol_test.wpa_s = &wpa_s;
  1035. wpa_s.conf = wpa_config_read(conf);
  1036. if (wpa_s.conf == NULL) {
  1037. printf("Failed to parse configuration file '%s'.\n", conf);
  1038. return -1;
  1039. }
  1040. if (wpa_s.conf->ssid == NULL) {
  1041. printf("No networks defined.\n");
  1042. return -1;
  1043. }
  1044. wpa_init_conf(&eapol_test, &wpa_s, as_addr, as_port, as_secret,
  1045. cli_addr);
  1046. wpa_s.ctrl_iface = wpa_supplicant_ctrl_iface_init(&wpa_s);
  1047. if (wpa_s.ctrl_iface == NULL) {
  1048. printf("Failed to initialize control interface '%s'.\n"
  1049. "You may have another eapol_test process already "
  1050. "running or the file was\n"
  1051. "left by an unclean termination of eapol_test in "
  1052. "which case you will need\n"
  1053. "to manually remove this file before starting "
  1054. "eapol_test again.\n",
  1055. wpa_s.conf->ctrl_interface);
  1056. return -1;
  1057. }
  1058. if (wpa_supplicant_scard_init(&wpa_s, wpa_s.conf->ssid))
  1059. return -1;
  1060. if (test_eapol(&eapol_test, &wpa_s, wpa_s.conf->ssid))
  1061. return -1;
  1062. if (wpas_init_ext_pw(&wpa_s) < 0)
  1063. return -1;
  1064. if (wait_for_monitor)
  1065. wpa_supplicant_ctrl_iface_wait(wpa_s.ctrl_iface);
  1066. eloop_register_timeout(timeout, 0, eapol_test_timeout, &eapol_test,
  1067. NULL);
  1068. eloop_register_timeout(0, 0, send_eap_request_identity, &wpa_s, NULL);
  1069. eloop_register_signal_terminate(eapol_test_terminate, &wpa_s);
  1070. eloop_register_signal_reconfig(eapol_test_terminate, &wpa_s);
  1071. eloop_run();
  1072. eloop_cancel_timeout(eapol_test_timeout, &eapol_test, NULL);
  1073. eloop_cancel_timeout(eapol_sm_reauth, &eapol_test, NULL);
  1074. if (eapol_test_compare_pmk(&eapol_test) == 0 ||
  1075. eapol_test.no_mppe_keys)
  1076. ret = 0;
  1077. if (eapol_test.auth_timed_out)
  1078. ret = -2;
  1079. if (eapol_test.radius_access_reject_received)
  1080. ret = -3;
  1081. if (save_config)
  1082. wpa_config_write(conf, wpa_s.conf);
  1083. test_eapol_clean(&eapol_test, &wpa_s);
  1084. eap_peer_unregister_methods();
  1085. #ifdef CONFIG_AP
  1086. eap_server_unregister_methods();
  1087. #endif /* CONFIG_AP */
  1088. eloop_destroy();
  1089. if (eapol_test.server_cert_file)
  1090. fclose(eapol_test.server_cert_file);
  1091. printf("MPPE keys OK: %d mismatch: %d\n",
  1092. eapol_test.num_mppe_ok, eapol_test.num_mppe_mismatch);
  1093. if (eapol_test.num_mppe_mismatch)
  1094. ret = -4;
  1095. if (ret)
  1096. printf("FAILURE\n");
  1097. else
  1098. printf("SUCCESS\n");
  1099. os_program_deinit();
  1100. return ret;
  1101. }