sysprog21 / vwifi

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

Implement `cfg80211_ops->dump_station` #36

Closed willwillhi1 closed 1 year ago

willwillhi1 commented 1 year ago

The dump_station function is used to get statistics information for known stations. I also add validation tests to ensure proper implementation.

willwillhi1 commented 1 year ago

Ok, I'm going to rewrite owl_dump_station() to use owl_get_station()

willwillhi1 commented 1 year ago

Because owl_dump_station() will use owl_get_station(), so I think to correct owl_get_station() before implementing owl_dump_station().

jserv commented 1 year ago

Because owl_dump_station() will use owl_get_station(), so I think to correct owl_get_station() before implementing owl_dump_station().

Block this pull request until #37 is merged.

jserv commented 1 year ago

Thank @willwillhi1 for contributing!