Windows virtual wifi hostednetwork - set max number of clients?
Posted
by
user1327408
on Server Fault
See other posts from Server Fault
or by user1327408
Published on 2012-04-11T19:17:06Z
Indexed on
2013/06/27
4:23 UTC
Read the original article
Hit count: 549
I'm building an app that has functionality that creates on the fly a new virtual wifi utilizing the Windows 7 / 2008 features. I can create it just fine, but am looking how to limit the maximum number of connections. By running a "netsh wlan show hostednetwork" command to view my settings - it shows (by default 100), but it HAS to be somewhere in the registry right? - I can't see any settings available for this either at the command line or using the api - so I have to assume it's stored in the reg. I see vwifi and hostednetwork registry keys in HKLM\System\CurrentControlSet\ - Wlansvc\parameters\hostednetworksettings, etc... but can't find any reference to add a "MaxClients" value (or similar) - would like to limit it to only one connection. Has anyone seen any references to this, or know how to do it?
© Server Fault or respective owner