summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorJianpeng Li <jianpeng.li@sony.com>2019-05-24 17:40:15 +0900
committerPavan Kumar M <rpavan@codeaurora.org>2019-11-05 12:31:42 +0000
commita8b654393e0b2aa0212fdf6ab506d31f5b4906e6 (patch)
tree3e8521c5c41ddc6978f431928a6d30116f526156 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parent48cec20d454d47e3ceabbccc03fb6b4300ad83cb (diff)
Update wifi interface ip state upon receiving ap disable event
When turning on/off SoftAp with high frequency, sometime calling WifiManager#updateInterfaceIpState with IFACE_IP_MODE_TETHERED is performed after handling WIFI_AP_STATE_DISABLED event in WifiServiceImpl while SoftAp is being terminated. This leads to the issue that SoftAp is unable to start as startSoftAp always returns "false". This is because mIfaceIpModes in WifiServiceImpl keeps the mode WifiManager.IFACE_IP_MODE_TETHERED and the CL below rejects SoftAp start request. e257c5c9e79e3675375ca20731cfb74df02b1064 @ frameworks/opt/net/wifi (WifiServiceImpl: Reject startSoftAp when already tethering) This CL updates the interface ip state upon receiving ap disable event from Tethering class to set proper state to mIfaceIpModes. Bug: 134806980 Test: Ran script to turn on/off soft ap frequently Signed-off-by: Daichi Ueura <daichi.ueura@sony.com> CRs-Fixed: 2551342 Change-Id: I2f89214414d93f1aa942fb8a21264a9baae3452a (cherry picked from commit a70feeca7ad97aa6145b38da0209d5096f6b3f48)
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions