This struct contains the Wi-Fi scan request.
Wi-Fi Scan Request.
#include <m2m_types.h>
Data Fields | |
uint8 | __PAD24__ [3] |
uint8 | __RSVD8__ [1] |
uint16 | u16PassiveScanTime |
uint8 | u8ChNum |
uint8 tstrM2MScan::__PAD24__[3] |
Padding bytes for forcing 4-byte alignment
uint8 tstrM2MScan::__RSVD8__[1] |
Reserved for future use.
uint16 tstrM2MScan::u16PassiveScanTime |
The length of each scan slot in milliseconds. Refers to passive scan only. The device listens for beacons during this time. Valid settings are in the range 10<=PassiveScanTime<=1200. Default setting is M2M_SCAN_DEFAULT_PASSIVE_SLOT_TIME.
Referenced by m2m_wifi_request_scan_passive().
uint8 tstrM2MScan::u8ChNum |
The Wi-Fi RF channel number
The Wi-Fi RF Channel number
Referenced by m2m_wifi_request_scan(), m2m_wifi_request_scan_passive(), and m2m_wifi_request_scan_ssid_list().