Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_ch_select.c654 uint8_t softap_nf_weight_local; in sap_weight_channel_noise_floor() local
660 softap_nf_weight_local = in sap_weight_channel_noise_floor()
665 return softap_nf_weight_local; in sap_weight_channel_noise_floor()
675 if (noise_floor_weight > softap_nf_weight_local) in sap_weight_channel_noise_floor()
676 noise_floor_weight = softap_nf_weight_local; in sap_weight_channel_noise_floor()
680 softap_nf_weight_cfg, softap_nf_weight_local, in sap_weight_channel_noise_floor()