Home
last modified time | relevance | path

Searched refs:subcmd (Results 1 – 19 of 19) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.cpp77 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_vendor_handler() argument
83 info->event_cb[info->num_event_cb].vendor_subcmd == subcmd) in wifi_register_vendor_handler()
88 " and arg %p", func, id, subcmd, arg); in wifi_register_vendor_handler()
96 info->event_cb[info->num_event_cb].vendor_subcmd = subcmd; in wifi_register_vendor_handler()
101 " %p", func, id, subcmd, arg); in wifi_register_vendor_handler()
127 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd) in wifi_unregister_vendor_handler() argument
135 && info->event_cb[i].vendor_subcmd == subcmd) { in wifi_unregister_vendor_handler()
Dcpp_bindings.h194 int create(uint32_t id, int subcmd);
285 int requestVendorEvent(uint32_t id, int subcmd);
325 int registerVendorHandler(uint32_t id, int subcmd) { in registerVendorHandler() argument
326 return wifi_register_vendor_handler(wifiHandle(), id, subcmd, &event_handler, this); in registerVendorHandler()
329 void unregisterVendorHandler(uint32_t id, int subcmd) { in unregisterVendorHandler() argument
330 wifi_unregister_vendor_handler(wifiHandle(), id, subcmd); in unregisterVendorHandler()
362 WifiVendorCommand(wifi_handle handle, wifi_request_id id, u32 vendor_id, u32 subcmd);
Dllstatscommand.h96 LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
107 virtual void setSubCmd(u32 subcmd);
Dcommon.h103 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg);
106 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd);
Dcpp_bindings.cpp568 int WifiRequest::create(uint32_t id, int subcmd) { in create() argument
579 res = put_u32(NL80211_ATTR_VENDOR_SUBCMD, subcmd); in create()
665 int WifiCommand::requestVendorEvent(uint32_t id, int subcmd) { in requestVendorEvent() argument
667 int res = wifi_register_vendor_handler(wifiHandle(), id, subcmd, event_handler, this); in requestVendorEvent()
685 wifi_unregister_vendor_handler(wifiHandle(), id, subcmd); in requestVendorEvent()
753 u32 subcmd) in WifiVendorCommand() argument
754 : WifiCommand(handle, id), mVendor_id(vendor_id), mSubcmd(subcmd), in WifiVendorCommand()
Dgscan_event_handler.h49 u32 subcmd, GScanCallbackHandler nHandler);
Dwifi_hal.cpp343 int subcmd = 0; in internal_valid_message_handler() local
347 subcmd = event.get_u32(NL80211_ATTR_VENDOR_SUBCMD); in internal_valid_message_handler()
349 event.get_cmdString(), vendor_id, subcmd); in internal_valid_message_handler()
362 || (subcmd != info->event_cb[i].vendor_subcmd))) in internal_valid_message_handler()
Dgscan_event_handler.cpp47 u32 subcmd, in GScanCommandEventHandler() argument
49 : WifiVendorCommand(handle, id, vendor_id, subcmd) in GScanCommandEventHandler()
55 mSubCommandId = subcmd; in GScanCommandEventHandler()
Dgscancommand.h145 GScanCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
Dllstats.cpp54 LLStatsCommand::LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) in LLStatsCommand() argument
55 : WifiVendorCommand(handle, id, vendor_id, subcmd) in LLStatsCommand()
102 void LLStatsCommand::setSubCmd(u32 subcmd) in setSubCmd() argument
104 mSubcmd = subcmd; in setSubCmd()
Dgscan.cpp1220 u32 subcmd) in GScanCommand() argument
1221 : WifiVendorCommand(handle, id, vendor_id, subcmd) in GScanCommand()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.cpp66 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_vendor_handler() argument
78 info->event_cb[info->num_event_cb].vendor_subcmd = subcmd; in wifi_register_vendor_handler()
82 arg, func, id, subcmd, info->num_event_cb); in wifi_register_vendor_handler()
117 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd) in wifi_unregister_vendor_handler() argument
127 && info->event_cb[i].vendor_subcmd == subcmd) { in wifi_unregister_vendor_handler()
129 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, id, subcmd, i); in wifi_unregister_vendor_handler()
Dcpp_bindings.h174 int create(uint32_t id, int subcmd);
274 int requestVendorEvent(uint32_t id, int subcmd);
314 int registerVendorHandler(uint32_t id, int subcmd) { in registerVendorHandler() argument
315 return wifi_register_vendor_handler(wifiHandle(), id, subcmd, &event_handler, this); in registerVendorHandler()
318 void unregisterVendorHandler(uint32_t id, int subcmd) { in unregisterVendorHandler() argument
319 wifi_unregister_vendor_handler(wifiHandle(), id, subcmd); in unregisterVendorHandler()
Dwifi_hal.cpp304 int subcmd = 0; in internal_valid_message_handler() local
308 subcmd = event.get_u32(NL80211_ATTR_VENDOR_SUBCMD); in internal_valid_message_handler()
310 event.get_cmdString(), vendor_id, subcmd); in internal_valid_message_handler()
326 || (subcmd != info->event_cb[i].vendor_subcmd))) in internal_valid_message_handler()
445 int createRequest(WifiRequest& request, int subcmd, byte *scan_oui) { in createRequest() argument
446 int result = request.create(GOOGLE_OUI, subcmd); in createRequest()
565 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local
570 ALOGD("Id = %0x, subcmd = %d, len = %d", id, subcmd, len); in handleResponse()
Dcommon.h155 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg);
158 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd);
Dgscan.cpp129 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local
134 ALOGD("Id = %0x, subcmd = %d, len = %d, expected len = %d", id, subcmd, len, in handleResponse()
195 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local
201 ALOGD("Id = %0x, subcmd = %d, len = %d", id, subcmd, len); in handleResponse()
278 int createFeatureRequest(WifiRequest& request, int subcmd, int enable) { in createFeatureRequest() argument
280 int result = request.create(GOOGLE_OUI, subcmd); in createFeatureRequest()
306 int createRequest(WifiRequest& request, int subcmd, int enable) { in createRequest() argument
307 int result = request.create(GOOGLE_OUI, subcmd); in createRequest()
853 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local
855 ALOGD("Id = %0x, subcmd = %d", id, subcmd); in handleResponse()
Dcpp_bindings.cpp551 int WifiRequest::create(uint32_t id, int subcmd) { in create() argument
562 res = put_u32(NL80211_ATTR_VENDOR_SUBCMD, subcmd); in create()
648 int WifiCommand::requestVendorEvent(uint32_t id, int subcmd) { in requestVendorEvent() argument
650 int res = wifi_register_vendor_handler(wifiHandle(), id, subcmd, event_handler, this); in requestVendorEvent()
668 wifi_unregister_vendor_handler(wifiHandle(), id, subcmd); in requestVendorEvent()
Dlink_layer_stats.cpp65 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local
Drtt.cpp83 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local
88 ALOGD("Id = %0x, subcmd = %d, len = %d, expected len = %d", id, subcmd, len, in handleResponse()