class WlantapDriver

Defined at line 21 of file ../../src/connectivity/wlan/testing/wlantap-driver/wlantap-driver.cc

The actual driver class. This main responsibility of this class is to serve the WlantapCtl

protocol over devfs so that it's discoverable by wlandevicemonitor. It also passes on a

WlantapDriverContext to the spawned WlantapCtl instance so that WlantapCtl can add child nodes

and serve new protocols.

Public Methods

void WlantapDriver ()

Defined at line 25 of file ../../src/connectivity/wlan/testing/wlantap-driver/wlantap-driver.cc

zx::result<> Start (fdf::DriverContext context)

Defined at line 29 of file ../../src/connectivity/wlan/testing/wlantap-driver/wlantap-driver.cc