template <>
class WireAsyncEventHandler
Defined at line 1114 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/wire_messaging.h
Public Methods
void Tx (::fidl::WireEvent< ::fuchsia_wlan_tap::WlantapPhy::Tx> * event)
The device is to send a frame "over the air".
void WireAsyncEventHandler ()
Defined at line 1118 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/wire_messaging.h
void WlanSoftmacStart ()
The device created by its parent device (wlantap-phy: wlanphy) is
detected and being connected by wlanstack/wlancfg.
The device is to enter the "running" state.
void SetChannel (::fidl::WireEvent< ::fuchsia_wlan_tap::WlantapPhy::SetChannel> * event)
The device is to switch to the specified channel.
void JoinBss (::fidl::WireEvent< ::fuchsia_wlan_tap::WlantapPhy::JoinBss> * event)
AP: The device is to use args.config as a template for beacon frames.
Client: The device is to be configured with this BSS as it peer.
void StartScan (::fidl::WireEvent< ::fuchsia_wlan_tap::WlantapPhy::StartScan> * event)
void SetKey (::fidl::WireEvent< ::fuchsia_wlan_tap::WlantapPhy::SetKey> * event)
The device is to install the keys (often coming from RSN, exceptions apply).
void SetCountry (::fidl::WireEvent< ::fuchsia_wlan_tap::WlantapPhy::SetCountry> * event)
The device is to change its radio and power settings to conform to the regulation of the
specified country.