-
Notifications
You must be signed in to change notification settings - Fork 340
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
Setup for wifi wep security #155
Comments
@Freschnek Do you have the new YI 1080p camera? |
No i have the yi home camera (2015) china version |
@Freschnek Why not using the old hacks? |
where can i find the old hacks? |
thanks for your help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
Is it possible to use a wifi hotspot with wep security?
which settings i have to do in the wpa_supplicant.conf?
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
network={
ssid="your_wifi_ssid"
scan_ssid=1
proto=WPA RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="your_password"
}
thanks
The text was updated successfully, but these errors were encountered: