mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-11 22:54:02 -05:00
fragattack: confirmed associating event with Broadcom chip
This commit is contained in:
parent
72fed7499d
commit
e29d23e75c
@ -956,13 +956,9 @@ class Authenticator(Daemon):
|
|||||||
def handle_wpaspy(self, msg):
|
def handle_wpaspy(self, msg):
|
||||||
log(DEBUG, "daemon: " + 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:
|
if "AP-STA-ASSOCIATING" in msg:
|
||||||
cmd, clientmac, source = msg.split()
|
cmd, clientmac, source = msg.split()
|
||||||
self.add_station(clientmac)
|
self.add_station(clientmac)
|
||||||
log(ERROR, source)
|
|
||||||
|
|
||||||
log(STATUS, f"Client {clientmac} is connecting")
|
log(STATUS, f"Client {clientmac} is connecting")
|
||||||
station = self.stations[clientmac]
|
station = self.stations[clientmac]
|
||||||
|
Loading…
Reference in New Issue
Block a user