Microchip® Advanced Software Framework

tstrM2MScanOption Struct Reference

#include <m2m_types.h>

Data Fields

uint8 __PAD__ [PAD_SZ(2)]
 
uint8 u8NumOfSlot
 
uint8 u8SlotTime
 

uint8 tstrM2MScanOption::__PAD__[PAD_SZ(2)]

Padding bytes for forcing 4-byte alignment

uint8 tstrM2MScanOption::u8NumOfSlot
 The min number of slots is 2 for every channel, 

every slot the soc will send Probe Req on air, and wait/listen for PROBE RESP/BEACONS for the u16slotTime

Referenced by m2m_wifi_set_scan_options().

uint8 tstrM2MScanOption::u8SlotTime

the time that the Soc will wait on every channel listening to the frames on air when that time increaseed number of AP will increased in the scan results min time is 10 ms and the max is 250 ms

Referenced by m2m_wifi_set_scan_options().