Skip to content

Commit 09332b6

Browse files
authored
Clarified some text
1 parent 4def991 commit 09332b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/wireless/access-point.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ bridge_ports eth0 wlan0
203203
204204
```
205205

206-
The access point setup is almost the same as that shown in the previous section. Follow the instructions above to set up the `hostapd.conf` file, but add `bridge=br0` below the `interface=wlan0` line, and remove or comment out the driver line. The passphrase must be between 8 and 64 characters long.
206+
The access point setup is almost the same as that shown in the previous section. Follow *all* the instructions in the `Configuring the access point host software (hostapd)` section above to set up the `hostapd.conf` file and the system location, but add `bridge=br0` below the `interface=wlan0` line, and remove or comment out the driver line. The passphrase must be between 8 and 64 characters long.
207207

208208
To use the 5 GHz band, you can change the operations mode from 'hw_mode=g' to 'hw_mode=a'. Possible values for hw_mode are:
209209
- a = IEEE 802.11a (5 GHz)

0 commit comments

Comments
 (0)