/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Wan.h | 74 uint8_t mac[IPA_MAC_ADDR_SIZE]; member 273 get_client_memptr(wan_client, cnt)->mac[0], in get_wan_client_index() 274 get_client_memptr(wan_client, cnt)->mac[1], in get_wan_client_index() 275 get_client_memptr(wan_client, cnt)->mac[2], in get_wan_client_index() 276 get_client_memptr(wan_client, cnt)->mac[3], in get_wan_client_index() 277 get_client_memptr(wan_client, cnt)->mac[4], in get_wan_client_index() 278 get_client_memptr(wan_client, cnt)->mac[5]); in get_wan_client_index() 280 if(memcmp(get_client_memptr(wan_client, cnt)->mac, in get_wan_client_index() 282 sizeof(get_client_memptr(wan_client, cnt)->mac)) == 0) in get_wan_client_index() 309 get_client_memptr(wan_client, cnt)->mac[0], in get_wan_client_index_ipv4() [all …]
|
D | IPACM_Lan.h | 86 uint8_t mac[IPA_MAC_ADDR_SIZE]; member 153 int eth_bridge_add_rt_rule(uint8_t *mac, char *rt_tbl_name, uint32_t hdr_proc_ctx_hdl, 157 int eth_bridge_modify_rt_rule(uint8_t *mac, uint32_t hdr_proc_ctx_hdl, 161 …int eth_bridge_add_flt_rule(uint8_t *mac, uint32_t rt_tbl_hdl, ipa_ip_type iptype, uint32_t *flt_r… 181 void eth_bridge_post_event(ipa_cm_event_id evt, ipa_ip_type iptype, uint8_t *mac); 284 get_client_memptr(eth_client, cnt)->mac[0], in get_eth_client_index() 285 get_client_memptr(eth_client, cnt)->mac[1], in get_eth_client_index() 286 get_client_memptr(eth_client, cnt)->mac[2], in get_eth_client_index() 287 get_client_memptr(eth_client, cnt)->mac[3], in get_eth_client_index() 288 get_client_memptr(eth_client, cnt)->mac[4], in get_eth_client_index() [all …]
|
D | IPACM_Wlan.h | 62 uint8_t mac[IPA_MAC_ADDR_SIZE]; member 130 get_client_memptr(wlan_client, cnt)->mac[0], in get_wlan_client_index() 131 get_client_memptr(wlan_client, cnt)->mac[1], in get_wlan_client_index() 132 get_client_memptr(wlan_client, cnt)->mac[2], in get_wlan_client_index() 133 get_client_memptr(wlan_client, cnt)->mac[3], in get_wlan_client_index() 134 get_client_memptr(wlan_client, cnt)->mac[4], in get_wlan_client_index() 135 get_client_memptr(wlan_client, cnt)->mac[5]); in get_wlan_client_index() 137 if(memcmp(get_client_memptr(wlan_client, cnt)->mac, in get_wlan_client_index() 139 sizeof(get_client_memptr(wlan_client, cnt)->mac)) == 0) in get_wlan_client_index()
|
D | IPACM_LanToLan.h | 104 void handle_client_add(uint8_t *mac); 106 void handle_client_del(uint8_t *mac);
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Wan.h | 77 uint8_t mac[IPA_MAC_ADDR_SIZE]; member 334 get_client_memptr(wan_client, cnt)->mac[0], in get_wan_client_index() 335 get_client_memptr(wan_client, cnt)->mac[1], in get_wan_client_index() 336 get_client_memptr(wan_client, cnt)->mac[2], in get_wan_client_index() 337 get_client_memptr(wan_client, cnt)->mac[3], in get_wan_client_index() 338 get_client_memptr(wan_client, cnt)->mac[4], in get_wan_client_index() 339 get_client_memptr(wan_client, cnt)->mac[5]); in get_wan_client_index() 341 if(memcmp(get_client_memptr(wan_client, cnt)->mac, in get_wan_client_index() 343 sizeof(get_client_memptr(wan_client, cnt)->mac)) == 0) in get_wan_client_index() 370 get_client_memptr(wan_client, cnt)->mac[0], in get_wan_client_index_ipv4() [all …]
|
D | IPACM_Wlan.h | 62 uint8_t mac[IPA_MAC_ADDR_SIZE]; member 130 get_client_memptr(wlan_client, cnt)->mac[0], in get_wlan_client_index() 131 get_client_memptr(wlan_client, cnt)->mac[1], in get_wlan_client_index() 132 get_client_memptr(wlan_client, cnt)->mac[2], in get_wlan_client_index() 133 get_client_memptr(wlan_client, cnt)->mac[3], in get_wlan_client_index() 134 get_client_memptr(wlan_client, cnt)->mac[4], in get_wlan_client_index() 135 get_client_memptr(wlan_client, cnt)->mac[5]); in get_wlan_client_index() 137 if(memcmp(get_client_memptr(wlan_client, cnt)->mac, in get_wlan_client_index() 139 sizeof(get_client_memptr(wlan_client, cnt)->mac)) == 0) in get_wlan_client_index()
|
D | IPACM_Lan.h | 86 uint8_t mac[IPA_MAC_ADDR_SIZE]; member 153 int eth_bridge_add_rt_rule(uint8_t *mac, char *rt_tbl_name, uint32_t hdr_proc_ctx_hdl, 157 int eth_bridge_modify_rt_rule(uint8_t *mac, uint32_t hdr_proc_ctx_hdl, 161 …int eth_bridge_add_flt_rule(uint8_t *mac, uint32_t rt_tbl_hdl, ipa_ip_type iptype, uint32_t *flt_r… 211 void eth_bridge_post_event(ipa_cm_event_id evt, ipa_ip_type iptype, uint8_t *mac, 336 get_client_memptr(eth_client, cnt)->mac[0], in get_eth_client_index() 337 get_client_memptr(eth_client, cnt)->mac[1], in get_eth_client_index() 338 get_client_memptr(eth_client, cnt)->mac[2], in get_eth_client_index() 339 get_client_memptr(eth_client, cnt)->mac[3], in get_eth_client_index() 340 get_client_memptr(eth_client, cnt)->mac[4], in get_eth_client_index() [all …]
|
D | IPACM_LanToLan.h | 144 void handle_client_add(uint8_t *mac, bool is_l2tp_client, l2tp_vlan_mapping_info *mapping_info); 146 void handle_client_del(uint8_t *mac);
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | Conversions.cpp | 39 address.address.mac[0], address.address.mac[1], address.address.mac[2], in deviceAddressToHal() 40 address.address.mac[3], address.address.mac[4], address.address.mac[5]); in deviceAddressToHal() 75 sscanf(halAddress, "%hhX:%hhX:%hhX:%hhX:%hhX:%hhX", &address->address.mac[0], in deviceAddressFromHal() 76 &address->address.mac[1], &address->address.mac[2], &address->address.mac[3], in deviceAddressFromHal() 77 &address->address.mac[4], &address->address.mac[5]); in deviceAddressFromHal()
|
/hardware/interfaces/keymaster/4.0/support/ |
D | keymaster_utils.cpp | 77 if (token.mac.size() != kHmacSize) { in authToken2HidlVec() 80 std::copy(token.mac.begin(), token.mac.end(), pos); in authToken2HidlVec() 106 token.mac.resize(kHmacSize); in hidlVec2AuthToken() 107 std::copy(pos, pos + kHmacSize, token.mac.data()); in hidlVec2AuthToken()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | p2p.h | 143 uint8 mac[6]; /* P2P group bssid */ member 151 uint8 mac[6]; /* P2P device address */ member 160 uint8 mac[6]; /* P2P device address */ member 217 uint8 mac[6]; /* intended P2P interface MAC address */ member 264 uint8 mac[6]; /* P2P Device MAC address */ member
|
D | eapol.h | 189 uint8 mac[ETHER_ADDR_LEN];
|
/hardware/interfaces/wifi/1.3/default/ |
D | wifi_iface_util.cpp | 54 const std::array<uint8_t, 6>& mac) { in setMacAddress() argument 59 if (!iface_tool_.lock()->SetMacAddress(iface_name.c_str(), mac)) { in setMacAddress()
|
D | wifi_iface_util.h | 49 const std::array<uint8_t, 6>& mac);
|
D | wifi_sta_iface.cpp | 255 Return<void> WifiStaIface::setMacAddress(const hidl_array<uint8_t, 6>& mac, in setMacAddress() argument 259 mac); in setMacAddress() 628 const std::array<uint8_t, 6>& mac) { in setMacAddressInternal() argument 629 bool status = iface_util_.lock()->setMacAddress(ifname_, mac); in setMacAddressInternal() 638 std::array<uint8_t, 6> mac = in getFactoryMacAddressInternal() local 640 return {createWifiStatus(WifiStatusCode::SUCCESS), mac}; in getFactoryMacAddressInternal()
|
D | wifi_sta_iface.h | 110 Return<void> setMacAddress(const hidl_array<uint8_t, 6>& mac, 159 WifiStatus setMacAddressInternal(const std::array<uint8_t, 6>& mac);
|
/hardware/interfaces/wifi/1.3/ |
D | IWifiStaIface.hal | 53 * @return mac Factory MAC address of the Sta Interface 55 getFactoryMacAddress() generates (WifiStatus status, MacAddress mac);
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Lan.cpp | 1661 memcpy(get_client_memptr(eth_client, num_eth_client)->mac, in handle_eth_hdr_init() 1663 sizeof(get_client_memptr(eth_client, num_eth_client)->mac)); in handle_eth_hdr_init() 1671 get_client_memptr(eth_client, num_eth_client)->mac[0], in handle_eth_hdr_init() 1672 get_client_memptr(eth_client, num_eth_client)->mac[1], in handle_eth_hdr_init() 1673 get_client_memptr(eth_client, num_eth_client)->mac[2], in handle_eth_hdr_init() 1674 get_client_memptr(eth_client, num_eth_client)->mac[3], in handle_eth_hdr_init() 1675 get_client_memptr(eth_client, num_eth_client)->mac[4], in handle_eth_hdr_init() 1676 get_client_memptr(eth_client, num_eth_client)->mac[5]); in handle_eth_hdr_init() 2617 memcpy(get_client_memptr(eth_client, clt_indx)->mac, in handle_eth_client_down_evt() 2618 get_client_memptr(eth_client, (clt_indx + 1))->mac, in handle_eth_client_down_evt() [all …]
|
D | IPACM_Wlan.cpp | 982 memcpy(get_client_memptr(wlan_client, num_wifi_client)->mac, in handle_wlan_client_init_ex() 984 sizeof(get_client_memptr(wlan_client, num_wifi_client)->mac)); in handle_wlan_client_init_ex() 988 get_client_memptr(wlan_client, num_wifi_client)->mac, in handle_wlan_client_init_ex() 1097 memcpy(get_client_memptr(wlan_client, num_wifi_client)->mac, in handle_wlan_client_init_ex() 1099 sizeof(get_client_memptr(wlan_client, num_wifi_client)->mac)); in handle_wlan_client_init_ex() 1103 get_client_memptr(wlan_client, num_wifi_client)->mac, in handle_wlan_client_init_ex() 1648 memcpy(get_client_memptr(wlan_client, clt_indx)->mac, in handle_wlan_client_down_evt() 1649 get_client_memptr(wlan_client, (clt_indx + 1))->mac, in handle_wlan_client_down_evt() 1650 sizeof(get_client_memptr(wlan_client, clt_indx)->mac)); in handle_wlan_client_down_evt() 2198 get_client_memptr(wlan_client, i)->mac); in eth_bridge_handle_wlan_mode_switch()
|
D | IPACM_LanToLan.cpp | 947 void IPACM_LanToLan_Iface::handle_client_add(uint8_t *mac) in handle_client_add() argument 956 if(memcmp(it_client->mac_addr, mac, sizeof(it_client->mac_addr)) == 0) in handle_client_add() 969 memcpy(new_client.mac_addr, mac, sizeof(new_client.mac_addr)); in handle_client_add() 1013 void IPACM_LanToLan_Iface::handle_client_del(uint8_t *mac) in handle_client_del() argument 1021 if(memcmp(it_client->mac_addr, mac, sizeof(it_client->mac_addr)) == 0) //found the client in handle_client_del()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Lan.cpp | 1846 memcpy(get_client_memptr(eth_client, num_eth_client)->mac, in handle_eth_hdr_init() 1848 sizeof(get_client_memptr(eth_client, num_eth_client)->mac)); in handle_eth_hdr_init() 1856 get_client_memptr(eth_client, num_eth_client)->mac[0], in handle_eth_hdr_init() 1857 get_client_memptr(eth_client, num_eth_client)->mac[1], in handle_eth_hdr_init() 1858 get_client_memptr(eth_client, num_eth_client)->mac[2], in handle_eth_hdr_init() 1859 get_client_memptr(eth_client, num_eth_client)->mac[3], in handle_eth_hdr_init() 1860 get_client_memptr(eth_client, num_eth_client)->mac[4], in handle_eth_hdr_init() 1861 get_client_memptr(eth_client, num_eth_client)->mac[5]); in handle_eth_hdr_init() 2804 memcpy(get_client_memptr(eth_client, clt_indx)->mac, in handle_eth_client_down_evt() 2805 get_client_memptr(eth_client, (clt_indx + 1))->mac, in handle_eth_client_down_evt() [all …]
|
D | IPACM_Wlan.cpp | 1055 memcpy(get_client_memptr(wlan_client, num_wifi_client)->mac, in handle_wlan_client_init_ex() 1057 sizeof(get_client_memptr(wlan_client, num_wifi_client)->mac)); in handle_wlan_client_init_ex() 1061 get_client_memptr(wlan_client, num_wifi_client)->mac, in handle_wlan_client_init_ex() 1170 memcpy(get_client_memptr(wlan_client, num_wifi_client)->mac, in handle_wlan_client_init_ex() 1172 sizeof(get_client_memptr(wlan_client, num_wifi_client)->mac)); in handle_wlan_client_init_ex() 1176 get_client_memptr(wlan_client, num_wifi_client)->mac, in handle_wlan_client_init_ex() 1724 memcpy(get_client_memptr(wlan_client, clt_indx)->mac, in handle_wlan_client_down_evt() 1725 get_client_memptr(wlan_client, (clt_indx + 1))->mac, in handle_wlan_client_down_evt() 1726 sizeof(get_client_memptr(wlan_client, clt_indx)->mac)); in handle_wlan_client_down_evt() 2329 get_client_memptr(wlan_client, i)->mac, NULL, NULL); in eth_bridge_handle_wlan_mode_switch()
|
/hardware/interfaces/wifi/1.2/ |
D | IWifiStaIface.hal | 60 * @param mac MAC address to change into. 67 setMacAddress(MacAddress mac) generates (WifiStatus status);
|
/hardware/interfaces/confirmationui/support/test/ |
D | msg_formatting_test.cpp | 119 expected.mac = in TEST()
|
/hardware/interfaces/audio/2.0/ |
D | types.hal | 65 MacAddress mac; // used for BLUETOOTH_A2DP_*
|