Structure to store scan result parameters for each AP. More...
#include <whd_types.h>
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... | |
whd_security_t | security |
Security type. More... | |
uint8_t | channel |
Radio channel that the AP beacon was received on. More... | |
Structure to store scan result parameters for each AP.
Definition at line 711 of file whd_types.h.
whd_mac_t BSSID |
Basic Service Set Identification (i.e.
MAC address of Access Point)
Definition at line 714 of file whd_types.h.
uint8_t channel |
Radio channel that the AP beacon was received on.
Definition at line 717 of file whd_types.h.
whd_security_t security |
Security type.
Definition at line 716 of file whd_types.h.
int16_t signal_strength |
Receive Signal Strength Indication in dBm.
<-90=Very poor, >-30=Excellent
Definition at line 715 of file whd_types.h.
whd_ssid_t SSID |