| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Handle EAP authentication failure" into honeycomb | Irfan Sheriff | 2011-01-19 | 3 | -31/+44 |
|\ |
|
| * | Handle EAP authentication failure | Irfan Sheriff | 2011-01-19 | 3 | -31/+44 |
* | | Fix soft Ap handling on system restart | Irfan Sheriff | 2011-01-18 | 1 | -8/+18 |
|/ |
|
* | Report WPS overlap error | Irfan Sheriff | 2011-01-16 | 3 | -0/+48 |
* | Fix WPS to provides immediate feedback | Irfan Sheriff | 2011-01-14 | 7 | -41/+167 |
* | Fix network availability reporting | Irfan Sheriff | 2011-01-11 | 2 | -22/+11 |
* | Use BluetoothAdapter broadcast for coex settings | Irfan Sheriff | 2011-01-07 | 1 | -132/+21 |
* | Enable networks on screen on | Irfan Sheriff | 2010-12-24 | 3 | -36/+61 |
* | Fix wifi broadcasts | Irfan Sheriff | 2010-12-22 | 2 | -39/+48 |
* | Merge "Fix ssid storage regression" | Irfan Sheriff | 2010-12-16 | 1 | -1/+1 |
|\ |
|
| * | Fix ssid storage regression | Irfan Sheriff | 2010-12-16 | 1 | -1/+1 |
* | | Use clear names for native API | Irfan Sheriff | 2010-12-15 | 2 | -12/+20 |
|/ |
|
* | Initialize network state on start | Irfan Sheriff | 2010-12-15 | 1 | -0/+2 |
* | Handle supplicant stop correctly | Irfan Sheriff | 2010-12-15 | 2 | -24/+97 |
* | WPS fixes and refactor | Irfan Sheriff | 2010-12-13 | 9 | -142/+458 |
* | Have MobileDataStateTracker & DataConnectionTracker communicate directly. | Wink Saville | 2010-12-07 | 1 | -0/+7 |
* | Update scan results when frequency band is set | Irfan Sheriff | 2010-12-06 | 1 | -0/+2 |
* | Hold network hand-off wakelock only when connected | Irfan Sheriff | 2010-12-03 | 1 | -8/+10 |
* | Fix configuration change handling | Irfan Sheriff | 2010-12-03 | 5 | -66/+143 |
* | Fix Wifi's setting of isAvailable. | Robert Greenwalt | 2010-11-23 | 1 | -1/+1 |
* | Merge "Notify all VMs when proxy changes." | Robert Greenwalt | 2010-11-19 | 1 | -39/+8 |
|\ |
|
| * | Notify all VMs when proxy changes. | Robert Greenwalt | 2010-11-19 | 1 | -39/+8 |
* | | Split SupplicantStateTracker and refactor | Irfan Sheriff | 2010-11-18 | 2 | -515/+513 |
|/ |
|
* | add frequency band control API | Irfan Sheriff | 2010-11-08 | 3 | -8/+122 |
* | Initiate wake up scan only in a disconnected state | Irfan Sheriff | 2010-11-04 | 1 | -2/+49 |
* | Set country code in the driver and remove channel set | Irfan Sheriff | 2010-11-02 | 4 | -103/+49 |
* | Use AsynChannel for synchronous API | Irfan Sheriff | 2010-11-02 | 1 | -218/+76 |
* | WifiLock extensions for high performance mode | Irfan Sheriff | 2010-10-26 | 3 | -27/+67 |
* | add wps pin from device capability | Irfan Sheriff | 2010-10-26 | 5 | -24/+82 |
* | Update BT APIs return type from Set to List. | Jaikumar Ganesh | 2010-10-22 | 1 | -3/+2 |
* | Change removeNetowrk to a synchronous channel call. | Wink Saville | 2010-10-20 | 1 | -8/+24 |
* | Fix wake and scan behavior | Irfan Sheriff | 2010-10-20 | 1 | -22/+28 |
* | wifi: Allow dual-band support | Dmitry Shmidt | 2010-10-20 | 1 | -8/+0 |
* | Remove synchronous bluetooth callbacks | Irfan Sheriff | 2010-10-14 | 1 | -21/+23 |
* | state machine fixes | Irfan Sheriff | 2010-10-12 | 1 | -44/+23 |
* | Retry quicker for control channel setup | Irfan Sheriff | 2010-10-11 | 1 | -2/+2 |
* | Use LinkProperties for IP and proxy configuration | Irfan Sheriff | 2010-10-08 | 3 | -209/+315 |
* | Add LinkAddress | Irfan Sheriff | 2010-10-06 | 1 | -11/+7 |
* | Add proxy settings per wifi network | Irfan Sheriff | 2010-10-06 | 3 | -129/+350 |
* | Wifi: Update code for new BT Apis. | Jaikumar Ganesh | 2010-09-28 | 1 | -15/+49 |
* | Add Wifi Protected Setup support | Irfan Sheriff | 2010-09-23 | 6 | -23/+149 |
* | resolved conflicts for merge of 1f377298 to master | Dianne Hackborn | 2010-09-17 | 1 | -10/+63 |
|\ |
|
| * | am 58e0eefe: Improve power tracking of WIFI use. | Dianne Hackborn | 2010-09-17 | 1 | -6/+51 |
| |\ |
|
| | * | Improve power tracking of WIFI use. | Dianne Hackborn | 2010-09-17 | 1 | -6/+51 |
* | | | Add LinkCapabilities | Wink Saville | 2010-09-16 | 2 | -2/+31 |
* | | | Add per network static IP settings | Irfan Sheriff | 2010-09-14 | 3 | -198/+407 |
* | | | resolved conflicts for merge of 53686433 to master | Dianne Hackborn | 2010-09-13 | 2 | -2/+34 |
|\ \ \
| |/ / |
|
| * | | am 7e9f4eb2: Track client requests through location manager. | Dianne Hackborn | 2010-09-13 | 2 | -2/+34 |
| |\ \
| | |/ |
|
| | * | Track client requests through location manager. | Dianne Hackborn | 2010-09-13 | 2 | -2/+34 |
| * | | am 80db4381: Merge "DO NOT MERGE Enable all networks on screen on" into ginge... | Irfan Sheriff | 2010-08-21 | 1 | -0/+28 |
| |\ \
| | |/ |
|