WLAN API for getting signal strenth
问题 I am using WLAN Api i.e WlanGetAvailableNetworkList() for signal strength of wireless lan modem/USB datacard.If somebody have some sample code example or some information pls send me. 回答1: If you are using Python, there is sample code here. If you are using C++, the documentation provides a good example: #define UNICODE #include <windows.h> #include <wlanapi.h> #include <objbase.h> #include <wtypes.h> #include <stdio.h> #include <stdlib.h> // Need to link with Wlanapi.lib and Ole32.lib