wpa_bss struct
struct wpa_bss - BSS table This structure is used to store information about neighboring BSSes in generic format. It is mainly updated based on scan results from the driver.
Fields
List entry for struct wpa_supplicant::bss.
List entry for struct wpa_supplicant::bss_id.
Unique identifier for this BSS entry.
Index of the last scan update.
Information flags about the BSS/IBSS (WPA_BSS_*).
Frequency of the channel in MHz (e.g., 2412 = channel 1).
Beacon interval in TUs (host byte order).
Capability information field in host byte order.
Timestamp of last Beacon/Probe Response frame.
Timestamp of parent aganist which it was taken.
Time of the last update (i.e., Beacon or Probe Response RX).
Length of the following IE field in octets (from Probe Response).
Length of the following Beacon IE field in octets.