wpa_supplicant_lib: fix assocresp command id lineage-17.1
authorJan Altensen <info@stricted.net>
Tue, 8 Sep 2020 20:22:59 +0000 (22:22 +0200)
committerJan Altensen <info@stricted.net>
Tue, 8 Sep 2020 20:22:59 +0000 (22:22 +0200)
 * according to the kernel it is 3 and not 4

Change-Id: I2fb482b2ae36626ecf749e72e230dfdb19d7f37f

driver_cmd_nl80211.c

index da843703a68d23d9715b7559c03aa15b2c6b9b31..849296e17c06efd5aca93b21989c0c8d51d0e521 100644 (file)
@@ -162,7 +162,7 @@ int wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon,
        } cmd_arr[] = {
                {0x1, beacon},
                {0x2, proberesp},
-               {0x4, assocresp},
+               {0x3, assocresp},
                {-1, NULL}
        };