Home
last modified time | relevance | path

Searched refs:auc_mac (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dhi_wifi_driver_api.c1035 hi_u8 auc_mac[ETH_ALEN] = {0}; in hi_wifi_any_add_peer() local
1043 if (ether_is_multicast(puc_peer_info->mac) || (memcmp(auc_mac, puc_peer_info->mac, ETH_ALEN) == 0)) { in hi_wifi_any_add_peer()
1092 hi_u8 auc_mac[ETH_ALEN] = {0}; in hi_wifi_any_del_peer() local
1100 if (ether_is_multicast(mac) || (memcmp(auc_mac, mac, ETH_ALEN) == 0)) { in hi_wifi_any_del_peer()
1168 if (memcpy_s(peer_param.auc_mac, sizeof(oal_any_peer_param_stru), mac, ETH_ALEN) != EOK) { in hi_wifi_any_send()
H A Dwal_event.c881 g_any_callback.recv_cb(peer_param->auc_mac, peer_param->puc_data, peer_param->us_len, peer_param->seq_num); in wal_any_process_rx_data()
1025 hi_u8 auc_mac[ETH_ALEN] = {0}; in wal_any_wait_query_result() local
1042 if (memcmp(g_peer_info.mac, auc_mac, ETH_ALEN) == 0) { in wal_any_wait_query_result()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h1487 hi_u8 auc_mac[OAL_MAC_ADDR_LEN]; member
1533 hi_u8 auc_mac[OAL_MAC_ADDR_LEN]; member

Completed in 11 milliseconds