ESP-IDF
dpp_authentication::freq
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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::freq
dpp_authentication::freq field
Syntax
Show:
Summary
Declaration
from
dpp.h:262
unsigned
int
freq
[
DPP_BOOTSTRAP_MAX_FREQ
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
freq
[
DPP_BOOTSTRAP_MAX_FREQ
]
;
dpp.h:262
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()
auth
->
curr_freq
=
auth
->
freq
[
0
]
;
dpp.c:932
dpp_channel_intersect()
auth
->
freq
[
0
]
=
2412
;
dpp.c:971
dpp_channel_local_list()
auth
->
freq
[
1
]
=
2437
;
dpp.c:972
dpp_channel_local_list()
auth
->
freq
[
2
]
=
2462
;
dpp.c:973
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()
auth
->
curr_freq
=
auth
->
freq
[
0
]
;
dpp.c:1001
dpp_prepare_channel_list()
res
=
os_snprintf
(
pos
,
end
-
pos
,
" %u"
,
auth
->
freq
[
i
]
)
;
dpp.c:1006
dpp_prepare_channel_list()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::freq
is read by 3 functions:
All items filtered out
dpp_authentication::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