HomeSort by relevance Sort by last modified time
    Searched refs:for_all_peers (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 27 if (q->for_all_peers && !(dev->flags & P2P_DEV_SD_INFO))
29 if (!q->for_all_peers &&
542 if (!p2p->sd_query->for_all_peers) {
816 if (!p2p->sd_query->for_all_peers) {
849 if( (q->for_all_peers == 1) && (!dst)) {
865 q->for_all_peers = 1;
875 wpa_msg(p2p->cfg->msg_ctx, MSG_DEBUG, "P2P: Added SD Query %p for_all_peers %d", q, q->for_all_peers);
907 if(q->for_all_peers) {
p2p_i.h 110 int for_all_peers; member in struct:p2p_sd_query

Completed in 465 milliseconds