Searched refs:P2P_DEV_REPORTED (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c352 dev->flags &= ~P2P_DEV_REPORTED;
511 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
803 if (dev->flags & P2P_DEV_REPORTED)
837 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
1592 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
3682 dev->flags & P2P_DEV_REPORTED ? "[REPORTED]" : "",
4803 if (!(dev->flags & P2P_DEV_REPORTED)) {
4806 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
H A Dp2p_i.h84 #define P2P_DEV_REPORTED BIT(1) macro
H A Dp2p_go_neg.c634 !(dev->flags & P2P_DEV_REPORTED))
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c352 dev->flags &= ~P2P_DEV_REPORTED;
511 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
803 if (dev->flags & P2P_DEV_REPORTED)
837 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
1592 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
3682 dev->flags & P2P_DEV_REPORTED ? "[REPORTED]" : "",
4803 if (!(dev->flags & P2P_DEV_REPORTED)) {
4806 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
H A Dp2p_i.h84 #define P2P_DEV_REPORTED BIT(1) macro
H A Dp2p_go_neg.c634 !(dev->flags & P2P_DEV_REPORTED))
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c352 dev->flags &= ~P2P_DEV_REPORTED;
511 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
803 if (dev->flags & P2P_DEV_REPORTED)
837 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
1592 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
3682 dev->flags & P2P_DEV_REPORTED ? "[REPORTED]" : "",
4803 if (!(dev->flags & P2P_DEV_REPORTED)) {
4806 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
H A Dp2p_i.h84 #define P2P_DEV_REPORTED BIT(1) macro
H A Dp2p_go_neg.c634 !(dev->flags & P2P_DEV_REPORTED))

Completed in 93 milliseconds