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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_i.h77 #define P2P_DEV_REPORTED BIT(1) macro
H A Dp2p.c251 dev->flags &= ~P2P_DEV_REPORTED;
397 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
610 if (dev->flags & P2P_DEV_REPORTED)
623 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
1233 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
3009 dev->flags & P2P_DEV_REPORTED ? "[REPORTED]" : "",
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_i.h77 #define P2P_DEV_REPORTED BIT(1) macro
H A Dp2p.c251 dev->flags &= ~P2P_DEV_REPORTED;
397 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
610 if (dev->flags & P2P_DEV_REPORTED)
623 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
1233 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
3009 dev->flags & P2P_DEV_REPORTED ? "[REPORTED]" : "",
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_i.h77 #define P2P_DEV_REPORTED BIT(1) macro
H A Dp2p.c251 dev->flags &= ~P2P_DEV_REPORTED;
397 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
610 if (dev->flags & P2P_DEV_REPORTED)
623 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
1233 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
3009 dev->flags & P2P_DEV_REPORTED ? "[REPORTED]" : "",

Completed in 874 milliseconds