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
| Name | Type | 
|---|---|
| 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.
| Field | Type | Description | Default | 
|---|---|---|---|
| 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.
| Field | Type | Description | Default | 
|---|---|---|---|
| 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.
| Name | Value | Description | 
|---|---|---|
| NO_CLIENT | 0 | |
| DISASSOCIATED | 1 | |
| ASSOCIATING | 2 | |
| ASSOCIATED | 3 |