NetBurner 3.1
m2m_wifi_set_scan_region

Functions

NMI_API sint8 m2m_wifi_set_scan_region (uint8 ScanRegion)
 
NMI_API sint8 m2m_wifi_set_scan_list (tstrM2MScanList *pstrScanList)
 

Detailed Description

Synchronous wi-fi scan region setting function. This function sets the scan region, which will affect the range of possible scan channels. For 2.5GHz supported in the current release, the requested scanregion can't exceed the maximum number of channels (14).

Synchronous wi-fi scan region setting function. This function sets the scan list, which will affect the range of possible scan channels. For 2.5GHz supported in the current release, the requested scanregion can't exceed the maximum number of channels (14).

Function Documentation

◆ m2m_wifi_set_scan_list()

sint8 m2m_wifi_set_scan_list ( tstrM2MScanList pstrScanList)
Parameters
[in]ScanRegion;pstrScanList
See also
tstrM2MScanList m2m_wifi_request_scan
Returns
The function returns M2M_SUCCESS for successful operations and a negative value otherwise.

◆ m2m_wifi_set_scan_region()

sint8 m2m_wifi_set_scan_region ( uint8  ScanRegion)
Parameters
[in]ScanRegion;ASIA = 14 NORTH_AMERICA = 11
See also
tenuM2mScanCh m2m_wifi_request_scan
Returns
The function returns M2M_SUCCESS for successful operations and a negative value otherwise.