oblique / create_ap

[NOT MAINTAINED] This script creates a NATed or Bridged WiFi Access Point.
BSD 2-Clause "Simplified" License
4.44k stars 999 forks source link

can raspberry3 use create_ap wlan0 wlan0 apname passwd #204

Closed tarjintor closed 7 years ago

tarjintor commented 7 years ago

Hi,everyone I tried to use my pi3 to create ap use the wlan0 both link to my router and then send it to my phone I don't know much about this,so I try the one close to my wish ‘’’ Internet sharing from the same WiFi interface:

create_ap wlan0 wlan0 WorldofWarcraft mypasswd ‘’‘ and the problem is it doesn't work well,I get an MyAccessPoint without password,and I can link to it ,but can't link to internet. So,can pi3 can do the 'wlan0 wlan0 ' thing ,or I can only use eth0 to the router and wlan0 to be only ap? If so how can I delete the ap I already created,I just find the command to stop it,(by the way,I use vnc to the pi3 ,if you stop the wlan0,you will lose the connection, and had to use the screen to restart wifi)

I read all the issues before,didn't find the problem,help please

macmpi commented 7 years ago

No, pi3 wifi can not support AP and client on same interface. try: create_ap --no-virt wlan0 eth0 WorldofWarcraft mypasswd You would need a second wifi interface (USB dongle) to get what you want.

tarjintor commented 7 years ago

Thank you,macmpi,I see now