summaryrefslogtreecommitdiffstats
path: root/wifi/java
Commit message (Collapse)AuthorAgeFilesLines
...
* | | am 5e2e7d5f: am 40cb30c2: am 7b62313e: Disable wifiwatchdog for nowIrfan Sheriff2011-12-061-1/+3
|\ \ \ | |/ / | | | | | | | | | * commit '5e2e7d5fb81266640f8284abb25fe8be06693f5b': Disable wifiwatchdog for now
| * | am 7b62313e: Disable wifiwatchdog for nowIrfan Sheriff2011-12-061-1/+3
| |\ \ | | | | | | | | | | | | | | | | * commit '7b62313eab4af8835a64fb3fe1e15e5e534a9479': Disable wifiwatchdog for now
| | * | Disable wifiwatchdog for nowIrfan Sheriff2011-12-061-1/+3
| | | | | | | | | | | | | | | | Change-Id: I2ac4fa706f3d0a415cb8e86002173b776aba4e02
| * | | Switch to notifications for walled gardenIrfan Sheriff2011-12-051-42/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, switches the URL for browser to the actual URL used for checking walled garden Bug: 5398921 Change-Id: Ie4d4b1d47f4151d0f85975b10190bdcf5f2e7a57
* | | | Merge "p2p enhancements"Irfan Sheriff2011-12-053-9/+18
|\ \ \ \
| * | | | p2p enhancementsIrfan Sheriff2011-11-303-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add device name on SSID for legacy devices to discover a given group and join - Do not remove a group for a device lost event which only indicates discovery is stopped Change-Id: Id431c29da371986e694ab230d72d32061b209ebe
* | | | | Clean up InterfaceConfiguration flags.Jeff Sharkey2011-11-292-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Offer modifier methods for interface flags instead of mutating directly, and remove square brackets. Change-Id: I4cce719dccedfb3f0e8448c111e65b93c0008cbb
* | | | | Merge "Redesign p2p around provision discovery"Irfan Sheriff2011-11-296-277/+543
|\ \ \ \ \ | |/ / / /
| * | | | Redesign p2p around provision discoveryIrfan Sheriff2011-11-286-277/+543
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | = Provision Discovery:Is an optional discovery technique for figuring out if a peer supports the specific WPS option. For compatibility reasons, we will now always use it during connection but at the same time support devices that request to support connection without it = State machine and UI redesign around the new interaction = Specify config methods explicitly for compatibility Bug: 5599949 Change-Id: Ib79435dda472c43cc0746f56bf79ea896b2e33a4
* | | | am 694b266e: am 7b6d238b: Merge "Fix tethering interaction from wifi" into ↵Irfan Sheriff2011-11-231-15/+191
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | ics-mr1 * commit '694b266e0366e5400d577659d1bb8152f0a106e7': Fix tethering interaction from wifi
| * | Fix tethering interaction from wifiIrfan Sheriff2011-11-231-15/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use the right interface for untether - Wait till tethering service confirms that untether() is successful before shutting down soft Ap. This helps to make sure interface does not go away before clean up is done. Bug: 5659166 Change-Id: Iff9d4a67ff40664c2114e766590d6a83b7739738
* | | am 1c9126c6: am 59c73b92: Merge "Convert soft ap config store to state ↵Irfan Sheriff2011-11-092-154/+200
|\ \ \ | |/ / | | | | | | | | | | | | | | | machine" into ics-mr1 * commit '1c9126c64b56b6465fd551680461caed2e1ea20d': Convert soft ap config store to state machine
| * | Convert soft ap config store to state machineIrfan Sheriff2011-11-082-154/+200
| | | | | | | | | | | | | | | | | | | | | | | | - Create thread when needed - asynchronous interaction with wifi state machine Bug: 5587391 Change-Id: Ie6d01b5a6b398a3fa12c384920a473e242443131
* | | am 45a04db3: Merge "Avoid quick shutdown after a driver start" into ics-mr1Irfan Sheriff2011-11-051-12/+37
|\ \ \ | |/ / | | | | | | | | | * commit '45a04db3f95755829b24043d30d7da7182b4f33b': Avoid quick shutdown after a driver start
| * | Merge "Avoid quick shutdown after a driver start" into ics-mr1Irfan Sheriff2011-11-041-12/+37
| |\ \
| | * | Avoid quick shutdown after a driver startIrfan Sheriff2011-11-031-12/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Causes problems on our wext driver and potentially on cfg based driver as well. NLP can trigger very quick acquire and release within seconds leading to driver switching between start and stop state. We now keep driver up for atleast couple of minutes after a start Bug: 5478196 Change-Id: I1b261578252c5fb9a65446241b51e5686d4d9cc3
* | | | am a3d9eba1: Merge "Reset IP failure counter on a success" into ics-mr1Irfan Sheriff2011-11-031-0/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'a3d9eba10461158a52acfc2a0324696b25db761f': Reset IP failure counter on a success
| * | | Merge "Reset IP failure counter on a success" into ics-mr1Irfan Sheriff2011-11-031-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Reset IP failure counter on a successIrfan Sheriff2011-11-011-0/+1
| | |/ | | | | | | | | | | | | Bug: 5552673 Change-Id: I56c032577be217895b75bf72ecb2c986d2064ab4
* | | am b419abca: am 7f00c22b: Merge "Avoid duplicate dialogs leading to NPE" ↵Irfan Sheriff2011-11-021-14/+101
|\ \ \ | |/ / | | | | | | | | | | | | | | | into ics-mr0 * commit 'b419abcadad79cd908acfe51dc6e8902c16ff728': Avoid duplicate dialogs leading to NPE
| * | Merge "Avoid duplicate dialogs leading to NPE" into ics-mr0Irfan Sheriff2011-11-021-14/+101
| |\ \
| | * | Avoid duplicate dialogs leading to NPEIrfan Sheriff2011-11-011-14/+101
| | | | | | | | | | | | | | | | | | | | Bug: 5548268 Change-Id: I383d5dba5ed2d77c1623d03990f1139872a65e2a
* | | | am 12f9900b: am 737c3dd9: Merge "docs: add package description for wifi.p2p ↵Scott Main2011-10-272-2/+87
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | and update the one for wifi" into ics-mr0 * commit '12f9900bfb004a09ea6a8ce0df27c661124f46ac': docs: add package description for wifi.p2p and update the one for wifi
| * | | Merge "docs: add package description for wifi.p2p and update the one for ↵Scott Main2011-10-272-2/+87
| |\ \ \ | | |_|/ | |/| | | | | | wifi" into ics-mr0
| | * | docs: add package description for wifi.p2p and update the one for wifiScott Main2011-10-182-2/+87
| | | | | | | | | | | | | | | | Change-Id: Iaf80f9640a4d56100e22d93954edd8aeb5ea4d2b
* | | | Switch to notifications for walled gardenIrfan Sheriff2011-10-251-42/+71
|/ / / | | | | | | | | | | | | | | | | | | | | | Also, switches the URL for browser to the actual URL used for checking walled garden Bug: 5398921 Change-Id: I7eb6f463c9b2f7e11c1d423711fa8a3d2bd2ff13
* | | Fix handling in DisconnectingStateIrfan Sheriff2011-10-201-1/+6
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we also handle supplicant state change to identify that a network is disconnected (in case CTRL-EVENT-DISCONNECTED goes missing), it is dangerous to defer all supplicant state change messages while in DisconnectingState. It may happen that the CTRL-EVENT-DISCONNECTED goes missing while in DisconnectingState resulting in a supplicant state change of 0 (disconnect) getting deferred. Eventually after a connection completes, the supplicant state change events get handled and the state machine goes into DisconnectedState. Fix by having state machine switch out of DisconnectingState once we do not immediately see a CTRL-EVENT-DISCONNECTED state. Bug: 5490789 Change-Id: Ia2263795e53c51da0a2bfeefecfeb6256d6c5267
* | Merge "Add a delay before walled garden test" into ics-mr0Maarten Hooft2011-10-191-18/+47
|\ \ | |/ |/|
| * Add a delay before walled garden testIrfan Sheriff2011-10-191-18/+47
| | | | | | | | | | | | | | | | | | This allows a carrier app to authenticate before we notify the user. For future, we will provide an API that allows app to disable the walled garden check. Bug:5398921 Change-Id: Iff98ddaaa9fa38def4f43b1995f4b2c36f93a919
* | Disconnect without CTRL-EVENT-DISCONNECTEDIrfan Sheriff2011-10-171-0/+13
|/ | | | | | | | Handle a supplicant state change indicating disconnection even if we have missed the CTRL-EVENT-DISCONNECTED notice Bug: 5437924 Change-Id: I28e314f47f17359926c091b2015cd1fb7422fb22
* Add a time threshold for re-enabling networksIrfan Sheriff2011-10-051-1/+13
| | | | | | | | | Reconnecting to a bad network can be expensive (network down time wise and for the device as well). Add a minimum threshold. Bug: 5234206 Change-Id: I5ef1fe06038db73c29a3e95b6229506555f36c77
* Handle unexpected interface up/down eventsIrfan Sheriff2011-10-041-2/+21
| | | | | | | | | | | | | | | WEXT on crespo has an issue where the interface up/down events can happen in an unexpected fashion. At a driver start, we can go from interface disabled to interface enabled, back to interface disabled and then eventually into an interface enabled state. Earlier, we were just expecting a single interface enable event that would trigger driver specific commands. Now, we just handle these events as individual driver stop and driver start situations so that we do appropriate things eventually Bug: 5239853 Change-Id: I6bd5d844edf9fadfdca4e8eb753c2ba738aa6ad5
* Reduce/Fix system loggingIrfan Sheriff2011-10-043-219/+237
| | | | | Bug: 5410239 Change-Id: I2f91dfde0b701e8905a1235696591b3154693c7c
* Fix IPv6 on wifirepo sync2011-09-291-3/+27
| | | | | Bug: 5388757 Change-Id: I3c8c776c26dad1daa9801d0455fde749c0206401
* Merge "Switch to cfg based signal_poll command"Irfan Sheriff2011-09-262-8/+33
|\
| * Switch to cfg based signal_poll commandIrfan Sheriff2011-09-262-8/+33
| | | | | | | | | | Bug: 5352916 Change-Id: Id2ba7091a5e4cc4c1e14aa2c49e5b943519019bf
* | Merge "Fix watchdog to stop ping after wifi disconnects" into ics-factoryromIrfan Sheriff2011-09-231-4/+3
|\ \ | |/ |/|
| * Fix watchdog to stop ping after wifi disconnectsIrfan Sheriff2011-09-231-4/+3
| | | | | | | | | | | | | | | | | | | | | | - The pings are delayed async messages that were getting handled after a disconnect as well - Increase poll time to 200 ms, so we block on a receive for 1ms every 200ms for a sent packet Bug: 5361564 Change-Id: I1931a1c4146e78a87407d541d8c3934ff8232604
* | Add supplication shut down recoveryIrfan Sheriff2011-09-191-2/+23
|/ | | | | | | | | | | When framework fails to get a notice of supplicant shut down, timeout and proceed with a forced terminate Also, avoid killing supplicant immediate upon stop and use the timeout for recovery Bug: 5337272 Change-Id: Id8971c673dc3082a5f15a6d5cef907bebe1e0fa0
* Add support to change IPv6 privacy extensionsIrfan Sheriff2011-09-141-6/+8
| | | | | Bug: 3360737 Change-Id: I9136992d05f7abf15bdfd92aad3a3e0c0fe3bee2
* Unhide wifi p2p APIIrfan Sheriff2011-09-1315-425/+493
| | | | | Bug: 5247957 Change-Id: Id93e30c0cb60f361ba13a840de8f843415777336
* am 61db35da: am 2f835a61: Merge "Make copies of NetworkInfo to give out." ↵Robert Greenwalt2011-09-131-2/+3
|\ | | | | | | | | | | | | into honeycomb-LTE * commit '61db35da2b4501dde5646f86f21cf5054c41ea26': Make copies of NetworkInfo to give out.
| * Make copies of NetworkInfo to give out.Robert Greenwalt2011-09-091-2/+3
| | | | | | | | | | | | | | Otherwise we'll change it out from under those we've given it too. bug:5233462 Change-Id: Iffc886849edfa6ced3da1133f9d363e11b2733f8
| * Use resetConnections with resetMask.Wink Saville2011-07-071-2/+2
| | | | | | | | | | Bug: 4981919 Change-Id: I5dec2da0756d5083bc81494fd583672704537694
| * resolved conflicts for merge of 914ed90f to honeycomb-LTEIrfan Sheriff2011-06-221-129/+151
| |\ | | | | | | | | | Change-Id: I616b7ba5c27d0cc4247f5cce4303effe14658e1e
| | * Revert "DO NOT MERGE Revert "DO NOT MERGE Add DhcpStateMachine""Irfan Sheriff2011-06-211-128/+150
| | | | | | | | | | | | This reverts commit 58d1bb497e0d83e28a02fbcdc1f33f29a992db7e.
| * | resolved conflicts for merge of 267a6181 to honeycomb-LTEIrfan Sheriff2011-06-221-150/+131
| |\ \ | | |/ | | | | | | Change-Id: I95d459c937f788ed15f178e85692e1c393bdaa04
| | * DO NOT MERGE Revert "DO NOT MERGE Add DhcpStateMachine"Irfan Sheriff2011-06-211-150/+128
| | | | | | | | | | | | | | | | | | This reverts commit fe3b33d4ead06c546202753e38188db5e2eaa7fa. Change-Id: I3a9ae1f0d17e7a154d27d4f3f3eb1efa21a34f64
* | | Emergency callback mode handlingIrfan Sheriff2011-09-111-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For wifi, track ECM and shut down and restart when device goes in ECM and out For p2p, simply turn off when in ECM mode Bug: 5185246 Change-Id: I5f5bf75fac3e27db1d7c412135c796f2b137263d
* | | Merge "Finalize wifi watchdog default settings"Irfan Sheriff2011-09-091-6/+8
|\ \ \