Skip to content

Commit

Permalink
Deployed f37d3c1 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 17, 2024
1 parent 9f61d1f commit fc8cee9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5248,7 +5248,7 @@ <h3 id="wifi-master-access-point-properties">WiFi Master (Access Point) properti
<tr>
<td><code>net.interface.&lt;interface&gt;.config.wifi.master.securityType</code></td>
<td>String</td>
<td>The security protocol for the wireless network; possible values are <code>SECURITY_NONE</code>, <code>SECURITY_WEP</code>, <code>SECURITY_WPA</code>, <code>SECURITY_WPA2</code>, <code>SECURITY_WPA_WPA2</code></td>
<td>The security protocol for the wireless network; possible values are <code>SECURITY_NONE</code>, <code>SECURITY_WEP</code>, <code>SECURITY_WPA</code>, <code>SECURITY_WPA2</code>, <code>SECURITY_WPA_WPA2</code>, <code>SECURITY_WPA3</code>, <code>SECURITY_WPA2_WPA3</code> (see <a href="../wifi-configuration#notes-about-wpa3-security">here</a> for more details about WPA3)</td>
<td><code>SECURITY_NONE</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -5351,7 +5351,7 @@ <h3 id="wifi-infra-station-mode-properties">WiFi Infra (Station Mode) properties
<tr>
<td><code>net.interface.&lt;interface&gt;.config.wifi.infra.securityType</code></td>
<td>String</td>
<td>The security protocol for the wireless network; possible values are <code>SECURITY_NONE</code>, <code>SECURITY_WEP</code>, <code>SECURITY_WPA</code>, <code>SECURITY_WPA2</code>, <code>SECURITY_WPA_WPA2</code></td>
<td>The security protocol for the wireless network; possible values are <code>SECURITY_NONE</code>, <code>SECURITY_WEP</code>, <code>SECURITY_WPA</code>, <code>SECURITY_WPA2</code>, <code>SECURITY_WPA_WPA2</code>, <code>SECURITY_WPA3</code>, <code>SECURITY_WPA2_WPA3</code> (see <a href="../wifi-configuration#notes-about-wpa3-security">here</a> for more details about WPA3)</td>
<td><code>SECURITY_NONE</code></td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4558,13 +4558,16 @@ <h2 id="wi-fi-station-mode-configuration">Wi-Fi Station Mode Configuration</h2>
</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>
<p>The support to WPA3 security feature is experimental and disabled by default. 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>
<p>To enable the WPA3 WiFi Security in Eclipse Kura, edit the <code>/opt/eclipse/kura/user/kura_custom.properties</code> and add the following line:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a>kura.wpa3.wifi.security.enable=true
</code></pre></div>
<p>In this way the WPA3 and WPA2/WPA3 entries will be available in the Wireless Tab on the web UI and the wifi interface will be configurable with the new security using the REST APIs.</p>



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 fc8cee9

Please sign in to comment.