mirror of
https://github.com/fritz-smh/yi-hack
synced 2025-06-12 02:16:22 +00:00
12 lines
181 B
Plaintext
12 lines
181 B
Plaintext
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"
|
|
}
|