Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_ch_select.c2992 struct sap_ch_info *pspect_info; in sap_select_channel() local
2995 pspect_info = spect_info->ch_info; in sap_select_channel()
2997 if (pspect_info[i].chan_freq == (best_chan_freq - 20)) in sap_select_channel()
2998 weight_below = pspect_info[i].weight; in sap_select_channel()
2999 if (pspect_info[i].chan_freq == (best_ch_num + 20)) in sap_select_channel()
3000 weight_above = pspect_info[i].weight; in sap_select_channel()