Npcap 1.60 introduced a feature (#506) to keep capturing after a NDIS hiccup (like a sleep event or driver installation), but the logic behind it was incomplete with regard to the raw 802.11 WiFi frame capture feature (/dot11_support=yes). The reattachment logic requires the "Dot11" status of the capture handle to match that of the filter module (driver binding instance), but the bDot11 flag on the capture handle was never being set. Fix is incoming.
Npcap 1.60 introduced a feature (#506) to keep capturing after a NDIS hiccup (like a sleep event or driver installation), but the logic behind it was incomplete with regard to the raw 802.11 WiFi frame capture feature (
/dot11_support=yes). The reattachment logic requires the "Dot11" status of the capture handle to match that of the filter module (driver binding instance), but thebDot11flag on the capture handle was never being set. Fix is incoming.