index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
WifiService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
add adhoc support into android framework
Petr Havlena
2010-08-20
1
-1
/
+59
*
Make the SSID field of WifiConfiguration consistent with API description.
Chung-yih Wang
2010-05-15
1
-2
/
+2
*
Disable tethering when airplane mode is enabled
Irfan Sheriff
2010-04-06
1
-2
/
+19
*
Dont start wifi if in airplane mode
Irfan Sheriff
2010-04-02
1
-1
/
+4
*
cherry-pick d4f3958bde05d04f97e0a4054d2a6185989d99f3 into Froyo
Irfan Sheriff
2010-03-30
1
-10
/
+32
*
cherry-pick 288b4ac94571e6f77036831708e7bb7c31874688 into froyo
Irfan Sheriff
2010-03-29
1
-6
/
+3
*
settings variable for wifi saved state
Irfan Sheriff
2010-03-25
1
-2
/
+16
*
Update Framework to support multiple dhpc ranges
Robert Greenwalt
2010-03-25
1
-2
/
+2
*
Disallow tethering disable by Wifi
Irfan Sheriff
2010-03-24
1
-10
/
+17
*
Fix WakeLock issue for driver stop
Irfan Sheriff
2010-03-24
1
-25
/
+5
*
Fix wakelock
Irfan Sheriff
2010-03-19
1
-0
/
+1
*
Clean up changing AP configuration
Irfan Sheriff
2010-03-18
1
-4
/
+13
*
Dont disable AP for tether failures
Irfan Sheriff
2010-03-18
1
-1
/
+5
*
softAp framework changes
Irfan Sheriff
2010-03-16
1
-57
/
+96
*
Remove reload config for priority change
Irfan Sheriff
2010-03-16
1
-13
/
+1
*
Run WifiWatchdogServiceThread only on wifi enable
Irfan Sheriff
2010-03-12
1
-5
/
+19
*
Clean up native access from framework
Irfan Sheriff
2010-03-10
1
-10
/
+10
*
Re-organize access to native interface through WifiStateTracker
Irfan Sheriff
2010-03-10
1
-154
/
+136
*
Refactor android.backup => android.app.backup
Christopher Tate
2010-03-05
1
-1
/
+1
*
Wifi AP framework changes first pass
Irfan Sheriff
2010-03-04
1
-1
/
+260
*
Switch the services library to using the new Slog
Joe Onorato
2010-03-01
1
-35
/
+35
*
get DHCP IP on each connection
Irfan Sheriff
2010-02-10
1
-2
/
+5
*
WifiService: allow EAP variables to be unset using empty strings.
Chia-chi Yeh
2010-01-29
1
-1
/
+1
*
Avoid wifi disable in a UNKNOWN state
Irfan Sheriff
2010-01-12
1
-0
/
+11
*
Synchronize all WifiNative calls
Irfan Sheriff
2010-01-08
1
-118
/
+123
*
move some system services from gservices to secure settings
Doug Zongker
2010-01-07
1
-6
/
+7
*
am 9d3cb9bf: Merge change I204e4787 into eclair
Jaikumar Ganesh
2009-12-07
1
-11
/
+18
|
\
|
*
Fix updating Bluetooth icon on status bar and for Wifi.
Jaikumar Ganesh
2009-12-07
1
-11
/
+18
*
|
Add wifi "HANGED" driver state triggering reload.
Robert Greenwalt
2009-10-23
1
-0
/
+10
*
|
Add a new API for initing Wifi multicast filtering
Robert Greenwalt
2009-10-21
1
-0
/
+13
*
|
am 16cb04ab: Merge change If1acb2dd into eclair
Robert Greenwalt
2009-10-13
1
-4
/
+9
|
\
\
|
|
/
|
*
Add a little logging to diagnose wifi cycle bug
Robert Greenwalt
2009-10-13
1
-4
/
+9
*
|
Support double-quote SSID in WifiService.
Chung-yih Wang
2009-10-13
1
-11
/
+25
|
/
*
Add a delay to wifi driver stop on screen off.
Robert Greenwalt
2009-09-30
1
-3
/
+10
*
Don't require WAKE_LOCK permission to enable wifi
Robert Greenwalt
2009-09-19
1
-0
/
+4
*
Fix the missing part for reading enterprise fields in wifi configuration
Chung-yih Wang
2009-09-16
1
-95
/
+21
*
Don't init wifiChannels until after supplicant up
Robert Greenwalt
2009-09-11
1
-7
/
+0
*
API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API.
Nick Pelly
2009-09-10
1
-3
/
+3
*
WifiService: Hash based on both SSID and BSSID in scan result cache.
Mike Lockwood
2009-08-17
1
-3
/
+4
*
Wifi: Fix synchronization bug in multicast lock.
Zheng BaoZhong
2009-08-05
1
-2
/
+6
*
Wifi: Add support for enabling Wifi while in airplane mode.
Mike Lockwood
2009-07-29
1
-2
/
+16
*
am 356d4a14: Merge change 8172 into donut
Android (Google) Code Review
2009-07-22
1
-0
/
+11
|
\
|
*
Add the phase2 field for EAP WiFi configuration.
Chung-yih Wang
2009-07-22
1
-0
/
+11
*
|
resolved conflicts for merge of f7703519 to master
Mike Lockwood
2009-07-14
1
-0
/
+3
|
\
\
|
|
/
|
*
wifi: Disable RSSI polling when the screen is off.
Mike Lockwood
2009-07-14
1
-0
/
+3
*
|
wifi: Keep the WLAN network interface up whenever wifi is enabled.
Mike Lockwood
2009-07-10
1
-2
/
+9
*
|
WifiService: Remove hidden AP counting logic for active/passive scanning mode.
Mike Lockwood
2009-07-09
1
-209
/
+1
*
|
am 463aacfb: Merge change 6661 into donut
Android (Google) Code Review
2009-07-09
1
-2
/
+2
|
\
\
|
|
/
|
*
wifi: WifiManager.startScan() will now do passive scans by default.
Mike Lockwood
2009-07-09
1
-2
/
+2
*
|
am 0310f9aa: WifiService: Fix build (missing import)
San Mehat
2009-07-07
1
-0
/
+1
|
\
\
|
|
/
[next]