NetBurner 3.1
m2m_wifi_disable_monitoring_mode

Functions

NMI_API sint8 m2m_wifi_disable_monitoring_mode (void)
 
NMI_API sint8 m2m_wifi_change_monitoring_channel (uint8 u8ChannelID)
 

Detailed Description

Synchronous function to disable Wi-Fi monitoring mode (Promiscuous mode). Expected to be called, if the enable monitoring mode is set, but if it was called without enabling no negative impact will reside.

Synchronous function to change the Wi-Fi monitoring channel(Promiscuous mode). Expected to be called, if the enable monitoring mode is set, but if it was called without enabling no negative impact will reside.

Function Documentation

◆ m2m_wifi_change_monitoring_channel()

NMI_API sint8 m2m_wifi_change_monitoring_channel ( uint8  u8ChannelID)
Parameters
[in]u8ChannelIDNew monitoring channel
See also
m2m_wifi_enable_monitoring_mode
Returns
The function returns M2M_SUCCESS for successful operations and a negative value otherwise.

◆ m2m_wifi_disable_monitoring_mode()

NMI_API sint8 m2m_wifi_disable_monitoring_mode ( void  )
See also
m2m_wifi_enable_monitoring_mode
Returns
The function returns M2M_SUCCESS for successful operations and a negative value otherwise.