ESP-IDF
neighbor_report
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
neighbor_report
neighbor_report struct
Syntax
Show:
Summary
Declaration
from
wnm_sta.h:24
struct
neighbor_report
{
u8
bssid
[
ETH_ALEN
]
;
u32
bssid_info
;
u8
regulatory_class
;
u8
channel_number
;
u8
phy_type
;
u8
preference
;
u16
tsf_offset
;
u16
beacon_int
;
char
country
[
2
]
;
u8
rm_capab
[
5
]
;
u16
bearing
;
u16
rel_height
;
u32
distance
;
u64
bss_term_tsf
;
u16
bss_term_dur
;
unsigned
int
preference_present
:
1
;
unsigned
int
tsf_present
:
1
;
unsigned
int
country_present
:
1
;
unsigned
int
rm_capab_present
:
1
;
unsigned
int
bearing_present
:
1
;
unsigned
int
bss_term_present
:
1
;
unsigned
int
acceptable
:
1
;
#ifdef
CONFIG_MBO
unsigned
int
is_first
:
1
;
#endif
struct
measurement_pilot
*
meas_pilot
;
struct
multiple_bssid
*
mul_bssid
;
int
freq
;
}
;
Fields
Field
Declared as
neighbor_report::bssid
u8
[
ETH_ALEN
]
neighbor_report::bssid_info
u32
neighbor_report::regulatory_class
u8
neighbor_report::channel_number
u8
neighbor_report::phy_type
u8
neighbor_report::preference
u8
neighbor_report::tsf_offset
u16
neighbor_report::beacon_int
u16
neighbor_report::country
char
[
2
]
neighbor_report::rm_capab
u8
[
5
]
neighbor_report::bearing
u16
neighbor_report::rel_height
u16
neighbor_report::distance
u32
neighbor_report::bss_term_tsf
u64
neighbor_report::bss_term_dur
u16
neighbor_report::preference_present
unsigned
int
:
1
neighbor_report::tsf_present
unsigned
int
:
1
neighbor_report::country_present
unsigned
int
:
1
neighbor_report::rm_capab_present
unsigned
int
:
1
neighbor_report::bearing_present
unsigned
int
:
1
neighbor_report::bss_term_present
unsigned
int
:
1
neighbor_report::acceptable
unsigned
int
:
1
neighbor_report::meas_pilot
struct
measurement_pilot
*
neighbor_report::mul_bssid
struct
multiple_bssid
*
neighbor_report::freq
int
Related Functions
Found 2 other functions taking a
neighbor_report
argument:
Function
wnm_parse_neighbor_report_elem()
wnm_parse_neighbor_report()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out