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).
◆ m2m_wifi_set_scan_list()
- 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.