OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ft_pending_req_ies
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
wpa_auth_i.h
143
struct wpabuf *
ft_pending_req_ies
;
member in struct:wpa_state_machine
wpa_auth_ft.c
1974
struct wpabuf *
ft_pending_req_ies
;
local
2065
ft_pending_req_ies
= wpabuf_alloc_copy(ies, ies_len);
2066
wpabuf_free(sm->
ft_pending_req_ies
);
2067
sm->
ft_pending_req_ies
=
ft_pending_req_ies
;
2068
if (!sm->
ft_pending_req_ies
) {
4324
if (!sm->ft_pending_cb || !sm->
ft_pending_req_ies
)
4327
res = wpa_ft_process_auth_req(sm, wpabuf_head(sm->
ft_pending_req_ies
),
4328
wpabuf_len(sm->
ft_pending_req_ies
),
4336
wpabuf_free(sm->
ft_pending_req_ies
);
[
all
...]
wpa_auth.c
1044
wpabuf_free(sm->
ft_pending_req_ies
);
Completed in 32 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026