iperf sample
sta_scan_args_t
is only used within iperf sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
iperf sample
sta_scan_args_t
sta_scan_args_t struct
Syntax
Show:
Summary
Declaration
from
sta_cmd.c:36
typedef
struct
{
struct
arg_str
*
ssid
;
struct
arg_str
*
bssid
;
struct
arg_int
*
channel
;
struct
arg_lit
*
show_hidden
;
struct
arg_int
*
max
;
struct
arg_int
*
min
;
struct
arg_lit
*
passive
;
struct
arg_int
*
passive_time
;
#if
ESP_IDF_VERSION
>=
ESP_IDF_VERSION_VAL
(
5
,
3
,
0
)
struct
arg_int
*
home_chan_dwell_time
;
struct
arg_int
*
bitmap_2g
;
struct
arg_int
*
bitmap_5g
;
#endif
struct
arg_lit
*
count_only
;
struct
arg_end
*
end
;
}
sta_scan_args_t
;
Fields
Field
Declared as
sta_scan_args_t::ssid
struct
arg_str
*
sta_scan_args_t::bssid
struct
arg_str
*
sta_scan_args_t::channel
struct
arg_int
*
sta_scan_args_t::show_hidden
struct
arg_lit
*
sta_scan_args_t::max
struct
arg_int
*
sta_scan_args_t::min
struct
arg_int
*
sta_scan_args_t::passive
struct
arg_lit
*
sta_scan_args_t::passive_time
struct
arg_int
*
sta_scan_args_t::home_chan_dwell_time
struct
arg_int
*
sta_scan_args_t::bitmap_2g
struct
arg_int
*
sta_scan_args_t::bitmap_5g
struct
arg_int
*
sta_scan_args_t::count_only
struct
arg_lit
*
sta_scan_args_t::end
struct
arg_end
*
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