Microchip® Advanced Software Framework

tstrM2mWifiscanResult Struct Reference

Wi-Fi Scan Result.

This struct contains the information corresponding to an AP in the scan result list identified by its order (index) in the list.

Information corresponding to an AP in the Scan Result list identified by its order (index) in the list.

#include <m2m_types.h>

Data Fields

uint8 __PAD__ [PAD_SZ(4+6+M2M_MAX_SSID_LEN+M2M_DEVICE_NAME_MAX)]
 
uint8 _PAD8_
 
uint8 au8BSSID [6]
 
uint8 au8DeviceName [M2M_DEVICE_NAME_MAX]
 
uint8 au8SSID [M2M_MAX_SSID_LEN]
 
sint8 s8rssi
 
uint8 u8AuthType
 
uint8 u8ch
 
uint8 u8index
 

uint8 tstrM2mWifiscanResult::__PAD__[PAD_SZ(4+6+M2M_MAX_SSID_LEN+M2M_DEVICE_NAME_MAX)]

< P2P Device NamePadding bytes for forcing 4-byte alignment

uint8 tstrM2mWifiscanResult::_PAD8_

Padding bytes for forcing 4-byte alignment

uint8 tstrM2mWifiscanResult::au8BSSID

BSSID of the AP.

Referenced by wifi_cb().

uint8 tstrM2mWifiscanResult::au8DeviceName[M2M_DEVICE_NAME_MAX]
uint8 tstrM2mWifiscanResult::au8SSID

AP ssid.

AP SSID.

Referenced by ble_prov_scan_result(), send_scan_result(), and wifi_cb().

sint8 tstrM2mWifiscanResult::s8rssi

AP signal strength.

Referenced by ble_prov_scan_result(), send_scan_result(), and wifi_cb().

uint8 tstrM2mWifiscanResult::u8AuthType

AP authentication type.

Referenced by ble_prov_scan_result(), send_scan_result(), and wifi_cb().

uint8 tstrM2mWifiscanResult::u8ch

AP RF channel.

Referenced by wifi_cb().

uint8 tstrM2mWifiscanResult::u8index

AP index in the scan result list.

Referenced by wifi_cb().