Passpoint: change the NetworkOperator to SimOperator for auto connection
NetworkOperator is an operator of the network in which current device
is registered.
So, it is not the one that we want to use to find the sim information.
So, it might be different with sim operator when the device is in
roaming network of carrier.
For example if vzw sim card in roaming network,
network operator will the roaming operator not vzw.
Instead, we need to use SimOpeator API to get the MCC/MNC information
for the sim.
Bug: 129338259
Test: ./frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: I50b312047ce5997a2dab30ff2ad7c85db722d023
Signed-off-by: Ecco Park <eccopark@google.com>
4 files changed