Skip to content

Commit

Permalink
07.03.03. Wireless network.pod: update a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 24, 2023
1 parent 4896fbe commit 975e670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/07.03.03. Wireless network.pod
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ the relevant interfaces are soft- or hard-blocked:

Next, install the C<wpa-supplicant> package. It includes utilities to
configure wireless interfaces and handle wireless security protocols.
To use C<wpa_supplicant>, you will need to enable
F</etc/rc.d/wpa_supplicant> service.
To use C<wpa_supplicant>, you will need to edit (specify your wireless
interface) and enable F</etc/rc.d/wpa_supplicant> service.

To use B<WPA-PSK>, generate a pre-shared key with L<wpa_passphrase(8)>
and append the output to the F</etc/wpa_supplicant.conf> file:

# wpa_passphrase <MYSSID> <PASSPHRASE> >> /etc/wpa_supplicant.conf

Then, edit and run the following service files:
Then edit and run the following service files:
F</etc/rc.d/wpa_supplicant>, F</etc/rc.d/dhcpcd>.

# $EDITOR /etc/rc.d/wpa_supplicant
Expand Down

0 comments on commit 975e670

Please sign in to comment.