cmd_decl.h 292 B

123456789101112
  1. /*
  2. * Iperf example - declarations of command registration functions.
  3. *
  4. * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
  5. *
  6. * SPDX-License-Identifier: Unlicense OR CC0-1.0
  7. */
  8. #pragma once
  9. // Register WiFi functions
  10. void register_wifi(void);
  11. void initialise_wifi(void);