Synchronous wi-fi scan settings function. This function sets the time configuration parameters for the scan operation.
◆ m2m_wifi_set_scan_options()
- Parameters
-
[in] | u8NumOfSlot; | The minimum number of slots is 2 for every channel, For every slot the soc will send Probe Req on air, and wait/listen for PROBE RESP/BEACONS for the u8slotTime in ms |
[in] | u8SlotTime; | The time in ms that the Soc will wait on every channel listening for the frames on air when that time increases the number of APs will increase in the scan results Minimum time is 10 ms and the maximum is 250 ms |
- See also
- tenuM2mScanCh m2m_wifi_request_scan
- Returns
- The function returns M2M_SUCCESS for successful operations and a negative value otherwise.