ESP-IDF
dpp_authentication::num_freq
is only used within ESP-IDF.
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
ESP-IDF
dpp_authentication::num_freq
dpp_authentication::num_freq field
Syntax
Show:
Summary
Declaration
from
dpp.h:263
unsigned
int
num_freq
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
num_freq
,
freq_idx
;
dpp.h:263
if
(
freq_included
(
auth
->
freq
,
auth
->
num_freq
,
freq
)
)
dpp.c:922
dpp_channel_intersect()
auth
->
freq
[
auth
->
num_freq
++
]
=
freq
;
dpp.c:925
dpp_channel_intersect()
if
(
!
auth
->
num_freq
)
{
dpp.c:927
dpp_channel_intersect()
auth
->
num_freq
=
3
;
dpp.c:974
dpp_channel_local_list()
return
auth
->
num_freq
==
0
?
-
1
:
0
;
dpp.c:976
dpp_channel_local_list()
freq_to_start
(
auth
->
freq
,
auth
->
num_freq
,
2462
)
;
dpp.c:996
dpp_prepare_channel_list()
freq_to_start
(
auth
->
freq
,
auth
->
num_freq
,
2412
)
;
dpp.c:997
dpp_prepare_channel_list()
freq_to_start
(
auth
->
freq
,
auth
->
num_freq
,
2437
)
;
dpp.c:998
dpp_prepare_channel_list()
for
(
i
=
0
;
i
<
auth
->
num_freq
;
i
++
)
{
dpp.c:1005
dpp_prepare_channel_list()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::num_freq
is written by 2 functions and is read by 3 functions:
dpp_channel_intersect()
dpp_channel_local_list()
All items filtered out
dpp_authentication::num_freq
dpp_channel_intersect()
dpp_channel_local_list()
dpp_prepare_channel_list()
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