Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p.c529 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_group_clients()
902 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_device()
903 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_device()
930 if (dev->flags & P2P_DEV_REPORTED_ONCE) in p2p_device_free()
1754 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_dev_info()
1755 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_dev_info()
5424 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_process_nfc_connection_handover()
5425 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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p.c531 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_group_clients()
906 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_device()
907 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_device()
934 if (dev->flags & P2P_DEV_REPORTED_ONCE) in p2p_device_free()
1774 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_dev_info()
1775 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_dev_info()
5469 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_process_nfc_connection_handover()
5470 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