- /*
- * Iperf example - declarations of command registration functions.
- *
- * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
- *
- * SPDX-License-Identifier: Unlicense OR CC0-1.0
- */
- #pragma once
- // Register WiFi functions
- void register_wifi(void);
- void initialise_wifi(void);
|