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

No Packet Reception after Interface is put down the first time until Packet is injected/transmitted #28

Open
n0w1re opened this issue Dec 12, 2021 · 0 comments

Comments

@n0w1re
Copy link

n0w1re commented Dec 12, 2021

Interface: TP-LINK TL-WN722N v3 (RTL8188EUS, 2357:010c)
Kernel: 5.11.0-42, 5.4.83
rtwifi: 70f3270 with fixes to allow compilation

  1. plug in interface (wlan0)
  2. airodump-ng wlan0 -> networks listed, rx works
  3. ip link set wlan0 down
  4. ip link set wlan0 up
  5. airodump-ng wlan0 -> no networks shown, nothing rx'd
  6. send injected packets, e.g. hcxdumptool --do_rcascan -i wlan0 -> networks listed, positive injection rate
  7. after a CTRL-C hcxdumptool exits and puts interface down: airodump-ng wlan0 -> no networks shown, nothing rx'd
  8. hcxdumptool --do_rcascan -i wlan0 but ended by killall -9 hcxdumptool (interface not put down)
  9. airodump-ng wlan0 -> networks listed, rx works

Cross-check by running hcxdumptool --do_rcascan -i wlan0 --silent that doesn't send any packet and shows no reception.
Probably at 'interface up' something in the RX path is not activated again, that is when packets are sent.

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

No branches or pull requests

1 participant