commit | a7c11d41b9f7e7832ed203592ebd68c4ce8f9a0c | [log] [tgz] |
---|---|---|
author | Jan Altensen <info@stricted.net> | Tue Sep 08 22:22:59 2020 +0200 |
committer | Jan Altensen <info@stricted.net> | Tue Sep 08 22:22:59 2020 +0200 |
tree | 1d3660a876e17462fd8bc986cce415a80b003bab | |
parent | 708cf3f0b1e4baf584fa1417285da8021b6427da [diff] |
wpa_supplicant_lib: fix assocresp command id * according to the kernel it is 3 and not 4 Change-Id: I2fb482b2ae36626ecf749e72e230dfdb19d7f37f
diff --git a/driver_cmd_nl80211.c b/driver_cmd_nl80211.c index da84370..849296e 100644 --- a/driver_cmd_nl80211.c +++ b/driver_cmd_nl80211.c
@@ -162,7 +162,7 @@ } cmd_arr[] = { {0x1, beacon}, {0x2, proberesp}, - {0x4, assocresp}, + {0x3, assocresp}, {-1, NULL} };