OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:P2P_DEV_GROUP_CLIENT_ONLY
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p_pd.c
370
if (dev->flags &
P2P_DEV_GROUP_CLIENT_ONLY
) {
p2p_i.h
88
#define
P2P_DEV_GROUP_CLIENT_ONLY
BIT(12)
p2p_invitation.c
568
if (dev->flags &
P2P_DEV_GROUP_CLIENT_ONLY
) {
p2p.c
489
if (dev->flags & (
P2P_DEV_GROUP_CLIENT_ONLY
|
515
dev->flags |=
P2P_DEV_GROUP_CLIENT_ONLY
;
672
dev->flags &= ~(P2P_DEV_PROBE_REQ_ONLY |
P2P_DEV_GROUP_CLIENT_ONLY
);
[
all
...]
Completed in 26 milliseconds