|
@@ -308,7 +308,7 @@ Following build time configuration options are used to control IEEE
|
|
|
802.1X/EAPOL and EAP state machines and all EAP methods. Including
|
|
|
TLS, PEAP, or TTLS will require linking wpa_supplicant with OpenSSL
|
|
|
library for TLS implementation. Alternatively, GnuTLS or the internal
|
|
|
-TLSv1 implementation can be used for TLS functionaly.
|
|
|
+TLSv1 implementation can be used for TLS functionality.
|
|
|
|
|
|
CONFIG_IEEE8021X_EAPOL=y
|
|
|
CONFIG_EAP_MD5=y
|
|
@@ -499,7 +499,7 @@ reloading can be triggered with 'wpa_cli reconfigure' command.
|
|
|
|
|
|
Configuration file can include one or more network blocks, e.g., one
|
|
|
for each used SSID. wpa_supplicant will automatically select the best
|
|
|
-betwork based on the order of network blocks in the configuration
|
|
|
+network based on the order of network blocks in the configuration
|
|
|
file, network security level (WPA/WPA2 is preferred), and signal
|
|
|
strength.
|
|
|
|
|
@@ -791,7 +791,7 @@ addresses, etc.
|
|
|
|
|
|
One wpa_cli process in "action" mode needs to be started for each
|
|
|
interface. For example, the following command starts wpa_cli for the
|
|
|
-default ingterface (-i can be used to select the interface in case of
|
|
|
+default interface (-i can be used to select the interface in case of
|
|
|
more than one interface being used at the same time):
|
|
|
|
|
|
wpa_cli -a/sbin/wpa_action.sh -B
|
|
@@ -1007,8 +1007,8 @@ event message is indicated that the external processing can start. Once
|
|
|
the operation has been completed, "RADIO_WORK done <id>" is used to
|
|
|
indicate that to wpa_supplicant. This allows other radio works to be
|
|
|
performed. If this command is forgotten (e.g., due to the external
|
|
|
-program terminating), wpa_supplicant will time out the radio owrk item
|
|
|
-and send "EXT-RADIO-WORK-TIMEOUT <id>" event ot indicate that this has
|
|
|
+program terminating), wpa_supplicant will time out the radio work item
|
|
|
+and send "EXT-RADIO-WORK-TIMEOUT <id>" event to indicate that this has
|
|
|
happened. "RADIO_WORK done <id>" can also be used to cancel items that
|
|
|
have not yet been started.
|
|
|
|