OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p2p_ie
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/ap/
sta_info.h
125
struct wpabuf *
p2p_ie
; /* P2P IE from (Re)Association Request */
member in struct:sta_info
/external/wpa_supplicant_8/src/p2p/
p2p_group.c
24
struct wpabuf *
p2p_ie
;
member in struct:p2p_group_member
77
wpabuf_free(m->
p2p_ie
);
473
* @
p2p_ie
: P2P IE from (Re)Association Request
483
struct wpabuf *
p2p_ie
,
491
if (
p2p_ie
== NULL)
495
if (p2p_parse_p2p_ie(
p2p_ie
, &msg) ||
576
m->
p2p_ie
= ieee802_11_vendor_ie_concat(ie, len, P2P_IE_VENDOR_TYPE);
577
if (m->
p2p_ie
) {
578
m->client_info = p2p_build_client_info(addr, m->
p2p_ie
,
593
MAC2STR(addr), m->
p2p_ie
? 1 : 0, m->wfd_ie ? 1 : 0
[
all
...]
p2p.c
2286
struct wpabuf *
p2p_ie
;
local
2320
struct wpabuf *
p2p_ie
;
local
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c
5014
struct wpabuf *
p2p_ie
;
local
[
all
...]
Completed in 68 milliseconds