Information related to the BSS a VIF is linked to. More...
#include <me.h>

Data Fields | |
| struct mac_htcapability | ht_cap |
| HT capabilities of the BSS. | |
| struct mac_addr | bssid |
| Network BSSID. | |
| struct mac_ssid | ssid |
| Network name. | |
| uint8_t | bssid_index |
| nonTransmitted BSSID index, in case the STA is connected to a nonTransmitted BSSID of a Multiple BSSID set. | |
| uint8_t | max_bssid_ind |
| Maximum BSSID indicator, in case the STA is connected to a nonTransmitted BSSID of a Multiple BSSID set. | |
| uint16_t | bsstype |
| Network type (IBSS or ESS). | |
| struct mac_chan_op | chan |
| Operating channel. | |
| uint16_t | beacon_period |
| Network beacon period. | |
| struct mac_rateset | rate_set |
| Legacy rate set. | |
| struct mac_edca_param_set | edca_param |
| EDCA parameter set. | |
| int8_t | rssi |
| RSSI of the beacons received from this BSS. | |
| uint8_t | high_11b_rate |
| Highest 11g rate that can be used. | |
| uint16_t | prot_status |
| Protection Status (Bit field). | |
| uint8_t | power_constraint |
| Power Constraint. | |
| uint32_t | capa_flags |
| Flags indicating which BSS capabilities are valid (HT/VHT/QoS/HE/etc.). | |
| struct mobility_domain | mde |
| Mobility Domain element. | |
Information related to the BSS a VIF is linked to.
Definition at line 134 of file me.h.
| uint8_t me_bss_info::bssid_index |
nonTransmitted BSSID index, in case the STA is connected to a nonTransmitted BSSID of a Multiple BSSID set.
Should be set to 0 otherwise
Definition at line 154 of file me.h.
Referenced by scanu_join_cfm_handler().
| uint8_t me_bss_info::max_bssid_ind |
Maximum BSSID indicator, in case the STA is connected to a nonTransmitted BSSID of a Multiple BSSID set.
Definition at line 157 of file me.h.
Referenced by scanu_join_cfm_handler().
1.6.1