blob: 0cfc922293edc4ed751c017b4721e75fca0d7ef5 [file] [log] [blame] [view]
<link rel="stylesheet" href="../style.css" />
[TOC]
# fuchsia.wlan.product.deprecatedconfiguration
<div class="fidl-version-div"><span class="fidl-attribute fidl-version">Added: 7</span></div>
## **PROTOCOLS**
## DeprecatedConfigurator {#DeprecatedConfigurator}
*Defined in [fuchsia.wlan.product.deprecatedconfiguration/wlan_deprecated_configuration.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.wlan.product.deprecatedconfiguration/wlan_deprecated_configuration.fidl;l=19)*
<p>Allows for the configuration of WLAN devices to support legacy applications.</p>
### SuggestAccessPointMacAddress {#DeprecatedConfigurator.SuggestAccessPointMacAddress}
<p>Suggests a MAC address for <a class='link' href='../fuchsia.wlan.policy/'>fuchsia.wlan.policy</a>/<a class='link' href='../fuchsia.wlan.policy/#AccessPointProvider'>AccessPointProvider</a> to use when creating
new soft access point interfaces and notifies when the request is complete.</p>
#### Request {#DeprecatedConfigurator.SuggestAccessPointMacAddress_Request}
<table>
<tr><th>Name</th><th>Type</th></tr>
<tr>
<td><code>mac</code></td>
<td>
<code><a class='link' href='../fuchsia.net/'>fuchsia.net</a>/<a class='link' href='../fuchsia.net/#MacAddress'>MacAddress</a></code>
</td>
</tr>
</table>
#### Response {#DeprecatedConfigurator.SuggestAccessPointMacAddress_Response}
<table>
<tr><th>Name</th><th>Type</th></tr>
<tr>
<td><code>result</code></td>
<td>
<code><a class='link' href='#DeprecatedConfigurator_SuggestAccessPointMacAddress_Result'>DeprecatedConfigurator_SuggestAccessPointMacAddress_Result</a></code>
</td>
</tr>
</table>
## **STRUCTS**
### DeprecatedConfigurator_SuggestAccessPointMacAddress_Response {#DeprecatedConfigurator_SuggestAccessPointMacAddress_Response data-text="DeprecatedConfigurator_SuggestAccessPointMacAddress_Response"}
*Defined in [fuchsia.wlan.product.deprecatedconfiguration/wlan_deprecated_configuration.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.wlan.product.deprecatedconfiguration/wlan_deprecated_configuration.fidl;l=24)*
&lt;EMPTY&gt;
## **ENUMS**
### SuggestMacAddressError [strict](/fuchsia-src/reference/fidl/language/language.md#strict-vs-flexible){:.fidl-attribute} {#SuggestMacAddressError data-text="SuggestMacAddressError"}
Type: <code>uint32</code>
*Defined in [fuchsia.wlan.product.deprecatedconfiguration/wlan_deprecated_configuration.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.wlan.product.deprecatedconfiguration/wlan_deprecated_configuration.fidl;l=11)*
<p>Represents error statuses returned by
<a class='link' href='../fuchsia.wlan.product.deprecatedconfiguration/'>fuchsia.wlan.product.deprecatedconfiguration</a>/<a class='link' href='../fuchsia.wlan.product.deprecatedconfiguration/#DeprecatedConfigurator.SuggestAccessPointMacAddress'>DeprecatedConfigurator.SuggestAccessPointMacAddress</a></p>
<table>
<tr><th>Name</th><th>Value</th><th>Description</th></tr>
<tr id="SuggestMacAddressError.NOT_SUPPORTED">
<td><h3 id="SuggestMacAddressError.NOT_SUPPORTED" class="add-link hide-from-toc">NOT_SUPPORTED</h3></td>
<td><code>1</code></td>
<td></td>
</tr>
<tr id="SuggestMacAddressError.INVALID_ARGUMENTS">
<td><h3 id="SuggestMacAddressError.INVALID_ARGUMENTS" class="add-link hide-from-toc">INVALID_ARGUMENTS</h3></td>
<td><code>2</code></td>
<td></td>
</tr>
</table>
## **UNIONS**
### DeprecatedConfigurator_SuggestAccessPointMacAddress_Result [strict](/fuchsia-src/reference/fidl/language/language.md#strict-vs-flexible){:.fidl-attribute} {#DeprecatedConfigurator_SuggestAccessPointMacAddress_Result data-text="DeprecatedConfigurator_SuggestAccessPointMacAddress_Result"}
*Defined in [fuchsia.wlan.product.deprecatedconfiguration/wlan_deprecated_configuration.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.wlan.product.deprecatedconfiguration/wlan_deprecated_configuration.fidl;l=24)*
<table>
<tr><th>Ordinal</th><th>Variant</th><th>Type</th><th>Description</th></tr>
<tr id="DeprecatedConfigurator_SuggestAccessPointMacAddress_Result.response">
<td><h3 id="DeprecatedConfigurator_SuggestAccessPointMacAddress_Result.response" class="add-link hide-from-toc">1</h3></td>
<td><code>response</code></td>
<td>
<code><a class='link' href='#DeprecatedConfigurator_SuggestAccessPointMacAddress_Response'>DeprecatedConfigurator_SuggestAccessPointMacAddress_Response</a></code>
</td>
<td></td>
</tr>
<tr id="DeprecatedConfigurator_SuggestAccessPointMacAddress_Result.err">
<td><h3 id="DeprecatedConfigurator_SuggestAccessPointMacAddress_Result.err" class="add-link hide-from-toc">2</h3></td>
<td><code>err</code></td>
<td>
<code><a class='link' href='#SuggestMacAddressError'>SuggestMacAddressError</a></code>
</td>
<td></td>
</tr>
</table>