OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_assoc_ie
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/rsn_supp/
wpa_i.h
185
struct wpabuf *
test_assoc_ie
;
member in struct:wpa_sm
wpa.c
4186
wpabuf_free(sm->
test_assoc_ie
);
4864
if (sm->
test_assoc_ie
) {
4867
if (*wpa_ie_len < wpabuf_len(sm->
test_assoc_ie
))
4869
os_memcpy(wpa_ie, wpabuf_head(sm->
test_assoc_ie
),
4870
wpabuf_len(sm->
test_assoc_ie
));
4871
res = wpabuf_len(sm->
test_assoc_ie
);
5383
wpabuf_free(sm->
test_assoc_ie
);
5384
sm->
test_assoc_ie
= buf;
Completed in 23 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026