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_i.h
106
#define
P2P_DEV_GROUP_CLIENT_ONLY
BIT(12)
p2p.c
503
if (dev->flags & (
P2P_DEV_GROUP_CLIENT_ONLY
|
529
dev->flags |=
P2P_DEV_GROUP_CLIENT_ONLY
;
785
dev->flags &= ~(P2P_DEV_PROBE_REQ_ONLY |
P2P_DEV_GROUP_CLIENT_ONLY
|
[
all
...]
p2p_invitation.c
681
if (dev->flags &
P2P_DEV_GROUP_CLIENT_ONLY
) {
p2p_pd.c
1026
if (dev->flags &
P2P_DEV_GROUP_CLIENT_ONLY
) {
[
all
...]
Completed in 30 milliseconds