diff --git a/autotests/util/hwsim.py b/autotests/util/hwsim.py index 59007f20..724d79e8 100755 --- a/autotests/util/hwsim.py +++ b/autotests/util/hwsim.py @@ -276,7 +276,7 @@ class Hwsim(iwd.AsyncOpAbstract): frame += station.replace(':', '') frame += radio.addresses[0].replace(':', '') frame += radio.addresses[0].replace(':', '') - frame += '30 01 02 00' + frame += '30 01 07 00' self.spoof_frame(radio, freq, station, frame) def spoof_frame(self, radio, freq, station, frame):