Structs§
- Join
BssArgs - SetChannel
Args - SetCountry
Args - 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.
- SetKey
Args - Start
Scan Args - TxArgs
- Wlan
KeyConfig - 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.
- Wlan
RxInfo - 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.
- Wlan
TxInfo - 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.
- Wlan
TxPacket - An outgoing packet that is to be “sent” by the wlantap device.
data
contains the packet in its wire format. - Wlantap
CtlCreate PhyResponse - Wlantap
PhyConfig - Describes the capabilities of the fake wlantap-phy device to be created.
- Wlantap
PhyJoin BssRequest - Wlantap
PhyReport TxResult Request - Wlantap
PhyRx Request - Wlantap
PhyScan Complete Request - Wlantap
PhySet Channel Request - Wlantap
PhySet Country Request - Wlantap
PhySet KeyRequest - Wlantap
PhyStart Scan Request - Wlantap
PhyTx Request