On Sat Sep 28 15:59:37 2024 +0000, Vibhav Pant wrote:
It's unclear to me (because I know nothing about these APIs) how the
handles/objects returned by the APIs here can be used on Windows, and whether we're going to get stuck in a dead end or not if we go that way. `wlanapi` handles, being strictly private, seem to be only used within `wlanapi`. I imagine on Windows they likely contain the connection to the WLAN service.
Chromium's wifi code is a good reference to see how this API gets used: https://github.com/chromium/chromium/blob/84f61322f1d8b45d0ef39ecc0a508f72a6...