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 b795527 commit a551987Copy full SHA for a551987
Readme.md
@@ -6,6 +6,12 @@
6
7

8
9
+## ✨ Features
10
+
11
+- WPA Enterprise (802.1X) Support
12
+- Station & Access Point Modes:
13
+- QR Code Network Sharing
14
15
## 💡 Prerequisites
16
17
- A Linux based OS
@@ -119,11 +125,12 @@ stop = 'x'
119
125
120
126
[station]
121
127
toggle_scanning = "s"
122
-toggle_connect = " "
123
128
124
129
[station.known_network]
-toggle_autoconnect = "a"
130
+toggle_autoconnect = "t"
131
remove = "d"
132
+show_all = "a"
133
+share = "p"
134
```
135
136
## ⚖️ License
0 commit comments