summaryrefslogtreecommitdiffstats
path: root/wifi
Commit message (Collapse)AuthorAgeFilesLines
* am b4fd1bd7: am de1361fa: Merge "P2P: Turn OFF PS-mode for DHCP session" ↵Dmitry Shmidt2013-05-111-0/+2
|\ | | | | | | | | | | | | into jb-mr2-dev * commit 'b4fd1bd7748d2df00ec0792d3419aa79c742f979': P2P: Turn OFF PS-mode for DHCP session
| * am de1361fa: Merge "P2P: Turn OFF PS-mode for DHCP session" into jb-mr2-devDmitry Shmidt2013-05-111-0/+2
| |\ | | | | | | | | | | | | * commit 'de1361fa12cef43cc97e98321408e1c4c5e44b38': P2P: Turn OFF PS-mode for DHCP session
| | * Merge "P2P: Turn OFF PS-mode for DHCP session" into jb-mr2-devDmitry Shmidt2013-05-111-0/+2
| | |\
| | | * P2P: Turn OFF PS-mode for DHCP sessionDmitry Shmidt2013-05-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8494584 Change-Id: I1d7519a40342538ab31ccad6210e47b3622ae31e Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
| | * | Fix for P2P GO beaconing when 4way Handshake failsRobert Greenwalt2013-05-101-0/+7
| | |/ | | | | | | | | | | | | bug:8871100 Change-Id: I01276f13bfdd4bc23771414935d2a370223bf4fa
| * | am 6f8fb959: Merge "Enable Opportunistic Key Caching on WPA2-Enterprise ↵Robert Greenwalt2013-05-101-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Networks" * commit '6f8fb9594fa5387340601c8b6e3e13f51e57f54b': Enable Opportunistic Key Caching on WPA2-Enterprise Networks
| | * \ Merge "Enable Opportunistic Key Caching on WPA2-Enterprise Networks"Robert Greenwalt2013-05-101-0/+2
| | |\ \
| | | * | Enable Opportunistic Key Caching on WPA2-Enterprise NetworksPartha N2013-05-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a "proactive_key_caching=1" line to every network segment config that represents a WPA2-Enterprise network. This enables Opportunistic Key Caching for all eligible WLANs. Replaced TABs with spaces. Change-Id: Ia529dcd1dee7a21a68c80de05a9f590ddd944d4c Signed-off-by: Partha N <parthan@gmail.com>
* | | | | am 509b51aa: am 00ee47ea: Merge "framework/base: Handle ASSOC-REJECT events"Dmitry Shmidt2013-05-104-5/+45
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '509b51aa2560d47bcf64d63a1347b7ba8136450e': framework/base: Handle ASSOC-REJECT events
| * | | | am 00ee47ea: Merge "framework/base: Handle ASSOC-REJECT events"Dmitry Shmidt2013-05-104-5/+45
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '00ee47ead451ee2584c23f15a3760ae041e82e56': framework/base: Handle ASSOC-REJECT events
| | * | | Merge "framework/base: Handle ASSOC-REJECT events"Dmitry Shmidt2013-05-104-5/+45
| | |\ \ \
| | | * | | framework/base: Handle ASSOC-REJECT eventsDeepthi Gowri2013-05-094-5/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable current network and enable other saved networks(if any) once number of ASSOC-REJECTs on an attempt to connect to a corresponding network exceeds the threshold. Change-Id: Iac3c1596aa800d93c55b0ac5d8070a058c3842bd
* | | | | | am a62fbd31: am 408ad99d: Merge "frameworks/base:Fix for P2P GO beaconing ↵Robert Greenwalt2013-05-101-0/+7
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when 4-way Handshake fails." * commit 'a62fbd31b38d95817ebd65118e4c7ef2d82bc2ee': frameworks/base:Fix for P2P GO beaconing when 4-way Handshake fails.
| * | | | | am 408ad99d: Merge "frameworks/base:Fix for P2P GO beaconing when 4-way ↵Robert Greenwalt2013-05-101-0/+7
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | | | | | | | | | | | | Handshake fails." * commit '408ad99dd307ae93abec76821d343b8e080c99c9': frameworks/base:Fix for P2P GO beaconing when 4-way Handshake fails.
| | * | | frameworks/base:Fix for P2P GO beaconing when 4-way Handshake fails.Deepthi Gowri2013-05-091-0/+7
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for P2P GO beaconing when 4-way Handshake fails by setting p2p_group_idle timeout of 10 sec when group is started as a GO and clear it when AP_STA_CONNECTED event is received. Change-Id: I40189efc31eeb55e01a95a2a8e9c1a95d929952d bug: 8871100 Signed-off-by: Deepthi Gowri <deepthi@codeaurora.org>
| | * | framework:When turn off of SoftAp immediately call turning ON SoftApsunil duttu2013-04-301-0/+1
| | |/ | | | | | | | | | | | | | | | | | | | | | Due to sub system restart,There is state change of softAp tether state machine in tethered state triggering turnoff SoftAp this should be follwed by turnon softap. Change-Id: I93051f17bcaae72ae0694f1f23557cc1d3bea280
* | | Enable Opportunistic Key Caching on WPA2-Enterprise NetworksPartha N2013-05-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add a "proactive_key_caching=1" line to every network segment config that represents a WPA2-Enterprise network. This enables Opportunistic Key Caching for all eligible WLANs. Change-Id: Ia529dcd1dee7a21a68c80de05a9f590ddd944d4c Signed-off-by: Partha N <parthan@gmail.com>
* | | framework: When turn off of SoftAp immediately call turning ON SoftApsunil duttu2013-04-301-0/+1
|/ / | | | | | | | | | | | | | | Due to sub system restart, there is state change of softAp tether state machine in tethered state triggering turnoff SoftAp this should be follwed by turnon softap. Change-Id: I7fbc87ff270d0d720f06ae3697a1ce81f8444ee0
* | Fix network reload when config is restoredIrfan Sheriff2013-04-252-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | With scan mode opted in, supplicant connection is not shut down even when wifi is turned off. This is a problem since networks need to be reloaded when wifi is turned off and turned on and this currently happens only on a supplicant connection. Fix to handle this for scan mode state. Bug: 8714796 Change-Id: I7d66c39fb51018fb52e783341222cea993993893
* | Merge "Fix NPE issues seen by CTS" into jb-mr2-devIrfan Sheriff2013-04-191-3/+8
|\ \
| * | Fix NPE issues seen by CTSIrfan Sheriff2013-04-191-3/+8
| | | | | | | | | | | | | | | Bug: 8646305 Change-Id: Ief90c76d63f60aee9a3da080cd43dd9610f3f4fc
* | | Merge "Add getters and private constructor" into jb-mr2-devIrfan Sheriff2013-04-191-0/+34
|\ \ \ | |/ /
| * | Add getters and private constructorIrfan Sheriff2013-04-191-0/+34
| | | | | | | | | | | | | | | | | | | | | Address API feedback Bug: 8656930 Change-Id: Idc3dd8d8a7e633449329864e41cab58a6b193b5a
* | | Merge "Fix API name" into jb-mr2-devIrfan Sheriff2013-04-192-3/+3
|\ \ \ | |/ /
| * | Fix API nameIrfan Sheriff2013-04-192-3/+3
| | | | | | | | | | | | | | | | | | | | | Address council feedback Bug: 8656932 Change-Id: I92972fc3672afbc38cdeee628c04b639053f7cf3
* | | Merge "Fix enabling networks after driver stop" into jb-mr2-devIrfan Sheriff2013-04-161-0/+2
|\ \ \ | |/ /
| * | Fix enabling networks after driver stopIrfan Sheriff2013-04-161-0/+2
| | | | | | | | | | | | | | | Bug: 8630194 Change-Id: If897fc1fe54bf2f35362b8482e56d98f80a3130c
* | | Merge "Fix CTS failure due to invalid EAP update" into jb-mr2-devIrfan Sheriff2013-04-151-1/+2
|\ \ \
| * | | Fix CTS failure due to invalid EAP updateIrfan Sheriff2013-04-151-1/+2
| |/ / | | | | | | | | | | | | | | | | | | Update EAP only when it has valid entry Bug: 8604987 Change-Id: Ib6b10bd06c26ee91c4ecd3a231b509d728725dfc
* | | Remove old KeyStore call sitesKenny Root2013-04-121-9/+5
|/ / | | | | | | | | | | | | | | Remove the call sites that don't have the flags specified. This is to ensure that callers know what flags they're setting. Bug: 8122243 Change-Id: Ifbd178fddbf8dbd8f7b821ea739a20d056ef9fa7
* | Disconnect from AP when teardown requested.Robert Greenwalt2013-04-121-0/+6
| | | | | | | | | | | | | | | | We can leave the driver running if it can't handle quick start/stop cycles, but we must disconnect when requested. Bug:8549078 Change-Id: Id2e930fb48ca78bb459b775cba7e9aa31a6c9941
* | Fix WPS handling when already connectedIrfan Sheriff2013-04-111-1/+4
| | | | | | | | | | | | | | Dont enable networks too quickly Bug: 8558120 Change-Id: Ibee1ae393d56e532227505d0393a9a337f72f62f
* | Fix proxy and IP settingsIrfan Sheriff2013-04-112-22/+34
| | | | | | | | | | | | | | | | - Network disconnect was clobbering IP and proxy settings. - Track settings correctly in WifiConfigStore Bug: 7299216 Change-Id: I30e5b68e59e30f7b99a71e8d7cf18750c784cec7
* | Fix crash bug with mismatched iface namesRobert Greenwalt2013-04-081-5/+7
| | | | | | | | | | | | | | | | | | | | The copied-to LinkProperties needs the same iface name as the copied from. Since we were copying into an empty LP this was trivial, but I changed the params to tighten up this contract - don't want to accidentally change an LP's iface name when we shouldn't. bug:8569797 Change-Id: I5f88826e37271a0549c14d004bb2f16983b950e6
* | Merge "Scope certs for wifi UID and handle migration" into jb-mr2-devIrfan Sheriff2013-03-292-9/+34
|\ \
| * | Scope certs for wifi UID and handle migrationIrfan Sheriff2013-03-252-9/+34
| | | | | | | | | | | | | | | Bug: 8183303 Change-Id: I842c9b0c0d4f2fa42a3fc5b1ac22c28e202ef188
* | | Merge "Add support for setMiracastMode" into jb-mr2-devIrfan Sheriff2013-03-284-4/+56
|\ \ \
| * | | Add support for setMiracastModeIrfan Sheriff2013-03-284-4/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Usage is setMiracastMode(WifiP2pManager.MIRACAST_SOURCE) or setMiracastMode(WifiP2pManager.MIRACAST_SINK) as an example. Only available for internal use and can be called as long as driver is active. P2p connection is not needed for it to be called Bug: 8493089 Change-Id: I1f87eaf3311212aae980077de26c05651a8cc811
* | | | Add BT - DataTracker connectionRobert Greenwalt2013-03-271-0/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | Allows the external BT stack the means to communicate with ConnectivityService during reverse tethering. bug:8445208 Change-Id: Ice7dfb0b50c9481d359aed14a51372878185171c
* | | Fix clearing linkproperties on disconnectIrfan Sheriff2013-03-261-3/+3
|/ / | | | | | | | | Bug: 5472644 Change-Id: If2b32b16fd3d65f1da12a9c5a8083d50125283d5
* | Notify user when wi-fi is toggled about scansIrfan Sheriff2013-03-211-0/+9
| | | | | | | | | | | | | | | | | | | | We let the user know when he turns off Wi-Fi that scans will continue to be available. User has the option to turn off the dialog and not receive this in the future. Bug: 8141918 Change-Id: I115ce2ac57125b8ffbb34245dc25effd4b3bebb0
* | Merge "Add API to control scan always mode" into jb-mr2-devIrfan Sheriff2013-03-202-2/+31
|\ \
| * | Add API to control scan always modeIrfan Sheriff2013-03-192-2/+31
| | | | | | | | | | | | | | | Bug: 8141918 Change-Id: I1e5e45e514726c2cbfd86e747123e477e00fd7ed
* | | Fix tetheringIrfan Sheriff2013-03-181-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Using sendMessageAtFrontofQueue() causes issues here since there can be a start that is deferred and it basically has no effect. Use defer which is more clean and obvious here. Bug: 8410547 Change-Id: I4fbf299283847e7c3009b87a81cb56e765b0e1e1
* | | Add stacking to the NetworkStateTrackers.Lorenzo Colitti2013-03-151-0/+10
|/ / | | | | | | | | Bug: 8276725 Change-Id: I55a107fea78f9cc84f15bd6c75292138fb35a1b6
* | Fix tether restart on settings changeIrfan Sheriff2013-03-141-3/+6
| | | | | | | | | | Bug: 8320043 Change-Id: I35d84c5b0ff2b9cc62d77b7fb6a9b9076f2cb695
* | Fix msg argument usageIrfan Sheriff2013-03-141-1/+2
| | | | | | | | Change-Id: I5b38dcbae3918a1e8c828d6e246eadf520d06c06
* | Add support for scan always available modeIrfan Sheriff2013-03-143-182/+200
| | | | | | | | | | | | | | | | | | | | Modify WifiService to add a controller to track the various desired states and let the WifiStatemachine actually control the bring up. Bug: 8141918 Change-Id: I6e98fd5a29b43c3c50c315eff5255cd0a3eaebcd
* | Fix reconnect/reassociate handlingIrfan Sheriff2013-03-111-3/+8
| | | | | | | | | | | | | | We are dropping incorrectly when in disconnected state Bug: 8357624 Change-Id: I8919dcd679da6b5fc6c7f671e243f08e42b91ff3
* | am 17d89636: am 011b8efc: Merge "frameworks/base: stop find before issuing ↵Irfan Sheriff2013-03-061-0/+2
|\ \ | |/ | | | | | | | | | | wps pbc." * commit '17d89636530f4a5e4e77d3ae11e2e696a697cc64': frameworks/base: stop find before issuing wps pbc.