Pairwise cipher suites. Possible array elements: "ccmp", "tkip"
Group
s
Group cipher suite. Possible values are: "ccmp", "tkip", "wep104", "wep40"
-
MgmtGroup
s
Mangement frames cipher suite. Possible values are: "aes128cmac"
+
MgmtGroup
s
Management frames cipher suite. Possible values are: "aes128cmac"
diff --git a/doc/doxygen.conf b/doc/doxygen.conf
index cf2879010..3f0117393 100644
--- a/doc/doxygen.conf
+++ b/doc/doxygen.conf
@@ -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
diff --git a/doc/driver_wrapper.doxygen b/doc/driver_wrapper.doxygen
index a3b470a2e..66211b3ab 100644
--- a/doc/driver_wrapper.doxygen
+++ b/doc/driver_wrapper.doxygen
@@ -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,
diff --git a/doc/p2p.doxygen b/doc/p2p.doxygen
index f46d1b80a..d4d86e3ed 100644
--- a/doc/p2p.doxygen
+++ b/doc/p2p.doxygen
@@ -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