Home
last modified time | relevance | path

Searched refs:WifiCommand (Results 1 – 20 of 20) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.cpp611 int WifiCommand::requestResponse() { in requestResponse()
620 int WifiCommand::requestResponse(WifiRequest& request) { in requestResponse()
652 int WifiCommand::requestEvent(int cmd) { in requestEvent()
681 int WifiCommand::requestVendorEvent(uint32_t id, int subcmd) { in requestVendorEvent()
706 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler()
708 WifiCommand *cmd = (WifiCommand *)arg; in response_handler()
720 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler()
721 WifiCommand *cmd = (WifiCommand *)arg; in event_handler()
736 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler()
743 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler()
[all …]
Dcommon.cpp196 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd) in wifi_register_cmd()
218 WifiCommand *wifi_unregister_cmd(wifi_handle handle, int id) in wifi_unregister_cmd()
224 WifiCommand *cmd = NULL; in wifi_unregister_cmd()
243 WifiCommand *wifi_get_cmd(wifi_handle handle, int id) in wifi_get_cmd()
247 WifiCommand *cmd = NULL; in wifi_get_cmd()
259 void wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd) in wifi_unregister_cmd()
278 WifiCommand *cmd = wifi_unregister_cmd(handle, id); in wifi_cancel_cmd()
292 WifiCommand *cmd = wifi_get_cmd(handle, id); in wifi_get_cancel_cmd()
Dwifi_hal.cpp659 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup()
669 WifiCommand *cmd = cmdi->cmd; in wifi_cleanup()
690 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup()
824 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in internal_valid_message_handler()
845 class GetMulticastIdCommand : public WifiCommand
853 : WifiCommand("GetMulticastIdCommand", handle, 0) in GetMulticastIdCommand()
917 class SetPnoMacAddrOuiCommand : public WifiCommand {
927 : WifiCommand("SetPnoMacAddrOuiCommand", handle, 0) in SetPnoMacAddrOuiCommand()
977 class SetNodfsCommand : public WifiCommand {
983 : WifiCommand("SetNodfsCommand", handle, 0) { in SetNodfsCommand()
[all …]
Drtt.cpp140 class GetRttCapabilitiesCommand : public WifiCommand
145 : WifiCommand("GetRttCapabilitiesCommand", iface, 0), mCapabilities(capabitlites) in GetRttCapabilitiesCommand()
187 class GetRttResponderInfoCommand : public WifiCommand
192 : WifiCommand("GetRttResponderInfoCommand", iface, 0), mResponderInfo(responderInfo) in GetRttResponderInfoCommand()
235 class EnableResponderCommand : public WifiCommand
243 : WifiCommand("EnableResponderCommand", iface, 0), mChannelInfo(channel_hint), in EnableResponderCommand()
286 class CancelResponderCommand : public WifiCommand
291 : WifiCommand("CancelResponderCommand", iface, 0)/*, mChannelInfo(channel)*/ in CancelResponderCommand()
316 class RttCommand : public WifiCommand
330 : WifiCommand("RttCommand", iface, id), numRttParams(num_rtt_config), rttParams(rtt_config), in RttCommand()
[all …]
Dcommon.h284 class WifiCommand; variable
296 WifiCommand *cmd;
430 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd);
431 WifiCommand *wifi_unregister_cmd(wifi_handle handle, int id);
432 WifiCommand *wifi_get_cmd(wifi_handle handle, int id);
433 void wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd);
Dwifi_logger.cpp214 class DebugCommand : public WifiCommand
233 : WifiCommand("DebugCommand", iface, 0), mBuff(buffer), mBuffSize(buffer_size), mType in DebugCommand()
249 : WifiCommand("DebugCommand", iface, 0), mRingName(ring_name), mType(cmdType) in DebugCommand()
265 … : WifiCommand("DebugCommand", iface, 0), mNumRings(num_rings), mStatus(status), mType(cmdType) in DebugCommand()
280 : WifiCommand("DebugCommand", iface, 0), mSupport(support), mType(cmdType) in DebugCommand()
296 : WifiCommand("DebugCommand", iface, 0), mVerboseLevel(verbose_level), mFlags(flags), in DebugCommand()
644 class SetLogHandler : public WifiCommand
650 : WifiCommand("SetLogHandler", iface, id), mHandler(handler) in SetLogHandler()
816 class SetAlertHandler : public WifiCommand
825 : WifiCommand("SetAlertHandler", iface, id), mHandler(handler), mBuffSize(0), mBuff(NULL), in SetAlertHandler()
[all …]
Dwifi_offload.cpp73 class MKeepAliveCommand : public WifiCommand
89 …: WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mEther_type(ether_type), mIpPkt(ip_pa… in MKeepAliveCommand()
96 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mType(cmdType) in MKeepAliveCommand()
Dgscan.cpp197 class GetCapabilitiesCommand : public WifiCommand
205 …: WifiCommand("GetGscanCapabilitiesCommand", iface, 0), mCapabilities(capabitlites), mRequesttype(… in GetCapabilitiesCommand()
264 class GetChannelListCommand : public WifiCommand
273 : WifiCommand("GetChannelListCommand", iface, 0), channels(channel_buf), in GetChannelListCommand()
367 class FullScanResultsCommand : public WifiCommand
374 : WifiCommand("FullScanResultsCommand", iface, id), mParams(params), mHandler(handler) in FullScanResultsCommand()
447 class ScanCommand : public WifiCommand
454 : WifiCommand("ScanCommand", iface, id), mParams(params), mHandler(handler) in ScanCommand()
816 class GetScanResultsCommand : public WifiCommand {
826 : WifiCommand("GetScanResultsCommand", iface, -1), mScans(results), mMax(max), mNum(num), in GetScanResultsCommand()
[all …]
Dlink_layer_stats.cpp66 class GetLinkStatsCommand : public WifiCommand
71 : WifiCommand("GetLinkStatsCommand", iface, 0), mHandler(handler) in GetLinkStatsCommand()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.cpp585 wifi_error WifiCommand::requestResponse() in requestResponse()
594 wifi_error WifiCommand::requestResponse(WifiRequest& request) in requestResponse()
626 wifi_error WifiCommand::requestEvent(int cmd) in requestEvent()
654 wifi_error WifiCommand::requestVendorEvent(uint32_t id, int subcmd) { in requestVendorEvent()
681 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler()
682 WifiCommand *cmd = (WifiCommand *)arg; in response_handler()
694 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler()
695 WifiCommand *cmd = (WifiCommand *)arg; in event_handler()
710 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler()
716 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler()
[all …]
Dcpp_bindings.h305 class WifiCommand
314 WifiCommand(wifi_handle handle, wifi_request_id id) in WifiCommand() function
321 WifiCommand(wifi_interface_handle iface, wifi_request_id id) in WifiCommand() function
328 virtual ~WifiCommand() { in ~WifiCommand()
396 WifiCommand(const WifiCommand& ); // hide copy constructor to prevent copies
414 class WifiVendorCommand: public WifiCommand
Dcommon.h71 class WifiCommand; variable
83 WifiCommand *cmd;
Difaceeventhandler.h50 class wifiEventHandler: public WifiCommand
Difaceeventhandler.cpp166 : WifiCommand(handle, id) in wifiEventHandler()
222 return WifiCommand::requestResponse(mMsg); in requestResponse()
Dwifihal_vendor.cpp108 return WifiCommand::requestResponse(mMsg); in requestResponse()
Droam.cpp53 return WifiCommand::requestResponse(mMsg); in requestResponse()
Dtdls.cpp315 return WifiCommand::requestResponse(mMsg); in requestResponse()
Dwifilogger.cpp1008 return WifiCommand::requestResponse(mMsg); in requestResponse()
Dllstats.cpp857 return WifiCommand::requestResponse(mMsg); in requestResponse()
Dgscan.cpp1206 return WifiCommand::requestResponse(mMsg); in requestResponse()