struct wpa_bss - BSS table : List entry for struct wpa_supplicant::bss : List entry for struct wpa_supplicant::bss_id : Unique identifier for this BSS entry : Number of counts without seeing this BSS : information flags about the BSS/IBSS (WPA_BSS_*) : Index of the last scan update : BSSID : 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 : signal quality : noise level : signal level : Timestamp of last Beacon/Probe Response frame : 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
This structure is used to store information about neighboring BSSes in generic format. It is mainly updated based on scan results from the driver.
Definition at line 50 of file bss.h.