aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/WifiScanner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolete codeMathias Agopian2012-03-051-103/+0
| | | | Change-Id: I65692beb620c35b0d0679939405183626a82bd8c
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
| | | | | Bug: 5449033 Change-Id: Ibcffdcf620ebae1c389446ce8e9d908f11ac039c
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-051-1/+1
| | | | | Bug: 5449033 Change-Id: I1e070511b6a538e9f1c94657356437a457d58882
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-2/+2
| | | | | Bug: 5449033 Change-Id: I9244d927f14c750cd359ebffb1fc1c355a755d5a
* nexus: Refactor some of the create/remove network path and add code forSan Mehat2009-05-291-0/+16
| | | | | | | | | | | | | retrieving network lists from supplicant nexus: Rework properties nexus: Implement wifi network enable/disable and add some error checking nexus: Add some TODOs nexus: Whitespace cleanup nexus: Add bindings between controllers and network interfaces nexus: Add properties for InterfaceConfig nexus: Fix a few conversion bugs in InterfaceConfig Signed-off-by: San Mehat <san@google.com>
* nexus: Switch controllers to use abstracted properties and refactor command ↵San Mehat2009-05-221-1/+2
| | | | | | | | | | protocol Also fixes a select() bug and removes debugging Signed-off-by: San Mehat <san@google.com> nexus: fix whitespace
* nexus: Cleanup the scanner and plug it all in so it worksSan Mehat2009-05-121-49/+39
| | | | Signed-off-by: San Mehat <san@google.com>
* nexus: Implement wifi scanner and fix a lot of bugsSan Mehat2009-05-091-0/+96
Signed-off-by: San Mehat <san@google.com>