Wi5 / odin-wi5-agent

Click-based odin agent that runs on access points
2 stars 7 forks source link

Agent not sending layer 2 ACKs because the variable /sys/kernel/debug/ieee80211/phy0/ath9k/bssid_extra is automatically set to ff:ff:ff:ff:ff:ff by the machine #33

Closed josemariasaldana closed 5 years ago

josemariasaldana commented 5 years ago

Sometimes it happens that the Odin Agent changes the mask in /sys/kernel/debug/ieee80211/phy0/ath9k/bssid_extra, setting it to ff:ff:ff:ff:ff:ff.

This jeopardizes the network, as layer-2 ACKs are no longer sent.

I have added a line service NetworkManager stop in start.sh

josemariasaldana commented 5 years ago

I have fixed it by just stopping network manager in start.sh. See this commit