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
Dieser Commit ist enthalten in:
Ashish Kumar Dhanotiya
2017-08-21 13:59:50 +05:30
committet von snandini
Ursprung be546459fa
Commit cc0b0dae42

Datei anzeigen

@@ -2194,6 +2194,8 @@ enum qca_wlan_epno_type {
*@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 @@ enum qca_wlan_vendor_attr_pno_config_params {
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 =