ESP-IDF
wps_context::rf_band_cb
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
wps_context::rf_band_cb
wps_context::rf_band_cb field
rf_band_cb - Fetch currently used RF band @ctx: Higher layer context data (cb_ctx) Return: Current used RF band or 0 if not known
Syntax
Show:
Summary
Declaration
from
wps.h:834
int
(
*
rf_band_cb
)
(
void
*
ctx
)
;
Examples
References
from
examples
Code
Location
Referrer
int
(
*
rf_band_cb
)
(
void
*
ctx
)
;
wps.h:834
sm
->
wps
->
wps
->
rf_band_cb
=
wps_rf_band_cb
;
esp_wps.c:1724
wifi_station_wps_start()
wps
->
wps
->
rf_band_cb
(
wps
->
wps
->
cb_ctx
)
)
||
wps_enrollee.c:156
wps_build_m1()
wps
->
rf_band_cb
=
hostapd_wps_rf_band_cb
;
wps_hostapd.c:286
hostapd_init_wps()
wps
->
wps
->
rf_band_cb
(
wps
->
wps
->
cb_ctx
)
)
||
wps_registrar.c:1930
wps_build_m2()
wps
->
wps
->
rf_band_cb
(
wps
->
wps
->
cb_ctx
)
)
||
wps_registrar.c:1999
wps_build_m2d()
Call Tree
from
examples
wps_context::rf_band_cb
is called by 3 functions:
wps_build_m1()
wps_build_m2()
wps_build_m2d()
All items filtered out
wps_context::rf_band_cb
All items filtered out
Data Use
from
examples
wps_context::rf_band_cb
is written by 2 functions:
wifi_station_wps_start()
hostapd_init_wps()
All items filtered out
wps_context::rf_band_cb
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
wps_context::rf_band_cb
implements 2 functionss:
wps_rf_band_cb()
hostapd_wps_rf_band_cb()
All items filtered out
wps_context::rf_band_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out