HomeSort by relevance Sort by last modified time
    Searched defs:WifiVendorCommand (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 750 WifiVendorCommand::WifiVendorCommand(wifi_handle handle,
757 ALOGV("WifiVendorCommand %p created vendor_id:0x%x subcmd:%u",
761 WifiVendorCommand::~WifiVendorCommand()
763 ALOGV("~WifiVendorCommand %p destroyed", this);
771 int WifiVendorCommand::handleResponse(WifiEvent &reply)
773 ALOGI("WifiVendorCommand::handleResponse");
790 int WifiVendorCommand::handleEvent(WifiEvent &event)
792 ALOGI("WifiVendorCommand::handleEvent")
    [all...]
cpp_bindings.h 351 //WifiVendorCommand class
352 class WifiVendorCommand: public WifiCommand
362 WifiVendorCommand(wifi_handle handle, wifi_request_id id, u32 vendor_id, u32 subcmd);
364 virtual ~WifiVendorCommand();

Completed in 615 milliseconds