HomeSort by: relevance | last modified time | path
    Searched refs:P2P_DEV_REPORTED (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/p2p/
p2p.c 367 dev->flags &= ~P2P_DEV_REPORTED;
534 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
884 if (dev->flags & P2P_DEV_REPORTED && !wfd_changed &&
921 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
1804 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
4361 dev->flags & P2P_DEV_REPORTED ? "[REPORTED]" : "",
5499 if (!(dev->flags & P2P_DEV_REPORTED)) {
5502 dev->flags |= P2P_DEV_REPORTED | P2P_DEV_REPORTED_ONCE;
p2p_i.h 101 #define P2P_DEV_REPORTED BIT(1)
p2p_go_neg.c 899 !(dev->flags & P2P_DEV_REPORTED))

Completed in 89 milliseconds