OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:probe_resp_ie
(Results
1 - 9
of
9
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p_group.c
235
struct wpabuf *
probe_resp_ie
;
local
237
probe_resp_ie
= p2p_group_build_probe_resp_ie(group);
238
if (
probe_resp_ie
== NULL)
241
probe_resp_ie
);
252
group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie,
probe_resp_ie
);
p2p.h
454
* @
probe_resp_ie
: IE(s) to be added to Probe Response frames
465
* the IEs from
probe_resp_ie
need to be added to the end of the Probe
466
* Response frame body. If send_probe_resp() is used, the
probe_resp_ie
471
const struct wpabuf *
probe_resp_ie
);
[
all
...]