/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_system/ |
D | mac.c | 43 static int write_base_mac_to_efuse(const uint8_t *mac) in write_base_mac_to_efuse() 77 static int read_base_mac_from_efuse(uint8_t *mac) in read_base_mac_from_efuse() 113 static int read_base_mac_from_rf_otp_flash(uint8_t *mac) in read_base_mac_from_rf_otp_flash() 121 static int write_base_mac_to_rf_otp_flash(const uint8_t *mac) in write_base_mac_to_rf_otp_flash() 132 static int read_base_mac_from_nvs(uint8_t *mac) in read_base_mac_from_nvs() 143 static int write_base_mac_to_nvs(const uint8_t *mac) in write_base_mac_to_nvs() 153 static void random_mac_address(u8 *mac) in random_mac_address() 210 bk_err_t bk_get_mac(uint8_t *mac, mac_type_t type) in bk_get_mac() 252 bk_err_t bk_set_base_mac(const uint8_t *mac) in bk_set_base_mac()
|
/device/soc/esp/esp32/components/esp_common/src/ |
D | mac_addr.c | 35 esp_err_t esp_base_mac_addr_set(const uint8_t *mac) in esp_base_mac_addr_set() 51 esp_err_t esp_base_mac_addr_get(uint8_t *mac) in esp_base_mac_addr_get() 65 esp_err_t esp_efuse_mac_get_custom(uint8_t *mac) in esp_efuse_mac_get_custom() 90 esp_err_t esp_efuse_mac_get_default(uint8_t* mac) in esp_efuse_mac_get_default() 140 esp_err_t esp_read_mac(uint8_t* mac, esp_mac_type_t type) in esp_read_mac()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/crypto/ |
D | aes-omac1.c | 43 const u8 *addr[], const size_t *len, u8 *mac) in omac1_aes_vector() 133 const u8 *addr[], const size_t *len, u8 *mac) in omac1_aes_128_vector() 151 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128() 169 int omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_256()
|
D | sha256.c | 27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha256_vector() 101 size_t data_len, u8 *mac) in hmac_sha256()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/ |
D | hal_halmac.c | 693 struct halmac_adapter *mac; in wait_halmac_event() local 839 struct halmac_adapter *mac; in rtw_halmac_read8() local 852 struct halmac_adapter *mac; in rtw_halmac_read16() local 865 struct halmac_adapter *mac; in rtw_halmac_read32() local 937 struct halmac_adapter *mac; in _sdio_read_local() local 987 struct halmac_adapter *mac; in rtw_halmac_iread8() local 1000 struct halmac_adapter *mac; in rtw_halmac_iread16() local 1014 struct halmac_adapter *mac; in rtw_halmac_iread32() local 1028 struct halmac_adapter *mac; in rtw_halmac_write8() local 1047 struct halmac_adapter *mac; in rtw_halmac_write16() local [all …]
|
D | hal_halmac.h | 30 #define dvobj_set_halmac(d, mac) ((d)->halmac = (mac)) argument 51 } mac; member
|
/device/soc/winnermicro/wm800/board/platform/drivers/efuse/ |
D | wm_efuse.c | 242 int tls_get_mac_addr(u8 *mac) in tls_get_mac_addr() 255 int tls_set_mac_addr(u8 *mac) in tls_set_mac_addr() 268 int tls_get_bt_mac_addr(u8 *mac) in tls_get_bt_mac_addr() 281 int tls_set_bt_mac_addr(u8 *mac) in tls_set_bt_mac_addr()
|
/device/board/bearpi/bearpi_hm_nano/app/D1_iot_wifi_ap/ |
D | wifi_ap.c | 164 unsigned char *mac = info->macAddress; in OnHotspotStaJoinHandler() local 178 unsigned char *mac = info->macAddress; in OnHotspotStaLeaveHandler() local
|
/device/soc/esp/esp32/components/tcpip_adapter/ |
D | tcpip_adapter_compat.c | 301 static esp_err_t tcpip_adapter_compat_start_netif(esp_netif_t *netif, uint8_t *mac, tcpip_adapter_i… in tcpip_adapter_compat_start_netif() 312 esp_err_t tcpip_adapter_eth_start(uint8_t *mac, tcpip_adapter_ip_info_t *ip_info, void *args) in tcpip_adapter_eth_start() 318 esp_err_t tcpip_adapter_sta_start(uint8_t *mac, tcpip_adapter_ip_info_t *ip_info) in tcpip_adapter_sta_start() 324 esp_err_t tcpip_adapter_ap_start(uint8_t *mac, tcpip_adapter_ip_info_t *ip_info) in tcpip_adapter_ap_start()
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/lwip-2.1/dhcps/ |
D | dhcps.c | 87 struct eth_addr mac; member 100 static int allocateAddr(struct eth_addr* mac, ip4_addr_t* ip) in allocateAddr() 349 uint32_t force_dhcp_release(struct eth_addr *mac) in force_dhcp_release()
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/hdf/ |
D | hdf_bdh_mac80211.c | 197 int32_t BDH6WalGetDeviceMacAddr(NetDevice *hnetDev, int32_t type, uint8_t *mac, uint8_t len) in BDH6WalGetDeviceMacAddr() 217 int32_t BDH6WalSetMacAddr(NetDevice *hnetDev, uint8_t *mac, uint8_t len) in BDH6WalSetMacAddr()
|
/device/soc/telink/b91/b91_ble_sdk/vendor/common/ |
D | custom_pair.h | 30 u8 mac[6]; member
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/at_cmd/ |
D | atcmdplus_ble.c | 78 void macChar2Value(uint8_t *chars, uint8_t *mac, bool colon) in macChar2Value() 110 uint8_t macValue2Char(uint8_t *mac, uint8_t *chars, bool colon) in macValue2Char()
|
/device/soc/esp/esp32/components/esp_netif/include/ |
D | esp_netif_sta_list.h | 28 uint8_t mac[6]; /**< Station MAC address */ member
|
/device/soc/st/stm32f407zg/uniproton/board/lwip/ |
D | lwip.h | 25 u8 mac[6]; member
|
/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()
|
/device/board/fnlink/v200zr/liteos_m/at/ |
D | at_wifi.c | 156 unsigned char *mac = sta_list_node->macAddress; in OnHotspotStaJoinHandler() local 169 unsigned char *mac = info->macAddress; in OnHotspotStaLeaveHandler() local
|
/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/board/unionman/unionpi_tiger/kernel/hdf/wifi/rtl8822cs/hdf/ |
D | wal_mac80211.c | 49 unsigned char mac[ETHER_ADDR_LEN]; member 497 int32_t WalSetMacAddr(NetDevice *netDev, uint8_t *mac, uint8_t len) in WalSetMacAddr() 554 int32_t WalGetDeviceMacAddr(NetDevice *netDev, int32_t type, uint8_t *mac, uint8_t len) in WalGetDeviceMacAddr() 675 int32_t WalSetScanningMacAddress(NetDevice *netDev, unsigned char *mac, uint32_t len) in WalSetScanningMacAddress()
|
/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/bestechnic/bes2600/liteos_m/sdk/bsp/net/wifi/ |
D | bwifi_event.h | 112 …uint8_t mac[6]; /**< MAC address of the station connected or disconnecte… member 117 … uint8_t mac[6]; /**< MAC address of the station connected to soft-AP */ member 122 …uint8_t mac[6]; /**< MAC address of the station disconnects to soft-AP */ member
|
/device/board/hpmicro/hpm6750evk2/liteos_m/lwip_adapter/ |
D | hpm_lwip.h | 45 enet_mac_config_t mac; member
|
/device/soc/esp/esp32/components/esp_wifi/include/ |
D | esp_phy_init.h | 41 uint8_t mac[6]; /*!< The MAC address of the station */ member
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/include/bk_private/ |
D | bk_fft.h | 55 INT32 *mac; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
D | nat64.h | 41 linklayer_addr_t mac; member
|