main.c 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. /*
  2. * WPA Supplicant / main() function for UNIX like OSes and MinGW
  3. * Copyright (c) 2003-2013, 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 "includes.h"
  9. #ifdef __linux__
  10. #include <fcntl.h>
  11. #endif /* __linux__ */
  12. #include "common.h"
  13. #include "wpa_supplicant_i.h"
  14. #include "driver_i.h"
  15. #include "p2p_supplicant.h"
  16. static void usage(void)
  17. {
  18. int i;
  19. printf("%s\n\n%s\n"
  20. "usage:\n"
  21. " wpa_supplicant [-BddhKLqq"
  22. #ifdef CONFIG_DEBUG_SYSLOG
  23. "s"
  24. #endif /* CONFIG_DEBUG_SYSLOG */
  25. "t"
  26. #ifdef CONFIG_DBUS
  27. "u"
  28. #endif /* CONFIG_DBUS */
  29. "vW] [-P<pid file>] "
  30. "[-g<global ctrl>] \\\n"
  31. " [-G<group>] \\\n"
  32. " -i<ifname> -c<config file> [-C<ctrl>] [-D<driver>] "
  33. "[-p<driver_param>] \\\n"
  34. " [-b<br_ifname>] [-e<entropy file>]"
  35. #ifdef CONFIG_DEBUG_FILE
  36. " [-f<debug file>]"
  37. #endif /* CONFIG_DEBUG_FILE */
  38. " \\\n"
  39. " [-o<override driver>] [-O<override ctrl>] \\\n"
  40. " [-N -i<ifname> -c<conf> [-C<ctrl>] "
  41. "[-D<driver>] \\\n"
  42. " [-p<driver_param>] [-b<br_ifname>] [-I<config file>] "
  43. "...]\n"
  44. "\n"
  45. "drivers:\n",
  46. wpa_supplicant_version, wpa_supplicant_license);
  47. for (i = 0; wpa_drivers[i]; i++) {
  48. printf(" %s = %s\n",
  49. wpa_drivers[i]->name,
  50. wpa_drivers[i]->desc);
  51. }
  52. #ifndef CONFIG_NO_STDOUT_DEBUG
  53. printf("options:\n"
  54. " -b = optional bridge interface name\n"
  55. " -B = run daemon in the background\n"
  56. " -c = Configuration file\n"
  57. " -C = ctrl_interface parameter (only used if -c is not)\n"
  58. " -i = interface name\n"
  59. " -I = additional configuration file\n"
  60. " -d = increase debugging verbosity (-dd even more)\n"
  61. " -D = driver name (can be multiple drivers: nl80211,wext)\n"
  62. " -e = entropy file\n");
  63. #ifdef CONFIG_DEBUG_FILE
  64. printf(" -f = log output to debug file instead of stdout\n");
  65. #endif /* CONFIG_DEBUG_FILE */
  66. printf(" -g = global ctrl_interface\n"
  67. " -G = global ctrl_interface group\n"
  68. " -K = include keys (passwords, etc.) in debug output\n");
  69. #ifdef CONFIG_DEBUG_SYSLOG
  70. printf(" -s = log output to syslog instead of stdout\n");
  71. #endif /* CONFIG_DEBUG_SYSLOG */
  72. #ifdef CONFIG_DEBUG_LINUX_TRACING
  73. printf(" -T = record to Linux tracing in addition to logging\n");
  74. printf(" (records all messages regardless of debug verbosity)\n");
  75. #endif /* CONFIG_DEBUG_LINUX_TRACING */
  76. printf(" -t = include timestamp in debug messages\n"
  77. " -h = show this help text\n"
  78. " -L = show license (BSD)\n"
  79. " -o = override driver parameter for new interfaces\n"
  80. " -O = override ctrl_interface parameter for new interfaces\n"
  81. " -p = driver parameters\n"
  82. " -P = PID file\n"
  83. " -q = decrease debugging verbosity (-qq even less)\n");
  84. #ifdef CONFIG_DBUS
  85. printf(" -u = enable DBus control interface\n");
  86. #endif /* CONFIG_DBUS */
  87. printf(" -v = show version\n"
  88. " -W = wait for a control interface monitor before starting\n"
  89. " -N = start describing new interface\n");
  90. printf("example:\n"
  91. " wpa_supplicant -D%s -iwlan0 -c/etc/wpa_supplicant.conf\n",
  92. wpa_drivers[0] ? wpa_drivers[0]->name : "nl80211");
  93. #endif /* CONFIG_NO_STDOUT_DEBUG */
  94. }
  95. static void license(void)
  96. {
  97. #ifndef CONFIG_NO_STDOUT_DEBUG
  98. printf("%s\n\n%s%s%s%s%s\n",
  99. wpa_supplicant_version,
  100. wpa_supplicant_full_license1,
  101. wpa_supplicant_full_license2,
  102. wpa_supplicant_full_license3,
  103. wpa_supplicant_full_license4,
  104. wpa_supplicant_full_license5);
  105. #endif /* CONFIG_NO_STDOUT_DEBUG */
  106. }
  107. static void wpa_supplicant_fd_workaround(int start)
  108. {
  109. #ifdef __linux__
  110. static int fd[3] = { -1, -1, -1 };
  111. int i;
  112. /* When started from pcmcia-cs scripts, wpa_supplicant might start with
  113. * fd 0, 1, and 2 closed. This will cause some issues because many
  114. * places in wpa_supplicant are still printing out to stdout. As a
  115. * workaround, make sure that fd's 0, 1, and 2 are not used for other
  116. * sockets. */
  117. if (start) {
  118. for (i = 0; i < 3; i++) {
  119. fd[i] = open("/dev/null", O_RDWR);
  120. if (fd[i] > 2) {
  121. close(fd[i]);
  122. fd[i] = -1;
  123. break;
  124. }
  125. }
  126. } else {
  127. for (i = 0; i < 3; i++) {
  128. if (fd[i] >= 0) {
  129. close(fd[i]);
  130. fd[i] = -1;
  131. }
  132. }
  133. }
  134. #endif /* __linux__ */
  135. }
  136. int main(int argc, char *argv[])
  137. {
  138. int c, i;
  139. struct wpa_interface *ifaces, *iface;
  140. int iface_count, exitcode = -1;
  141. struct wpa_params params;
  142. struct wpa_global *global;
  143. if (os_program_init())
  144. return -1;
  145. os_memset(&params, 0, sizeof(params));
  146. params.wpa_debug_level = MSG_INFO;
  147. iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
  148. if (ifaces == NULL)
  149. return -1;
  150. iface_count = 1;
  151. wpa_supplicant_fd_workaround(1);
  152. for (;;) {
  153. c = getopt(argc, argv,
  154. "b:Bc:C:D:de:f:g:G:hi:I:KLNo:O:p:P:qsTtuvW");
  155. if (c < 0)
  156. break;
  157. switch (c) {
  158. case 'b':
  159. iface->bridge_ifname = optarg;
  160. break;
  161. case 'B':
  162. params.daemonize++;
  163. break;
  164. case 'c':
  165. iface->confname = optarg;
  166. break;
  167. case 'C':
  168. iface->ctrl_interface = optarg;
  169. break;
  170. case 'D':
  171. iface->driver = optarg;
  172. break;
  173. case 'd':
  174. #ifdef CONFIG_NO_STDOUT_DEBUG
  175. printf("Debugging disabled with "
  176. "CONFIG_NO_STDOUT_DEBUG=y build time "
  177. "option.\n");
  178. goto out;
  179. #else /* CONFIG_NO_STDOUT_DEBUG */
  180. params.wpa_debug_level--;
  181. break;
  182. #endif /* CONFIG_NO_STDOUT_DEBUG */
  183. case 'e':
  184. params.entropy_file = optarg;
  185. break;
  186. #ifdef CONFIG_DEBUG_FILE
  187. case 'f':
  188. params.wpa_debug_file_path = optarg;
  189. break;
  190. #endif /* CONFIG_DEBUG_FILE */
  191. case 'g':
  192. params.ctrl_interface = optarg;
  193. break;
  194. case 'G':
  195. params.ctrl_interface_group = optarg;
  196. break;
  197. case 'h':
  198. usage();
  199. exitcode = 0;
  200. goto out;
  201. case 'i':
  202. iface->ifname = optarg;
  203. break;
  204. case 'I':
  205. iface->confanother = optarg;
  206. break;
  207. case 'K':
  208. params.wpa_debug_show_keys++;
  209. break;
  210. case 'L':
  211. license();
  212. exitcode = 0;
  213. goto out;
  214. case 'o':
  215. params.override_driver = optarg;
  216. break;
  217. case 'O':
  218. params.override_ctrl_interface = optarg;
  219. break;
  220. case 'p':
  221. iface->driver_param = optarg;
  222. break;
  223. case 'P':
  224. os_free(params.pid_file);
  225. params.pid_file = os_rel2abs_path(optarg);
  226. break;
  227. case 'q':
  228. params.wpa_debug_level++;
  229. break;
  230. #ifdef CONFIG_DEBUG_SYSLOG
  231. case 's':
  232. params.wpa_debug_syslog++;
  233. break;
  234. #endif /* CONFIG_DEBUG_SYSLOG */
  235. #ifdef CONFIG_DEBUG_LINUX_TRACING
  236. case 'T':
  237. params.wpa_debug_tracing++;
  238. break;
  239. #endif /* CONFIG_DEBUG_LINUX_TRACING */
  240. case 't':
  241. params.wpa_debug_timestamp++;
  242. break;
  243. #ifdef CONFIG_DBUS
  244. case 'u':
  245. params.dbus_ctrl_interface = 1;
  246. break;
  247. #endif /* CONFIG_DBUS */
  248. case 'v':
  249. printf("%s\n", wpa_supplicant_version);
  250. exitcode = 0;
  251. goto out;
  252. case 'W':
  253. params.wait_for_monitor++;
  254. break;
  255. case 'N':
  256. iface_count++;
  257. iface = os_realloc_array(ifaces, iface_count,
  258. sizeof(struct wpa_interface));
  259. if (iface == NULL)
  260. goto out;
  261. ifaces = iface;
  262. iface = &ifaces[iface_count - 1];
  263. os_memset(iface, 0, sizeof(*iface));
  264. break;
  265. default:
  266. usage();
  267. exitcode = 0;
  268. goto out;
  269. }
  270. }
  271. exitcode = 0;
  272. global = wpa_supplicant_init(&params);
  273. if (global == NULL) {
  274. wpa_printf(MSG_ERROR, "Failed to initialize wpa_supplicant");
  275. exitcode = -1;
  276. goto out;
  277. } else {
  278. wpa_printf(MSG_INFO, "Successfully initialized "
  279. "wpa_supplicant");
  280. }
  281. for (i = 0; exitcode == 0 && i < iface_count; i++) {
  282. struct wpa_supplicant *wpa_s;
  283. if ((ifaces[i].confname == NULL &&
  284. ifaces[i].ctrl_interface == NULL) ||
  285. ifaces[i].ifname == NULL) {
  286. if (iface_count == 1 && (params.ctrl_interface ||
  287. params.dbus_ctrl_interface))
  288. break;
  289. usage();
  290. exitcode = -1;
  291. break;
  292. }
  293. wpa_s = wpa_supplicant_add_iface(global, &ifaces[i]);
  294. if (wpa_s == NULL) {
  295. exitcode = -1;
  296. break;
  297. }
  298. #ifdef CONFIG_P2P
  299. if (wpa_s->global->p2p == NULL &&
  300. (wpa_s->drv_flags &
  301. WPA_DRIVER_FLAGS_DEDICATED_P2P_DEVICE) &&
  302. wpas_p2p_add_p2pdev_interface(wpa_s) < 0)
  303. exitcode = -1;
  304. #endif /* CONFIG_P2P */
  305. }
  306. if (exitcode == 0)
  307. exitcode = wpa_supplicant_run(global);
  308. wpa_supplicant_deinit(global);
  309. out:
  310. wpa_supplicant_fd_workaround(0);
  311. os_free(ifaces);
  312. os_free(params.pid_file);
  313. os_program_deinit();
  314. return exitcode;
  315. }