|
wpa_supplicant / hostapd 2.0
|
BSS table. More...
#include <bss.h>
Data Fields | |
| struct dl_list | list |
| struct dl_list | list_id |
| unsigned int | id |
| unsigned int | scan_miss_count |
| unsigned int | last_update_idx |
| unsigned int | flags |
| u8 | bssid [ETH_ALEN] |
| u8 | ssid [32] |
| size_t | ssid_len |
| int | freq |
| u16 | beacon_int |
| u16 | caps |
| int | qual |
| int | noise |
| int | level |
| u64 | tsf |
| struct os_time | last_update |
| size_t | ie_len |
| size_t | beacon_ie_len |
BSS table.
| list | List entry for struct wpa_supplicant::bss |
| list_id | List entry for struct wpa_supplicant::bss_id |
| id | Unique identifier for this BSS entry |
| scan_miss_count | Number of counts without seeing this BSS |
| flags | information flags about the BSS/IBSS (WPA_BSS_*) |
| last_update_idx | Index of the last scan update |
| bssid | BSSID |
| freq | frequency of the channel in MHz (e.g., 2412 = channel 1) |
| beacon_int | beacon interval in TUs (host byte order) |
| caps | capability information field in host byte order |
| qual | signal quality |
| noise | noise level |
| level | signal level |
| tsf | Timestamp of last Beacon/Probe Response frame |
| last_update | Time of the last update (i.e., Beacon or Probe Response RX) |
| ie_len | length of the following IE field in octets (from Probe Response) |
| beacon_ie_len | length of the following Beacon IE field in octets |
This structure is used to store information about neighboring BSSes in generic format. It is mainly updated based on scan results from the driver.
1.7.3