class WlantapDriver
Defined at line 19 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 (fdf::DriverStartArgs start_args, fdf::UnownedSynchronizedDispatcher driver_dispatcher)
Defined at line 23 of file ../../src/connectivity/wlan/testing/wlantap-driver/wlantap-driver.cc
zx::result<> Start ()
Defined at line 28 of file ../../src/connectivity/wlan/testing/wlantap-driver/wlantap-driver.cc