fuchsia.wlan.product.deprecatedclient

Added: 7

PROTOCOLS

DeprecatedClient

Defined in fuchsia.wlan.product.deprecatedclient/wlan_deprecated_client.fidl

Allows legacy interactions with a WLAN client interface.

Status

Queries the status of the most recently discovered WLAN client interface.

Request

<EMPTY>

Response

NameType
status WlanStatus

STRUCTS

Ap

Defined in fuchsia.wlan.product.deprecatedclient/wlan_deprecated_client.fidl

Encapsulates information associated with the access point to which a WLAN client is associated.

FieldTypeDescriptionDefault
ssid string[32] No default
rssi_dbm int8 No default

WlanStatus

Defined in fuchsia.wlan.product.deprecatedclient/wlan_deprecated_client.fidl

Represents the current state of a WLAN client interface.

FieldTypeDescriptionDefault
state State No default
current_ap Ap? No default

ENUMS

State strict

Type: uint32

Defined in fuchsia.wlan.product.deprecatedclient/wlan_deprecated_client.fidl

Represents the current association state of a client interface if one exists.

NameValueDescription
0
1
2
3