qcacmn: Add an attribute to represent PNO/EPNO Request ID

This request ID was wrongly referred from the REQUEST_ID in
enum qca_wlan_vendor_attr_gscan_config_params which is mapped to
QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NUM in PNO Config.
Hence define a different attribute to represent the request ID
for the PNO Config.

CRs-Fixed: 2095917
Change-Id: I76289468fe926f5bd157c4d37b45bbf5a0ebdfb7
diff --git a/os_if/linux/qca_vendor.h b/os_if/linux/qca_vendor.h
index 7326e8d..2b00c14 100644
--- a/os_if/linux/qca_vendor.h
+++ b/os_if/linux/qca_vendor.h
@@ -2194,6 +2194,8 @@
  *@QCA_WLAN_VENDOR_ATTR_EPNO_BAND5GHZ_BONUS
  *	Signed 32-bit value; 5GHz RSSI score bonus applied to all
  *	5GHz networks
+ *@QCA_WLAN_VENDOR_ATTR_PNO_CONFIG_REQUEST_ID
+ *	Unsigned 32-bit value, representing the PNO Request ID
  * @QCA_WLAN_VENDOR_ATTR_PNO_AFTER_LAST: After last
  * @QCA_WLAN_VENDOR_ATTR_PNO_MAX: max
  */
@@ -2224,6 +2226,7 @@
 	QCA_WLAN_VENDOR_ATTR_EPNO_SECURE_BONUS = 21,
 	QCA_WLAN_VENDOR_ATTR_EPNO_BAND5GHZ_BONUS = 22,
 
+	QCA_WLAN_VENDOR_ATTR_PNO_CONFIG_REQUEST_ID = 23,
 	/* keep last */
 	QCA_WLAN_VENDOR_ATTR_PNO_AFTER_LAST,
 	QCA_WLAN_VENDOR_ATTR_PNO_MAX =