mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
V2.2.1
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com> Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -259,11 +259,9 @@ class Fix_BRCMF(plugins.Plugin):
|
|||||||
self._status = "rl"
|
self._status = "rl"
|
||||||
time.sleep(10 + 4 * tries) # give it some time for wlan device to stabilize, or whatever
|
time.sleep(10 + 4 * tries) # give it some time for wlan device to stabilize, or whatever
|
||||||
|
|
||||||
# success! now make the mon0
|
# success! now make the wlan0mon
|
||||||
try:
|
try:
|
||||||
cmd_output = subprocess.check_output(
|
cmd_output = subprocess.check_output("monstart", shell=True)
|
||||||
"monstart",
|
|
||||||
shell=True)
|
|
||||||
self.logPrintView("info",
|
self.logPrintView("info",
|
||||||
"[FixBRCMF interface add wlan0mon] worked #%d: %s" % (tries, cmd_output))
|
"[FixBRCMF interface add wlan0mon] worked #%d: %s" % (tries, cmd_output))
|
||||||
self._status = "up"
|
self._status = "up"
|
||||||
|
Reference in New Issue
Block a user