-
Notifications
You must be signed in to change notification settings - Fork 461
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
Injection on 5 GHz channels does not work correctly with aireplay-ng #18
Comments
Hi Daniel, I am interested in the frame injection on 5ghz channels with aireplay-ng on a Nexus 5. Can you give me some more details on this feature so I can participate?
Thanks! Best regards, |
Write a firmware patch that calls our sendframe function. you can for
example call it in a new ioctl that you can trigger with nexutil. then you
can verify that the firmware can inject frames. to verify that frames
coming from android are injected correctly, add some printf calls in the
injection.c file to debug it. you can use dhdutil consoledump to see the
output of the printfs.
Am 13.06.2017 10:38 nachm. schrieb "j3ll3" <[email protected]>:
… Hi Daniel,
I am interested in the frame injection on 5ghz channels with aireplay-ng
on a Nexus 5. Can you give me some more details on this feature so I can
participate?
- How did you verify that the problem is only with aireplay-ng?
- Is it possible to use another tool to inject frames on 5ghz channels?
Thanks!
Best regards,
Jelle
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALP_7u5fwTNwMLRSI35BB15LB7fx4rynks5sDvM1gaJpZM4LeCI0>
.
|
Hi Daniel, Thanks for the quick start! I followed your advise and the sendframe function works perfect for 2.4Ghz :) On the other hand for 5ghz it seems that the sendframe function accepts the data but the frame is not transmitted. There is no error response in dhdutil and when running wireshark on the Nexus 5 the frames are visible but it seems that they are not (correctly) transmitted in the air. Best regards, |
Hi Daniel, Just experimented with the code in the send_frame function. After some trial and error I found that when the data_rate is set to 15 in injection.c it works :) I can explain why it works at data_rate = 15; but I have tested it on different 5ghz channels. Wireshark reports still a data rate of 6M equal to data_rate = 12. I am trying to commit my code asap. Best regards, |
Migrated from bcm-public
The text was updated successfully, but these errors were encountered: