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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c527 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
900 !(dev->flags & P2P_DEV_REPORTED_ONCE));
901 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
928 if (dev->flags & P2P_DEV_REPORTED_ONCE)
1760 !(dev->flags & P2P_DEV_REPORTED_ONCE));
1761 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
5441 !(dev->flags & P2P_DEV_REPORTED_ONCE));
5442 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
H A Dp2p_i.h112 #define P2P_DEV_REPORTED_ONCE BIT(15) macro
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c527 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
900 !(dev->flags & P2P_DEV_REPORTED_ONCE));
901 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
928 if (dev->flags & P2P_DEV_REPORTED_ONCE)
1760 !(dev->flags & P2P_DEV_REPORTED_ONCE));
1761 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
5441 !(dev->flags & P2P_DEV_REPORTED_ONCE));
5442 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
H A Dp2p_i.h112 #define P2P_DEV_REPORTED_ONCE BIT(15) macro
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c527 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
900 !(dev->flags & P2P_DEV_REPORTED_ONCE));
901 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
928 if (dev->flags & P2P_DEV_REPORTED_ONCE)
1760 !(dev->flags & P2P_DEV_REPORTED_ONCE));
1761 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
5441 !(dev->flags & P2P_DEV_REPORTED_ONCE));
5442 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
H A Dp2p_i.h112 #define P2P_DEV_REPORTED_ONCE BIT(15) macro

Completed in 349 milliseconds