Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c3620 struct p2p_reg_class *reg = NULL, *cli_reg = NULL; in wpas_p2p_setup_channels() local
3645 if (cli_reg == NULL) { in wpas_p2p_setup_channels()
3648 cli_reg = &cli_chan->reg_class[cli_cla]; in wpas_p2p_setup_channels()
3650 cli_reg->reg_class = o->op_class; in wpas_p2p_setup_channels()
3652 cli_reg->channel[cli_reg->channels] = ch; in wpas_p2p_setup_channels()
3653 cli_reg->channels++; in wpas_p2p_setup_channels()
3660 if (cli_reg) { in wpas_p2p_setup_channels()
3662 cli_reg->channel, cli_reg->channels); in wpas_p2p_setup_channels()