Home
last modified time | relevance | path

Searched refs:P2P_DEV_REPORTED_ONCE (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p.c527 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_group_clients()
892 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_device()
893 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_device()
920 if (dev->flags & P2P_DEV_REPORTED_ONCE) in p2p_device_free()
1752 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_dev_info()
1753 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_dev_info()
5407 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_process_nfc_connection_handover()
5408 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_process_nfc_connection_handover()
Dp2p_i.h112 #define P2P_DEV_REPORTED_ONCE BIT(15) macro