blob: fe7bbb44db80e3ff5eba53fed58325663f492485 [file] [view]
# ConnectivityToolsConfig
Platform-provided tools for development and debugging connectivity.
<table>
<tr><th>Field</th><th>Type</th><th>Description</th><th>Default</th></tr>
<tr id="enable_wlan">
<td><code>enable_wlan</code></td>
<td><code>bool</code></td>
<td>Include tools for wlan</td>
<td></td>
</tr>
<tr id="enable_thread">
<td><code>enable_thread</code></td>
<td><code>bool</code></td>
<td>Include tools for Thread</td>
<td></td>
</tr>
<tr id="enable_networking">
<td><code>enable_networking</code></td>
<td><code>bool</code></td>
<td>Include tools for basic networking, such as: - 'nc' - 'iperf3' - 'tcpdump'</td>
<td></td>
</tr>
</table>