Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/
H A Dtarget_if_cm_roam_offload.c890 req->conn_ap_min_rssi -= NOISE_FLOOR_DBM_DEFAULT; in target_if_cm_roam_idle_params()
954 req->rssi_thresh -= NOISE_FLOOR_DBM_DEFAULT; in target_if_cm_roam_scan_offload_rssi_thresh()
956 req->hi_rssi_scan_rssi_ub -= NOISE_FLOOR_DBM_DEFAULT; in target_if_cm_roam_scan_offload_rssi_thresh()
957 req->bg_scan_bad_rssi_thresh -= NOISE_FLOOR_DBM_DEFAULT; in target_if_cm_roam_scan_offload_rssi_thresh()
958 req->roam_data_rssi_threshold -= NOISE_FLOOR_DBM_DEFAULT; in target_if_cm_roam_scan_offload_rssi_thresh()
959 req->good_rssi_threshold -= NOISE_FLOOR_DBM_DEFAULT; in target_if_cm_roam_scan_offload_rssi_thresh()
971 if (req->raise_rssi_thresh_5g < NOISE_FLOOR_DBM_DEFAULT) { in target_if_cm_roam_scan_offload_rssi_thresh()
984 NOISE_FLOOR_DBM_DEFAULT) & 0x000000ff; in target_if_cm_roam_scan_offload_rssi_thresh()
988 if (req->drop_rssi_thresh_5g < NOISE_FLOOR_DBM_DEFAULT) { in target_if_cm_roam_scan_offload_rssi_thresh()
999 NOISE_FLOOR_DBM_DEFAULT) & 0x000000ff; in target_if_cm_roam_scan_offload_rssi_thresh()
[all …]
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_public_struct.h1511 #define NOISE_FLOOR_DBM_DEFAULT (-96) macro
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_offload.c1269 params->good_rssi_threshold = NOISE_FLOOR_DBM_DEFAULT; in cm_roam_scan_offload_rssi_thresh()