template <>
class NaturalEventSender
Defined at line 382 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_messaging.h
Public Methods
::fit::result< ::fidl::OneWayError> Tx (const ::fuchsia_wlan_tap::WlantapPhyTxRequest & payload)
The device is to send a frame "over the air".
::fit::result< ::fidl::OneWayError> 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.
::fit::result< ::fidl::OneWayError> SetChannel (const ::fuchsia_wlan_tap::WlantapPhySetChannelRequest & payload)
The device is to switch to the specified channel.
::fit::result< ::fidl::OneWayError> JoinBss (const ::fuchsia_wlan_tap::WlantapPhyJoinBssRequest & payload)
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.
::fit::result< ::fidl::OneWayError> StartScan (const ::fuchsia_wlan_tap::WlantapPhyStartScanRequest & payload)
::fit::result< ::fidl::OneWayError> SetKey (const ::fuchsia_wlan_tap::WlantapPhySetKeyRequest & payload)
The device is to install the keys (often coming from RSN, exceptions apply).
::fit::result< ::fidl::OneWayError> SetCountry (const ::fuchsia_wlan_tap::WlantapPhySetCountryRequest & payload)
The device is to change its radio and power settings to conform to the regulation of the
specified country.