Searched refs:WifiVendorCommand (Results 1 – 21 of 21) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | cpp_bindings.cpp | 734 WifiVendorCommand::WifiVendorCommand(wifi_handle handle, in WifiVendorCommand() function in WifiVendorCommand 745 WifiVendorCommand::~WifiVendorCommand() in ~WifiVendorCommand() 755 int WifiVendorCommand::handleResponse(WifiEvent &reply) in handleResponse() 772 int WifiVendorCommand::handleEvent(WifiEvent &event) in handleEvent() 800 int WifiVendorCommand::create() { in create() 828 int WifiVendorCommand::requestResponse() in requestResponse() 833 int WifiVendorCommand::requestEvent() in requestEvent() 840 int WifiVendorCommand::put_u8(int attribute, uint8_t value) in put_u8() 845 int WifiVendorCommand::put_u16(int attribute, uint16_t value) in put_u16() 850 int WifiVendorCommand::put_u32(int attribute, uint32_t value) in put_u32() [all …]
|
D | rssi_monitor.cpp | 47 : WifiVendorCommand(handle, id, vendor_id, subcmd) in RSSIMonitorCommand() 96 WifiVendorCommand::handleEvent(event); in handleEvent() 194 WifiVendorCommand *vCommand = NULL; in wifi_start_rssi_monitoring() 256 WifiVendorCommand *vCommand = NULL; in wifi_stop_rssi_monitoring()
|
D | rssi_monitor.h | 39 class RSSIMonitorCommand: public WifiVendorCommand
|
D | wificonfigcommand.h | 50 class WiFiConfigCommand: public WifiVendorCommand
|
D | cpp_bindings.h | 392 class WifiVendorCommand: public WifiCommand 402 WifiVendorCommand(wifi_handle handle, wifi_request_id id, u32 vendor_id, u32 subcmd); 404 virtual ~WifiVendorCommand(); 474 WifiVendorCommand **vCommand);
|
D | tdlsCommand.h | 78 class TdlsCommand: public WifiVendorCommand
|
D | llstatscommand.h | 73 class LLStatsCommand: public WifiVendorCommand
|
D | wifiloggercmd.h | 74 class WifiLoggerCommand : public WifiVendorCommand
|
D | gscan_event_handler.h | 29 class GScanCommandEventHandler: public WifiVendorCommand
|
D | ifaceeventhandler.cpp | 200 : WifiVendorCommand(handle, id, vendor_id, subcmd) in WifihalGeneric() 226 WifiVendorCommand::handleResponse(reply); in handleResponse()
|
D | ifaceeventhandler.h | 83 class WifihalGeneric: public WifiVendorCommand
|
D | tdls.cpp | 44 : WifiVendorCommand(handle, id, vendor_id, subcmd) in TdlsCommand() 98 WifiVendorCommand::handleEvent(event); in handleEvent() 192 WifiVendorCommand::handleResponse(reply); in handleResponse()
|
D | nancommand.h | 24 class NanCommand : public WifiVendorCommand
|
D | gscancommand.h | 102 class GScanCommand: public WifiVendorCommand
|
D | wifi_hal.cpp | 1104 WifiVendorCommand *vCommand = NULL; in wifi_set_nodfs_flag() 1108 vCommand = new WifiVendorCommand(wifiHandle, 0, in wifi_set_nodfs_flag() 1155 WifiVendorCommand *vCommand = NULL; in wifi_start_sending_offloaded_packet() 1214 WifiVendorCommand *vCommand = NULL; in wifi_stop_sending_offloaded_packet() 1256 WifiVendorCommand *vCommand = NULL; in wifi_set_packet_filter() 1402 WifiVendorCommand *vCommand = NULL; in wifi_configure_nd_offload()
|
D | nan.cpp | 604 : WifiVendorCommand(handle, id, vendor_id, subcmd) in NanCommand() 698 WifiVendorCommand::handleEvent(event); in handleEvent()
|
D | wificonfig.cpp | 298 : WifiVendorCommand(handle, id, vendor_id, subcmd) in WiFiConfigCommand()
|
D | wifilogger.cpp | 777 : WifiVendorCommand(handle, id, vendor_id, subcmd) in WifiLoggerCommand() 998 WifiVendorCommand::handleResponse(reply); in handleResponse() 1322 WifiVendorCommand::handleEvent(event); in handleEvent()
|
D | gscan.cpp | 1299 WifiVendorCommand *vCommand = NULL; in wifi_set_scanning_mac_oui() 1303 vCommand = new WifiVendorCommand(wifiHandle, 0, in wifi_set_scanning_mac_oui() 1352 : WifiVendorCommand(handle, id, vendor_id, subcmd) in GScanCommand() 1440 WifiVendorCommand::handleResponse(reply); in handleResponse()
|
D | llstats.cpp | 55 : WifiVendorCommand(handle, id, vendor_id, subcmd) in LLStatsCommand() 862 WifiVendorCommand::handleResponse(reply); in handleResponse()
|
D | gscan_event_handler.cpp | 77 : WifiVendorCommand(handle, id, vendor_id, subcmd) in GScanCommandEventHandler() 1055 WifiVendorCommand::handleEvent(event); in handleEvent()
|