Searched refs:spect_ch (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qcacld-3.0/core/sap/src/ |
D | sap_ch_select.c | 299 struct sap_ch_info *spect_ch = NULL; in sap_process_avoid_ie() local 304 spect_ch = spect_info->ch_info; in sap_process_avoid_ie() 346 if (spect_ch[i].chan_freq != chan_freq) in sap_process_avoid_ie() 355 spect_ch[i].weight = SAP_ACS_WEIGHT_MAX + 1; in sap_process_avoid_ie() 356 spect_ch[i].weight_copy = in sap_process_avoid_ie() 951 struct sap_ch_info *spect_ch, in sap_update_rssi_bsscount_vht_5G() argument 970 sap_update_rssi_bsscount(spect_ch, ch_offset, false, in sap_update_rssi_bsscount_vht_5G() 993 static void sap_interference_rssi_count_5G(struct sap_ch_info *spect_ch, in sap_interference_rssi_count_5G() argument 1013 sap_update_rssi_bsscount(spect_ch, 1, false, in sap_interference_rssi_count_5G() 1019 sap_update_rssi_bsscount(spect_ch, -1, false, in sap_interference_rssi_count_5G() [all …]
|