PROTOCOLS
DeprecatedConfigurator
Defined in fuchsia.wlan.product.deprecatedconfiguration/wlan_deprecated_configuration.fidl
Allows for the configuration of WLAN devices to support legacy applications.
SuggestAccessPointMacAddress
Suggests a MAC address for fuchsia.wlan.policy/AccessPointProvider to use when creating new soft access point interfaces and notifies when the request is complete.
Request
Name | Type |
---|---|
mac |
fuchsia.net/MacAddress
|
Response
Name | Type |
---|---|
payload |
DeprecatedConfigurator_SuggestAccessPointMacAddress_Result
|
STRUCTS
DeprecatedConfigurator_SuggestAccessPointMacAddress_Response
Defined in fuchsia.wlan.product.deprecatedconfiguration/wlan_deprecated_configuration.fidl
<EMPTY>
ENUMS
SuggestMacAddressError strict
Type: uint32
Defined in fuchsia.wlan.product.deprecatedconfiguration/wlan_deprecated_configuration.fidl
Represents error statuses returned by fuchsia.wlan.product.deprecatedconfiguration/DeprecatedConfigurator.SuggestAccessPointMacAddress
Name | Value | Description |
---|---|---|
NOT_SUPPORTED |
1 |
|
INVALID_ARGUMENTS |
2 |
UNIONS
DeprecatedConfigurator_SuggestAccessPointMacAddress_Result strict
Defined in fuchsia.wlan.product.deprecatedconfiguration/wlan_deprecated_configuration.fidl
Ordinal | Variant | Type | Description |
---|---|---|---|
1 |
response |
DeprecatedConfigurator_SuggestAccessPointMacAddress_Response
|
|
2 |
err |
SuggestMacAddressError
|