Home
last modified time | relevance | path

Searched refs:P2P_DEV_REPORTED (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/p2p/
H A Dp2p.c367 dev->flags &= ~P2P_DEV_REPORTED; in p2p_device_clear_reported()
534 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_group_clients()
884 if (dev->flags & P2P_DEV_REPORTED && !wfd_changed && in p2p_add_device()
921 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_device()
1804 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_dev_info()
4361 dev->flags & P2P_DEV_REPORTED ? "[REPORTED]" : "", in p2p_get_peer_info_txt()
5499 if (!(dev->flags & P2P_DEV_REPORTED)) { in p2p_process_nfc_connection_handover()
5502 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_process_nfc_connection_handover()
H A Dp2p_i.h101 #define P2P_DEV_REPORTED BIT(1) macro
H A Dp2p_go_neg.c899 !(dev->flags & P2P_DEV_REPORTED)) in p2p_process_go_neg_req()