forked from lalithsuresh/odin
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Injecting 802.11 frames using monitoring interface #53
Comments
Hi,
We used ath9k because it had a patch that allowed the Wi-Fi ACKs to be sent by the driver. This is very important, because in Wi-Fi the ACKs have some delay requirements.
Jose
De: uhlik1889 [mailto:[email protected]]
Enviado el: jueves, 6 de junio de 2019 12:53
Para: Wi5/odin-wi5 <[email protected]>
CC: Subscribed <[email protected]>
Asunto: [Wi5/odin-wi5] Injecting 802.11 frames using monitoring interface (#53)
Hi,
Did your team use Click to utilize any special ath9k injection functions, or is the injection process from Agent generalized to any monitoring interface? I am having problem injecting those frames onto mac80211_hwsim, it simply doesn't work. Either it has not been yet implemented or I am missing something crucial.
Matej
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#53?email_source=notifications&email_token=ACJBOGCL6OOCGZVSMWP6HG3PZDUARA5CNFSM4HVARNJKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GX7VZOQ> , or mute the thread <https://github.com/notifications/unsubscribe-auth/ACJBOGAAK7B4C6HLVEMMFDLPZDUARANCNFSM4HVARNJA> . <https://github.com/notifications/beacon/ACJBOGAGM6AVD3Z3GC2F5STPZDUARA5CNFSM4HVARNJKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GX7VZOQ.gif>
|
I know that, I was just wondering if the choice of ath9k was also because of some special 802.11 injecting method there?
I am having hard time, injecting your frames intended for ath9k, using mac80211_hwsim. If you have any ideas there, I would appreciate them.
Regards,
Matej.
Sent from Mail for Windows 10
From: Jose Saldana
Sent: Thursday, June 6, 2019 4:18 PM
To: Wi5/odin-wi5
Cc: uhlik1889; Author
Subject: Re: [Wi5/odin-wi5] Injecting 802.11 frames using monitoring interface(#53)
Hi,
We used ath9k because it had a patch that allowed the Wi-Fi ACKs to be sent by the driver. This is very important, because in Wi-Fi the ACKs have some delay requirements.
Jose
De: uhlik1889 [mailto:[email protected]]
Enviado el: jueves, 6 de junio de 2019 12:53
Para: Wi5/odin-wi5 <[email protected]>
CC: Subscribed <[email protected]>
Asunto: [Wi5/odin-wi5] Injecting 802.11 frames using monitoring interface (#53)
Hi,
Did your team use Click to utilize any special ath9k injection functions, or is the injection process from Agent generalized to any monitoring interface? I am having problem injecting those frames onto mac80211_hwsim, it simply doesn't work. Either it has not been yet implemented or I am missing something crucial.
Matej
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#53?email_source=notifications&email_token=ACJBOGCL6OOCGZVSMWP6HG3PZDUARA5CNFSM4HVARNJKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GX7VZOQ> , or mute the thread <https://github.com/notifications/unsubscribe-auth/ACJBOGAAK7B4C6HLVEMMFDLPZDUARANCNFSM4HVARNJA> . <https://github.com/notifications/beacon/ACJBOGAGM6AVD3Z3GC2F5STPZDUARA5CNFSM4HVARNJKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GX7VZOQ.gif>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Did your team use Click to utilize any special ath9k injection functions, or is the injection process from Agent generalized to any monitoring interface? I am having problem injecting those frames onto mac80211_hwsim, it simply doesn't work. Either it has not been yet implemented or I am missing something crucial.
Matej
The text was updated successfully, but these errors were encountered: