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

  /src/external/bsd/wpa/dist/src/p2p/
p2p_go_neg.c 496 if (p2p_channel_select(intersection, op_classes_edmg,
504 if (p2p_channel_select(intersection, op_classes_vht,
512 if (p2p_channel_select(intersection, op_classes_ht40,
520 if (p2p_channel_select(intersection, op_classes_5ghz,
p2p_utils.c 384 int p2p_channel_select(struct p2p_channels *chans, const int *classes, function
p2p.c 1477 } else if (p2p_channel_select(&p2p->cfg->channels, op_classes_edmg,
1483 (p2p_channel_select(&p2p->cfg->channels, op_classes_6ghz,
1488 } else if (p2p_channel_select(&p2p->cfg->channels, op_classes_vht,
1493 } else if (p2p_channel_select(&p2p->cfg->channels, op_classes_ht40,
1498 } else if (p2p_channel_select(&p2p->cfg->channels, op_classes_5ghz,
1518 if (p2p_channel_select(&p2p->cfg->channels, NULL,
p2p_i.h 700 int p2p_channel_select(struct p2p_channels *chans, const int *classes,

Completed in 76 milliseconds