common_module_tests.c 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. /*
  2. * common module tests
  3. * Copyright (c) 2014-2015, 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. #include "utils/includes.h"
  9. #include "utils/common.h"
  10. #include "utils/module_tests.h"
  11. #include "ieee802_11_common.h"
  12. #include "ieee802_11_defs.h"
  13. #include "gas.h"
  14. #include "wpa_common.h"
  15. struct ieee802_11_parse_test_data {
  16. u8 *data;
  17. size_t len;
  18. ParseRes result;
  19. int count;
  20. };
  21. static const struct ieee802_11_parse_test_data parse_tests[] = {
  22. { (u8 *) "", 0, ParseOK, 0 },
  23. { (u8 *) " ", 1, ParseFailed, 0 },
  24. { (u8 *) "\xff\x00", 2, ParseUnknown, 1 },
  25. { (u8 *) "\xff\x01", 2, ParseFailed, 0 },
  26. { (u8 *) "\xdd\x03\x01\x02\x03", 5, ParseUnknown, 1 },
  27. { (u8 *) "\xdd\x04\x01\x02\x03\x04", 6, ParseUnknown, 1 },
  28. { (u8 *) "\xdd\x04\x00\x50\xf2\x02", 6, ParseUnknown, 1 },
  29. { (u8 *) "\xdd\x05\x00\x50\xf2\x02\x02", 7, ParseOK, 1 },
  30. { (u8 *) "\xdd\x05\x00\x50\xf2\x02\xff", 7, ParseUnknown, 1 },
  31. { (u8 *) "\xdd\x04\x00\x50\xf2\xff", 6, ParseUnknown, 1 },
  32. { (u8 *) "\xdd\x04\x50\x6f\x9a\xff", 6, ParseUnknown, 1 },
  33. { (u8 *) "\xdd\x04\x00\x90\x4c\x33", 6, ParseOK, 1 },
  34. { (u8 *) "\xdd\x04\x00\x90\x4c\xff\xdd\x04\x00\x90\x4c\x33", 12,
  35. ParseUnknown, 2 },
  36. { (u8 *) "\x10\x01\x00\x21\x00", 5, ParseOK, 2 },
  37. { (u8 *) "\x24\x00", 2, ParseOK, 1 },
  38. { (u8 *) "\x38\x00", 2, ParseOK, 1 },
  39. { (u8 *) "\x54\x00", 2, ParseOK, 1 },
  40. { (u8 *) "\x5a\x00", 2, ParseOK, 1 },
  41. { (u8 *) "\x65\x00", 2, ParseOK, 1 },
  42. { (u8 *) "\x65\x12\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f\x10\x11",
  43. 20, ParseOK, 1 },
  44. { (u8 *) "\x6e\x00", 2, ParseOK, 1 },
  45. { (u8 *) "\xc7\x00", 2, ParseOK, 1 },
  46. { (u8 *) "\xc7\x01\x00", 3, ParseOK, 1 },
  47. { (u8 *) "\x03\x00\x2a\x00\x36\x00\x37\x00\x38\x00\x2d\x00\x3d\x00\xbf\x00\xc0\x00",
  48. 18, ParseOK, 9 },
  49. { (u8 *) "\x8b\x00", 2, ParseOK, 1 },
  50. { (u8 *) "\xdd\x04\x00\x90\x4c\x04", 6, ParseUnknown, 1 },
  51. { (u8 *) "\xed\x00", 2, ParseOK, 1 },
  52. { (u8 *) "\xef\x00", 2, ParseOK, 1 },
  53. { (u8 *) "\xef\x01\x11", 3, ParseOK, 1 },
  54. { (u8 *) "\xf0\x00", 2, ParseOK, 1 },
  55. { (u8 *) "\xf1\x00", 2, ParseOK, 1 },
  56. { (u8 *) "\xf1\x02\x11\x22", 4, ParseOK, 1 },
  57. { (u8 *) "\xf2\x00", 2, ParseOK, 1 },
  58. { (u8 *) "\xff\x00", 2, ParseUnknown, 1 },
  59. { (u8 *) "\xff\x01\x00", 3, ParseUnknown, 1 },
  60. { (u8 *) "\xff\x01\x01", 3, ParseOK, 1 },
  61. { (u8 *) "\xff\x02\x01\x00", 4, ParseOK, 1 },
  62. { (u8 *) "\xff\x01\x02", 3, ParseOK, 1 },
  63. { (u8 *) "\xff\x04\x02\x11\x22\x33", 6, ParseOK, 1 },
  64. { (u8 *) "\xff\x01\x04", 3, ParseOK, 1 },
  65. { (u8 *) "\xff\x01\x05", 3, ParseOK, 1 },
  66. { (u8 *) "\xff\x0d\x05\x11\x22\x33\x44\x55\x55\x11\x22\x33\x44\x55\x55",
  67. 15, ParseOK, 1 },
  68. { (u8 *) "\xff\x01\x06", 3, ParseOK, 1 },
  69. { (u8 *) "\xff\x02\x06\x00", 4, ParseOK, 1 },
  70. { (u8 *) "\xff\x01\x07", 3, ParseOK, 1 },
  71. { (u8 *) "\xff\x09\x07\x11\x22\x33\x44\x55\x66\x77\x88", 11,
  72. ParseOK, 1 },
  73. { (u8 *) "\xff\x01\x0c", 3, ParseOK, 1 },
  74. { (u8 *) "\xff\x02\x0c\x00", 4, ParseOK, 1 },
  75. { (u8 *) "\xff\x01\x0d", 3, ParseOK, 1 },
  76. { NULL, 0, ParseOK, 0 }
  77. };
  78. static int ieee802_11_parse_tests(void)
  79. {
  80. int i, ret = 0;
  81. struct wpabuf *buf;
  82. wpa_printf(MSG_INFO, "ieee802_11_parse tests");
  83. for (i = 0; parse_tests[i].data; i++) {
  84. const struct ieee802_11_parse_test_data *test;
  85. struct ieee802_11_elems elems;
  86. ParseRes res;
  87. test = &parse_tests[i];
  88. res = ieee802_11_parse_elems(test->data, test->len, &elems, 1);
  89. if (res != test->result ||
  90. ieee802_11_ie_count(test->data, test->len) != test->count) {
  91. wpa_printf(MSG_ERROR, "ieee802_11_parse test %d failed",
  92. i);
  93. ret = -1;
  94. }
  95. }
  96. if (ieee802_11_vendor_ie_concat((const u8 *) "\x00\x01", 2, 0) != NULL)
  97. {
  98. wpa_printf(MSG_ERROR,
  99. "ieee802_11_vendor_ie_concat test failed");
  100. ret = -1;
  101. }
  102. buf = ieee802_11_vendor_ie_concat((const u8 *) "\xdd\x05\x11\x22\x33\x44\x01\xdd\x05\x11\x22\x33\x44\x02\x00\x01",
  103. 16, 0x11223344);
  104. do {
  105. const u8 *pos;
  106. if (!buf) {
  107. wpa_printf(MSG_ERROR,
  108. "ieee802_11_vendor_ie_concat test 2 failed");
  109. ret = -1;
  110. break;
  111. }
  112. if (wpabuf_len(buf) != 2) {
  113. wpa_printf(MSG_ERROR,
  114. "ieee802_11_vendor_ie_concat test 3 failed");
  115. ret = -1;
  116. break;
  117. }
  118. pos = wpabuf_head(buf);
  119. if (pos[0] != 0x01 || pos[1] != 0x02) {
  120. wpa_printf(MSG_ERROR,
  121. "ieee802_11_vendor_ie_concat test 3 failed");
  122. ret = -1;
  123. break;
  124. }
  125. } while (0);
  126. wpabuf_free(buf);
  127. return ret;
  128. }
  129. struct rsn_ie_parse_test_data {
  130. u8 *data;
  131. size_t len;
  132. int result;
  133. };
  134. static const struct rsn_ie_parse_test_data rsn_parse_tests[] = {
  135. { (u8 *) "", 0, -1 },
  136. { (u8 *) "\x30\x00", 2, -1 },
  137. { (u8 *) "\x30\x02\x01\x00", 4, 0 },
  138. { (u8 *) "\x30\x02\x00\x00", 4, -2 },
  139. { (u8 *) "\x30\x02\x02\x00", 4, -2 },
  140. { (u8 *) "\x30\x02\x00\x01", 4, -2 },
  141. { (u8 *) "\x30\x02\x00\x00\x00", 5, -2 },
  142. { (u8 *) "\x30\x03\x01\x00\x00", 5, -3 },
  143. { (u8 *) "\x30\x06\x01\x00\x00\x00\x00\x00", 8, -1 },
  144. { (u8 *) "\x30\x06\x01\x00\x00\x0f\xac\x04", 8, 0 },
  145. { (u8 *) "\x30\x07\x01\x00\x00\x0f\xac\x04\x00", 9, -5 },
  146. { (u8 *) "\x30\x08\x01\x00\x00\x0f\xac\x04\x00\x00", 10, -4 },
  147. { (u8 *) "\x30\x08\x01\x00\x00\x0f\xac\x04\x00\x01", 10, -4 },
  148. { (u8 *) "\x30\x0c\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04",
  149. 14, 0 },
  150. { (u8 *) "\x30\x0c\x01\x00\x00\x0f\xac\x04\x00\x01\x00\x0f\xac\x04",
  151. 14, -4 },
  152. { (u8 *) "\x30\x0c\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x06",
  153. 14, -1 },
  154. { (u8 *) "\x30\x10\x01\x00\x00\x0f\xac\x04\x02\x00\x00\x0f\xac\x04\x00\x0f\xac\x08",
  155. 18, 0 },
  156. { (u8 *) "\x30\x0d\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x00",
  157. 15, -7 },
  158. { (u8 *) "\x30\x0e\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x00\x00",
  159. 16, -6 },
  160. { (u8 *) "\x30\x0e\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x00\x01",
  161. 16, -6 },
  162. { (u8 *) "\x30\x12\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01",
  163. 20, 0 },
  164. { (u8 *) "\x30\x16\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x02\x00\x00\x0f\xac\x01\x00\x0f\xac\x02",
  165. 24, 0 },
  166. { (u8 *) "\x30\x13\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01\x00",
  167. 21, 0 },
  168. { (u8 *) "\x30\x14\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01\x00\x00",
  169. 22, 0 },
  170. { (u8 *) "\x30\x16\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01\x00\x00\x00\x00",
  171. 24, 0 },
  172. { (u8 *) "\x30\x16\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01\x00\x00\x00\x01",
  173. 24, -9 },
  174. { (u8 *) "\x30\x1a\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01\x00\x00\x00\x00\x00\x00\x00\x00",
  175. 28, -10 },
  176. { (u8 *) "\x30\x1a\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01\x00\x00\x00\x00\x00\x0f\xac\x06",
  177. 28, 0 },
  178. { (u8 *) "\x30\x1c\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x01\x00\x00\x00\x00\x00\x0f\xac\x06\x01\x02",
  179. 30, 0 },
  180. { NULL, 0, 0 }
  181. };
  182. static int rsn_ie_parse_tests(void)
  183. {
  184. int i, ret = 0;
  185. wpa_printf(MSG_INFO, "rsn_ie_parse tests");
  186. for (i = 0; rsn_parse_tests[i].data; i++) {
  187. const struct rsn_ie_parse_test_data *test;
  188. struct wpa_ie_data data;
  189. test = &rsn_parse_tests[i];
  190. if (wpa_parse_wpa_ie_rsn(test->data, test->len, &data) !=
  191. test->result) {
  192. wpa_printf(MSG_ERROR, "rsn_ie_parse test %d failed", i);
  193. ret = -1;
  194. }
  195. }
  196. return ret;
  197. }
  198. static int gas_tests(void)
  199. {
  200. struct wpabuf *buf;
  201. wpa_printf(MSG_INFO, "gas tests");
  202. gas_anqp_set_len(NULL);
  203. buf = wpabuf_alloc(1);
  204. if (buf == NULL)
  205. return -1;
  206. gas_anqp_set_len(buf);
  207. wpabuf_free(buf);
  208. buf = wpabuf_alloc(20);
  209. if (buf == NULL)
  210. return -1;
  211. wpabuf_put_u8(buf, WLAN_ACTION_PUBLIC);
  212. wpabuf_put_u8(buf, WLAN_PA_GAS_INITIAL_REQ);
  213. wpabuf_put_u8(buf, 0);
  214. wpabuf_put_be32(buf, 0);
  215. wpabuf_put_u8(buf, 0);
  216. gas_anqp_set_len(buf);
  217. wpabuf_free(buf);
  218. return 0;
  219. }
  220. int common_module_tests(void)
  221. {
  222. int ret = 0;
  223. wpa_printf(MSG_INFO, "common module tests");
  224. if (ieee802_11_parse_tests() < 0 ||
  225. gas_tests() < 0 ||
  226. rsn_ie_parse_tests() < 0)
  227. ret = -1;
  228. return ret;
  229. }