Crate fidl_fuchsia_wlan_tap

Source

Structs§

JoinBssArgs
SetChannelArgs
SetCountryArgs
Country code the device is to switch to. These values are populated by the wlantap driver and should not be specified manually. See also phy.fidl CountryCode.
SetKeyArgs
StartScanArgs
TxArgs
WlanKeyConfig
Configuration pertaining to security keys, often used by RSN and other secure authentication. These values are populated by the wlantap driver and should not be specified manually. See wlan_key_config_t for details about each field.
WlanRxInfo
Information pertaining to incoming packets. One WlanRxInfo is associated with each packet. You are encouraged to use the default value in //src/connectivity/wlan/testing/hw-sim/src/lib.rs See wlan_rx_info_t for details about each field.
WlanTxInfo
Instruction from generic WLAN driver on how to send a packet. One WlanTxInfo per packet. These values are populated by the wlantap driver and should not be specified manually. See wlan_tx_info_t for details about each field.
WlanTxPacket
An outgoing packet that is to be “sent” by the wlantap device. data contains the packet in its wire format.
WlantapCtlControlHandle
WlantapCtlCreatePhyRequest
WlantapCtlCreatePhyResponder
WlantapCtlCreatePhyResponse
WlantapCtlEventStream
WlantapCtlMarker
WlantapCtlProxy
WlantapCtlRequestStream
A Stream of incoming requests for fuchsia.wlan.tap/WlantapCtl.
WlantapCtlSynchronousProxy
WlantapPhyConfig
Describes the capabilities of the fake wlantap-phy device to be created.
WlantapPhyControlHandle
WlantapPhyEventStream
WlantapPhyJoinBssRequest
WlantapPhyMarker
WlantapPhyProxy
WlantapPhyReportTxResultRequest
WlantapPhyRequestStream
A Stream of incoming requests for fuchsia.wlan.tap/WlantapPhy.
WlantapPhyRxRequest
WlantapPhyScanCompleteRequest
WlantapPhySetChannelRequest
WlantapPhySetCountryRequest
WlantapPhySetKeyRequest
WlantapPhyShutdownResponder
WlantapPhyStartScanRequest
WlantapPhySynchronousProxy
WlantapPhyTxRequest

Enums§

WlantapCtlEvent
WlantapCtlRequest
Instruct the wlantap-ctl device to creates a fake wlantap-phy device based on the WlantapPhyConfig passed in. The newly created wlantap-phy device will use the channel to allow a WlantapPhy client to observe and control its behavior.
WlantapPhyEvent
WlantapPhyRequest
Allow the test program to observe and control the behavior of the wlantap-phy device. A wlantap-phy device is a special vendor device and its driver (Fuchsia being the vendor) used for testing purpose. Implements a subset of wlan_softmac_ifc_t and wlan_softmac_protocol_ops_t defined in fuchsia.wlan.softmac/softmac.fidl Implements a subset of WlanPhyImpl protocol defined in fuchsia.hardware.phyimpl/wlanphy-impl.fidl

Traits§

WlantapCtlProxyInterface
WlantapPhyProxyInterface