Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/p2p/
HDp2p.c525 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_group_clients()
890 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_device()
891 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_device()
918 if (dev->flags & P2P_DEV_REPORTED_ONCE) in p2p_device_free()
1745 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_dev_info()
1746 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_dev_info()
5319 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_process_nfc_connection_handover()
5320 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_process_nfc_connection_handover()
HDp2p_i.h112 #define P2P_DEV_REPORTED_ONCE BIT(15) macro