News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Wlan enumeration

Started by Farabi, June 30, 2012, 09:36:31 PM

Previous topic - Next topic

Farabi

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

It really depends on what router you have. You can look at the DHCP table, MAC address table or LAN connections table.

Farabi

Quote from: Mr Hippy 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.

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

Quote from: Farabi on July 02, 2012, 12:13:38 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

Quote from: anta40 on July 02, 2012, 03:42:34 PM
Quote from: Farabi on July 02, 2012, 12:13:38 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