Home
last modified time | relevance | path

Searched refs:p2p_channel_select (Results 1 - 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_go_neg.c458 if (p2p_channel_select(intersection, op_classes_vht, in p2p_reselect_channel()
466 if (p2p_channel_select(intersection, op_classes_ht40, in p2p_reselect_channel()
474 if (p2p_channel_select(intersection, op_classes_5ghz, in p2p_reselect_channel()
H A Dp2p_utils.c384 int p2p_channel_select(struct p2p_channels *chans, const int *classes, in p2p_channel_select() function
H A Dp2p_i.h695 int p2p_channel_select(struct p2p_channels *chans, const int *classes,
H A Dp2p.c1440 } else if (p2p_channel_select(&p2p->cfg->channels, op_classes_vht, in p2p_prepare_channel_best()
1445 } else if (p2p_channel_select(&p2p->cfg->channels, op_classes_ht40, in p2p_prepare_channel_best()
1450 } else if (p2p_channel_select(&p2p->cfg->channels, op_classes_5ghz, in p2p_prepare_channel_best()
1470 p2p_channel_select(&p2p->cfg->channels, NULL, in p2p_prepare_channel_best()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_go_neg.c485 if (p2p_channel_select(intersection, op_classes_edmg, in p2p_reselect_channel()
493 if (p2p_channel_select(intersection, op_classes_vht, in p2p_reselect_channel()
501 if (p2p_channel_select(intersection, op_classes_ht40, in p2p_reselect_channel()
509 if (p2p_channel_select(intersection, op_classes_5ghz, in p2p_reselect_channel()
H A Dp2p_utils.c402 int p2p_channel_select(struct p2p_channels *chans, const int *classes, in p2p_channel_select() function
H A Dp2p.c1552 } else if (p2p_channel_select(&p2p->cfg->channels, op_classes_edmg,
1558 (p2p_channel_select(&p2p->cfg->channels, op_classes_6ghz,
1563 } else if (p2p_channel_select(&p2p->cfg->channels, op_classes_vht,
1568 } else if (p2p_channel_select(&p2p->cfg->channels, op_classes_ht40,
1573 } else if (p2p_channel_select(&p2p->cfg->channels, op_classes_5ghz,
1593 p2p_channel_select(&p2p->cfg->channels, NULL,
H A Dp2p_i.h751 int p2p_channel_select(struct p2p_channels *chans, const int *classes,

Completed in 21 milliseconds