有没有办法获取在接入点上扫描 WiFi 的设备列表?

发布于 2024-12-28 12:07:12 字数 431 浏览 2 评论 0原文

我希望我已将问题发布在正确的位置。不太确定它应该在这里还是在 ServerFault 中。尽管如此,还是感谢那些愿意回答的人。

因此,我们有一个项目,我们希望通过 iPhone 获取扫描的 WiFi 网络的 SSID 和/或 MAC 地址(现在无法更改设备,因此请不要在 Android 答案上执行此操作)。由于新的安全限制,通过 iOS5,未越狱的 iPhone 完全不可能这样做(不确定),我想知道相反的情况是否可能。也就是说,是否有任何可用的接入点可以记录进行扫描的设备的信息,并将其放入系统日志中?

或者你能建议另一种方式吗?基本思想是 iPhone 必须从另一个设备(在本例中为 WiFi,我们也在考虑蓝牙)获取数据并将其发送到服务器。

编辑: 我读到可以使用 CaptiveNetwork.h 获取当前的 SSID,有人可以向我提供有关此信息吗?谢谢。

I hope I've posted the question on the right place. Not so sure if it should be here or in ServerFault.Nonetheless thank you for those who will answer.

So we have this project where we want to get the SSIDs and/or MAC addresses of scanned WiFi Networks available via the iPhone (can't change devices now, so no do it on Android answers please). Since via iOS5 it has become completely impossible for non-jailbroken iPhones to do so (not sure) because of new security restrictions, I want to know if the opposite is possible. That is, is there any Access Point available that can record the information of the devices that did a scan, and put it in the syslog?

Or can you please suggest another way? The basic idea is that the iPhone must get a data from another device (in this case WiFi, and we're also thinking about bluetooth) and send it to a server.

EDIT:
I've read that it's possible to get the current SSID using CaptiveNetwork.h, can someone provide me information about this? Thanks.

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

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

发布评论

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

评论(1

夏末的微笑 2025-01-04 12:07:12

iphone-wireless 项目 看起来可能符合要求。具体来说是 Apple80211GetInfoCopy

iphone-wireless project looks like it might fit the bill. Specifically Apple80211GetInfoCopy

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