Skip to content

Some fixes on add interface function#26

Open
gorebrau wants to merge 2 commits intoastsam:v4.3.21from
gorebrau:v4.3.21
Open

Some fixes on add interface function#26
gorebrau wants to merge 2 commits intoastsam:v4.3.21from
gorebrau:v4.3.21

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