Skip to content

Commit

Permalink
Deployed c84232b to docs-develop with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 5, 2024
1 parent 069fe04 commit b261eb2
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 3 deletions.
31 changes: 30 additions & 1 deletion docs-develop/gateway-configuration/wifi-configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#notes-about-wpa3-security" class="md-nav__link">
<span class="md-ellipsis">
Notes about WPA3 security
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -4384,6 +4393,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#notes-about-wpa3-security" class="md-nav__link">
<span class="md-ellipsis">
Notes about WPA3 security
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -4439,7 +4457,10 @@ <h2 id="wireless-configuration">Wireless Configuration</h2>
<li>WEP: Wired Equivalent Privacy</li>
<li>WPA: Wi-Fi Protected Access</li>
<li>WPA2: Wi-Fi Protected Access II</li>
<li>WPA2/WPA3-Enterprise: Wi-Fi Protected Access II &amp; III with 802.1x. Please see <a href="../wifi-configuration-8021x/">here</a> for further details. This fearture is available only in station mode</li>
<li>WPA/WPA2: Wi-Fi Protected Access and Wi-Fi Protected Access II</li>
<li>WPA2/WPA3-Enterprise: Wi-Fi Protected Access II &amp; III with 802.1x. Please see <a href="../wifi-configuration-8021x/">here</a> for further details. This fearture is available only in station mode.</li>
<li>WPA3: Wi-Fi Protected Access III. This is an experimental feature. See <a href="#notes-about-wpa3-security">here</a> for further details.</li>
<li>WPA2/WPA3: Wi-Fi Protected Access II and Wi-Fi Protected Access III. This is an experimental feature. See <a href="#notes-about-wpa3-security">here</a> for further details.</li>
</ul>
</li>
<li>
Expand Down Expand Up @@ -4536,6 +4557,14 @@ <h2 id="wi-fi-station-mode-configuration">Wi-Fi Station Mode Configuration</h2>
<p>If you select one of these access points, respective wireless controls (i.e., <em>Network Name</em>, <em>Wireless Security</em>, and <em>Channel</em>) are filled with information obtained during the scan operation. The <em>Force Wireless Network Scan</em> button triggers a manual scan for available access points.</p>
</li>
</ul>
<h2 id="notes-about-wpa3-security">Notes about WPA3 security</h2>
<p>The support to WPA3 security feature is experimental. Before using it, update your system with the latest changes and check that the WiFi module installed on you device has the latest firmware.
To check if an interface supports the new WPA3 security, run the following command:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>iw phy | grep -i sae
</code></pre></div>
<p>and verify is the following output is present</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a>Device supports SAE with AUTHENTICATE command
</code></pre></div>



Expand Down
11 changes: 10 additions & 1 deletion docs-develop/references/rest-apis/rest-inventory-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5259,7 +5259,16 @@ <h5 id="response">Response</h5>
<a id="__codelineno-0-17" name="__codelineno-0-17" href="#__codelineno-0-17"></a><span class="w"> </span><span class="p">}</span>
<a id="__codelineno-0-18" name="__codelineno-0-18" href="#__codelineno-0-18"></a><span class="w"> </span><span class="p">]</span>
<a id="__codelineno-0-19" name="__codelineno-0-19" href="#__codelineno-0-19"></a><span class="p">}</span>
</code></pre></div></li>
</code></pre></div>
Supported <strong>type</strong> values are:</li>
<li>BUNDLE : represents a OSGi Bundle</li>
<li>DP : represents a OSGi Deployment Package</li>
<li>DEB : represents a Linux Debian package</li>
<li>RPM : represents a Linux RPM package</li>
<li>APK : represents a Linux Alpine APK package</li>
<li>DOCKER : represents a container instance</li>
<li>CONTAINER_IMAGE : represents a container image</li>
<li>UNKNOWN : fallback type for unrecognized resources</li>
</ul>
<hr />
<h2 id="bundles">Bundles</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs-develop/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs-develop/sitemap.xml.gz
Binary file not shown.

0 comments on commit b261eb2

Please sign in to comment.