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.c510 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_group_clients()
835 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_device()
836 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_device()
861 if (dev->flags & P2P_DEV_REPORTED_ONCE) in p2p_device_free()
1590 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_dev_info()
1591 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_dev_info()
4769 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_process_nfc_connection_handover()
4770 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_process_nfc_connection_handover()
Dp2p_i.h96 #define P2P_DEV_REPORTED_ONCE BIT(15) macro