OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noa
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p_group.c
40
struct wpabuf *
noa
;
member in struct:p2p_group
120
wpabuf_free(group->
noa
);
161
static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *
noa
)
163
if (
noa
== NULL)
167
wpabuf_put_le16(ie, wpabuf_len(
noa
));
168
wpabuf_put_buf(ie,
noa
);
228
p2p_group_add_noa(ie, group->
noa
);
410
p2p_group_add_noa(p2p_subelems, group->
noa
);
762
int p2p_group_notif_noa(struct p2p_group *group, const u8 *
noa
,
765
if (
noa
== NULL)
[
all
...]
p2p_i.h
507
const u8 *
noa
;
member in struct:p2p_message
601
const u8 *
noa
, size_t noa_len);
p2p.c
3766
u8
noa
[50];
local
[
all
...]
p2p.h
512
* @buf: Buffer for returning
NoA
514
* Returns: Number of octets used in buf, 0 to indicate no
NoA
is being
[
all
...]
p2p_parse.c
245
msg->
noa
= data;
Completed in 944 milliseconds