Morse Micro IoT SDK  2.9.7
mm_app_common.h
Go to the documentation of this file.
1/*
2 * Copyright 2023 Morse Micro
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
48void app_wlan_init(void);
49
55void app_wlan_start(void);
56
60void app_wlan_stop(void);
61
void app_print_version_info(void)
Prints various version information.
void app_wlan_stop(void)
Disconnects from Wi-Fi and de-initializes the WLAN interface.
void app_wlan_init(void)
Initializes the WLAN interface (and dependencies) using settings specified in the config store.
void app_wlan_start(void)
Starts the WLAN interface and connects to Wi-Fi using settings specified in the config store.