History log of /system/core/nexus/SupplicantListener.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3aff2d1de59972684bf2ab798351be5544158239 15-Jun-2009 San Mehat <san@google.com> Nexus: Clean up supplicant events, protocol, and continue plumbing

- Create SupplicantEvent classes for events
- New SupplicantEventFactory for creating events
- Extract Controller -> NetworkManager callbacks into IControllerHandler
- Move ScanResult handling from Supplicant -> WifiController
- Plumb more 'onConnected()' code
- Instead of re-creating NetworkList every-time, merge in
new entries
- Extract SupplicantListener -> Supplicant callbacks into
ISupplicantEventHandler
- Move SupplicantListener callback handling to WifiController
- Add unlocked version of lookupNetwork()
- Save supplicant config after setting a WifiNetwork variable
- Move property registration from WifiNetwork -> Supplicant
- Change wifi enable broadcast messages
- Add 3 new events: 'onAssociating', 'onAssociated', 'onConnectionTimeout'
- Add support for handling KeyManagement

Signed-off-by: San Mehat <san@google.com>
/system/core/nexus/SupplicantListener.cpp
78828ff4f5f959fcf8066ecb6a6b689d2a3c5985 01-Jun-2009 San Mehat <san@google.com> nexus: Use interface for handling Supplicant events

Signed-off-by: San Mehat <san@google.com>
/system/core/nexus/SupplicantListener.cpp
3c5a6f0bc8aefc4dacab8e95ba9017a7ac7d91f5 23-May-2009 San Mehat <san@google.com> nexus: Refactor some of the create/remove network path and add code for
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>
/system/core/nexus/SupplicantListener.cpp
1441e769b2767e212a3d905bee2fd3535b484ff2 07-May-2009 San Mehat <san@google.com> nexus: Implement wifi scanner and fix a lot of bugs

Signed-off-by: San Mehat <san@google.com>
/system/core/nexus/SupplicantListener.cpp
dc266073e7c3127caedf26671a1c125dc8aadd8d 06-May-2009 San Mehat <san@google.com> nexus: Initial checkin of Nexus - android native network management daemon.

Initial skelaton

Signed-off-by: San Mehat <san@google.com>
/system/core/nexus/SupplicantListener.cpp