OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invite_peer
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p_invitation.c
309
if (dev != p2p->
invite_peer
) {
335
p2p->
invite_peer
= NULL;
361
p2p->
invite_peer
= dev;
383
if (p2p->
invite_peer
== NULL) {
p2p.c
639
if (p2p->
invite_peer
== dev)
640
p2p->
invite_peer
= NULL;
739
} else if (p2p->
invite_peer
) {
744
freq = p2p->
invite_peer
->listen_freq;
746
freq = p2p->
invite_peer
->oper_freq;
935
p2p->
invite_peer
= NULL;
[
all
...]
p2p_i.h
226
*
invite_peer
- Pointer to Invite peer
228
struct p2p_device *
invite_peer
;
member in struct:p2p_data
Completed in 60 milliseconds