wifi_cmd.h 296 B

123456789101112131415161718192021
  1. /*
  2. * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #pragma once
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. void register_wifi_cmd(void);
  11. void register_wifi_itwt(void);
  12. void register_wifi_stats(void);
  13. #ifdef __cplusplus
  14. }
  15. #endif