Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c3864 struct p2p_reg_class *reg = NULL, *cli_reg = NULL; in wpas_p2p_setup_channels() local
3903 if (cli_reg == NULL) { in wpas_p2p_setup_channels()
3908 cli_reg = &cli_chan->reg_class[cli_cla]; in wpas_p2p_setup_channels()
3910 cli_reg->reg_class = o->op_class; in wpas_p2p_setup_channels()
3912 if (cli_reg->channels == in wpas_p2p_setup_channels()
3915 cli_reg->channel[cli_reg->channels] = ch; in wpas_p2p_setup_channels()
3916 cli_reg->channels++; in wpas_p2p_setup_channels()
3923 if (cli_reg) { in wpas_p2p_setup_channels()
3925 cli_reg->channel, cli_reg->channels); in wpas_p2p_setup_channels()