/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_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… 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_LanToLan.h | 104 void handle_client_add(uint8_t *mac); 106 void handle_client_del(uint8_t *mac);
|
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/ |
D | Conversions.impl.h | 41 address.address.mac[0], address.address.mac[1], address.address.mac[2], in deviceAddressToHal() 42 address.address.mac[3], address.address.mac[4], address.address.mac[5]); in deviceAddressToHal() 77 sscanf(halAddress, "%hhX:%hhX:%hhX:%hhX:%hhX:%hhX", &address->address.mac[0], in deviceAddressFromHal() 78 &address->address.mac[1], &address->address.mac[2], &address->address.mac[3], in deviceAddressFromHal() 79 &address->address.mac[4], &address->address.mac[5]); in deviceAddressFromHal()
|
/hardware/interfaces/keymaster/4.0/support/ |
D | keymaster_utils.cpp | 75 if (token.mac.size() != kHmacSize) { in authToken2HidlVec() 78 std::copy(token.mac.begin(), token.mac.end(), pos); in authToken2HidlVec() 104 token.mac.resize(kHmacSize); in hidlVec2AuthToken() 105 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
|
/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()
|
D | IPACM_Wan.cpp | 1832 get_client_memptr(wan_client, index)->mac[0], in handle_sta_header_add_evt() 1833 get_client_memptr(wan_client, index)->mac[1], in handle_sta_header_add_evt() 1834 get_client_memptr(wan_client, index)->mac[2], in handle_sta_header_add_evt() 1835 get_client_memptr(wan_client, index)->mac[3], in handle_sta_header_add_evt() 1836 get_client_memptr(wan_client, index)->mac[4], in handle_sta_header_add_evt() 1837 get_client_memptr(wan_client, index)->mac[5]); in handle_sta_header_add_evt() 1845 …memcpy(ext_router_mac_addr, get_client_memptr(wan_client, index)->mac, sizeof(ext_router_mac_addr)… in handle_sta_header_add_evt() 1880 get_client_memptr(wan_client, index)->mac[0], in handle_sta_header_add_evt() 1881 get_client_memptr(wan_client, index)->mac[1], in handle_sta_header_add_evt() 1882 get_client_memptr(wan_client, index)->mac[2], in handle_sta_header_add_evt() [all …]
|
/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/wifi/1.2/default/ |
D | wifi_sta_iface.h | 108 Return<void> setMacAddress(const hidl_array<uint8_t, 6>& mac, 153 WifiStatus setMacAddressInternal(const std::array<uint8_t, 6>& mac);
|
D | wifi_sta_iface.cpp | 244 Return<void> WifiStaIface::setMacAddress(const hidl_array<uint8_t, 6>& mac, in setMacAddress() argument 248 mac); in setMacAddress() 605 const std::array<uint8_t, 6>& mac) { in setMacAddressInternal() argument 611 if (!iface_tool_.SetMacAddress(ifname_.c_str(), mac)) { in setMacAddressInternal()
|
/hardware/interfaces/confirmationui/support/test/ |
D | msg_formatting_test.cpp | 119 expected.mac = in TEST()
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/ |
D | GenericOperation.h | 139 if (hmac.value() == secureInputToken.mac) { in deliverSecureInputEvent()
|
/hardware/interfaces/audio/2.0/ |
D | types.hal | 65 MacAddress mac; // used for BLUETOOTH_A2DP_*
|
/hardware/libhardware/include/hardware/ |
D | gps.h | 493 uint8_t mac[6]; member 501 AGpsRefLocationMac mac; member
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | loc_gps.h | 682 uint8_t mac[6]; member 690 LocAGpsRefLocationMac mac; member
|
/hardware/qcom/gps/msm8998/utils/ |
D | loc_gps.h | 678 uint8_t mac[6]; member 686 LocAGpsRefLocationMac mac; member
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | msg_formatting.h | 285 std::tie(in, hat.mac) = readSimpleHidlVecInPlace<uint8_t>(in); 306 return writeSimpleHidlVec(out, v.mac);
|
/hardware/interfaces/confirmationui/1.0/vts/functional/ |
D | VtsHalConfirmationUIV1_0TargetTest.cpp | 112 auth_token.mac = testHMAC("\0",
|
/hardware/interfaces/audio/4.0/ |
D | types.hal | 69 MacAddress mac; // used for BLUETOOTH_A2DP_*
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 1242 * Note that mac is a vec rather than an array, not because it's actually variable-length but 1244 * IKeymasterDevice::update and IKeymasterDevice::finish doc comments, an empty mac indicates 1247 vec<uint8_t> mac; 1322 vec<uint8_t> mac;
|
/hardware/interfaces/drm/1.0/ |
D | IDrmPlugin.hal | 436 * Compute a signature over the provided message using the mac algorithm 454 * Compute a hash of the provided message using the mac algorithm specified
|