Home
last modified time | relevance | path

Searched refs:oal_netbuf_cb_size (Results 1 - 9 of 9) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_mgmt_bss_comm.c483 memset_s(oal_netbuf_cb(addba_req), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()); in hmac_mgmt_set_addba_req()
733 memset_s(oal_netbuf_cb(addba_rsp), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()); in hmac_mgmt_tx_addba_rsp()
872 memset_s(oal_netbuf_cb(delba), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()); in hmac_mgmt_tx_delba()
1745 if (memset_s(oal_netbuf_cb(sa_query), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()) != EOK) { in hmac_send_sa_query_req()
1965 if (memset_s(oal_netbuf_cb(sa_query), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()) ! in hmac_send_sa_query_rsp()
[all...]
H A Dhmac_frag.c224 if (memcpy_s(oal_netbuf_cb(new_buf), oal_netbuf_cb_size(), oal_netbuf_cb(netbuf), oal_netbuf_cb_size()) != EOK) { in hmac_defrag_process_frame()
H A Dhmac_mgmt_sta.c583 memset_s(oal_netbuf_cb(auth_frame), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()); in hmac_sta_wait_auth()
656 memset_s(oal_netbuf_cb(auth_frame), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()); in hmac_sta_shared_key_auth_proc()
904 memset_s(oal_netbuf_cb(asoc_req_frame), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()); in hmac_sta_wait_asoc()
H A Dhmac_rx_data.c289 memset_s(oal_netbuf_cb(netbuf), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()); in hmac_rx_msdu_proc()
733 if (memcpy_s(oal_netbuf_cb(*dest_netbuf), oal_netbuf_cb_size(), oal_netbuf_cb(src_netbuf), in hmac_rx_copy_netbuff()
H A Dhmac_wapi.c787 if (memcpy_s(oal_netbuf_cb(netbuf_des), oal_netbuf_cb_size(), oal_netbuf_cb(netbuf), oal_netbuf_cb_size()) != EOK) { in hmac_wapi_encrypt()
H A Dhmac_p2p.c959 memset_s(oal_netbuf_cb(puc_data), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()); in hmac_p2p_send_action()
H A Dhmac_mgmt_ap.c226 memset_s(oal_netbuf_cb(auth_rsp), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()); in hmac_ap_rx_auth_req()
1445 if (memset_s(tx_ctl, oal_netbuf_cb_size(), 0, sizeof(hmac_tx_ctl_stru)) != EOK) { in hmac_ap_prepare_asoc_rsp()
H A Dhmac_config.c3809 if (memset_s(oal_netbuf_cb(pkt_buf), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()) != EOK) { in hmac_send_custom_pkt()
5499 memset_s(oal_netbuf_cb(netbuf), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()); in hmac_bridge_vap_xmit()
6703 if (memset_s(oal_netbuf_cb(data), oal_netbuf_cb_size(), 0, oal_netbuf_cb_size()) != EOK) { in hmac_config_encap_mesh_frame()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_netbuf.h153 #define oal_netbuf_priority(nb) 0 // ((nb)->rsv[oal_netbuf_cb_size()-1])
158 #define oal_netbuf_cb_size() (sizeof(((NetBuf*)0)->rsv)) macro
216 #define oal_netbuf_cb_size() (sizeof(((NetBuf*)0)->cb)) macro

Completed in 29 milliseconds