Home
last modified time | relevance | path

Searched defs:mac (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/wificond/
Dclient_interface_binder.cpp67 const std::array<uint8_t, ETH_ALEN>& mac = impl_->GetMacAddress(); in getMacAddress() local
91 Status ClientInterfaceBinder::setMacAddress(const vector<uint8_t>& mac, bool* success) { in setMacAddress()
Dclient_interface_impl.cpp242 bool ClientInterfaceImpl::SetMacAddress(const std::array<uint8_t, ETH_ALEN>& mac) { in SetMacAddress()
/system/connectivity/wificond/aidl/android/net/wifi/
DIClientInterface.aidl55 boolean setMacAddress(in byte[] mac); in setMacAddress()
/system/connectivity/wificond/tests/
Dnl80211_packet_unittest.cpp246 std::vector<uint8_t> mac; in TEST() local
268 std::vector<uint8_t> mac; in TEST() local
/system/vold/
DKeyStorage.cpp259 std::string mac; in encryptWithKeymasterKey() local
/system/keymaster/ng/
DAndroidKeymaster4Device.cpp278 KeymasterBlob mac(authToken.mac.data(), authToken.mac.size()); in verifyAuthorization() local
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h835 KeymasterBlob mac; member