diff options
author | Aaron Baynard <baynard15@gmail.com> | 2023-08-19 08:51:28 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-08-19 08:51:28 +0000 |
commit | 30e851c8dbad67d08eefaddeec37cdc7c4e65c36 (patch) | |
tree | 303aa808ba70f7273fc940b19b1873ddd9524d84 | |
parent | 2d8291224c4fe79182c92e3b6a7e3de91208c9b1 (diff) | |
download | doc-30e851c8db.tar.gz doc-30e851c8db.zip |
Handbook - Network: Fix typo
Pull Request: https://github.com/freebsd/freebsd-doc/pull/245
-rw-r--r-- | documentation/content/en/books/handbook/network/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/network/_index.adoc b/documentation/content/en/books/handbook/network/_index.adoc index 33e71c7742..f196e475d6 100644 --- a/documentation/content/en/books/handbook/network/_index.adoc +++ b/documentation/content/en/books/handbook/network/_index.adoc @@ -681,7 +681,7 @@ MacOS 46:48:b9:b3:c3:ff 44 54M -84:-96 100 EP [[wireless-authentication]] === Connection and Authentication to a Wireless Network -Once a wireless network has been selected from the list of scanned networks, it is necessary to perform the connection ant the authentication. +Once a wireless network has been selected from the list of scanned networks, it is necessary to perform the connection and the authentication. In the vast majority of wireless networks, authentication is done with a password configured in the router. Other schemes require cryptographic handshakes to be completed before data traffic can flow, either using pre-shared keys or secrets, or more complex schemes that involve backend services such as RADIUS. |