OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:P2P_DEV_REPORTED_ONCE
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p_i.h
109
#define
P2P_DEV_REPORTED_ONCE
BIT(15)
p2p.c
535
dev->flags |= P2P_DEV_REPORTED |
P2P_DEV_REPORTED_ONCE
;
900
!(dev->flags &
P2P_DEV_REPORTED_ONCE
));
901
dev->flags |= P2P_DEV_REPORTED |
P2P_DEV_REPORTED_ONCE
;
928
if (dev->flags &
P2P_DEV_REPORTED_ONCE
)
[
all
...]
Completed in 30 milliseconds