summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorQuang Luong <qal@google.com>2019-07-15 18:11:16 -0700
committerQuang Luong <qal@google.com>2019-07-16 14:46:52 -0700
commitc825db1194ad9eab6bfa29619cabc3cc0641305a (patch)
tree5ec014418028af44b77c4577d9bee4a7a9d2059c /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parent62a81ab99a121ed2017b102b3802598b19ab712a (diff)
Do not set AccessPoint.ssid to config.SSID for Passpoint networks
On each WifiTracker scan, existing Passpoint AccessPoints are updated by update(config) with a WifiConfiguration returned by the framework and then updated with fresh scan results through setScanResults(). Since the Passpoint WifiConfigurations given to update(config) have null SSID, the call to setScanResults() sets the config.SSID to the SSID of the strongest scan result. However, update(config) also sets AccessPoint.ssid to config.SSID, which means the UI may display a blank SSID before the call to setScanResults() sets it to the correct SSID. Thus, update(config) should not set AccessPoint.ssid to config.SSID if the AccessPoint is for Passpoint. Bug: 137282522 Test: manual - connect to Passpoint network, validate SSID in network details page. Change-Id: I2218c1217de3e4fe48e40114a3ea8ceab3d845f2
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions