BSS(Basic Service Set) information structure. More...
#include <whd_types.h>
Data Fields | |
uint32_t | version |
version field More... | |
uint32_t | length |
byte length of data in this record, starting at version and including IEs More... | |
whd_mac_t | BSSID |
Unique 6-byte MAC address. More... | |
uint16_t | beacon_period |
Interval between two consecutive beacon frames. More... | |
uint16_t | capability |
Capability information. More... | |
uint8_t | SSID_len |
SSID length. More... | |
uint8_t | SSID [32] |
Array to store SSID. More... | |
struct { | |
uint32_t count | |
Count of rates in this set. More... | |
uint8_t rates [16] | |
rates in 500kbps units, higher bit set if basic More... | |
} | rateset |
supported rates More... | |
wl_chanspec_t | chanspec |
Channel specification for basic service set. More... | |
uint16_t | atim_window |
Announcement traffic indication message window size. More... | |
uint8_t | dtim_period |
Delivery traffic indication message period. More... | |
int16_t | RSSI |
receive signal strength (in dBm) More... | |
int8_t | phy_noise |
noise (in dBm) More... | |
uint8_t | n_cap |
BSS is 802.11N Capable. More... | |
uint32_t | nbss_cap |
802.11N BSS Capabilities (based on HT_CAP_*) More... | |
uint8_t | ctl_ch |
802.11N BSS control channel number More... | |
uint32_t | reserved32 [1] |
Reserved for expansion of BSS properties. More... | |
uint8_t | flags |
flags More... | |
uint8_t | reserved [3] |
Reserved for expansion of BSS properties. More... | |
uint8_t | basic_mcs [16] |
802.11N BSS required MCS set More... | |
uint16_t | ie_offset |
offset at which IEs start, from beginning More... | |
uint32_t | ie_length |
byte length of Information Elements More... | |
int16_t | SNR |
Average SNR(signal to noise ratio) during frame reception. More... | |
BSS(Basic Service Set) information structure.
Applications MUST CHECK ie_offset field and length field to access IEs(Information Elements) and next bss_info structure in a vector (in whd_sync_scan_result_t)
Definition at line 728 of file whd_types.h.
uint16_t atim_window |
Announcement traffic indication message window size.
Units are Kusec
Definition at line 743 of file whd_types.h.
uint8_t basic_mcs[16 ] |
802.11N BSS required MCS set
Definition at line 754 of file whd_types.h.
uint16_t beacon_period |
Interval between two consecutive beacon frames.
Units are Kusec
Definition at line 733 of file whd_types.h.
whd_mac_t BSSID |
Unique 6-byte MAC address.
Definition at line 732 of file whd_types.h.
uint16_t capability |
Capability information.
Definition at line 734 of file whd_types.h.
wl_chanspec_t chanspec |
Channel specification for basic service set.
Definition at line 742 of file whd_types.h.
uint32_t count |
Count of rates in this set.
Definition at line 739 of file whd_types.h.
uint8_t ctl_ch |
802.11N BSS control channel number
Definition at line 750 of file whd_types.h.
uint8_t dtim_period |
Delivery traffic indication message period.
Definition at line 744 of file whd_types.h.
uint8_t flags |
flags
Definition at line 752 of file whd_types.h.
uint32_t ie_length |
byte length of Information Elements
Definition at line 757 of file whd_types.h.
uint16_t ie_offset |
offset at which IEs start, from beginning
Definition at line 756 of file whd_types.h.
uint32_t length |
byte length of data in this record, starting at version and including IEs
Definition at line 731 of file whd_types.h.
uint8_t n_cap |
BSS is 802.11N Capable.
Definition at line 748 of file whd_types.h.
uint32_t nbss_cap |
802.11N BSS Capabilities (based on HT_CAP_*)
Definition at line 749 of file whd_types.h.
int8_t phy_noise |
noise (in dBm)
Definition at line 746 of file whd_types.h.
uint8_t rates[16] |
rates in 500kbps units, higher bit set if basic
Definition at line 740 of file whd_types.h.
struct { ... } rateset |
supported rates
uint8_t reserved[3] |
Reserved for expansion of BSS properties.
Definition at line 753 of file whd_types.h.
uint32_t reserved32[1] |
Reserved for expansion of BSS properties.
Definition at line 751 of file whd_types.h.
int16_t RSSI |
receive signal strength (in dBm)
Definition at line 745 of file whd_types.h.
int16_t SNR |
Average SNR(signal to noise ratio) during frame reception.
Definition at line 758 of file whd_types.h.
uint8_t SSID[32] |
Array to store SSID.
Definition at line 736 of file whd_types.h.
uint8_t SSID_len |
SSID length.
Definition at line 735 of file whd_types.h.
uint32_t version |
version field
Definition at line 730 of file whd_types.h.