summaryrefslogtreecommitdiffstats
path: root/wifi
Commit message (Collapse)AuthorAgeFilesLines
* Fix NPE while creating autonomous GOIrfan Sheriff2012-06-011-1/+5
| | | | | | | | When autonomous GO is being created and we get a device lost event, fix NPE Bug: 6595978 Change-Id: Id93b693b8bcc447aea03c04be7556b1f2ff00a90
* Merge "Fix walled garden detection on nakasi" into jb-devIrfan Sheriff2012-05-311-5/+12
|\
| * Fix walled garden detection on nakasiIrfan Sheriff2012-05-311-5/+12
| | | | | | | | | | Bug: 6576101 Change-Id: Iad2ea67e54662cd30a0e7425dab2a6174d13d152
* | Merge "Retain device during connecting state" into jb-devIrfan Sheriff2012-05-251-2/+26
|\ \ | |/ |/|
| * Retain device during connecting stateIrfan Sheriff2012-05-251-2/+26
| | | | | | | | | | | | | | | | | | | | With join taking much longer, sometimes device can be lost from supplicant. Retain device to complete connection. Also, clear up stale peer data after find stops during inactive state. Bug: 6557725 Change-Id: I15b92e50a837481f974034b1ea7b32c8abee969e
* | Merge "Fix delayed wifi shutdown" into jb-devIrfan Sheriff2012-05-251-2/+26
|\ \ | |/ |/|
| * Fix delayed wifi shutdownVishal Mahaveer2012-05-241-2/+26
| | | | | | | | | | | | | | | | Use a wake up alarm to ensure delayed shut down message is sent Bug: 5926285 Change-Id: I26a3353ddabb17d55299d8b5f9faf4c7ef5b2448 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
* | Add WPS details for certificationIrfan Sheriff2012-05-222-1/+52
|/ | | | | | | We need to provide device details to the supplicant for WPS 2.0 certification Bug: 6450363 Change-Id: I3eb8bc75faacf392a43b6ef3085971bd32a675ac
* Merge "Add work around to restart driver on failure" into jb-devIrfan Sheriff2012-05-141-1/+35
|\
| * Add work around to restart driver on failureIrfan Sheriff2012-05-141-1/+35
| | | | | | | | | | | | | | | | | | A driver start can fail and device can stay stuck in that state. Add a work around to retry once after a period of time and then reload wifi if that does not work. Bug: 6005966 Change-Id: I930554ac96ac25da2a38e49630d375656e32f6f6
* | Merge "Add in constant for WPA supplication settings" into jb-devKenny Root2012-05-111-0/+6
|\ \
| * | Add in constant for WPA supplication settingsKenny Root2012-05-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | This constant indicates what should be sent when a wpa_supplicant's engine field should be marked as "disable." Bug: 6480500 Change-Id: Ic963eff4b2ae1496f06e23f80514bf530767c568
* | | Merge "Fix wifi direct issues" into jb-devIrfan Sheriff2012-05-113-19/+33
|\ \ \ | |/ / |/| |
| * | Fix wifi direct issuesIrfan Sheriff2012-05-113-19/+33
| |/ | | | | | | | | | | | | | | | | | | - BSS command is unreliable, use group owner information from p2p_find - Fix the autonomousgroup settings - Use group idle settings only on the p2p group interface to avoid group idle resulting group formation failures Bug: 6426991 Change-Id: I44fc204775580fb4fec6ce27070ddbde0751b495
* | Merge "Tone down poor connection avoidance" into jb-devIrfan Sheriff2012-05-091-14/+6
|\ \
| * | Tone down poor connection avoidanceIrfan Sheriff2012-05-091-14/+6
| |/ | | | | | | | | | | | | | | | | Until we figure out a way to compare a poor mobile network against and poor wifi network and then weighing in other factors, tone down wifi avoidance aggressiveness Bug: 6456541 Change-Id: Idc81e4d83f47c9870abbdb4359ddfeaffdcca838
* | Use Map for DnsSd TXT recordIrfan Sheriff2012-05-093-23/+22
|/ | | | | Bug: 6434844 Change-Id: I767077585f501b46026ed34ec3e778d3e53209cc
* Merge "Report open networks without saved networks" into jb-devIrfan Sheriff2012-05-031-15/+55
|\
| * Report open networks without saved networksIrfan Sheriff2012-05-021-15/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The supplicant stops periodic scans when there are no saved networks. The framework needs to have a periodic scan to handle this scenario. We do have an infrequent wake up scan (15 mins), but thats way too slow to report an open network. Setup a scan by the supplicant interval when there are no saved networks Bug: 5420656 Change-Id: Id3708ecc874b42971643cc747bb9e7f2efc7d1dd
* | Merge "Fix reference counting of wifi locks" into jb-devIrfan Sheriff2012-05-021-2/+2
|\ \
| * | Fix reference counting of wifi locksIrfan Sheriff2012-05-021-2/+2
| |/ | | | | | | | | Bug: 6105898 Change-Id: I7368de91fa4aa63fd97dda0ee91d810aaaa53d8b
* | Merge "Fix getConfiguredNetworks when wifi is disabled" into jb-devIrfan Sheriff2012-05-021-2/+5
|\ \
| * | Fix getConfiguredNetworks when wifi is disabledIrfan Sheriff2012-05-021-2/+5
| |/ | | | | | | | | Bug: 6380917 Change-Id: I4c6f1a379ef2401cde739aedfc82578c03e7dcf3
* | P2p fixesIrfan Sheriff2012-05-023-107/+49
|/ | | | | | | | | | | - Fix group idle settings - Fix provision discovery event handling. We only care about device address. - Fix WPS setup at start Bug: 6427634 Change-Id: I0b1a7d73199e373350001114f4607bc39f2a53ba Signed-off-by: isheriff@google.com Signed-off-by: Yoshihiko Ikenaga <yoshihiko.ikenaga@jp.sony.com>
* Merge "Fix connect & save of invalid networks" into jb-devIrfan Sheriff2012-04-302-44/+27
|\
| * Fix connect & save of invalid networksIrfan Sheriff2012-04-302-44/+27
| | | | | | | | | | | | | | Ensure SSID is not null for a new network being added Bug: 6411912 Change-Id: I26467810bf10b7325c04677c1d0e5ff1cfb4a09e
* | Merge "Handle null SSID cleanly" into jb-devIrfan Sheriff2012-04-281-0/+1
|\ \
| * | Handle null SSID cleanlyIrfan Sheriff2012-04-271-0/+1
| |/ | | | | | | | | Bug: 6411912 Change-Id: I12f9df403c9633d928d898ae675ce36303dda1a8
* | Merge "Recover immediately from driver hang" into jb-devIrfan Sheriff2012-04-271-4/+4
|\ \
| * | Recover immediately from driver hangIrfan Sheriff2012-04-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | A firmware crash can now put the interface down without notifiying the framework. We detect this and recover immediately. Bug: 6263857 Change-Id: Ib2dc0412fcdf9ce7b90a7fc0fab778f7af9c0513
* | | Merge "Switch to standard commands for pno & power save" into jb-devIrfan Sheriff2012-04-272-43/+24
|\ \ \ | |/ /
| * | Switch to standard commands for pno & power saveIrfan Sheriff2012-04-272-43/+24
| |/ | | | | | | | | | | | | Remove DRIVER commands and switch to cfg based commands Bug: 6318223 Change-Id: I5e21c4bb554c2992a52fd3c1741629645b22ae43
* | Allow override of p2p dialogsYoshihiko Ikenaga2012-04-273-81/+474
|/ | | | | | | | | | | | | | | | | By default, we show dialogs for connection requests and for user interaction for pin input from the framework. For applications, that want to make the experience more seamless we should allow automatic discovery and connection as long as one app can control it. We allow this for a foreground app alone right now. This will be a hidden API for now. Bug: 6411069 Change-Id: Id342e933073d30eb58bf5a03a47ca26a64df8ddb Signed-off-by: isheriff@google.com Signed-off-by: Yoshihiko Ikenaga <yoshihiko.ikenaga@jp.sony.com>
* Merge "Add support for changing p2p device name" into jb-devIrfan Sheriff2012-04-272-9/+73
|\
| * Add support for changing p2p device nameIrfan Sheriff2012-04-272-9/+73
| | | | | | | | | | | | Change-Id: Ie13fe2adedd0bac6aa07b3369c4d6a05ef33cd24 Signed-off-by: isheriff@google.com Signed-off-by: Yoshihiko Ikenaga <yoshihiko.ikenaga@jp.sony.com>
* | Fix flag on network state change broadcastIrfan Sheriff2012-04-261-2/+1
|/ | | | | | | | Using FLAG_RECEIVER_REPLACE_PENDING causes broadcasts to be missed confusing the connectivity service BUg: 6401167 Change-Id: Id69b2df18b9eb6b3e2195fbf399f36501a8d41df
* Better assertions when bandwidth module disabled.Jeff Sharkey2012-04-211-1/+1
| | | | | | | Also disable some verbose logging in WifiStateTracker. Bug: 6368329 Change-Id: I9a5219bc1b3fd870468f7de46cdf4f173a437c59
* Connect metered DHCP hint for Wi-Fi networks.Jeff Sharkey2012-04-202-2/+33
| | | | | | | | | | | | When DHCP lease includes vendor info indicating that remote Wi-Fi network is metered, advise NetworkPolicy. Users can still manually change the metered flag in Settings. Also remove any policies belonging to removed Wi-Fi networks, and teach isNetworkMetered() about ethernet networks. Bug: 6344821, 6369307, 6365872 Change-Id: I108606c6fddf2d02828fcab011f3a1501415f1bc
* Merge "Expose NO_SERVICE_REQUESTS error condition"Irfan Sheriff2012-04-191-2/+2
|\
| * Expose NO_SERVICE_REQUESTS error conditionIrfan Sheriff2012-04-191-2/+2
| | | | | | | | Change-Id: I45214557579fc82faa93a41d22c0890a218b091e
* | Fix service discovery bugsIrfan Sheriff2012-04-181-6/+25
|/ | | | | | | | | | - Application does not have transaction id information. go through list and remove - Avoid removing client info while enumerating it Change-Id: Ie293876756418ed4cd6dc3a903689ee7003bd12d Signed-off-by: yoshihiko.ikenaga@jp.sony.com
* Merge "Open p2p pre-association service discovery API"Irfan Sheriff2012-04-1710-271/+307
|\
| * Open p2p pre-association service discovery APIIrfan Sheriff2012-04-1410-271/+307
| | | | | | | | | | | | | | | | | | | | | | | | This allows applications to filter out the devices by the services supported for the purpose of establishing a connection. so, a game app can connect to devices that support the game, and a media streaming app can filter and connect only to the available media display devices Change-Id: Ia792e292d2ca771beeb4ca3b007a047527c19229
* | Fix SSID parseIrfan Sheriff2012-04-171-2/+2
| | | | | | | | | | Bug: 6350079 Change-Id: I104dafa982bd1f144ea3a4fe19a0a23d6bf8075d
* | Fix ssid fetchIrfan Sheriff2012-04-163-24/+13
| | | | | | | | Change-Id: Iee5ee5f53bea7dea219b41735cd169389ca7e719
* | Log messages in dumpIrfan Sheriff2012-04-161-39/+32
|/ | | | | | Remove event logging and add messages in dump Change-Id: Ic79c68443bac9b7257644ed6941853f44a9b0661
* Merge "Pre-association service discovery support"Irfan Sheriff2012-04-1217-36/+2909
|\
| * Pre-association service discovery supportIrfan Sheriff2012-04-1217-36/+2909
| | | | | | | | | | | | | | | | Add UPnp, Bonjour and vendor specific support for discovering services on Wi-Fi direct before establishing a connection. Change-Id: I1c1f3427180abdc80a4e682e713adc7f0326c5ef Signed-off-by: Yoshihiko Ikenaga <yoshihiko.ikenaga@jp.sony.com>
* | Merge "P2p fixes"Irfan Sheriff2012-04-092-12/+86
|\ \ | |/ |/|
| * P2p fixesIrfan Sheriff2012-04-062-12/+86
| | | | | | | | | | | | | | | | Add powersave on client after connect Set concurrency priority to STA Fix connection cancellation Change-Id: I76fd9d1085c611a8c4068047b64289ef539ab389