I have to use a wired conection to my PC and i'd like to connect my android phone to the internet over Wi-Fi. I tried using the new Wireless Hosted Network functionality in Windows 7, but my phone can't connect - it gets stuck at "Obtaining IP address...". The AP is working - it is visible in the list, but i can't connect.
I'm using the following comands(as administrator):
netsh wlan set hostednetwork mode=allow ssid=name key=password
netsh wlan start hostednetwork
Output of netsh wlan show hostednetwork
:
Hosted network settings
-----------------------
Mode : Allowed
SSID name : "name"
Max number of clients : 100
Authentication : WPA2-Personal
Cipher : CCMP
Hosted network status
---------------------
Status : Started
BSSID : 70:f3:95:ad:a4:62
Radio type : 802.11n
Channel : 13
Number of clients : 1
f0:08:f1:2f:aa:b7 Authenticated
My network adapter: Broadcom 4313 802.11b/g/n.
Answer
You will have to either bridge your wired and wireless interfaces or use Internet Connection Sharing.
Note: Use "Change adapter settings" instead of "Manage network connections"; Microsoft's web site refers to Windows Vista rather than Windows 7.
If you are doing this with the ICS approach, you need to make sure the ICS is set up before you start the hosted network with the "netsh wlan start hostednetwork" command. (I have tested this for 64-bit Windows 7 with the Internet connection provided via a USB-tethered Huawei smartphone.)
Comments
Post a Comment