ESP-IDF
wps_process_wps_mX_req()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wps_process_wps_mX_req()
wps_process_wps_mX_req() function
Syntax
Show:
Summary
Declaration
from
esp_wps.c:595
int
wps_process_wps_mX_req
(
u8
*
ubuf
,
int
len
,
enum
wps_process_res
*
res
)
;
Arguments
Argument
ubuf
len
res
Examples
References
from
examples
Code
Location
Referrer
int
wps_process_wps_mX_req
(
u8
*
ubuf
,
int
len
,
enum
wps_process_res
*
res
)
esp_wps.c:595
ret
=
wps_process_wps_mX_req
(
tmp
,
plen
-
sizeof
(
*
ehdr
)
-
1
,
&
res
)
;
esp_wps.c:1080
wps_sm_rx_eapol_internal()
Call Tree
from
examples
wps_process_wps_mX_req()
is called by 1 function and calls 5 functions:
wps_sm_rx_eapol_internal()
All items filtered out
wps_process_wps_mX_req()
wpabuf_alloc_copy()
wpabuf_free()
eloop_cancel_timeout()
wps_enrollee_process_msg()
wps_enrollee_process_msg_frag()
All items filtered out
Data Use
from
examples
wps_process_wps_mX_req()
reads 13 variables and writes 1 variable:
eap_expand::opcode
wsc_op_code::WSC_Start
wps_process_res::WPS_FAILURE
wps_process_res::WPS_FRAGMENT
wps_msg_flag::WPS_MSG_FLAG_MORE
wps_msg_flag::WPS_MSG_FLAG_LEN
wps_sm_state::WAIT_START
wps_sm_state::WPA_MESG
wps_sm_state::WPA_FAIL
wps_sm::state
wps_sm::wps
gWpsSm
wifi_station_wps_msg_timeout()
All items filtered out
wps_process_wps_mX_req()
wps_sm::state
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