We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccb519 commit d96c058Copy full SHA for d96c058
net_setting/wifi/ssh
net_setting/wifi/wpa_supplicant.conf
@@ -0,0 +1,24 @@
1
+country=CN
2
+ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
3
+update_config=1
4
+
5
+network={
6
+ssid="xy"
7
+psk="123456789"
8
+key_mgmt=WPA-PSK
9
+priority=6
10
+}
11
12
13
+ssid="zyziszy"
14
+psk="zy123456"
15
16
+priority=5
17
18
19
20
+ssid="347"
21
+psk="zhangmenxing"
22
23
+priority=3
24
0 commit comments