Hello! The point is to intercept the list of networks via wi-fi, eliminate unnecessary ones and leave only your own. WlanEnumInterfaces - returns the desired list of networks. I think that it is necessary to write a driver that intercepts this function and returns me the desired result. So-but the question? Do I have the right approach? or perhaps there is a solution?

  • Judging by its description, this function simply communicates with the Wireless LAN Service via RPC, which means it works in the user mode and the driver is not needed here. - Abyx
  • This question is similar to the XY problem - Abyx
  • So what exactly to intercept then? .. to solve the problem? .. - Denis. I.
  • What to intercept - depends on what exactly you want to achieve. Intercepting the list of networks is a means to solve a problem, not the problem itself. - Abyx

0