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 检测我周围的设备。为此,我使用 WDK 和 NDIS 通过以下方式将无线网络适配器切换到监控模式:
WlanSetInterface( . . . , wlan_intf_opcode_current_operation_mode, DOT11_OPERATION_MODE_NETWORK_MONITOR);
有谁知道如何设置一个特定的频道来监控?我将不胜感激代码示例。
谢谢。