Morse Micro IoT SDK  2.9.7
WLAN Initialization/Deinitialization API

Detailed Description

Note
If using LWIP, this API is invoked by the LWIP netif for MMWLAN, and thus does not need to be used directly by the application.

Functions

void mmwlan_init (void)
 Initialize the MMWLAN subsystem. More...
 
void mmwlan_deinit (void)
 Deinitialize the MMWLAN subsystem, freeing any allocated memory. More...
 

Function Documentation

◆ mmwlan_deinit()

void mmwlan_deinit ( void  )

Deinitialize the MMWLAN subsystem, freeing any allocated memory.

Must not be called while there is any activity in progress (e.g., while connected).

Warning
mmwlan_shutdown must be called before executing this function.

◆ mmwlan_init()

void mmwlan_init ( void  )

Initialize the MMWLAN subsystem.

Warning
mmhal_init() must be called before this function is executed.