Multiple connections to the same Wireless Network in Windows 7
- by Jamek
Hello, my university just limited bandwidth to 512 kbps (that's 64 kB/s!) for each connection.
I was thinking to make multiple connection to the same wireless network (called "internet"), is this possible under Windows 7?
I know it's possible to connect to more than one WLAN through the "hostednetwork" concept in netsh:
netsh wlan set hostednetwork mode=allow ssid=xxxxx
netsh wlan start hostednetwork
However this method doesn't seem to work, I don't know if it's due to the authentication method (through certificates while hostednetwork seems to support just a "passphrase") or because I'm already connected to that network with the same MAC.
Can you think to some tool able to do this?