wpa_bss is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferencesInstancesLifecycle

Fields

Field
Declared as
Description
struct dl_list
List entry for struct wpa_supplicant::bss.
struct dl_list
List entry for struct wpa_supplicant::bss_id.
unsigned int
Unique identifier for this BSS entry.
unsigned int
Index of the last scan update.
unsigned int
Information flags about the BSS/IBSS (WPA_BSS_*).
BSSID.
SSID.
size_t
Length of SSID.
int
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.
int
Signal quality.
int
Noise level.
int
Signal level.
Timestamp of last Beacon/Probe Response frame.
Timestamp of parent aganist which it was taken.
struct os_reltime
Time of the last update (i.e., Beacon or Probe Response RX).
size_t
Length of the following IE field in octets (from Probe Response).
size_t
Length of the following Beacon IE field in octets.
u8[]

References