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/
H A 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()
H A Dp2p_i.h100 #define P2P_DEV_REPORTED BIT(1) macro
H A 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/
H A Dp2p.c424 dev->flags &= ~P2P_DEV_REPORTED;
591 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
930 if (dev->flags & P2P_DEV_REPORTED && !wfd_changed &&
976 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
1878 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
4473 dev->flags & P2P_DEV_REPORTED ? "[REPORTED]" : "",
5636 if (!(dev->flags & P2P_DEV_REPORTED)) {
5639 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
H A Dp2p_i.h100 #define P2P_DEV_REPORTED BIT(1) macro
H A Dp2p_go_neg.c897 !(dev->flags & P2P_DEV_REPORTED)) in p2p_process_go_neg_req()

Completed in 19 milliseconds