Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p.c364 dev->flags &= ~P2P_DEV_REPORTED; in p2p_device_clear_reported()
529 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_group_clients()
866 if (dev->flags & P2P_DEV_REPORTED && !wfd_changed && in p2p_add_device()
903 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_device()
1755 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_dev_info()
4285 dev->flags & P2P_DEV_REPORTED ? "[REPORTED]" : "", in p2p_get_peer_info_txt()
5422 if (!(dev->flags & P2P_DEV_REPORTED)) { in p2p_process_nfc_connection_handover()
5425 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_process_nfc_connection_handover()
Dp2p_i.h100 #define P2P_DEV_REPORTED BIT(1) macro
Dp2p_go_neg.c832 !(dev->flags & P2P_DEV_REPORTED)) in p2p_process_go_neg_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p.c364 dev->flags &= ~P2P_DEV_REPORTED; in p2p_device_clear_reported()
531 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_group_clients()
870 if (dev->flags & P2P_DEV_REPORTED && !wfd_changed && in p2p_add_device()
907 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_device()
1775 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_add_dev_info()
4329 dev->flags & P2P_DEV_REPORTED ? "[REPORTED]" : "", in p2p_get_peer_info_txt()
5467 if (!(dev->flags & P2P_DEV_REPORTED)) { in p2p_process_nfc_connection_handover()
5470 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE; in p2p_process_nfc_connection_handover()
Dp2p_i.h100 #define P2P_DEV_REPORTED BIT(1) macro
Dp2p_go_neg.c841 !(dev->flags & P2P_DEV_REPORTED)) in p2p_process_go_neg_req()