Help to resolve the issues facing after wificx initialization command OID_WDI_TASK_DOT11_RESET.
Hi everyone.
I am trying to write a wifi driver for windows 11. I have a KMDF driver, and I have integrated Netadaptercx and Wificx to my project. The NETADAPTER start was successful. After this part, The WifiCx started sending initialization message such as OID_WDI_SET_ADAPTER_CONFIGURATION with MessageId=0x0055 and WDI_TASK_DOT11_RESET with MessageId=0x0007.
I have made code change such that my driver will send the expected output to wificx for these messages. But after this i do not see the wificx sending any further initialization command. Can someone let me know why?
Note: My driver won't give full required answer to each initialization command. it just gives what wificx expects, because i want to know how far are we from getting the "wifi" icon in display.
Regards,
Sidharthan