/device/linaro/poplar/wifi/wifi_hal/ |
D | common.cpp | 96 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_vendor_handler() argument 108 info->event_cb[info->num_event_cb].vendor_subcmd = subcmd; in wifi_register_vendor_handler() 112 arg, func, id, subcmd, info->num_event_cb); in wifi_register_vendor_handler() 147 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd) in wifi_unregister_vendor_handler() argument 157 && info->event_cb[i].vendor_subcmd == subcmd) { in wifi_unregister_vendor_handler() 159 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, id, subcmd, i); in wifi_unregister_vendor_handler()
|
D | cpp_bindings.h | 191 int create(uint32_t id, int subcmd); 297 int requestVendorEvent(uint32_t id, int subcmd); 337 int registerVendorHandler(uint32_t id, int subcmd) { in registerVendorHandler() argument 338 return wifi_register_vendor_handler(wifiHandle(), id, subcmd, &event_handler, this); in registerVendorHandler() 341 void unregisterVendorHandler(uint32_t id, int subcmd) { in unregisterVendorHandler() argument 342 wifi_unregister_vendor_handler(wifiHandle(), id, subcmd); in unregisterVendorHandler()
|
D | rtt.cpp | 167 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local 172 ALOGD("Id = %0x, subcmd = %d, len = %d, expected len = %d", id, subcmd, len, in handleResponse() 215 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local 220 ALOGD("Id = %0x, subcmd = %d, len = %d, expected len = %d", id, subcmd, len, in handleResponse() 266 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local 271 ALOGD("Id = %0x, subcmd = %d, len = %d, expected len = %d", id, subcmd, len, in handleResponse()
|
D | common.h | 242 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg); 245 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd);
|
D | wifi_hal.cpp | 536 int subcmd = 0; in internal_valid_message_handler() local 540 subcmd = event.get_u32(NL80211_ATTR_VENDOR_SUBCMD); in internal_valid_message_handler() 542 event.get_cmdString(), vendor_id, subcmd); in internal_valid_message_handler() 558 || (subcmd != info->event_cb[i].vendor_subcmd))) in internal_valid_message_handler() 676 int createRequest(WifiRequest& request, int subcmd, byte *scan_oui) { in createRequest() argument 677 int result = request.create(GOOGLE_OUI, subcmd); in createRequest() 991 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local 996 ALOGD("Id = %0x, subcmd = %d, len = %d", id, subcmd, len); in handleResponse() 1108 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local 1113 ALOGV("Id = %0x, subcmd = %d, len = %d", id, subcmd, len); in handleResponse()
|
D | cpp_bindings.cpp | 571 int WifiRequest::create(uint32_t id, int subcmd) { in create() argument 582 res = put_u32(NL80211_ATTR_VENDOR_SUBCMD, subcmd); in create() 668 int WifiCommand::requestVendorEvent(uint32_t id, int subcmd) { in requestVendorEvent() argument 670 int res = wifi_register_vendor_handler(wifiHandle(), id, subcmd, event_handler, this); in requestVendorEvent() 688 wifi_unregister_vendor_handler(wifiHandle(), id, subcmd); in requestVendorEvent()
|
D | link_layer_stats.cpp | 81 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local
|
D | gscan.cpp | 223 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local 228 ALOGV("Id = %0x, subcmd = %d, len = %d, expected len = %d", id, subcmd, len, in handleResponse() 289 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local 295 ALOGV("Id = %0x, subcmd = %d, len = %d", id, subcmd, len); in handleResponse() 371 int createFeatureRequest(WifiRequest& request, int subcmd, int enable) { in createFeatureRequest() argument 373 int result = request.create(GOOGLE_OUI, subcmd); in createFeatureRequest() 399 int createRequest(WifiRequest& request, int subcmd, int enable) { in createRequest() argument 400 int result = request.create(GOOGLE_OUI, subcmd); in createRequest() 914 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local 916 ALOGV("Id = %0x, subcmd = %d", id, subcmd); in handleResponse()
|
D | wifi_logger.cpp | 1036 int subcmd = reply.get_vendor_subcmd(); in handleResponse() local 1040 ALOGI("Id = %0x, subcmd = %d, len = %d", id, subcmd, len); in handleResponse()
|