Skip to content
New issue

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

Some fixes on add interface function #26

Open
wants to merge 2 commits into
base: v4.3.21
Choose a base branch
from

Conversation

gorebrau
Copy link

This patch fixes the lack of device folder on added interface as seen on point 2 of issue11 also it gives the same mac address to the new mon interface, instead of 00:00:00:00:00:00.

So airmon-ng will create the virtual device correctly but it doesn't work yet... Also when running airmon-ng stop wlan0mon it deletes the wlan0mon interface but can't bring back the inteface wlan0. And if you run rmmod 8812au or remove the device It causes kernel seg fault.

However if you create a mon interface ussing iw: iw dev wlan0 interface add mon0 type monitor and later you remove it iw mon0 del doesn't cause seg fault on kernel but mon0 interface doesn't still work...

A weird behaviour happened when I ran airodoump-ng -c 1 wlan0 during a while and then I ran aireplay-ng -9 mon0, in that case mon0 found one AP and triyed to inject packets...

It could be a good approach to make this driver compatible with airmon-ng... but it needs more work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant