Home
last modified time | relevance | path

Searched refs:ndp_create_confirmation_event (Results 1 – 2 of 2) sorted by relevance

/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp2441 NanDataPathConfirmInd ndp_create_confirmation_event; in handleEvent() local
2442 memset(&ndp_create_confirmation_event, 0, sizeof(NanDataPathConfirmInd)); in handleEvent()
2453 ndp_create_confirmation_event.ndp_instance_id = it.get_u32(); in handleEvent()
2456 memcpy(ndp_create_confirmation_event.peer_ndi_mac_addr, it.get_data(), in handleEvent()
2459 MAC2STR(ndp_create_confirmation_event.peer_ndi_mac_addr)); in handleEvent()
2463 ndp_create_confirmation_event.app_info.ndp_app_info_len = it.get_u16(); in handleEvent()
2464 … ndp_conf_app_info_len = ndp_create_confirmation_event.app_info.ndp_app_info_len; in handleEvent()
2466 memcpy(ndp_create_confirmation_event.app_info.ndp_app_info, in handleEvent()
2468 ndp_create_confirmation_event.app_info.ndp_app_info[ndp_conf_app_info_len] in handleEvent()
2471 ndp_create_confirmation_event.app_info.ndp_app_info); in handleEvent()
[all …]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp3883 NanDataPathConfirmInd ndp_create_confirmation_event; in handleEvent() local
3884 memset(&ndp_create_confirmation_event, 0, sizeof(NanDataPathConfirmInd)); in handleEvent()
3895 ndp_create_confirmation_event.ndp_instance_id = it.get_u32(); in handleEvent()
3898 memcpy(ndp_create_confirmation_event.peer_ndi_mac_addr, it.get_data(), in handleEvent()
3901 MAC2STR(ndp_create_confirmation_event.peer_ndi_mac_addr)); in handleEvent()
3905 ndp_create_confirmation_event.app_info.ndp_app_info_len = it.get_u16(); in handleEvent()
3907 ndp_create_confirmation_event.app_info.ndp_app_info_len; in handleEvent()
3910 sizeof(ndp_create_confirmation_event.app_info.ndp_app_info)); in handleEvent()
3911 memcpy(ndp_create_confirmation_event.app_info.ndp_app_info, in handleEvent()
3916 ndp_create_confirmation_event.rsp_code = in handleEvent()
[all …]