Wi-Fi Connection Manager Library
cy_wcm_scan_result_t Struct Reference

Description

Structure used for storing scan results.

Data Fields

cy_wcm_ssid_t SSID
 SSID (i.e., name of the AP). More...
 
cy_wcm_mac_t BSSID
 Basic Service Set Identification (BSSID), i.e., MAC address of the AP. More...
 
int16_t signal_strength
 RSSI in dBm. More...
 
uint32_t max_data_rate
 Maximum data rate in kbps. More...
 
cy_wcm_bss_type_t bss_type
 Network type. More...
 
cy_wcm_security_t security
 Security type. More...
 
uint8_t channel
 Radio channel that the AP beacon was received on. More...
 
cy_wcm_wifi_band_t band
 Radio band. More...
 
uint8_t ccode [2]
 Two-letter ISO country code in network byte order. More...
 
uint8_t flags
 Indicates whether the scan results are from the same channel if flag is 1; otherwise from the beacon.
 
uint8_t * ie_ptr
 Pointer to the received Beacon/Probe Response IE (Information Element). More...
 
uint32_t ie_len
 Length of the IE. More...
 

Field Documentation

◆ SSID

cy_wcm_ssid_t cy_wcm_scan_result_t::SSID

SSID (i.e., name of the AP).

In case of a hidden AP, SSID.value will be empty and SSID.length will be 0.

◆ BSSID

cy_wcm_mac_t cy_wcm_scan_result_t::BSSID

Basic Service Set Identification (BSSID), i.e., MAC address of the AP.


◆ signal_strength

int16_t cy_wcm_scan_result_t::signal_strength

RSSI in dBm.

(<-90=Very poor, >-30=Excellent).

◆ max_data_rate

uint32_t cy_wcm_scan_result_t::max_data_rate

Maximum data rate in kbps.


◆ bss_type

cy_wcm_bss_type_t cy_wcm_scan_result_t::bss_type

Network type.


◆ security

cy_wcm_security_t cy_wcm_scan_result_t::security

Security type.


◆ channel

uint8_t cy_wcm_scan_result_t::channel

Radio channel that the AP beacon was received on.


◆ band

cy_wcm_wifi_band_t cy_wcm_scan_result_t::band

Radio band.


◆ ccode

uint8_t cy_wcm_scan_result_t::ccode[2]

Two-letter ISO country code in network byte order.


◆ ie_ptr

uint8_t* cy_wcm_scan_result_t::ie_ptr

Pointer to the received Beacon/Probe Response IE (Information Element).


◆ ie_len

uint32_t cy_wcm_scan_result_t::ie_len

Length of the IE.