class Listener

Defined at line 28 of file ../../src/connectivity/wlan/testing/wlantap-driver/wlantap-mac.h

An interface to allow another class to intercept WlanSoftmac calls.

Many of the functions in WlantapMac simply forward calls along to the Listener.

Public Methods

void WlantapMacStart (fdf::ClientEnd< ::fuchsia_wlan_softmac::WlanSoftmacIfc> ifc_client)
void WlantapMacStop ()
void WlantapMacQueueTx (const wlan_softmac::WlanTxPacket & pkt)
void WlantapMacSetChannel (const fuchsia_wlan_ieee80211::wire::WlanChannel & channel)
void WlantapMacJoinBss (const wlan_common::JoinBssRequest & join_request)
void WlantapMacStartScan (uint64_t scan_id)
void WlantapMacSetKey (const wlan_softmac::WlanKeyConfiguration & key_config)