I am looking for someone who is familiar with Windows ndis api and wireless technology to help me debug Microsoft’s VirtualWiFi project found here: http://research.microsoft.com/netres/projects/virtualwifi/
My question is about setting the ssid. The driver will not set the ssid for my Linksys usb wireless adapter or my Dell Broadcom wireless device. NdisRequest returns NDIS_STATUS_PENDING, never completes the request and resets the SSID to nothing.
Would anyone be willing to take a look at this project? The ndisrequest() is in the PtRequestAdapterAsync() function.