]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
doc: Fix typos
authorYegor Yefremov <yegorslists@googlemail.com>
Sat, 10 Oct 2020 06:10:58 +0000 (08:10 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 10 Oct 2020 15:34:59 +0000 (18:34 +0300)
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
doc/dbus.doxygen
doc/doxygen.conf
doc/driver_wrapper.doxygen
doc/p2p.doxygen

index a2e5de26227bcacec545b8775ec2f8fb760f1445..08488ad4c281dcff404443b1589cf612183b1abc 100644 (file)
@@ -891,7 +891,7 @@ fi.w1.wpa_supplicant1.CreateInterface.
 
       <li>
        <h3>Hessid - s - (read/write)</h3>
-       <p>Homogenous ESS identifier</p>
+       <p>Homogeneous ESS identifier</p>
       </li>
 
       <li>
@@ -2037,7 +2037,7 @@ scan results.
          <tr><td>KeyMgmt</td><td>as</td><td>Key management suite. Possible array elements: "wpa-psk", "wpa-ft-psk", "wpa-psk-sha256", "wpa-eap", "wpa-ft-eap", "wpa-eap-sha256", "wpa-eap-suite-b", "wpa-eap-suite-b-192", "wpa-fils-sha256", "wpa-fils-sha384", "wpa-ft-fils-sha256", "wpa-ft-fils-sha384", "sae", "ft-sae", "wpa-none"</td>
          <tr><td>Pairwise</td><td>as</td><td>Pairwise cipher suites. Possible array elements: "ccmp", "tkip"</td>
          <tr><td>Group</td><td>s</td><td>Group cipher suite. Possible values are: "ccmp", "tkip", "wep104", "wep40"</td>
-         <tr><td>MgmtGroup</td><td>s</td><td>Mangement frames cipher suite. Possible values are: "aes128cmac"</td>
+         <tr><td>MgmtGroup</td><td>s</td><td>Management frames cipher suite. Possible values are: "aes128cmac"</td>
        </table>
       </li>
       <li>
index cf2879010344732fe2850d23fe52a70ef239bded..3f01173930c4272c4e154b21576934e02a097f2c 100644 (file)
@@ -278,7 +278,7 @@ TYPEDEF_HIDES_STRUCT   = NO
 # For small to medium size projects (<1000 input files) the default value is
 # probably good enough. For larger projects a too small cache size can cause
 # doxygen to be busy swapping symbols to and from disk most of the time
-# causing a significant performance penality.
+# causing a significant performance penalty.
 # If the system has enough physical memory increasing the cache will improve the
 # performance by keeping more symbols in memory. Note that the value works on
 # a logarithmic scale so increasing the size by one will roughly double the
index a3b470a2e5f5e5e77dbd61a6837177181ef25630..66211b3abdfb48d87e311f283aa9b830fd933411 100644 (file)
@@ -156,7 +156,7 @@ ap_scan=1:
 - wpa_supplicant requests scan with SIOCSIWSCAN
 - driver reports scan complete with wireless event SIOCGIWSCAN
 - wpa_supplicant reads scan results with SIOCGIWSCAN (multiple call if
-  a larget buffer is needed)
+  a larger buffer is needed)
 - wpa_supplicant decides which AP to use based on scan results
 - wpa_supplicant configures driver to associate with the selected BSS
   (SIOCSIWMODE, SIOCSIWGENIE, SIOCSIWAUTH, SIOCSIWFREQ,
index f46d1b80a7ccc01d30aec493430e8b55d3d7076e..d4d86e3edfa2aa1124aae90d6c69b81e404ead3a 100644 (file)
@@ -283,7 +283,7 @@ service discovery. The user of the P2P module is responsible for
 providing P2P specific Service Request TLV(s) for queries and Service
 Response TLV(s) for responses.
 
-\subsection p2p_sd_query Quering services of peers
+\subsection p2p_sd_query Querying services of peers
 
 Service discovery is implemented by processing pending queries as a
 part of the device discovery phase. \ref p2p_sd_request() function is used