-
-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant create Open wifi - not Secured #208
Comments
For whatever reason, RaspAP does not allow this. But you can manually edit your /etc/hostapd/hostapd.conf file as follows, which works for me with a Rasp B+ and the standard Edimax adapter:
Note that I had to use wlan0 as the host AP interface and wlan1 as the client. This was accomplished by renaming the /etc/wpa_supplicant/wpa_supplicant file to /etc/wpa_supplicant/wpa_supplicant-wlan1.conf. Additional changes are necessary in the RaspAP code to make this work fully. See #198 and #196 for more info. Ideally this could be rewritten to allow specific configuration during installation, but it's working for me now :) Credit where credit is due: https://andrewmichaelsmith.com/2013/08/raspberry-pi-wi-fi-honeypot/ |
Just put something like "password = iloveyou" in the SSID name. Then people can still use it as a public access point without losing security. |
The linked commit by @D9ping above is not complete yet, while it shows the option "None", it does not let you save because the form validation still requires a certain password length. |
Signed-off-by: D9ping <D9ping@users.noreply.github.com>
Ah wasn't that easy, it should be fixed now. |
I will like to create an open Wifi , without the need of password
Pi 3 Model B,
The text was updated successfully, but these errors were encountered: