We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e451ff commit e1fc3b3Copy full SHA for e1fc3b3
1 file changed
README.md
@@ -123,3 +123,16 @@ ssh host keys should be regenerated
123
dpkg-reconfigure openssh-server
124
systemctl restart ssh
125
```
126
+
127
+### hostapd
128
129
+i recently switched to drop-in hostapd configs
130
131
+start for wlan1
132
+```sh
133
+systemctl start hostapd@wlan1
134
+systemctl status hostapd@wlan1
135
+systemctl enable hostapd@wlan1
136
+```
137
138
+on r4 the configs are named 2g4, 5g and 6g instead of wlan0/wlan1
0 commit comments