| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
| D | wal_mac80211.c | 497 int32_t WalSetMacAddr(NetDevice *netDev, uint8_t *mac, uint8_t len) in WalSetMacAddr() 516 static int32_t PreSetMac(NetDevice *netDev, hi_u8 *mac, hi_u8 len) in PreSetMac() 601 int32_t WalGetDeviceMacAddr(NetDevice *netDev, int32_t type, uint8_t *mac, uint8_t len) in WalGetDeviceMacAddr() 736 int32_t WalSetScanningMacAddress(NetDevice *netDev, unsigned char *mac, uint32_t len) in WalSetScanningMacAddress()
|
| D | hi_wifi_driver_api.c | 1087 hi_s32 hi_wifi_any_del_peer(const hi_u8 *mac, hi_u8 len) in hi_wifi_any_del_peer() 1147 hi_s32 hi_wifi_any_send(const hi_u8 *mac, hi_u8 mac_len, hi_u8 *data, hi_u16 data_len, hi_u8 seq) in hi_wifi_any_send()
|
| D | wal_cfg80211.h | 144 hi_u8 mac[ETHER_ADDR_LEN]; member
|
| /device/soc/hisilicon/common/platform/hieth-sf/src/ |
| D | ctrl.c | 173 int32_t HiethHwSetMacAddress(struct HiethNetdevLocal *ld, int32_t ena, const uint8_t *mac) in HiethHwSetMacAddress() 197 int32_t HiethHwGetMacAddress(struct HiethNetdevLocal *ld, uint8_t *mac) in HiethHwGetMacAddress()
|
| /device/qemu/drivers/virtio/ |
| D | virtnet.c | 38 uint8_t mac[6]; member 561 static int32_t FakeWalGetDeviceMacAddr(NetDevice *netDev, int32_t type, uint8_t *mac, uint8_t len) in FakeWalGetDeviceMacAddr() 572 static int32_t FakeWalSetMacAddr(NetDevice *netDev, uint8_t *mac, uint8_t len) in FakeWalSetMacAddr() 677 static int32_t FakeStaSetScanningMacAddress(NetDevice *netDev, unsigned char *mac, uint32_t len) in FakeStaSetScanningMacAddress()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | nat64.h | 41 linklayer_addr_t mac; member
|
| D | netifapi.h | 132 u8_t *mac; member 229 u8_t *mac; member
|
| D | dhcp.h | 318 u8_t mac[NETIF_MAX_HWADDR_LEN]; member
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
| D | hi_wifi_csi_api.h | 85 unsigned char mac[HI_WIFI_MAC_LEN]; /* *< Mac address. CNcomment: MAC地址.CNend */ member
|
| D | hi_wifi_api.h | 674 unsigned char mac[HI_WIFI_MAC_LEN]; /* *< MAC address.CNcomment:与softap相连的station mac地址.CNend */ member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| D | hi_wifi_csi_api.h | 81 unsigned char mac[HI_WIFI_MAC_LEN]; /**< Mac address. CNcomment: MAC地址.CNend */ member
|
| D | hi_any_api.h | 63 unsigned char mac[WIFI_ANY_MAC_LEN]; /**< the MAC address for peer device. */ member
|
| D | hi_wifi_api.h | 687 …unsigned char mac[HI_WIFI_MAC_LEN]; /**< MAC address.CNcomment:与softap相连的station mac地址.CNend */ member
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | wl_cfgp2p.c | 456 wl_cfgp2p_ifadd(struct bcm_cfg80211 *cfg, struct ether_addr *mac, u8 if_type, in wl_cfgp2p_ifadd() 488 wl_cfgp2p_ifdisable(struct bcm_cfg80211 *cfg, struct ether_addr *mac) in wl_cfgp2p_ifdisable() 509 wl_cfgp2p_ifdel(struct bcm_cfg80211 *cfg, struct ether_addr *mac) in wl_cfgp2p_ifdel() 546 wl_cfgp2p_ifchange(struct bcm_cfg80211 *cfg, struct ether_addr *mac, u8 if_type, in wl_cfgp2p_ifchange() 581 wl_cfgp2p_ifidx(struct bcm_cfg80211 *cfg, struct ether_addr *mac, s32 *index) in wl_cfgp2p_ifidx()
|
| D | dhd_cfg80211.c | 146 uint8 *mac, uint8 bssidx, const char *dngl_name) in wl_cfg80211_allocate_if()
|
| D | dhd_linux.c | 7557 dhd_event_ifadd(dhd_info_t *dhdinfo, wl_event_data_if_t *ifevent, char *name, uint8 *mac) in dhd_event_ifadd() 7591 dhd_event_ifdel(dhd_info_t *dhdinfo, wl_event_data_if_t *ifevent, char *name, uint8 *mac) in dhd_event_ifdel() 7621 dhd_event_ifchange(dhd_info_t *dhdinfo, wl_event_data_if_t *ifevent, char *name, uint8 *mac) in dhd_event_ifchange() 7798 uint8 *mac, uint8 bssidx, const char *dngl_name, int if_state) in dhd_update_iflist_info() 7902 uint8 *mac, uint8 bssidx, bool need_rtnl_lock, const char *dngl_name) in dhd_allocate_if() 9744 int _dhd_tdls_enable(dhd_pub_t *dhd, bool tdls_on, bool auto_on, struct ether_addr *mac) in _dhd_tdls_enable() 9814 int dhd_tdls_enable(struct net_device *dev, bool tdls_on, bool auto_on, struct ether_addr *mac) in dhd_tdls_enable() 19056 bool dhd_sta_associated(dhd_pub_t *dhdp, uint32 bssidx, uint8 *mac) in dhd_sta_associated()
|
| D | dhd_linux.h | 82 uint8 mac[ETHER_ADDR_LEN]; member
|
| /device/soc/rockchip/rk2206/adapter/hals/communication/wifi_lite/wifiservice/source/ |
| D | wifi_hotspot.c | 251 WifiErrorCode DisassociateSta(unsigned char* mac, int macLen) in DisassociateSta()
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | p2p.h | 161 uint8 mac[6]; /* P2P group bssid */ member 169 uint8 mac[6]; /* P2P device address */ member 178 uint8 mac[6]; /* P2P device address */ member 237 uint8 mac[6]; /* intended P2P interface MAC address */ member 310 uint8 mac[6]; /* P2P Device MAC address */ member
|
| /device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/ |
| D | wifi_hotspot.c | 403 WifiErrorCode DisassociateSta(unsigned char* mac, int macLen) in DisassociateSta()
|
| /device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
| D | hdf_bdh_mac80211.c | 239 int32_t BDH6WalGetDeviceMacAddr(NetDevice *hnetDev, int32_t type, uint8_t *mac, uint8_t len) in BDH6WalGetDeviceMacAddr() 260 int32_t BDH6WalSetMacAddr(NetDevice *hnetDev, uint8_t *mac, uint8_t len) in BDH6WalSetMacAddr() 1082 int32_t HdfSetScanningMacAddress(NetDevice *hnetDev, unsigned char *mac, uint32_t len) in HdfSetScanningMacAddress()
|
| D | net_bdh_adpater.c | 395 const uint8_t *mac = (uint8_t *)addr; in hdf_bdh6_netdev_setmacaddr() local
|
| /device/qemu/riscv32_virt/liteos_m/board/driver/ |
| D | virtnet.c | 76 uint8_t mac[6]; member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
| D | ssl_ciphersuites.h | 396 mbedtls_md_type_t mac; member
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| D | plat_firmware.c | 1859 hi_bool parse_mac_addr(const hi_u8 *str, hi_u8 str_len, hi_u8 *mac, hi_u8 size) in parse_mac_addr()
|