Skip to content

Commit e1fc3b3

Browse files
committed
readme: explain hostapd drop-in a bit
1 parent 3e451ff commit e1fc3b3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,16 @@ ssh host keys should be regenerated
123123
dpkg-reconfigure openssh-server
124124
systemctl restart ssh
125125
```
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

Comments
 (0)