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 D | p2p_go_neg.c | 458 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 D | p2p_utils.c | 384 int p2p_channel_select(struct p2p_channels *chans, const int *classes, in p2p_channel_select() function
|
H A D | p2p_i.h | 695 int p2p_channel_select(struct p2p_channels *chans, const int *classes,
|
H A D | p2p.c | 1440 } 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 D | p2p_go_neg.c | 485 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 D | p2p_utils.c | 402 int p2p_channel_select(struct p2p_channels *chans, const int *classes, in p2p_channel_select() function
|
H A D | p2p.c | 1552 } 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 D | p2p_i.h | 751 int p2p_channel_select(struct p2p_channels *chans, const int *classes,
|
Completed in 21 milliseconds