0

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??

Srinivas
  • 31
  • 7

1 Answers1

0

Use WlanGetNetworkBssList().

You can either ask for MACID of a specific network or the entire list. Thanks for asking this question, because I could not figure out how to determine which network I was connected to. I'll need to try WlanQueryInterface.

animuson
  • 53,861
  • 28
  • 137
  • 147
MikeF
  • 764
  • 9
  • 26