Wi-Fi Connection Manager Library
cy_wcm_associated_ap_info_t Struct Reference

Description

Structure used to receive the information of the associated AP from cy_wcm_get_associated_ap_info().

Data Fields

cy_wcm_ssid_t SSID
 Associated AP name. More...
 
cy_wcm_mac_t BSSID
 BSSID (MAC address) of the associated AP. More...
 
cy_wcm_security_t security
 Security of the associated AP. More...
 
uint16_t channel_width
 Channel width (bandwidth in MHz) of the AP. More...
 
int16_t signal_strength
 RSSI in dBm. More...
 
uint8_t channel
 Radio channel of the AP. More...
 

Field Documentation

◆ SSID

cy_wcm_ssid_t cy_wcm_associated_ap_info_t::SSID

Associated AP name.


◆ BSSID

cy_wcm_mac_t cy_wcm_associated_ap_info_t::BSSID

BSSID (MAC address) of the associated AP.


◆ security

cy_wcm_security_t cy_wcm_associated_ap_info_t::security

Security of the associated AP.

See also
cy_wcm_security_t.

◆ channel_width

uint16_t cy_wcm_associated_ap_info_t::channel_width

Channel width (bandwidth in MHz) of the AP.


◆ signal_strength

int16_t cy_wcm_associated_ap_info_t::signal_strength

RSSI in dBm.

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

◆ channel

uint8_t cy_wcm_associated_ap_info_t::channel

Radio channel of the AP.