Infineon Logo Wi-Fi Host Driver (WHD) Public API Reference Guide
 
whd_scan_result Struct Reference

General Description

Structure for storing scan results.

Data Fields

whd_ssid_t SSID
 Service Set Identification (i.e. More...
 
whd_mac_t BSSID
 Basic Service Set Identification (i.e. More...
 
int16_t signal_strength
 Receive Signal Strength Indication in dBm. More...
 
uint32_t max_data_rate
 Maximum data rate in kilobits/s.
 
whd_bss_type_t bss_type
 Network type.
 
whd_security_t security
 Security type.
 
uint8_t channel
 Radio channel that the AP beacon was received on.
 
whd_802_11_band_t band
 Radio band.
 
uint8_t ccode [2]
 Two letter ISO country code from AP.
 
uint8_t flags
 flags
 
struct whd_scan_resultnext
 Pointer to the next scan result.
 
uint8_t * ie_ptr
 Pointer to received Beacon/Probe Response IE(Information Element)
 
uint32_t ie_len
 Length of IE(Information Element)
 

Field Documentation

◆ SSID

whd_ssid_t SSID

Service Set Identification (i.e.

Name of Access Point)

◆ BSSID

whd_mac_t BSSID

Basic Service Set Identification (i.e.

MAC address of Access Point)

◆ signal_strength

int16_t signal_strength

Receive Signal Strength Indication in dBm.

<-90=Very poor, >-30=Excellent


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