sysprog21 / vwifi

A virtual wireless device driver for Linux
MIT License
203 stars 39 forks source link

Correct behavior of owl_get_station #37

Closed willwillhi1 closed 1 year ago

willwillhi1 commented 1 year ago

In the implementation of owl_dump_station(), I found that the behavior of owl_get_station() was incorrect, so I correct the behavior of owl_get_station() and add the function of owl_dump_station().

jserv commented 1 year ago

Thank @willwillhi1 for contributing!