o11s / open80211s

open80211s
Other
242 stars 55 forks source link

Send PREQ frame to a specified MAC address #88

Open sheep94lion opened 3 years ago

sheep94lion commented 3 years ago

How can I explicitly send out PREQ to a specified MAC address? For example, I want to send PREQ to ab: ab: ab: ab: ab: ab, can I do this by some command-line tools like iw dev mesh mpath preq ab:ab:ab:ab:ab:ab?

chunyeow commented 3 years ago

Currently it is not supported and you many need to extend the iw. But looking at the path discovery inside the mac80211 first and see whether it can achieve your intention.