hapd_module_tests.c 364 B

123456789101112131415161718
  1. /*
  2. * hostapd module tests
  3. * Copyright (c) 2014, 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. int hapd_module_tests(void)
  12. {
  13. wpa_printf(MSG_INFO, "hostapd module tests");
  14. return 0;
  15. }