fragattack: confirmed associating event with Broadcom chip

This commit is contained in:
Mathy Vanhoef 2020-07-30 16:22:56 +04:00
parent 72fed7499d
commit e29d23e75c

View File

@ -956,13 +956,9 @@ class Authenticator(Daemon):
def handle_wpaspy(self, msg):
log(DEBUG, "daemon: " + msg)
# This is not called after deauth or reassociation
#if "AP-STA-NEW" in msg:
#cmd, clientmac = msg.split()
if "AP-STA-ASSOCIATING" in msg:
cmd, clientmac, source = msg.split()
self.add_station(clientmac)
log(ERROR, source)
log(STATUS, f"Client {clientmac} is connecting")
station = self.stations[clientmac]