Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 WlanApi.lib,我可以使用 WlanGetAvailableNetworkList 函数MSDN Link获取可用信号详细信息列表。
为了获得每个可用信号的 Mac 地址、通道,我需要使用 WlanQueryInterface 函数。此功能仅适用于当前连接的网络。请参阅此MSDN 链接。
是否有任何选项可以在不连接的情况下为每个可用的无线信号获取 MacAddress 和频道。
谁能帮我找到提取网络适配器支持的类型 a/b/g/n 的方法?
使用WlanGetNetworkBssList()。
您可以要求MACID特定网络或整个列表。感谢您提出这个问题,因为我不知道如何确定我连接到哪个网络。我需要尝试 WlanQueryInterface。
MACID