Morse Micro IoT SDK  2.11.2
Deprecated List
Global mmhal_wlan_clear_spi_irq (void)
Do not invoke this function because it is deprecated and will be removed from the mmhal API in a future release. This function need not be implemented as a weak stub is used in morselib.
Global mmosal_task_notify (struct mmosal_task *task)
Do not invoke this function because it is deprecated and will be removed from the mmosal API in a future release.
Global mmosal_task_notify_from_isr (struct mmosal_task *task)
Do not invoke this function because it is deprecated and will be removed from the mmosal API in a future release.
Global mmosal_task_wait_for_notification (uint32_t timeout_ms)
Do not invoke this function because it is deprecated and will be removed from the mmosal API in a future release.
Global mmwlan_get_mac_addr (uint8_t *mac_addr)
This function is deprecated and provided for backwards compatibility. mmwlan_get_vif_mac_addr should be used for new developments.
Global mmwlan_register_link_state_cb (mmwlan_link_state_cb_t callback, void *arg)
This function is deprecated and provided for backwards compatibility. mmwlan_register_vif_state_cb should be used for new developments.
Global mmwlan_sta_enable (const struct mmwlan_sta_args *args, mmwlan_sta_status_cb_t sta_status_cb)
The sta_status_cb parameter should not be used. Please use mmwlan_sta_args.ext_sta_status_cb as the preferred callback method.