Structure for storing AP information. 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... | |
uint32_t | max_data_rate |
Maximum data rate in kilobits/s. More... | |
whd_bss_type_t | bss_type |
Network type. More... | |
whd_security_t | security |
Security type. More... | |
uint8_t | channel |
Radio channel that the AP beacon was received on. More... | |
whd_802_11_band_t | band |
Radio band. More... | |
struct whd_ap_info * | next |
Pointer to the next scan result. More... | |
Structure for storing AP information.
Definition at line 917 of file whd_types.h.
whd_802_11_band_t band |
Radio band.
Definition at line 926 of file whd_types.h.
whd_bss_type_t bss_type |
Network type.
Definition at line 923 of file whd_types.h.
whd_mac_t BSSID |
Basic Service Set Identification (i.e.
MAC address of Access Point)
Definition at line 920 of file whd_types.h.
uint8_t channel |
Radio channel that the AP beacon was received on.
Definition at line 925 of file whd_types.h.
uint32_t max_data_rate |
Maximum data rate in kilobits/s.
Definition at line 922 of file whd_types.h.
struct whd_ap_info* next |
Pointer to the next scan result.
Definition at line 927 of file whd_types.h.
whd_security_t security |
Security type.
Definition at line 924 of file whd_types.h.
int16_t signal_strength |
Receive Signal Strength Indication in dBm.
<-90=Very poor, >-30=Excellent
Definition at line 921 of file whd_types.h.
whd_ssid_t SSID |