Searched refs:followup_event (Results 1 – 2 of 2) sorted by relevance
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | nan.cpp | 1712 NanFollowupInd followup_event; in handleEvent() local 1713 memset(&followup_event, 0, sizeof(NanFollowupInd)); in handleEvent() 1719 memcpy(followup_event.addr, it.get_data(), NAN_MAC_ADDR_LEN); in handleEvent() 1721 followup_event.publish_subscribe_id = it.get_u16(); in handleEvent() 1723 followup_event.requestor_instance_id = it.get_u32(); in handleEvent() 1725 followup_event.service_specific_info_len = it.get_u16(); in handleEvent() 1727 memcpy(followup_event.service_specific_info, it.get_data(), in handleEvent() 1728 followup_event.service_specific_info_len); in handleEvent() 1730 memcpy(followup_event.sdea_service_specific_info, it.get_data(), in handleEvent() 1731 followup_event.sdea_service_specific_info_len); in handleEvent() [all …]
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | nan.cpp | 3047 NanFollowupInd followup_event; in handleEvent() local 3048 memset(&followup_event, 0, sizeof(NanFollowupInd)); in handleEvent() 3054 memcpy(followup_event.addr, it.get_data(), NAN_MAC_ADDR_LEN); in handleEvent() 3056 followup_event.publish_subscribe_id = it.get_u16(); in handleEvent() 3058 followup_event.requestor_instance_id = it.get_u32(); in handleEvent() 3060 followup_event.service_specific_info_len = it.get_u16(); in handleEvent() 3062 u16 len = min(followup_event.service_specific_info_len, in handleEvent() 3063 sizeof(followup_event.service_specific_info)); in handleEvent() 3064 memcpy(followup_event.service_specific_info, it.get_data(), len); in handleEvent() 3066 u16 len = min(followup_event.sdea_service_specific_info_len, in handleEvent() [all …]
|