Home
last modified time | relevance | path

Searched refs:P2P_DEV_GROUP_CLIENT_ONLY (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p.c503 if (dev->flags & (P2P_DEV_GROUP_CLIENT_ONLY | in p2p_add_group_clients()
529 dev->flags |= P2P_DEV_GROUP_CLIENT_ONLY; in p2p_add_group_clients()
785 dev->flags &= ~(P2P_DEV_PROBE_REQ_ONLY | P2P_DEV_GROUP_CLIENT_ONLY | in p2p_add_device()
1565 if (dev->flags & P2P_DEV_GROUP_CLIENT_ONLY) { in p2p_connect()
1747 dev->flags &= ~P2P_DEV_GROUP_CLIENT_ONLY; in p2p_add_dev_info()
4211 dev->flags & P2P_DEV_GROUP_CLIENT_ONLY ? in p2p_get_peer_info_txt()
5265 dev->flags &= ~(P2P_DEV_PROBE_REQ_ONLY | P2P_DEV_GROUP_CLIENT_ONLY); in p2p_process_nfc_connection_handover()
5335 dev->flags |= P2P_DEV_GROUP_CLIENT_ONLY; in p2p_process_nfc_connection_handover()
Dp2p_i.h106 #define P2P_DEV_GROUP_CLIENT_ONLY BIT(12) macro
Dp2p_invitation.c681 if (dev->flags & P2P_DEV_GROUP_CLIENT_ONLY) { in p2p_invite()
Dp2p_pd.c1026 if (dev->flags & P2P_DEV_GROUP_CLIENT_ONLY) { in p2p_send_prov_disc_req()