Author Topic: Wlan enumeration  (Read 5548 times)

Farabi

  • Member
  • ****
  • Posts: 968
  • Neuroscience Fans
Wlan enumeration
« on: June 30, 2012, 09:36:31 PM »
Anyone knew how to enumerate how many computers connected through a wifi router? Im just bought a wifi router and setup a wlan on my apartment.
http://farabidatacenter.url.ph/MySoftware/
My 3D Game Engine Demo.

Contact me at Whatsapp: 6283818314165

Mr Hippy

  • Guest
Re: Wlan enumeration
« Reply #1 on: July 02, 2012, 03:10:28 AM »
It really depends on what router you have. You can look at the DHCP table, MAC address table or LAN connections table.

Farabi

  • Member
  • ****
  • Posts: 968
  • Neuroscience Fans
Re: Wlan enumeration
« Reply #2 on: July 02, 2012, 12:13:38 PM »
It really depends on what router you have. You can look at the DHCP table, MAC address table or LAN connections table.

Do you know what function I should use from the WinAPI?
http://farabidatacenter.url.ph/MySoftware/
My 3D Game Engine Demo.

Contact me at Whatsapp: 6283818314165

anta40

  • Member
  • ***
  • Posts: 315
Re: Wlan enumeration
« Reply #3 on: July 02, 2012, 03:42:34 PM »
Do you know what function I should use from the WinAPI?

Usually you acess the router via the web interface.
Maybe you could use InternetConnect, then connect to the router (usually the IP address is http://192.168.1.1). Parse the result, and you can enumerate how many PCs are connected to the router.

Farabi

  • Member
  • ****
  • Posts: 968
  • Neuroscience Fans
Re: Wlan enumeration
« Reply #4 on: July 03, 2012, 04:23:24 PM »
Do you know what function I should use from the WinAPI?

Usually you acess the router via the web interface.
Maybe you could use InternetConnect, then connect to the router (usually the IP address is http://192.168.1.1). Parse the result, and you can enumerate how many PCs are connected to the router.

Thanks, that is help a lot.
http://farabidatacenter.url.ph/MySoftware/
My 3D Game Engine Demo.

Contact me at Whatsapp: 6283818314165