Searched refs:mac (Results 1 - 25 of 26) sorted by relevance

12

/hardware/interfaces/wifi/1.2/
H A DIWifiStaIface.hal60 * @param mac MAC address to change into.
67 setMacAddress(MacAddress mac) generates (WifiStatus status);
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_Wlan.h62 uint8_t mac[IPA_MAC_ADDR_SIZE]; member in struct:_ipa_wlan_client
130 get_client_memptr(wlan_client, cnt)->mac[0],
131 get_client_memptr(wlan_client, cnt)->mac[1],
132 get_client_memptr(wlan_client, cnt)->mac[2],
133 get_client_memptr(wlan_client, cnt)->mac[3],
134 get_client_memptr(wlan_client, cnt)->mac[4],
135 get_client_memptr(wlan_client, cnt)->mac[5]);
137 if(memcmp(get_client_memptr(wlan_client, cnt)->mac,
139 sizeof(get_client_memptr(wlan_client, cnt)->mac)) == 0)
H A DIPACM_Lan.h86 uint8_t mac[IPA_MAC_ADDR_SIZE]; member in struct:_ipa_eth_client
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_rule_hdl);
180 /* mac address has to be provided for client related events */
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],
285 get_client_memptr(eth_client, cnt)->mac[1],
286 get_client_memptr(eth_client, cnt)->mac[2],
287 get_client_memptr(eth_client, cnt)->mac[
[all...]
H A DIPACM_Wan.h74 uint8_t mac[IPA_MAC_ADDR_SIZE]; member in struct:_ipa_wan_client
273 get_client_memptr(wan_client, cnt)->mac[0],
274 get_client_memptr(wan_client, cnt)->mac[1],
275 get_client_memptr(wan_client, cnt)->mac[2],
276 get_client_memptr(wan_client, cnt)->mac[3],
277 get_client_memptr(wan_client, cnt)->mac[4],
278 get_client_memptr(wan_client, cnt)->mac[5]);
280 if(memcmp(get_client_memptr(wan_client, cnt)->mac,
282 sizeof(get_client_memptr(wan_client, cnt)->mac)) == 0)
309 get_client_memptr(wan_client, cnt)->mac[
[all...]
H A DIPACM_LanToLan.h104 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/
H A DConversions.impl.h41 address.address.mac[0], address.address.mac[1], address.address.mac[2],
42 address.address.mac[3], address.address.mac[4], address.address.mac[5]);
77 sscanf(halAddress, "%hhX:%hhX:%hhX:%hhX:%hhX:%hhX", &address->address.mac[0],
78 &address->address.mac[1], &address->address.mac[2], &address->address.mac[
[all...]
/hardware/interfaces/keymaster/4.0/support/
H A Dkeymaster_utils.cpp75 if (token.mac.size() != kHmacSize) {
78 std::copy(token.mac.begin(), token.mac.end(), pos);
104 token.mac.resize(kHmacSize);
105 std::copy(pos, pos + kHmacSize, token.mac.data());
/hardware/interfaces/audio/2.0/
H A Dtypes.hal65 MacAddress mac; // used for BLUETOOTH_A2DP_*
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dp2p.h143 uint8 mac[6]; /* P2P group bssid */ member in struct:wifi_p2p_grp_bssid_se_s
151 uint8 mac[6]; /* P2P device address */ member in struct:wifi_p2p_grp_id_se_s
160 uint8 mac[6]; /* P2P device address */ member in struct:wifi_p2p_intf_se_s
217 uint8 mac[6]; /* intended P2P interface MAC address */ member in struct:wifi_p2p_intintad_se_s
264 uint8 mac[6]; /* P2P Device MAC address */ member in struct:wifi_p2p_devinfo_se_s
H A Deapol.h189 uint8 mac[ETHER_ADDR_LEN]; member in struct:__anon76
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Lan.cpp1661 memcpy(get_client_memptr(eth_client, num_eth_client)->mac,
1663 sizeof(get_client_memptr(eth_client, num_eth_client)->mac));
1671 get_client_memptr(eth_client, num_eth_client)->mac[0],
1672 get_client_memptr(eth_client, num_eth_client)->mac[1],
1673 get_client_memptr(eth_client, num_eth_client)->mac[2],
1674 get_client_memptr(eth_client, num_eth_client)->mac[3],
1675 get_client_memptr(eth_client, num_eth_client)->mac[4],
1676 get_client_memptr(eth_client, num_eth_client)->mac[5]);
1730 /* replace src mac to bridge mac_addr if any */
1830 /* replace src mac t
4187 eth_bridge_post_event(ipa_cm_event_id evt, ipa_ip_type iptype, uint8_t *mac) argument
4260 eth_bridge_add_rt_rule(uint8_t *mac, char *rt_tbl_name, uint32_t hdr_proc_ctx_hdl, ipa_hdr_l2_type peer_l2_hdr_type, ipa_ip_type iptype, uint32_t *rt_rule_hdl, int *rt_rule_count) argument
4354 eth_bridge_modify_rt_rule(uint8_t *mac, uint32_t hdr_proc_ctx_hdl, ipa_hdr_l2_type peer_l2_hdr_type, ipa_ip_type iptype, uint32_t *rt_rule_hdl, int rt_rule_count) argument
4457 eth_bridge_add_flt_rule(uint8_t *mac, uint32_t rt_tbl_hdl, ipa_ip_type iptype, uint32_t *flt_rule_hdl) argument
[all...]
H A DIPACM_Wlan.cpp982 memcpy(get_client_memptr(wlan_client, num_wifi_client)->mac,
984 sizeof(get_client_memptr(wlan_client, num_wifi_client)->mac));
988 get_client_memptr(wlan_client, num_wifi_client)->mac,
990 /* replace src mac to bridge mac_addr if any */
1097 memcpy(get_client_memptr(wlan_client, num_wifi_client)->mac,
1099 sizeof(get_client_memptr(wlan_client, num_wifi_client)->mac));
1103 get_client_memptr(wlan_client, num_wifi_client)->mac,
1106 /* replace src mac to bridge mac_addr if any */
1648 memcpy(get_client_memptr(wlan_client, clt_indx)->mac,
1649 get_client_memptr(wlan_client, (clt_indx + 1))->mac,
[all...]
H A DIPACM_LanToLan.cpp947 void IPACM_LanToLan_Iface::handle_client_add(uint8_t *mac) argument
956 if(memcmp(it_client->mac_addr, mac, sizeof(it_client->mac_addr)) == 0)
969 memcpy(new_client.mac_addr, mac, sizeof(new_client.mac_addr));
1013 void IPACM_LanToLan_Iface::handle_client_del(uint8_t *mac) argument
1021 if(memcmp(it_client->mac_addr, mac, sizeof(it_client->mac_addr)) == 0) //found the client
H A DIPACM_Wan.cpp1832 get_client_memptr(wan_client, index)->mac[0],
1833 get_client_memptr(wan_client, index)->mac[1],
1834 get_client_memptr(wan_client, index)->mac[2],
1835 get_client_memptr(wan_client, index)->mac[3],
1836 get_client_memptr(wan_client, index)->mac[4],
1837 get_client_memptr(wan_client, index)->mac[5]);
1845 memcpy(ext_router_mac_addr, get_client_memptr(wan_client, index)->mac, sizeof(ext_router_mac_addr));
1880 get_client_memptr(wan_client, index)->mac[0],
1881 get_client_memptr(wan_client, index)->mac[1],
1882 get_client_memptr(wan_client, index)->mac[
[all...]
/hardware/interfaces/keymaster/4.0/
H A Dtypes.hal1242 * 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/audio/4.0/
H A Dtypes.hal69 MacAddress mac; // used for BLUETOOTH_A2DP_*
/hardware/interfaces/wifi/1.2/default/
H A Dwifi_sta_iface.h108 Return<void> setMacAddress(const hidl_array<uint8_t, 6>& mac,
153 WifiStatus setMacAddressInternal(const std::array<uint8_t, 6>& mac);
H A Dwifi_sta_iface.cpp244 Return<void> WifiStaIface::setMacAddress(const hidl_array<uint8_t, 6>& mac, argument
248 mac);
605 const std::array<uint8_t, 6>& mac) {
611 if (!iface_tool_.SetMacAddress(ifname_.c_str(), mac)) {
604 setMacAddressInternal( const std::array<uint8_t, 6>& mac) argument
/hardware/interfaces/confirmationui/support/test/
H A Dmsg_formatting_test.cpp119 expected.mac =
/hardware/libhardware/include/hardware/
H A Dgps.h493 uint8_t mac[6]; member in struct:__anon1302
501 AGpsRefLocationMac mac; member in union:__anon1303::__anon1304
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
H A DGenericOperation.h139 if (hmac.value() == secureInputToken.mac) {
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dmsg_formatting.h285 std::tie(in, hat.mac) = readSimpleHidlVecInPlace<uint8_t>(in);
306 return writeSimpleHidlVec(out, v.mac);
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dloc_gps.h682 uint8_t mac[6]; member in struct:__anon3667
690 LocAGpsRefLocationMac mac; member in union:__anon3668::__anon3669
/hardware/qcom/gps/msm8998/utils/
H A Dloc_gps.h678 uint8_t mac[6]; member in struct:__anon4009
686 LocAGpsRefLocationMac mac; member in union:__anon4010::__anon4011
/hardware/interfaces/confirmationui/1.0/vts/functional/
H A DVtsHalConfirmationUIV1_0TargetTest.cpp112 auth_token.mac = testHMAC("\0",

Completed in 519 milliseconds

12