4

I have wifi adapter TP-Link TL-WN722N I want to use it to access internet and to share wifi access point at once.

I did it on windows 8:

netsh
wlan set hostednetwork mode=allow ssid="APname" key="mykey" keyUsage=persistent 
wlan start hostednetwork

How can i do this from ubuntu 14.04?

tymik
  • 164
  • 1
  • 10
stkvtflw
  • 140
  • 1
  • 4

1 Answers1

0

It has been explained nicely here. You need an app called create_ap.

AdminBee
  • 21,637
  • 21
  • 47
  • 71
ptetteh227
  • 211
  • 3
  • 6
  • Welcome to Unix Stackexchange! If an answer works for two different questions, then it is very likely that the questions are duplicates. In these cases, the best course of action is to flag the post as a duplicate. Right under the post is a flag button. Thanks. – Stephen Rauch Apr 04 '17 at 15:26