Our packet filter changes to the moto prima opensource driver now requires setting this flag to achieve maximum power savings when sleeping by filtering out broadcast and multicast messages.
Those parameters need to set for Hotspot 2.0 network
interworking=1 : Enable Interworking
hs20=1: Enable Hotspot 2.0
auto_interworking=0 : Do not automatically go through Interworking
network selection in wpa_supplicant
Bug: 118633353
Test: live test with Passpoint AP
Signed-off-by: Ecco Park <eccopark@google.com>
Change-Id: Ic2351295802265516f20466113c08e2df0796dfa
* in moto framework we have “config_sim_operator_override_rules” which is overriding sim operators, and in overlays they are replacing 312530 with 310120.
getprop of sprint on stock firmware:
[gsm.sim.operator.numeric]: [310120]
[gsm.sim.operator.numeric.orig]: [312530]
* We don’t hve such implementation on lineage so it uses wrong APN and mobile data is broken with sprint
* This hack adds 310120 APNs to 312530, so we can have LTE+ on it
Change-Id: I9184348ee58dbf0239fce5cf69b7826b5e7a3ed1