| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Hotspot 2.0 fix launch browser method | Yuhao Zheng | 2014-07-01 | 1 | -4/+14 |
* | Merge "interface for nfc handover supplicant commands" | Andres Morales | 2014-06-25 | 2 | -2/+116 |
|\ |
|
| * | interface for nfc handover supplicant commands | Andres Morales | 2014-06-16 | 2 | -2/+116 |
* | | add home network boost | vandwalle | 2014-06-19 | 1 | -4/+13 |
* | | initial tuning | vandwalle | 2014-06-18 | 4 | -3/+70 |
* | | Passpoint OSU bug fix + API rename | Yuhao Zheng | 2014-06-17 | 2 | -56/+56 |
* | | Wifi Passpoint - add new API and change equals element | roger.chang | 2014-06-16 | 2 | -5/+164 |
|/ |
|
* | auto-roam fixes, disable scanning based on traffic at interface | vandwalle | 2014-06-13 | 2 | -2/+11 |
* | Merge "Wifi passpoint - linking APIs" | Yuhao Zheng | 2014-06-12 | 4 | -73/+112 |
|\ |
|
| * | Wifi passpoint - linking APIs | Yuhao Zheng | 2014-06-11 | 4 | -73/+112 |
* | | Support scanning using band specification instead of channels | Vinit Deshpande | 2014-06-12 | 1 | -23/+41 |
* | | Fix an NPE in WifiScanner while reporting description | Vinit Deshpande | 2014-06-12 | 1 | -3/+41 |
* | | reset counters when disconnecting | vandwalle | 2014-06-11 | 1 | -10/+10 |
* | | auto-roam initial implementation | vandwalle | 2014-06-11 | 3 | -10/+120 |
|/ |
|
* | remember and report network score | vandwalle | 2014-06-09 | 4 | -39/+236 |
* | Add class CellularNetwork for plmn parsing and retrieve mcc and mnc. | puff wen | 2014-06-03 | 1 | -26/+21 |
* | Merge "handle removal of self added configurations" | vandwalle | 2014-06-02 | 1 | -0/+7 |
|\ |
|
| * | handle removal of self added configurations | vandwalle | 2014-06-02 | 1 | -0/+7 |
* | | More ANQP parsing | Yuhao Zheng | 2014-06-02 | 3 | -106/+382 |
|/ |
|
* | Merge "add uid and debug fields to wifiConfiguration" | vandwalle | 2014-05-31 | 1 | -1/+56 |
|\ |
|
| * | add uid and debug fields to wifiConfiguration | vandwalle | 2014-05-30 | 1 | -1/+56 |
* | | Merge "Hotspot 2.0 framework - Update implementation" | Yuhao Zheng | 2014-05-31 | 3 | -259/+192 |
|\ \ |
|
| * | | Hotspot 2.0 framework - Update implementation | roger.chang | 2014-05-30 | 3 | -259/+192 |
* | | | Accomoditing API Review feedback for WifiScanner | Vinit Deshpande | 2014-05-30 | 2 | -73/+52 |
|/ / |
|
* | | Wifi Passpoint API change | Yuhao Zheng | 2014-05-29 | 3 | -1/+24 |
|/ |
|
* | Update Hotspot 2.0 SDK APIs | Yuhao Zheng | 2014-05-23 | 1 | -28/+20 |
* | Update Hotspot 2.0 SDK APIs | Yuhao Zheng | 2014-05-22 | 3 | -16/+44 |
* | revert change preventing NULL SSID in a WifiConfiguration | vandwalle | 2014-05-22 | 1 | -2/+0 |
* | remember last supplicant failure | vandwalle | 2014-05-21 | 1 | -0/+8 |
* | make verbose logging a wifimanager hidden API | vandwalle | 2014-05-21 | 4 | -6/+94 |
* | Merge "various autojoin fixes" | vandwalle | 2014-05-21 | 1 | -1/+7 |
|\ |
|
| * | various autojoin fixes | vandwalle | 2014-05-21 | 1 | -1/+7 |
* | | Make Wifi WPS API available on application layer | Vinit Deshpande | 2014-05-20 | 2 | -14/+8 |
* | | Hotspot 2.0 framework - add implementation | Roger Chang | 2014-05-20 | 17 | -399/+2579 |
|/ |
|
* | Move IP config from WifiConfiguration to IpConfiguration. | Jaewan Kim | 2014-05-20 | 1 | -63/+60 |
* | Implement onPeriodChanged and multiple scans of same channels | Vinit Deshpande | 2014-05-19 | 1 | -0/+3 |
* | Fix docs build break in passpoint manager | Vinit Deshpande | 2014-05-18 | 1 | -1/+1 |
* | introducing link layer | vandwalle | 2014-05-18 | 1 | -0/+189 |
* | Fix doc build - ScanResult is exposing PassointInfo which is still hidden | Vinit Deshapnde | 2014-05-18 | 1 | -0/+1 |
* | Enable more features on WifiScanner | Vinit Deshapnde | 2014-05-18 | 1 | -3/+105 |
* | Hotspot 2.0 framework API -- more functionalities | Yuhao Zheng | 2014-05-18 | 4 | -25/+147 |
* | Hotspot 2.0 framework APIs -- initial implementation | Yuhao Zheng | 2014-05-18 | 14 | -60/+1096 |
* | Unhide the WifiScanner API | Vinit Deshapnde | 2014-05-18 | 1 | -26/+144 |
* | Fixed bypass of ConnectivityInternal permission | Navtej Singh Mann | 2014-05-18 | 2 | -14/+0 |
* | autojoin fix for devices which are using the enableNEtwork API | vandwalle | 2014-05-15 | 1 | -1/+21 |
* | autojoin is to eager to black list networks due to connection failure | vandwalle | 2014-05-15 | 1 | -1/+11 |
* | Enabling internal msg apis | Robert Greenwalt | 2014-05-14 | 1 | -314/+0 |
* | Replace LinkCapabilities with NetworkCapabilities | Robert Greenwalt | 2014-05-12 | 2 | -20/+8 |
* | Don't crash when asked to enable an AP with a null SSID. | vandwalle | 2014-05-09 | 1 | -0/+6 |
* | Initial implementation of WifiScanner | Vinit Deshapnde | 2014-05-07 | 3 | -0/+618 |