[WifiBaseClass]Use separate objects within reference_networks
For a test that uses 2 APs with the same configuration, the
reference_networks list used the same network dict. But they
both should have different BSSID's updated since thay are different
physical devices. Using the same object would update all objects
in the list with same BSSID which was incorrect. Hence copy and create
object copies so that they all can have their own unique BSSIDs.
Bug: 65648008
Change-Id: I5c0ba2d4863b25e9e70ebdf9891a6ae7b8cf4a47
Teat: Tested locally
1 file changed