rust-netlink / wl-nl80211

Other
5 stars 10 forks source link

scan: add limited scan support #9

Closed Rayzeq closed 1 month ago

Rayzeq commented 3 months ago

This pull request adds limited support for getting the results of a scan. There are many things not implemented, and I don't plan to implement them, however this PR can be used as a base for someone who wants to finish it. Useful reference: https://github.com/svinota/pyroute2/blob/master/pyroute2/netlink/nl80211/__init__.py#L753

cathay4t commented 1 month ago

Hi @Rayzeq , it has been a while, do you still have time or interest on this PR?

Rayzeq commented 1 month ago

As I said in my previous message, I'm not interested in developing this PR any further, as it already contains all the functionality I need (i.e getting the bssid and signal strength). The main reason I made this PR is to provide a basis for whoever wants to finish it.

cathay4t commented 1 month ago

OK. I am closing this PR, will pick up this topic in new PR.