]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Introduce a vendor attribute to represent the PNO/EPNO Request ID
authorSunil Dutt <usdutt@qti.qualcomm.com>
Thu, 13 Jul 2017 14:31:36 +0000 (20:01 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 14 Jul 2017 18:11:35 +0000 (21:11 +0300)
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 PNO Config.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/qca-vendor.h

index 125cd398d7a23f56ec4636e84ab29c2e66b475ee..5196b0f80154df2740ff5bff6bbfebdc7bfe5350 100644 (file)
@@ -3275,6 +3275,8 @@ enum qca_wlan_vendor_attr_pno_config_params {
        QCA_WLAN_VENDOR_ATTR_EPNO_SAME_NETWORK_BONUS = 20,
        QCA_WLAN_VENDOR_ATTR_EPNO_SECURE_BONUS = 21,
        QCA_WLAN_VENDOR_ATTR_EPNO_BAND5GHZ_BONUS = 22,
+       /* Unsigned 32-bit value, representing the PNO Request ID */
+       QCA_WLAN_VENDOR_ATTR_PNO_CONFIG_REQUEST_ID = 23,
 
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_PNO_AFTER_LAST,