OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:P2P_DEV_REPORTED
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p_i.h
97
#define
P2P_DEV_REPORTED
BIT(1)
p2p.c
373
dev->flags &= ~
P2P_DEV_REPORTED
;
535
dev->flags |=
P2P_DEV_REPORTED
| P2P_DEV_REPORTED_ONCE;
865
if (dev->flags &
P2P_DEV_REPORTED
&& !wfd_changed &&
901
dev->flags |=
P2P_DEV_REPORTED
| P2P_DEV_REPORTED_ONCE;
[
all
...]
p2p_go_neg.c
642
!(dev->flags &
P2P_DEV_REPORTED
))
[
all
...]
Completed in 36 milliseconds