Searched refs:addr3 (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_frame.h | 1698 const hi_u8 *addr3); 2319 * 输入参数 : addr1,addr2,addr3: mac addrsss 2322 const hi_u8 *addr3) in mac_hdr_set_mac_addrsss() 2326 memcpy_s(mac_header + WLAN_HDR_ADDR3_OFFSET, WLAN_MAC_ADDR_LEN, addr3, WLAN_MAC_ADDR_LEN) != EOK) { in mac_hdr_set_mac_addrsss() 2321 mac_hdr_set_mac_addrsss(hi_u8 *mac_header, const hi_u8 *addr1, const hi_u8 *addr2, const hi_u8 *addr3) mac_hdr_set_mac_addrsss() argument
|
H A D | mac_frame.c | 2707 * addr1,addr2,addr3: mac addrsss 2710 const hi_u8 *addr2, const hi_u8 *addr3) in mac_set_mgmt_frame_header() 2727 if (mac_hdr_set_mac_addrsss(mac_header, addr1, addr2, addr3) == 0) { in mac_set_mgmt_frame_header() 2709 mac_set_mgmt_frame_header(hi_u8 *mac_header, hi_u16 frame_type, const hi_u8 *addr1, const hi_u8 *addr2, const hi_u8 *addr3) mac_set_mgmt_frame_header() argument
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 571 hi_u8 addr3[OAL_MAC_ADDR_LEN]; member
|
Completed in 17 milliseconds