/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.cpp | 611 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 …]
|
D | common.cpp | 196 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()
|
D | wifi_hal.cpp | 659 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 …]
|
D | rtt.cpp | 140 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 …]
|
D | common.h | 284 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);
|
D | wifi_logger.cpp | 214 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 …]
|
D | wifi_offload.cpp | 73 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()
|
D | gscan.cpp | 197 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 …]
|
D | link_layer_stats.cpp | 66 class GetLinkStatsCommand : public WifiCommand 71 : WifiCommand("GetLinkStatsCommand", iface, 0), mHandler(handler) in GetLinkStatsCommand()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | cpp_bindings.cpp | 585 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 …]
|
D | cpp_bindings.h | 305 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
|
D | common.h | 71 class WifiCommand; variable 83 WifiCommand *cmd;
|
D | ifaceeventhandler.h | 50 class wifiEventHandler: public WifiCommand
|
D | ifaceeventhandler.cpp | 166 : WifiCommand(handle, id) in wifiEventHandler() 222 return WifiCommand::requestResponse(mMsg); in requestResponse()
|
D | wifihal_vendor.cpp | 108 return WifiCommand::requestResponse(mMsg); in requestResponse()
|
D | roam.cpp | 53 return WifiCommand::requestResponse(mMsg); in requestResponse()
|
D | tdls.cpp | 315 return WifiCommand::requestResponse(mMsg); in requestResponse()
|
D | wifilogger.cpp | 1008 return WifiCommand::requestResponse(mMsg); in requestResponse()
|
D | llstats.cpp | 857 return WifiCommand::requestResponse(mMsg); in requestResponse()
|
D | gscan.cpp | 1206 return WifiCommand::requestResponse(mMsg); in requestResponse()
|