You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I've made packet injection application using pcap library. This application reads one packet from pcap file, and injects that frame to a specific interface(wlan0) periodically.
When period is big enough(e.g. 5000 microsecond) it works well, but period is small(e.g. 500 microsecond), errorno=19 problem occurs.
Hi. I've made packet injection application using pcap library. This application reads one packet from pcap file, and injects that frame to a specific interface(wlan0) periodically.
When period is big enough(e.g. 5000 microsecond) it works well, but period is small(e.g. 500 microsecond), errorno=19 problem occurs.
Phone : rooted Galaxy S7 / LineageOS 14.1 / bcm43596a0/9.96.4_sta_c0 patched.
While, on rooted Nexus 5(LineageOS 14.1 / bcm4339 / /bcm4339/6_37_34_43), it works well without any problem.
I don't know why it happens.
Thank you in advance.
Here is a test video.
https://youtu.be/cI3Y8qYHCbc
802.11.packet.injection.problem.using.nexmon.modules.mp4
[test codes]
https://gitlab.com/gilgil/android-build
https://gitlab.com/gilgil/packet-inject-test
The text was updated successfully, but these errors were encountered: