We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Its only show wlan0 while i have connected my wifi adapter wlan1 but it doesn't show...
The text was updated successfully, but these errors were encountered:
I found this, not sure if it's the good fix but it's a fix anyway.
You got to modify the wlan_pattern regular expression.
version 1 line 80 ; version 2 line 79 ; version 3 line 81 ;
change
wlan_pattern = re.compile("^wlan[0-9]+")
to
wlan_pattern = re.compile("wlan[0-9]")
Sorry, something went wrong.
I was having the same issue and this worked perfectly! Thanks :)
can't get out of monitor mode
No branches or pull requests
Its only show wlan0 while i have connected my wifi adapter wlan1 but it doesn't show...
The text was updated successfully, but these errors were encountered: