Home
last modified time | relevance | path

Searched refs:p_hdr_info (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Wlan.h61 ipacm_event_data_wlan_ex* p_hdr_info; member
DIPACM_Wan.h73 ipacm_event_data_wlan_ex* p_hdr_info; member
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Wlan.h61 ipacm_event_data_wlan_ex* p_hdr_info; member
DIPACM_Wan.h76 ipacm_event_data_wlan_ex* p_hdr_info; member
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Wlan.cpp942 …get_client_memptr(wlan_client, num_wifi_client)->p_hdr_info = (ipacm_event_data_wlan_ex*)malloc(ev… in handle_wlan_client_init_ex()
943 memcpy(get_client_memptr(wlan_client, num_wifi_client)->p_hdr_info, data, evt_size); in handle_wlan_client_init_ex()
1642 free(get_client_memptr(wlan_client, clt_indx)->p_hdr_info); in handle_wlan_client_down_evt()
1646 …et_client_memptr(wlan_client, clt_indx)->p_hdr_info = get_client_memptr(wlan_client, (clt_indx + 1… in handle_wlan_client_down_evt()
1911 if(get_client_memptr(wlan_client, i)->p_hdr_info != NULL) in handle_down_evt()
1913 free(get_client_memptr(wlan_client, i)->p_hdr_info); in handle_down_evt()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Wlan.cpp1015 …get_client_memptr(wlan_client, num_wifi_client)->p_hdr_info = (ipacm_event_data_wlan_ex*)malloc(ev… in handle_wlan_client_init_ex()
1016 memcpy(get_client_memptr(wlan_client, num_wifi_client)->p_hdr_info, data, evt_size); in handle_wlan_client_init_ex()
1718 free(get_client_memptr(wlan_client, clt_indx)->p_hdr_info); in handle_wlan_client_down_evt()
1722 …et_client_memptr(wlan_client, clt_indx)->p_hdr_info = get_client_memptr(wlan_client, (clt_indx + 1… in handle_wlan_client_down_evt()
2020 if(get_client_memptr(wlan_client, i)->p_hdr_info != NULL) in handle_down_evt()
2022 free(get_client_memptr(wlan_client, i)->p_hdr_info); in handle_down_evt()