Home
last modified time | relevance | path

Searched refs:b_cl (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p_utils.c139 const struct p2p_reg_class *b_cl) in p2p_op_class_union() argument
143 for (i = 0; i < b_cl->channels; i++) { in p2p_op_class_union()
145 if (b_cl->channel[i] == cl->channel[j]) in p2p_op_class_union()
151 cl->channel[cl->channels++] = b_cl->channel[i]; in p2p_op_class_union()
170 const struct p2p_reg_class *b_cl = &b->reg_class[j]; in p2p_channels_union_inplace() local
171 if (cl->reg_class != b_cl->reg_class) in p2p_channels_union_inplace()
173 p2p_op_class_union(cl, b_cl); in p2p_channels_union_inplace()
178 const struct p2p_reg_class *b_cl = &b->reg_class[j]; in p2p_channels_union_inplace() local
182 if (cl->reg_class == b_cl->reg_class) in p2p_channels_union_inplace()
190 b_cl, sizeof(struct p2p_reg_class)); in p2p_channels_union_inplace()