Home
last modified time | relevance | path

Searched refs:mL2Key (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
DLayer2Information.java28 public final String mL2Key; field in Layer2Information
39 mL2Key = l2Key; in Layer2Information()
47 str.append("L2Key: ").append(mL2Key); in toString()
58 p.l2Key = mL2Key; in toStableParcelable()
77 return Objects.equals(mL2Key, other.mL2Key) in equals()
84 return Objects.hash(mL2Key, mCluster, mBssid); in hashCode()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DMemoryStoreImpl.java88 private final String mL2Key; field in MemoryStoreImpl.CatchAFallingBlob
92 mL2Key = l2Key; in CatchAFallingBlob()
98 if (!Objects.equals(mL2Key, l2Key)) { in onBlobRetrieved()
DWifiScoreCard.java2053 private final String mL2Key; field in WifiScoreCard.MemoryStoreAccessBase
2059 mL2Key = l2KeyFromLong(); in MemoryStoreAccessBase()
2062 return mL2Key; in getL2Key()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java577 private String mL2Key; // The L2 key for this network, for writing into the memory store field in IpClient
980 mL2Key = req.mLayer2Info.mL2Key; in startProvisioning()
1958 mL2Key = info.l2Key; in handleUpdateL2Information()
2053 mL2Key = args.first; in processMessage()
2159 mDhcpClient.sendMessage(DhcpClient.CMD_START_DHCP, new DhcpClient.Configuration(mL2Key, in startDhcpClient()
2292 mL2Key = args.first; in processMessage()