Link to home
Start Free TrialLog in
Avatar of mlnpscda
mlnpscda

asked on

hidden SSID on win7 Wireless Hosted Network

Was  'hidden SSID' aka 'noSSIDbroadcast' implemented in the Wireless Hosted Network API on Windows 7 ?  If so, what's the netsh set command to activate it?

thx
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

you configure it same as a broadcast ssid unless you are thinking of an ad-hoc network
Avatar of mlnpscda
mlnpscda

ASKER

what's the setting to -not- broadcast the SSID ?
are you trying to set up a hidden ssid or connect to one? AFAIK, with adhoc networking the SSID cannot be hidden. Wifi hotspot for windows 7 http://bit.ly/3VQOal using netsh http://www.blogsdna.com/5506/how-to-setup-virtual-wifi-in-windows-7-without-any-extra-software.htm
thanks.

Trying to set up a hidden ssid.

I was using the netsh method as described in the second link.  Works fine, although I did not have to do the ICS thing.  I was expecting to be able to do something like:

netsh wlan set hostednetwork mode=allow ssid=Test key=password hidden=yes
or
netsh wlan set hostednetwork mode=allow ssid=Test key=password broadcastssid=no

but can find no reference to 'hidden' (or similar) in the technet docs, nor in
  netsh wlan ?

So perhaps they didn't implement that functionality in the API?
I also tried centrify and virtualrouter to see
I also tried centrify and virtualrouter to see if they had a checkbox for 'hidden'.  If they did, I didn't find it.
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
well, leave it to microsoft to...nuff said.

Thanks