NetBurner 3.1
tstrM2mWifiscanResult Struct Reference

Wi-Fi Scan Result. More...

#include <m2m_types.h>

Public Attributes

uint8 u8index
 
sint8 s8rssi
 
uint8 u8AuthType
 
uint8 u8ch
 
uint8 au8BSSID [6]
 
uint8 au8SSID [M2M_MAX_SSID_LEN]
 
uint8 _PAD8_
 

Detailed Description

Wi-Fi Scan Result.

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

Member Data Documentation

◆ _PAD8_

uint8 tstrM2mWifiscanResult::_PAD8_

< P2P Device NamePadding bytes for forcing 4-byte alignment

◆ au8BSSID

uint8 tstrM2mWifiscanResult::au8BSSID[6]

BSSID of the AP.

◆ au8SSID

uint8 tstrM2mWifiscanResult::au8SSID[M2M_MAX_SSID_LEN]

AP ssid.

◆ s8rssi

sint8 tstrM2mWifiscanResult::s8rssi

AP signal strength.

◆ u8AuthType

uint8 tstrM2mWifiscanResult::u8AuthType

AP authentication type.

◆ u8ch

uint8 tstrM2mWifiscanResult::u8ch

AP RF channel.

◆ u8index

uint8 tstrM2mWifiscanResult::u8index

AP index in the scan result list.


The documentation for this struct was generated from the following file: