如何在Windows中用Python识别当前可用的无线网络?

发布于 2024-07-29 18:22:58 字数 89 浏览 4 评论 0原文

有没有办法获取当前可用的无线网络 (SSID) 列表? 看看当前连接的网络是什么?

不需要完全是 SSID,我只需要识别当前的无线网络即可。

Is there a way to get a list of wireless networks (SSID's) that are currently available? And seeing what is the current connected network?

Doesn't need to be exactly the SSID, I just need to identify the current wireless network.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

贩梦商人 2024-08-05 18:22:58

您可以使用netsh命令。 我不记得从 python 中调用 cli 命令的确切语法,但我确信它应该很容易找到。

下面的文章提供了有关如何使用 netsh 本身的详细信息:

http://technet.microsoft.com/en-us/library/cc755301%28WS.10%29.aspx#bkmk_wlanShowNetworks

You can use the netsh command. I don't remember the exact syntax used to invoke cli commands from within python, but I'm sure it should be fairly easy to locate.

The article below has more information about how to use netsh itself:

http://technet.microsoft.com/en-us/library/cc755301%28WS.10%29.aspx#bkmk_wlanShowNetworks

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文