Searched refs:mL2Key (Results 1 – 2 of 2) sorted by relevance
28 public final String mL2Key; field in Layer2Information39 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()
486 private String mL2Key; // The L2 key for this network, for writing into the memory store field in IpClient817 mL2Key = req.mLayer2Info.mL2Key; in startProvisioning()1601 mL2Key = info.l2Key; in handleUpdateL2Information()1679 mL2Key = args.first; in processMessage()1757 mDhcpClient.sendMessage(DhcpClient.CMD_START_DHCP, new DhcpClient.Configuration(mL2Key, in startDhcpClient()1890 mL2Key = args.first; in processMessage()