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

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

Completed in 59 milliseconds