OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wpabuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/utils/
wpabuf.h
12
/*
wpabuf
::buf is a pointer to external data */
16
* Internal data structure for
wpabuf
. Please do not touch this directly from
20
struct
wpabuf
{
struct
29
int wpabuf_resize(struct
wpabuf
**buf, size_t add_len);
30
struct
wpabuf
* wpabuf_alloc(size_t len);
31
struct
wpabuf
* wpabuf_alloc_ext_data(u8 *data, size_t len);
32
struct
wpabuf
* wpabuf_alloc_copy(const void *data, size_t len);
33
struct
wpabuf
* wpabuf_dup(const struct
wpabuf
*src);
34
void wpabuf_free(struct
wpabuf
*buf)
[
all
...]
/src/external/bsd/wpa/dist/src/fst/
fst_ctrl_iface.c
564
const struct
wpabuf
*mbies;
663
const struct
wpabuf
*
wpabuf
;
local
674
wpabuf
= fst_iface_get_peer_mb_ie(iface, addr);
675
if (
wpabuf
) {
679
wpabuf_head(
wpabuf
),
680
wpabuf_len(
wpabuf
));
Completed in 32 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026