Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
m2m_wifi_deinit

Synchronous deinitialization function to the WILC1000 driver.

Dinitializes the host interface and frees resources used by the M2M_WIFI layer. Must be called in the application closing function, to ensure that all resources have been correctly released. No arguments are expected to be passed in.

Functions

NMI_API sint8 m2m_wifi_deinit (void *arg)
 

NMI_API sint8 m2m_wifi_deinit ( void arg)
Parameters
[in]argGeneric argument. Not used in current implementation.
Returns
The function returns M2M_SUCCESS for successful operations and a negative value otherwise.

References hif_deinit(), M2M_SUCCESS, nm_drv_deinit(), and NULL.