Using WlanApi.lib, I am able to get the Listof Available signal details using WlanGetAvailableNetworkList functionMSDN Link.
In order to get the Mac Address, Channel of each available signal, I need to use WlanQueryInterface function. This function works only on the current connected network. See this MSDN link.
Is there any option to fetch the MacAddress and channel for each and every available Wireless signal with out connecting.
can anyone help me to find the way to extract network adapter supported types a/b/g/n??