/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/ |
A D | wifi_simple_config.c | 60 static u8 mac_addr[6]; variable 1171 memset(mac_addr, 0, sizeof(mac_addr)); in init_test_data() 1272 if(mac_addr == NULL) in simpleConfig_get_softAP_profile() 1281 MAC_sum_complement = -(mac_addr[3] + mac_addr[4] + mac_addr[5]); in simpleConfig_get_softAP_profile() 1284 softap_prefix, mac_addr[3], mac_addr[4], mac_addr[5], (MAC_sum_complement & 0xff)); in simpleConfig_get_softAP_profile() 1287 mac_addr[3], mac_addr[4], mac_addr[5], (MAC_sum_complement & 0xff)); in simpleConfig_get_softAP_profile() 1402 mac_addr[0], mac_addr[1], mac_addr[2], in simple_config_softap_config() 1403 mac_addr[3], mac_addr[4], mac_addr[5]); in simple_config_softap_config() 1853 …ASK1_SIZE]={0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,mac_addr[0],mac_addr[1],mac_addr[2],mac_addr[3],mac_addr… in filter1_add_enable() 1854 …IZE]={mac_addr[0],mac_addr[1],mac_addr[2],mac_addr[3],mac_addr[4],mac_addr[5],mac_addr[0],mac_addr… in filter1_add_enable() [all …]
|
A D | wifi_simple_config_parser.h | 115 extern int rtl_pre_parse(u8 *mac_addr, u8 *buf, void *userdata, u8 **da, u8 **sa, unsigned int *len…
|
A D | wifi_util.c | 1641 memcpy(mf_list_new->mac_addr,hwaddr,6); in wext_add_mac_filter() 1657 if(memcmp(item->mac_addr,hwaddr,6) == 0){ in wext_del_mac_filter()
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_alios.h | 153 uint8_t mac_addr[6]; in os_get_mac_address() local 155 memset(mac_addr, 0, sizeof(mac_addr)); in os_get_mac_address() 156 if (hal_wifi_get_mac_addr(NULL, mac_addr)) in os_get_mac_address() 160 mac_addr[0], mac_addr[1], mac_addr[2], in os_get_mac_address() 161 mac_addr[3], mac_addr[4], mac_addr[5]); in os_get_mac_address()
|
/AliOS-Things-master/components/genie_service/sal/src/ |
A D | genie_sal_ble.c | 22 uint8_t mac_addr[6] = {0}; in mesh_scan_cb() local 30 sys_memcpy_swap(mac_addr, addr->a.val, 6); in mesh_scan_cb() 31 if (memcmp(test_dev_mac, mac_addr, sizeof(test_dev_mac)) == 0) in mesh_scan_cb() 39 get_rssi_cb(mac_addr, rssi); in mesh_scan_cb()
|
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/os/ |
A D | os_misc.c | 96 char mac_addr[OS_ETH_ALEN] = { 0 }; in os_wifi_str2mac() local 102 mac_addr[i++] = (uint8_t)strtol(ptr, &ptr, 16); in os_wifi_str2mac() 110 memcpy(mac, mac_addr, OS_ETH_ALEN); in os_wifi_str2mac()
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | ali_vendormodel_profile.h | 22 const uint8_t *mac_addr, const char *secret); 39 const uint8_t *mac_addr);
|
A D | ali_vendormodel_profile.c | 359 const uint8_t *mac_addr, const char *secret) in bt_mesh_profile_calculate_digest() argument 368 hextostring(mac_addr, mac_addr_string, DEVICE_NAME_LEN); in bt_mesh_profile_calculate_digest() 407 const uint8_t *mac_addr) in bt_mesh_profile_construct_uuid() argument 430 dev_uuid[7 + i] = mac_addr[5 - i]; in bt_mesh_profile_construct_uuid()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ |
A D | lowpan6.c | 158 lowpan6_get_address_mode(const ip6_addr_t *ip6addr, const struct ieee_802154_addr *mac_addr) in lowpan6_get_address_mode() argument 160 if (mac_addr->addr_len == 2) { in lowpan6_get_address_mode() 163 …((ip6addr->addr[3] & PP_HTONL(0x0000ffff)) == lwip_ntohl((mac_addr->addr[0] << 8) | mac_addr->add… in lowpan6_get_address_mode() 167 } else if (mac_addr->addr_len == 8) { in lowpan6_get_address_mode() 168 …addr->addr[2] == lwip_ntohl(((mac_addr->addr[0] ^ 2) << 24) | (mac_addr->addr[1] << 16) | mac_addr… in lowpan6_get_address_mode() 169 …ip6addr->addr[3] == lwip_ntohl((mac_addr->addr[4] << 24) | (mac_addr->addr[5] << 16) | mac_addr->a… in lowpan6_get_address_mode()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/factory_section/ |
A D | factory_section.h | 55 unsigned char mac_addr[6]; member
|
/AliOS-Things-master/hardware/board/haas100/drivers/ |
A D | ch395_cmd.h | 339 uint8_t mac_addr[6]; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/include/ |
A D | wifi_structures.h | 260 unsigned char mac_addr[6]; member
|
/AliOS-Things-master/components/netmgr/src/ |
A D | netmgr_wifi.c | 2931 int netmgr_wifi_get_ip_stat(char *ip_addr, char *mask, char *gw, char *dns_server, char *mac_addr, … in netmgr_wifi_get_ip_stat() argument 2971 memset(mac_addr, 0, sizeof(mac_addr)); in netmgr_wifi_get_ip_stat() 2973 sprintf(mac_addr, "%2hhx:%2hhx:%2hhx:%2hhx:%2hhx:%2hhx", in netmgr_wifi_get_ip_stat() 2986 ip_addr, mask, gw, dns_server, mac_addr, *rssi); in netmgr_wifi_get_ip_stat()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/wpa_supplicant/ |
A D | wifi_wps_config.c | 30 u8 mac_addr[6]; /**< MAC address of the Credential receiver */ member
|