Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/
H A Dtarget_if_cm_roam_offload.c973 req->penalty_threshold_5g = RSSI_MIN_VALUE; in target_if_cm_roam_scan_offload_rssi_thresh()
976 req->penalty_threshold_5g = 0; in target_if_cm_roam_scan_offload_rssi_thresh()
990 req->penalty_threshold_5g = RSSI_MIN_VALUE; in target_if_cm_roam_scan_offload_rssi_thresh()
992 req->penalty_threshold_5g = 0; in target_if_cm_roam_scan_offload_rssi_thresh()
995 req->penalty_threshold_5g = req->drop_rssi_thresh_5g; in target_if_cm_roam_scan_offload_rssi_thresh()
997 req->penalty_threshold_5g = in target_if_cm_roam_scan_offload_rssi_thresh()
1040 req->penalty_threshold_5g, in target_if_cm_roam_scan_offload_rssi_thresh()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_public_struct.h1864 uint32_t penalty_threshold_5g; member
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c236 ext_thresholds->penalty_threshold_5g = roam_req->penalty_threshold_5g; in send_roam_scan_offload_rssi_thresh_cmd_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h22160 A_UINT32 penalty_threshold_5g; /** RSSI threshold below which 5GHz RSSI is penalized */ member