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... | |
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.
cy_wcm_mac_t cy_wcm_scan_result_t::BSSID |
Basic Service Set Identification (BSSID), i.e., MAC address of the AP.
int16_t cy_wcm_scan_result_t::signal_strength |
RSSI in dBm.
(<-90=Very poor, >-30=Excellent).
uint32_t cy_wcm_scan_result_t::max_data_rate |
Maximum data rate in kbps.
cy_wcm_bss_type_t cy_wcm_scan_result_t::bss_type |
Network type.
cy_wcm_security_t cy_wcm_scan_result_t::security |
Security type.
uint8_t cy_wcm_scan_result_t::channel |
Radio channel that the AP beacon was received on.
cy_wcm_wifi_band_t cy_wcm_scan_result_t::band |
Radio band.
uint8_t cy_wcm_scan_result_t::ccode[2] |
Two-letter ISO country code in network byte order.
uint8_t* cy_wcm_scan_result_t::ie_ptr |
Pointer to the received Beacon/Probe Response IE (Information Element).
uint32_t cy_wcm_scan_result_t::ie_len |
Length of the IE.