Crate fidl_fuchsia_wlan_tap_common

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.
WlantapCtlCreatePhyResponse
WlantapPhyConfig
Describes the capabilities of the fake wlantap-phy device to be created.
WlantapPhyJoinBssRequest
WlantapPhyReportTxResultRequest
WlantapPhyRxRequest
WlantapPhyScanCompleteRequest
WlantapPhySetChannelRequest
WlantapPhySetCountryRequest
WlantapPhySetKeyRequest
WlantapPhyStartScanRequest
WlantapPhyTxRequest