Home
last modified time | relevance | path

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

/hostap-latest/src/p2p/
Dp2p_utils.c138 static void p2p_op_class_union(struct p2p_reg_class *cl, in p2p_op_class_union() argument
144 for (j = 0; j < cl->channels; j++) { in p2p_op_class_union()
145 if (b_cl->channel[i] == cl->channel[j]) in p2p_op_class_union()
148 if (j == cl->channels) { in p2p_op_class_union()
149 if (cl->channels == P2P_MAX_REG_CLASS_CHANNELS) in p2p_op_class_union()
151 cl->channel[cl->channels++] = b_cl->channel[i]; in p2p_op_class_union()
168 struct p2p_reg_class *cl = &res->reg_class[i]; 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()
181 struct p2p_reg_class *cl = &res->reg_class[i]; in p2p_channels_union_inplace() local
[all …]
Dp2p_go_neg.c63 struct p2p_reg_class *cl = &ch->reg_class[ch->reg_classes]; in p2p_peer_channels_check() local
64 cl->reg_class = *pos++; in p2p_peer_channels_check()
70 cl->channels = channels > P2P_MAX_REG_CLASS_CHANNELS ? in p2p_peer_channels_check()
72 os_memcpy(cl->channel, pos, cl->channels); in p2p_peer_channels_check()
423 struct p2p_reg_class *cl; in p2p_reselect_channel() local
543 cl = &intersection->reg_class[0]; in p2p_reselect_channel()
545 cl->reg_class, cl->channel[0]); in p2p_reselect_channel()
546 p2p->op_reg_class = cl->reg_class; in p2p_reselect_channel()
547 p2p->op_channel = cl->channel[0]; in p2p_reselect_channel()
Dp2p.c970 size_t cl, ch; in p2p_get_next_prog_freq() local
977 for (cl = 0; cl < c->reg_classes; cl++) { in p2p_get_next_prog_freq()
978 cla = &c->reg_class[cl]; in p2p_get_next_prog_freq()
999 cl++; in p2p_get_next_prog_freq()
1000 if (cl == c->reg_classes) in p2p_get_next_prog_freq()
1001 cl = 0; in p2p_get_next_prog_freq()
1004 reg_class = c->reg_class[cl].reg_class; in p2p_get_next_prog_freq()
1005 channel = c->reg_class[cl].channel[ch]; in p2p_get_next_prog_freq()
/hostap-latest/wpa_supplicant/
Dnmake.mak5 # Note: Make sure that cl.exe is configured to include Platform SDK
23 CC = cl