Lines Matching refs:cfp
314 struct mwifiex_chan_freq_power *cfp = NULL;
320 return cfp;
329 "%s: cannot find cfp by band %d\n",
331 return cfp;
352 "%s: cannot find cfp by band %d\t"
357 return cfp;
359 priv->cfp.channel = ch->hw_value;
360 priv->cfp.freq = ch->center_freq;
361 priv->cfp.max_tx_power = ch->max_power;
362 cfp = &priv->cfp;
365 return cfp;