wifi_test_utils.py:fixed logic in match_networks()

Incorrect logic in match_networks()
Before Fix: If target_params has more than 1 key-value pair,
            the network gets appended to the result for every
            matched pair
After Fix : Network is only added to results if every pair matches

Unclear description of match_networks() function

WifiSoftApTest.py to use assert_network_in_list() instead
of match_networks()

Android device object calls got reverted. Changing the calls 'serial'
to 'ad.serial'

Bug: 31807631
Test: All acts/tests/google/wifi/ scripts that depend on this change
Change-Id: I1465f0cfbda1753e98d1dc2834e7adad24c246c6
2 files changed
tree: 0ab1778c518b9b9cdcc1421538cf944459098749
  1. acts/
  2. Android.mk