networking - Wifi Hotspot not working when using netsh command, but working when using Connectify -


my android phone not have internet access when connected wifi hotspot.but when used connectify create hotspot fine, have internet access in android device.

here steps followed(share internet lan via wifi), have run these below commands.

netsh wlan set hostednetwork mode=allow ssid=[[name]] key=[[password]] netsh wlan start hostednetwork. 

and shared internet connection ethernet wifi adapter(network sharing center -> checked "allow other network users connect through computer's internet connection , select network connection")

  1. the net work hosted successfully.
  2. it shows "internet access" in network , sharing center
  3. i can see network in android device.
  4. my android device obtained ip , connected.

but problem android phone not have internet access. when used connectify create hotspot fine, have internet access in android device.

so, if have idea, why netsh command cannot share internet? , connectify can that?

note: pc connected lan static ip.

c:\windows\system32>netsh wlan set hostednetwork mode=allow ssid=hostwifi key=smvd 45 should have allow mode , hotspot work...


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

qt - How to embed QML toolbar and menubar into QMainWindow -