Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/p2p/
H A Dp2p.c527 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_group_clients()
900 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_add_device()
901 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_device()
928 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()
5418 !(dev->flags & P2P_DEV_REPORTED_ONCE)); in p2p_process_nfc_connection_handover()
5419 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_process_nfc_connection_handover()
H A Dp2p_i.h112 #define P2P_DEV_REPORTED_ONCE BIT(15) macro