Home
last modified time | relevance | path

Searched refs:MAC_ADDRESS_SIZE (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_report.c78 extern void aos_get_mac_hex(unsigned char mac[MAC_ADDRESS_SIZE]);
80 void aos_get_mac_hex(unsigned char mac[MAC_ADDRESS_SIZE]) in aos_get_mac_hex() argument
82 memcpy(mac, "\x01\x02\x03\x04\x05\x06\x07\x08", MAC_ADDRESS_SIZE); in aos_get_mac_hex()
230 unsigned char mac_address[MAC_ADDRESS_SIZE], in aos_get_version_info() argument
247 infra_hex2str(mac_address, MAC_ADDRESS_SIZE, p); in aos_get_version_info()
248 p += MAC_ADDRESS_SIZE * 2; in aos_get_version_info()
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_report.h19 #ifndef MAC_ADDRESS_SIZE
20 #define MAC_ADDRESS_SIZE 8 macro
68 unsigned char mac_address[MAC_ADDRESS_SIZE],
A Dinfra_compat.h86 #ifndef MAC_ADDRESS_SIZE
87 #define MAC_ADDRESS_SIZE 8 macro
97 unsigned char mac_address[MAC_ADDRESS_SIZE],
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_OS_rhino.c515 void aos_get_mac_hex(unsigned char mac[MAC_ADDRESS_SIZE]) in aos_get_mac_hex() argument
517 memset(mac, 0, MAC_ADDRESS_SIZE); in aos_get_mac_hex()

Completed in 11 milliseconds