wpas_module_tests.c 346 B

1234567891011121314151617
  1. /*
  2. * wpa_supplicant 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. int wpas_module_tests(void)
  11. {
  12. wpa_printf(MSG_INFO, "wpa_supplicant module tests");
  13. return 0;
  14. }