wlan: Update weak zone RSSI threshold to firmware

Sometimes STA roams to new AP whose RSSI is poor but better
than current AP. For example if current AP RSSI is -85,
firmware may choose to roam to an AP whose RSSI is -83 and
connection may not go through.

To avoid this add an absolute RSSI param which will disallow
candidates whose RSSI is below this param.

Change-Id: I7309ae05e0f62f252f243b1402a0593a66d800a9
CRs-Fixed: 2052958
diff --git a/CORE/SME/inc/csrNeighborRoam.h b/CORE/SME/inc/csrNeighborRoam.h
index 8bd7102..93bfc07 100644
--- a/CORE/SME/inc/csrNeighborRoam.h
+++ b/CORE/SME/inc/csrNeighborRoam.h
@@ -81,6 +81,7 @@
     tANI_U16        neighborResultsRefreshPeriod;
     tANI_U16        emptyScanRefreshPeriod;
     tANI_U8         neighborInitialForcedRoamTo5GhEnable;
+    tANI_U8         WeakZoneRssiThresholdForRoam;
 } tCsrNeighborRoamCfgParams, *tpCsrNeighborRoamCfgParams;
 
 #define CSR_NEIGHBOR_ROAM_INVALID_CHANNEL_INDEX    255