summaryrefslogtreecommitdiffstats
path: root/wifi
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Prevent scanning during DHCP process"Irfan Sheriff2012-12-051-0/+4
|\
| * Prevent scanning during DHCP processVitaly Wool2012-12-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | Wi-Fi should be in active state during the entire DHCP process, and shouldn't go to IEEE 802.11 power save mode. If the framework requests scan during the DHCP process, the Wi-Fi chip has to start scanning on channels different from the current one, and going to power save mode is a prerequisite for scan. The result directly impacts user experience: DHCP process takes longer, and even can fail. Change-Id: I8171388bb70072e4c42cb3c074dd955da84e494b
* | Merge "Try go-negotiation when invocation request is deferred."Irfan Sheriff2012-12-031-1/+12
|\ \
| * | Try go-negotiation when invocation request is deferred.Yoshihiko Ikenaga2012-11-281-1/+12
| |/ | | | | | | | | | | | | | | | | Devices setting persistent_reconnect to 0 in wpa_supplicant returns "information is currently unable" error. In that case, the connection establishment was always failed when the other device does NOT handle the invitation request. So, try go-negotiation for interoperability. Change-Id: Ia30a1c63d1bb4acc186a71248fb0aa5ea7edc627 Signed-off-by: Yoshihiko Ikenaga <yoshihiko.ikenaga@jp.sony.com>
* | Fixed typo and space.Yoshihiko Ikenaga2012-11-162-53/+53
|/ | | | Signed-off-by: Yoshihiko Ikenaga <yoshihiko.ikenaga@jp.sony.com>
* am 1f6cf5fa: Merge "Re-use existing thread" into jb-mr1.1-devIrfan Sheriff2012-11-071-5/+16
|\ | | | | | | | | * commit '1f6cf5fade6021c1ce788541ec4a60ee36d20651': Re-use existing thread
| * Re-use existing threadIrfan Sheriff2012-11-071-5/+16
| | | | | | | | | | Bug: 7377541 Change-Id: I097f2288ebfc2b4a9782cbced19d9c36d0703acb
* | am 567a2919: Merge "Stop supplicant and dhcp before start" into jb-mr1.1-devIrfan Sheriff2012-11-062-5/+13
|\ \ | |/ | | | | | | * commit '567a2919f3ad66dcb972e45411d18a4515d9f0b1': Stop supplicant and dhcp before start
| * Stop supplicant and dhcp before startIrfan Sheriff2012-11-062-5/+13
| | | | | | | | | | Bug: 7227463 Change-Id: Iaa0df7522edc38d25fae2bbda8d24490e997e733
* | am 4bfa1e99: Merge "Fix handling escaped chars in ssid" into jb-mr1-devIrfan Sheriff2012-10-291-0/+6
|\ \ | |/ | | | | | | * commit '4bfa1e99e2ce5aa96465872a159377102a5bb4cb': Fix handling escaped chars in ssid
| * Fix handling escaped chars in ssidIrfan Sheriff2012-10-291-0/+6
| | | | | | | | | | Bug: 7427185 Change-Id: Ie669dff01af0865ea50305f3b48cf3f7af92cf6f
* | am 4e7f2ffe: Merge "Handle group tear down only at group removed event" into ↵Irfan Sheriff2012-10-241-3/+11
|\ \ | |/ | | | | | | | | | | jb-mr1-dev * commit '4e7f2ffe1791807636ac542f73016773c30daa92': Handle group tear down only at group removed event
| * Handle group tear down only at group removed eventIrfan Sheriff2012-10-241-3/+11
| | | | | | | | | | | | | | | | Handling group removal at disconnect causes issues where supplicant keeps the group and then the next invocation fails Bug: 7403755 Change-Id: Iea7e5ec98486607f8e2c4a55be3743e0545a9da7
* | am c48ca657: Merge "Fix driver stop handling" into jb-mr1-devIrfan Sheriff2012-10-231-0/+1
|\ \ | |/ | | | | | | * commit 'c48ca657f801b120e88c94287cdeecddc1a46e88': Fix driver stop handling
| * Merge "Fix driver stop handling" into jb-mr1-devIrfan Sheriff2012-10-231-0/+1
| |\
| | * Fix driver stop handlingIrfan Sheriff2012-10-231-0/+1
| | | | | | | | | | | | | | | | | | | | | Defer supplicant state change event so we do not miss it Bug: 7394390 Change-Id: Ibae6cef6be42a6cb45dc20ba4fa5060d8e459217
* | | am bf310d1f: Merge "Fix issues shown on CTS tests" into jb-mr1-devIrfan Sheriff2012-10-231-2/+20
|\ \ \ | |/ / | | | | | | | | | * commit 'bf310d1f6ef4ac167f66a4e31724c7766981bd84': Fix issues shown on CTS tests
| * | Fix issues shown on CTS testsIrfan Sheriff2012-10-231-2/+20
| |/ | | | | | | | | | | | | | | | | Reset timeout for single interface architecture Fix persistence reinvocation handling on the receive side Bug: 7379336 Change-Id: Iacca0bd6dcbeb42af63bf2078e8cf3126e4e74a7
* | am 61e42262: Fix group join CTS testIrfan Sheriff2012-10-191-1/+11
|\ \ | |/ | | | | | | * commit '61e42262000549b78843f0959043fec8367ed189': Fix group join CTS test
| * Fix group join CTS testIrfan Sheriff2012-10-191-1/+11
| | | | | | | | | | Bug: 7379336 Change-Id: I20ead7e8c0d855be523bdfd8d9cb9eaa4b8fcac1
* | Merge "Add appliance mode handling for WiFi Direct invitation dialog." into ↵Justin Koh2012-10-191-0/+22
|\ \ | |/ |/| | | jb-mr1-aah-dev
| * Add appliance mode handling for WiFi Direct invitation dialog.Justin Koh2012-10-181-0/+22
| | | | | | | | | | | | | | Add appliance mode handling for WiFi Direct invitation dialog. Otherwise, no way to accept connections. Change-Id: Ic31b5bb25fed02848cf7c9e6418e21e9ab8b0cdd
* | Do a clean shutdown of p2pIrfan Sheriff2012-10-182-14/+117
|/ | | | | | | | We were doing a lazy shutdown and stopping supplicant behind p2p's back. Make sure we stop p2p, before we go ahead with shutting down. Bug: 7368832 Change-Id: I941e9cd69d6f27532207d3dc00b03c55c0e6335c
* Merge "Handle null BSSID" into jb-mr1-devIrfan Sheriff2012-10-171-6/+10
|\
| * Handle null BSSIDIrfan Sheriff2012-10-161-6/+10
| | | | | | | | | | | | | | | | | | | | The root cause of why bssid needs investigation, but for now, we can avoid crashing wifiwatchdog. When bssid is null, just treat it as a good link. Bug: 7357232 Change-Id: I080dfc990f3412646976cdc6ef75112ab093d326
* | Merge "Frequency conflict handling" into jb-mr1-devIrfan Sheriff2012-10-173-31/+194
|\ \
| * | Frequency conflict handlingIrfan Sheriff2012-10-173-31/+194
| |/ | | | | | | | | | | | | | | | | | | | | We now show a dialog to user and let him handle whether to choose wifi or p2p when there is a frequency conflict. If user chooses to disable wifi tempoarily, we disconnect wifi until p2p connection is established and removed. Bug: 6590401 Change-Id: I73871ddcb3732ae61997d8771b6aa90ad56270af
* | Fix NPEIrfan Sheriff2012-10-161-1/+3
|/ | | | | Bug: 7357742 Change-Id: I4d12d137b9d5ebf5c6739cbd4405de3f90a3d846
* Merge "Fix handling of lost device" into jb-mr1-devIrfan Sheriff2012-10-152-4/+32
|\
| * Fix handling of lost deviceIrfan Sheriff2012-10-142-4/+32
| | | | | | | | | | | | | | | | | | We did not update a lost device notice to apps properly. This causes incorrect connection initiation without a discovery which leads to failed invitation requests to supplicant. Bug: 7328758 Change-Id: If4b594c737d639d0f553188309319fba4e3ee7b7
* | Cleanup on async disconnect and finalizeIrfan Sheriff2012-10-111-0/+9
|/ | | | | Bug: 7326726 Change-Id: I6cca47a70cc0f29c68f922618cdcc181fb919a05
* Fix buildIrfan Sheriff2012-10-091-1/+4
| | | | | | had local changes from b/7318044 Change-Id: Idc6907d648a07d36f93dee859e361e9655cdd8e6
* Disable poor network avoidance by defaultIrfan Sheriff2012-10-091-9/+8
| | | | | Bug: 7318044 Change-Id: Icf27e823453eeaba901aad6f3f8eedea242794f9
* Fix handling of hidden access pointsIrfan Sheriff2012-10-091-2/+13
| | | | | | | | | | | | We now get raw hex data from the supplicant and we convert it into printable format. For hidden access point, we always used to return a single empty string. We need to make sure we maintain that behavior for apps to not start displaying empty strings. Bug: 7310749 Change-Id: I2599b9b5e15be91fc34e9af629ad893b1a0357fc
* Clear interface address and reset connectionsIrfan Sheriff2012-10-031-1/+7
| | | | | | | | | | | | With the broadcom architecture, the p2p interface on a group was dynamic that would just go away. Clearing addresses was thus not important before. It is good to clear up the addresses and reset connections when the group is removed. Bug: 7282358 Change-Id: Ia1a94fce90f86b54abcc2d1f78a33524ef8045fa
* Make rssi state change stickyIrfan Sheriff2012-09-301-1/+1
| | | | | | | | | | | | | NetworkController misses the rssi state at boot. It gets the wifi connection status because it is sticky. The rssi state will remain out of sync until the wifi state machine sends another update which may not happen if rssi does not change significantly. Make rssi sticky as well to make sure NetworkController has the last known signal strength on wifi. Bug: 6916156 Change-Id: Id7dd621c6dbc35d7354757c61aa18a3b1ba90593
* Revert setting GO idle time outIrfan Sheriff2012-09-281-1/+8
| | | | | | | | | | GO idle time out causes issues with multi-channel capable client which can take longer to connect. Use the supplicant default detection when acting as a GO. Bug: 7254008 Change-Id: I6c40081cfa83ca0ddbb764640a48c92d69e609fd
* Fail fast on persistent failureIrfan Sheriff2012-09-271-11/+19
| | | | | | | | | | Other fixes - 20s idle time out was added a work around for an earlier cavium issue. Reduce to 10s - Reload network fix when supplicant issues an error for a persistent network Bug: 7248890 Change-Id: I6cea7c88c75aaca40ddcb973404e93ec0f66cbc4
* First step towards cleaning up Global settings.Jeff Sharkey2012-09-263-41/+27
| | | | | | | Remove all @Deprecated @hide settings, and clean up any stragglers. Bug: 7232125 Change-Id: Ibf67093c728d4a28565129b923edb1701d3b2789
* Merge "Remove WifiStateTracker code tracking wifi p2p" into jb-mr1-devDave Burke2012-09-251-16/+1
|\
| * Remove WifiStateTracker code tracking wifi p2pIrfan Sheriff2012-09-251-16/+1
| | | | | | | | | | | | | | | | | | | | | | This code was never supposed to have been there. It just remained from an old implementation and actually results in CS getting the wrong network info when both wifi and p2p are connected Exposing p2p network type to CS needs to be done differently. Bug: 7233984 Change-Id: I84a6091b8236cf5bdfcef3e7f626163d629e372d
* | Merge changes I332f020f,I632648ac into jb-mr1-devJeff Brown2012-09-251-6/+6
|\ \ | | | | | | | | | | | | | | | * changes: Update references to migrated global settings. Handle user switched for settings changes.
| * | Update references to migrated global settings.Jeff Brown2012-09-251-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed one setting that was migrated but not marked deprecated. Removed a hidden setting that is no longer used by the new power manager service. Bug: 7231172 Change-Id: I332f020f876a18d519a1a20598a172f1c98036f7
* | | Merge "P2p fixes" into jb-mr1-devIrfan Sheriff2012-09-253-8/+61
|\ \ \ | | |/ | |/|
| * | P2p fixesIrfan Sheriff2012-09-253-8/+61
| |/ | | | | | | | | | | | | | | | | | | | | | | - Add wfdInfo details in group to allow display stack to filter - Handle provision discovery failure and reset - Do a discovery after group removal - Handle failure to reinvoke and fall back to negotiation - Avoid multiple REMOVE_GROUP calls that lead to removal of persisted network Bug: 7210856 Change-Id: Ia2e613e9b1191b919a185f0411439341e2e151bc
* | Update doc on getConfiguredNetworksIrfan Sheriff2012-09-241-1/+2
|/ | | | | BUg: 7223590 Change-Id: Id92699ae48ea75f94638fcc3bd776b863911985b
* P2p fixesIrfan Sheriff2012-09-232-23/+43
| | | | | | | | | | | - NPE fixes - Remove group on CTRL-EVENT-DISCONNECTED since the supplicant sometimes misses the group removed event - Fix the pattern match since we sometimes end up creating group without passphrase Bug: 7119140 Bug: 7210558 Change-Id: I2cf0be073aaaaa9b931ea9a79b0bf4bd6a2b32ff
* Use min group owner intent for concurrencyIrfan Sheriff2012-09-201-0/+2
| | | | | | Our device only supports STA & GC concurrency Change-Id: I4f16c959a6f4e7ad5610dcae67be830d741f162c
* Merge "send connection broadcast on client disconnect" into jb-mr1-devIrfan Sheriff2012-09-181-0/+5
|\
| * send connection broadcast on client disconnectIrfan Sheriff2012-09-181-0/+5
| | | | | | | | | | Bug: 7188646 Change-Id: I69f2c2581004b08730407930fb056cc1fe54feec