Searched refs:auc_ether_dhost (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_linux_flowctl.c | 74 ret = mac_vap_find_user_by_macaddr(mac_vap, ether_header->auc_ether_dhost, ETHER_ADDR_LEN, &assoc_id); in wal_netdev_select_queue()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.c | 583 if (memcpy_s(eth->auc_ether_dhost, ETHER_ADDR_LEN, eth_header_info->daddr, ETHER_ADDR_LEN) != EOK) { in oal_eth_header()
|
H A D | oal_net.h | 943 hi_u8 auc_ether_dhost[ETHER_ADDR_LEN]; member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_tx_data.c | 1080 if (memcpy_s((hi_u8 *)auc_daddr, ETHER_ADDR_LEN, ether_hdr->auc_ether_dhost, ETHER_ADDR_LEN) != EOK) { in hmac_tx_encap() 1267 hi_u8 *mac_addr = ether_hdr->auc_ether_dhost; /* 目的地址 */ in hmac_tx_lan_mpdu_process_ap()
|
H A D | hmac_rx_data.c | 89 if (memcpy_s(ether_hdr->auc_ether_dhost, ETHER_ADDR_LEN, da_mac_addr, da_addr_len) != EOK) { in hmac_rx_frame_80211_to_eth()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_frame.h | 891 hi_u8 auc_ether_dhost[ETHER_ADDR_LEN]; member
|
Completed in 17 milliseconds