Searched refs:frame_data (Results 1 – 1 of 1) sorted by relevance
667 hi_u8 *frame_data = (hi_u8 *)hi_malloc(HI_MOD_ID_WIFI_DRV, len); in hi_wifi_send_custom_pkt() local668 if (frame_data == HI_NULL) { in hi_wifi_send_custom_pkt()673 if (memcpy_s(frame_data, len, (hi_u8 *)buf, len) != EOK) { in hi_wifi_send_custom_pkt()674 hi_free(HI_MOD_ID_WIFI_DRV, frame_data); in hi_wifi_send_custom_pkt()681 pkt->puc_data = frame_data; in hi_wifi_send_custom_pkt()687 hi_free(HI_MOD_ID_WIFI_DRV, frame_data); in hi_wifi_send_custom_pkt()