Hi list, I'm adding set wireless adapter operation mode function to WlanHelper tool (shipped with Npcap). I called PacketRequest in packet.dll to do the OID setting and getting.
The code is here: https://github.com/nmap/npcap/blob/master/packetWin7/WlanHelper/WlanHelper/Tool.cpp#L257-L301 My system is Win10 x64 with a Atheros wireless card. I can successfully get the operation mode, but the setting to monitor mode fails with error code 1 (from GetLastError). However, I can successfully set operation mode using WlanSetInterface call ( https://github.com/nmap/npcap/blob/master/packetWin7/WlanHelper/WlanHelper/WlanHelper.cpp#L422-L450 ) I googled around but didn't find anything valuable. Why my OID way fails? Thanks! Cheers, Yang
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe