ESP-IDF
wps_sm_alloc_eapol()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wps_sm_alloc_eapol()
wps_sm_alloc_eapol() function
Syntax
Show:
Summary
Declaration
from
esp_wps.c:271
u8
*
wps_sm_alloc_eapol
(
struct
wps_sm
*
sm
,
u8
type
,
const
void
*
data
,
u16
data_len
,
size_t
*
msg_len
,
void
*
*
data_pos
)
;
Arguments
Argument
sm
type
data
data_len
msg_len
data_pos
Related Functions
Found 4 other functions taking a
wps_sm
argument:
Function
wps_sm_ether_send()
is_wps_pbc_overlap()
wps_stop_connection_timers()
wps_sm_init()
Examples
References
from
examples
Code
Location
Referrer
u8
*
wps_sm_alloc_eapol
(
struct
wps_sm
*
sm
,
u8
type
,
esp_wps.c:271
buf
=
wps_sm_alloc_eapol
(
sm
,
IEEE802_1X_TYPE_EAP_PACKET
,
wpabuf_head_u8
(
eap_buf
)
,
wpabuf_len
(
eap_buf
)
,
(
size_t
*
)
&
len
,
NULL
)
;
esp_wps.c:492
wps_send_eap_identity_rsp()
buf
=
wps_sm_alloc_eapol
(
sm
,
IEEE802_1X_TYPE_EAP_PACKET
,
wpabuf_head_u8
(
eap_buf
)
,
wpabuf_len
(
eap_buf
)
,
(
size_t
*
)
&
len
,
NULL
)
;
esp_wps.c:532
wps_send_frag_ack()
buf
=
wps_sm_alloc_eapol
(
sm
,
IEEE802_1X_TYPE_EAP_PACKET
,
wpabuf_head_u8
(
eap_buf
)
,
wpabuf_len
(
eap_buf
)
,
(
size_t
*
)
&
len
,
NULL
)
;
esp_wps.c:718
wps_send_wps_mX_rsp()
buf
=
wps_sm_alloc_eapol
(
sm
,
IEEE802_1X_TYPE_EAPOL_START
,
(
u8
*
)
""
,
0
,
(
size_t
*
)
&
len
,
NULL
)
;
esp_wps.c:747
wps_tx_start()
Call Tree
from
examples
wps_sm_alloc_eapol()
is called by 4 functions and calls 1 function:
wps_send_eap_identity_rsp()
wps_send_frag_ack()
wps_send_wps_mX_rsp()
wps_tx_start()
All items filtered out
wps_sm_alloc_eapol()
wpa_alloc_eapol()
All items filtered out
Data Use
from
examples
wps_sm_alloc_eapol()
:
All items filtered out
wps_sm_alloc_eapol()
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