- 11 Mar, 2020 1 commit
-
-
Mark Stevens authored
-
- 27 May, 2016 1 commit
-
-
sunny.he authored
Android 6.0.1 release 43 (MOB30J) # gpg: Signature made Tue May 3 09:16:45 2016 CST using DSA key ID 9AB10E78 # gpg: Can't check signature: public key not found
-
- 14 Apr, 2016 1 commit
-
-
huweiguo authored
Change-Id: I02700831117e942ece3c68e8750ed70dc336de74 Signed-off-by:
huweiguo <hwg@rock-chips.com>
-
- 24 Feb, 2016 2 commits
-
-
Roshan Pius authored
The max SSID watch list size for PNO supported by wlan drivers is fixed to a certain size. wpa_supplicant sorts this SSID watch list based on the priorities assigned to those networks. This may result in us losing some frequently used networks from the PNO list because they have lower priorities. This is a side effect of how we assign priorities to network configuration as they're added. So before we trigger PNO, re-sort the network list based on the 'numAssociation' value and assign them relative priorities. This will make sure that the PNO SSID watch list contains all the frequent SSID's to which we were connected to. PS: This change has a side-effect of ignoring the configured priorities during PNO. BUG: 26763375 Change-Id: I2c82254b2cb83aef0dd4da9e7d9b2eb5b376bead Cherry-picked from: https://partner-android-review.googlesource.com/#/c/529355
-
Adam Lesinski authored
Need to assign the overridden WorkSource to the member mScanWorkSource in order to properly finish the scan. Bug:23868900 Change-Id: I7c8ca5ce40ce1238e702bcc65dcef2b94b4b64e9
-
- 25 Dec, 2015 1 commit
-
-
huweiguo authored
Change-Id: I9e0dc5f524628c1bc237bf14c6e7a23c6a6685c9 Signed-off-by:
huweiguo <hwg@rock-chips.com>
-
- 17 Dec, 2015 1 commit
-
-
Hans Yang authored
Android 6.0.1 release 3
-
- 25 Nov, 2015 1 commit
-
-
Xu Xuehui authored
Change-Id: I979331cc39c079ebf94ea6d9505ef75663946b64 Signed-off-by:
Xu Xuehui <xxh@rock-chips.com>
-
- 28 Oct, 2015 1 commit
-
-
Mitchell Wills authored
Bug: 19928834 Change-Id: I25eebee0dcd01f7e8ea2791ccdcc75cd1066f3c0
-
- 23 Oct, 2015 4 commits
- 20 Oct, 2015 2 commits
-
-
Pavel Zhamaitsiak authored
-
Pavel Zhamaitsiak authored
Bug: 24147407 Change-Id: I254f6f70375774ea9de51be369f6b17437ba20ef
-
- 19 Oct, 2015 2 commits
-
-
xinhe authored
Ask for system permission to enable ePNO b/24872703 Change-Id: I8a7aafdb3f4074089777ad6b1402d4bf4954e81a
- 16 Oct, 2015 9 commits
-
-
Vinit Deshpande authored
* commit '4436f1f2': Fix a race in WifiNative objects
-
Vinit Deshpande authored
* commit 'dcf7577b': Fix a race in WifiNative objects
-
Vinit Deshpande authored
* commit 'd32033b8': Fix a race in WifiNative objects
-
Vinit Deshpande authored
* commit '8b41627f': Fix a race in WifiNative objects
-
Fyodor Kupolov authored
-
xin He authored
-
xinhe authored
Ask for system permission to enable ePNO b/24872703 Change-Id: I8a7aafdb3f4074089777ad6b1402d4bf4954e81a
-
Vinit Deshpande authored
disconnectFromSupplicant doesn't have any synchronization; so it can cause problems when WifiStateMachine is disconnecting and P2p statemachine is sending commands. Bug: 22667667 Change-Id: I92e6ee44618813341e171f84442791a6403a5010 (cherry picked from commit b577f391)
-
Mitchell Wills authored
Bug: 22808676 Change-Id: Iddcda4ae77235c789a3e6a96b946bb720f73b122
-
- 15 Oct, 2015 6 commits
-
-
Mitchell Wills authored
-
Fyodor Kupolov authored
Wi-Fi scans should be enabled for legacy foreground apps when location is disabled. Bug: 23081999 Change-Id: I09ff32ab9845e989ed292824b7aee84d10d260cf
-
Fyodor Kupolov authored
-
Pankaj Kanwar authored
-
Pankaj Kanwar authored
-
Fyodor Kupolov authored
Previously, an exception was thrown when a result of checking for an app op was MODE_IGNORED. We should return zero results instead. Bug: 23675817 Bug: 23563867 Change-Id: Iba6b6eca8a0d21acd77b8d388b8bfe3119cac8f9
-
- 14 Oct, 2015 2 commits
-
-
Mitchell Wills authored
Ensure that the previous wifi scan is noted as completed before noting that the next one started. This may happen if a scan starts before the previous one completes. Bug: 24250984 Change-Id: I2aaa6131cb5dd4b9deae3bea6e19570f6e24632d
-
Vinit Deshpande authored
Setting this property has some consequences - it will stop using prohibited security parameters when connecting to AP and will express some capabilities of the STA. Bug: 24374083 Change-Id: I80abef812b272ce3384a13e7b3c44e56db4cffbd
-
- 13 Oct, 2015 1 commit
-
-
Wei Wang authored
Bug:24881521 Change-Id: I2d4200c7f4ad03af2564fd3321205409cc2c8b84
-
- 12 Oct, 2015 2 commits
-
-
Mitchell Wills authored
This reduces the chance of a scan request being scheduled before this one runs, which causes it to be marked as obsolete. Bug: 24000670 Change-Id: I78655a8a20e6354aa69cc796dc053803466f2ddf
-
Pankaj Kanwar authored
-
- 11 Oct, 2015 1 commit
-
-
Mitchell Wills authored
-
- 08 Oct, 2015 2 commits
-
-
The Android Automerger authored
-
Prerepa Viswanadham authored
Due to race conditions, where in supplicant state in WiFi State machine can get get stuck in ASSOCIATING state, whereas the underlying supplicant has disconnected. This event is dropped in WiFi StateMachine if it transitions out to non-ConnectModeState causing state mismatch and future inability for auto join to kick in and connect. Bug: 24580325 Change-Id: I9e833f3e3ca01f04f76ad348c92f2b29fef8f817
-