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.
我正在编写一个程序(C++),它将在 Windows 操作系统上使用 Wi-fi 检测我周围的设备。 为了做到这一点,我使用了 Netmon API,我需要将无线网络适配器切换到监控模式。 我读到 Netmon 没有为此提供 API,因此我需要使用 WDK 和 NDIS 来完成。
有谁知道如何切换到监控模式?我将不胜感激代码示例。
谢谢。
在用户模式下,将无线接口切换到监听模式
WlanSetInterface( . . . , wlan_intf_opcode_current_operation_mode, DOT11_OPERATION_MODE_NETWORK_MONITOR);