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 751 WifiVendorCommand::WifiVendorCommand(wifi_handle handle,
758 ALOGV("WifiVendorCommand %p created vendor_id:0x%x subcmd:%u",
762 WifiVendorCommand::~WifiVendorCommand()
764 ALOGV("~WifiVendorCommand %p destroyed", this);
772 int WifiVendorCommand::handleResponse(WifiEvent &reply)
775 ALOGI("WifiVendorCommand::handleResponse");
795 int WifiVendorCommand::handleEvent(WifiEvent &event)
798 ALOGI("WifiVendorCommand::handleEvent")
    [all...]
cpp_bindings.h 397 //WifiVendorCommand class
398 class WifiVendorCommand: public WifiCommand
408 WifiVendorCommand(wifi_handle handle, wifi_request_id id, u32 vendor_id, u32 subcmd);
410 virtual ~WifiVendorCommand();
479 WifiVendorCommand **vCommand);

Completed in 5227 milliseconds