Microchip® Advanced Software Framework

tstrM2mReqScanResult Struct Reference

Scan Result Request.

The Wi-Fi Scan results list is stored in firmware. This struct contains the index by which the application can request a certain scan result.

The Wi-Fi Scan results list is stored in Firmware. The application can request a certain scan result by its index.

#include <m2m_types.h>

Data Fields

uint8 __PAD24__ [3]
 
uint8 __PAD__ [PAD_SZ(1)]
 
uint8 u8Index
 

uint8 tstrM2mReqScanResult::__PAD24__

Padding bytes for forcing 4-byte alignment

uint8 tstrM2mReqScanResult::__PAD__[PAD_SZ(1)]

Padding bytes for forcing 4-byte alignment

uint8 tstrM2mReqScanResult::u8Index

Index of the desired scan result

Referenced by m2m_wifi_req_scan_result().