class Device

Defined at line 29 of file ../../src/connectivity/wlan/drivers/wlanif/device.h

Public Methods

void Device (fdf::DriverStartArgs start_args, fdf::UnownedSynchronizedDispatcher driver_dispatcher)

Defined at line 15 of file ../../src/connectivity/wlan/drivers/wlanif/device.cc

void ~Device ()

Defined at line 24 of file ../../src/connectivity/wlan/drivers/wlanif/device.cc

zx::result<> Start ()

Defined at line 26 of file ../../src/connectivity/wlan/drivers/wlanif/device.cc

const char * Name ()

Defined at line 35 of file ../../src/connectivity/wlan/drivers/wlanif/device.h

fdf::Logger * Logger ()

Defined at line 39 of file ../../src/connectivity/wlan/drivers/wlanif/device.h

void PrepareStop (fdf::PrepareStopCompleter completer)

Defined at line 51 of file ../../src/connectivity/wlan/drivers/wlanif/device.cc

Protected Methods

void Shutdown ()