Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c174 uint32_t low_rssi_pcnt, in cm_get_rssi_pcnt_for_slot() argument
181 slot_size = ((high_rssi_pcnt - low_rssi_pcnt) + in cm_get_rssi_pcnt_for_slot()
186 if (rssi_pcnt < low_rssi_pcnt) in cm_get_rssi_pcnt_for_slot()
187 rssi_pcnt = low_rssi_pcnt; in cm_get_rssi_pcnt_for_slot()