Searched refs:macAddressStr (Results 1 – 1 of 1) sorted by relevance
2662 String macAddressStr = getMacAddress(ifaceName); in addPmkCacheEntry() local2663 if (macAddressStr == null) { in addPmkCacheEntry()2668 MacAddress macAddress = MacAddress.fromString(macAddressStr); in addPmkCacheEntry()2673 Log.w(TAG, "Invalid MAC address string " + macAddressStr); in addPmkCacheEntry()