Home
last modified time | relevance | path

Searched refs:WifiVendorCommand (Results 1 – 23 of 23) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.cpp733 WifiVendorCommand::WifiVendorCommand(wifi_handle handle, in WifiVendorCommand() function in WifiVendorCommand
744 WifiVendorCommand::~WifiVendorCommand() in ~WifiVendorCommand()
754 int WifiVendorCommand::handleResponse(WifiEvent &reply) in handleResponse()
770 int WifiVendorCommand::handleEvent(WifiEvent &event) in handleEvent()
797 int WifiVendorCommand::create() { in create()
825 int WifiVendorCommand::requestResponse() in requestResponse()
830 int WifiVendorCommand::requestEvent() in requestEvent()
837 int WifiVendorCommand::put_u8(int attribute, uint8_t value) in put_u8()
842 int WifiVendorCommand::put_u16(int attribute, uint16_t value) in put_u16()
847 int WifiVendorCommand::put_u32(int attribute, uint32_t value) in put_u32()
[all …]
Drssi_monitor.cpp107 : WifiVendorCommand(handle, id, vendor_id, subcmd) in RSSIMonitorCommand()
180 WifiVendorCommand::handleEvent(event); in handleEvent()
258 WifiVendorCommand *vCommand = NULL; in wifi_start_rssi_monitoring()
319 WifiVendorCommand *vCommand = NULL; in wifi_stop_rssi_monitoring()
Droamcommand.h34 class RoamCommand: public WifiVendorCommand
Drssi_monitor.h39 class RSSIMonitorCommand: public WifiVendorCommand
Dwificonfigcommand.h49 class WiFiConfigCommand: public WifiVendorCommand
Dcpp_bindings.h394 class WifiVendorCommand: public WifiCommand
404 WifiVendorCommand(wifi_handle handle, wifi_request_id id, u32 vendor_id, u32 subcmd);
406 virtual ~WifiVendorCommand();
476 WifiVendorCommand **vCommand);
DtdlsCommand.h76 class TdlsCommand: public WifiVendorCommand
Dllstatscommand.h71 class LLStatsCommand: public WifiVendorCommand
Dwifiloggercmd.h73 class WifiLoggerCommand : public WifiVendorCommand
Dgscan_event_handler.h29 class GScanCommandEventHandler: public WifiVendorCommand
Dtdls.cpp44 : WifiVendorCommand(handle, id, vendor_id, subcmd) in TdlsCommand()
95 WifiVendorCommand::handleEvent(event); in handleEvent()
185 WifiVendorCommand::handleResponse(reply); in handleResponse()
Difaceeventhandler.h82 class WifihalGeneric: public WifiVendorCommand
Dgscancommand.h101 class GScanCommand: public WifiVendorCommand
Dnancommand.h26 class NanCommand : public WifiVendorCommand
Difaceeventhandler.cpp195 : WifiVendorCommand(handle, id, vendor_id, subcmd) in WifihalGeneric()
224 WifiVendorCommand::handleResponse(reply); in handleResponse()
Dwifi_hal.cpp1211 WifiVendorCommand *vCommand = NULL; in wifi_set_nodfs_flag()
1215 vCommand = new WifiVendorCommand(wifiHandle, 0, in wifi_set_nodfs_flag()
1262 WifiVendorCommand *vCommand = NULL; in wifi_start_sending_offloaded_packet()
1321 WifiVendorCommand *vCommand = NULL; in wifi_stop_sending_offloaded_packet()
1363 WifiVendorCommand *vCommand = NULL; in wifi_set_packet_filter()
1509 WifiVendorCommand *vCommand = NULL; in wifi_configure_nd_offload()
Dwificonfig.cpp292 : WifiVendorCommand(handle, id, vendor_id, subcmd) in WiFiConfigCommand()
Droam.cpp24 : WifiVendorCommand(handle, id, vendor_id, subcmd) in RoamCommand()
Dwifilogger.cpp772 : WifiVendorCommand(handle, id, vendor_id, subcmd) in WifiLoggerCommand()
990 WifiVendorCommand::handleResponse(reply); in handleResponse()
1313 WifiVendorCommand::handleEvent(event); in handleEvent()
Dgscan.cpp1230 WifiVendorCommand *vCommand = NULL; in wifi_set_scanning_mac_oui()
1234 vCommand = new WifiVendorCommand(wifiHandle, 0, in wifi_set_scanning_mac_oui()
1283 : WifiVendorCommand(handle, id, vendor_id, subcmd) in GScanCommand()
1333 WifiVendorCommand::handleResponse(reply); in handleResponse()
Dllstats.cpp54 : WifiVendorCommand(handle, id, vendor_id, subcmd) in LLStatsCommand()
905 WifiVendorCommand::handleResponse(reply); in handleResponse()
Dnan.cpp1086 : WifiVendorCommand(handle, id, vendor_id, subcmd) in NanCommand()
1187 WifiVendorCommand::handleEvent(event); in handleEvent()
Dgscan_event_handler.cpp77 : WifiVendorCommand(handle, id, vendor_id, subcmd) in GScanCommandEventHandler()
1054 WifiVendorCommand::handleEvent(event); in handleEvent()