Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle loss of supplicant events at start | Irfan Sheriff | 2010-07-28 | 1 | -0/+9 |
* | sticky broadcasts dont need system ready check | Irfan Sheriff | 2010-07-28 | 1 | -7/+0 |
* | Refactor WifiStateTracker | Irfan Sheriff | 2010-07-27 | 4 | -1886/+3228 |
* | Pass network properties to ConnectivityService. | Robert Greenwalt | 2010-07-13 | 1 | -19/+62 |
* | am 53dca61f: am 9005e7f4: Merge "Add setWifiApConfiguration interface" into g... | Irfan Sheriff | 2010-06-25 | 2 | -0/+17 |
|\ | |||||
| * | am 9005e7f4: Merge "Add setWifiApConfiguration interface" into gingerbread | Irfan Sheriff | 2010-06-25 | 2 | -0/+17 |
| |\ | |||||
| | * | Add setWifiApConfiguration interface | Irfan Sheriff | 2010-06-24 | 2 | -0/+17 |
| * | | merge from froyo-plus-aosp | The Android Open Source Project | 2010-06-21 | 2 | -19/+5 |
| |\ \ | |||||
| | * \ | merge from open-source master | The Android Open Source Project | 2010-06-15 | 2 | -18/+4 |
| | |\ \ | |||||
| | | * | | - updates NetUtils to use new libnetutils headers | Szymon Jakubczak | 2010-06-15 | 2 | -20/+3 |
| | * | | | merge from open-source master | The Android Open Source Project | 2010-06-15 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Fix the ssid display issue | Kenny | 2010-06-14 | 1 | -1/+1 |
* | | | | | Recover a handful of commits that were reverted earlier | Jean-Baptiste Queru | 2010-06-21 | 1 | -1/+1 |
* | | | | | am 1af48920: am f897b443: Fix driver stop check | Irfan Sheriff | 2010-06-16 | 1 | -24/+27 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | am f897b443: Fix driver stop check | Irfan Sheriff | 2010-06-16 | 1 | -24/+27 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Fix driver stop check | Irfan Sheriff | 2010-06-16 | 1 | -24/+27 |
* | | | | | Move the net transition wakelock to ConnService. | Robert Greenwalt | 2010-06-16 | 1 | -15/+0 |
* | | | | | am 864c68ea: merge from froyo-plus-aosp | The Android Open Source Project | 2010-06-14 | 2 | -3/+28 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | merge from froyo-plus-aosp | The Android Open Source Project | 2010-06-14 | 2 | -3/+28 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | |||||
| | * | | merge from open-source master | Irfan Sheriff | 2010-06-11 | 2 | -3/+28 |
| | |\ \ | | | |/ | |||||
| | | * | WLAN: Reset power save mode to startup value after DHCP response. | Mikael Kanstrup | 2010-06-10 | 2 | -2/+16 |
* | | | | am 749defb0: am f4f614f5: am 9f2a0115: Merge "Remove indefinite DHCP retries"... | Irfan Sheriff | 2010-06-10 | 1 | -5/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | am 9f2a0115: Merge "Remove indefinite DHCP retries" into froyo | Irfan Sheriff | 2010-06-10 | 1 | -5/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Remove indefinite DHCP retries | Irfan Sheriff | 2010-06-10 | 1 | -5/+4 |
* | | | | Make NetworkStateTracker an interface | Irfan Sheriff | 2010-06-10 | 1 | -7/+117 |
* | | | | Clean up APN notifications. | Robert Greenwalt | 2010-06-09 | 1 | -20/+0 |
|/ / / | |||||
* | | | Pass BluetoothDevice to the Bluetooth Headset calls. | Jaikumar Ganesh | 2010-06-02 | 1 | -1/+1 |
|/ / | |||||
* | | Reset notification state on wifi enable | Irfan Sheriff | 2010-04-18 | 1 | -0/+2 |
* | | Fix WakeLock issue for driver stop | Irfan Sheriff | 2010-03-24 | 1 | -24/+21 |
* | | Use a single mWifiState instance | Irfan Sheriff | 2010-03-22 | 1 | -47/+44 |
* | | Make getting wifi state lockless. | Brad Fitzpatrick | 2010-03-22 | 1 | -4/+13 |
* | | Fix null pointer exception | Irfan Sheriff | 2010-03-18 | 1 | -1/+5 |
* | | softAp framework changes | Irfan Sheriff | 2010-03-16 | 2 | -0/+16 |
* | | Clean up native access from framework | Irfan Sheriff | 2010-03-10 | 1 | -11/+362 |
* | | Re-organize access to native interface through WifiStateTracker | Irfan Sheriff | 2010-03-10 | 3 | -123/+235 |
* | | Wifi AP framework changes first pass | Irfan Sheriff | 2010-03-04 | 2 | -4/+137 |
* | | Remove redundant interface disable | Irfan Sheriff | 2010-02-23 | 1 | -13/+9 |
* | | get DHCP IP on each connection | Irfan Sheriff | 2010-02-10 | 1 | -10/+22 |
* | | Handle error strings from monitor connection | Irfan Sheriff | 2010-01-28 | 1 | -6/+49 |
* | | Blacklist APs instead of disable | Irfan Sheriff | 2010-01-28 | 2 | -10/+34 |
* | | Synchronize all WifiNative calls | Irfan Sheriff | 2010-01-08 | 1 | -3/+4 |
* | | Implement API to have new broadcasts replace existing broadcasts. | Dianne Hackborn | 2009-12-14 | 1 | -2/+4 |
* | | am 68b15b68: Porting change I064698b3 from mr2 to eclair. | Robert Greenwalt | 2009-12-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Porting change I064698b3 from mr2 to eclair. | Robert Greenwalt | 2009-12-08 | 2 | -13/+38 |
| * | Make FWK start a wifi scan if supplicant forgets. (do not merge) | Robert Greenwalt | 2009-10-21 | 1 | -0/+37 |
* | | Add wifi "HANGED" driver state triggering reload. | Robert Greenwalt | 2009-10-23 | 2 | -12/+37 |
* | | Add a new API for initing Wifi multicast filtering | Robert Greenwalt | 2009-10-21 | 3 | -9/+16 |
* | | Make FWK start a wifi scan if supplicant forgets. | Robert Greenwalt | 2009-10-08 | 1 | -0/+37 |
|/ | |||||
* | Stop bringing the wifi interface up on reset. | Robert Greenwalt | 2009-09-30 | 1 | -6/+5 |
* | Fix the incorrect field name in EAP wifi network. | Chung-yih Wang | 2009-09-22 | 1 | -1/+1 |