<feed xmlns='http://www.w3.org/2005/Atom'>
<title>system_core/nexus/LoopController.cpp, branch replicant-6.0</title>
<subtitle>system/core
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/system_core/'/>
<entry>
<title>remove obsolete code</title>
<updated>2012-03-06T01:08:19+00:00</updated>
<author>
<name>Mathias Agopian</name>
<email>mathias@google.com</email>
</author>
<published>2012-03-06T00:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/system_core/commit/?id=397cf1986448cedde2a17093884a0ee8bf0d0b3f'/>
<id>397cf1986448cedde2a17093884a0ee8bf0d0b3f</id>
<content type='text'>
Change-Id: I65692beb620c35b0d0679939405183626a82bd8c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I65692beb620c35b0d0679939405183626a82bd8c
</pre>
</div>
</content>
</entry>
<entry>
<title>nexus: Rollup update for nexus</title>
<updated>2009-07-10T21:23:51+00:00</updated>
<author>
<name>San Mehat</name>
<email>san@google.com</email>
</author>
<published>2009-06-24T04:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/system_core/commit/?id=c4a895b7094461c98101924cf096680bfb7856f1'/>
<id>c4a895b7094461c98101924cf096680bfb7856f1</id>
<content type='text'>
nexus: Change field separator from : to ' '

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add some prototypes for stuff to come

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add some TODOs

Signed-off-by: San Mehat &lt;san@google.com&gt;

libsysutils: Put a proper token parser into the FrameworkListener which
supports minimal \ escapes and quotes

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Fix a lot of bugs

Signed-off-by: San Mehat &lt;san@google.com&gt;

libsysutils: Remove some debugging
Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Send broadcasts for supplicant state changes

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Plumb DHCP listener state changes to NetworkManager

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Make the SupplicantState strings more parsable

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Broadcast a message when dhcp state changes.

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add a few new response codes

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Rename ErrorCode -&gt; ResponseCode

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add DHCP event broadcasting. Also adds the framework for
tracking supplicant 'searching-for-AP' state

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: REmove WifiScanner

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Change the way scanning works. scanmode can now be selected
independantly of triggering a scan. Also adds rxfilter support

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add support for configuring bluetooth coexistence scanning and modes

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: use case insensitive match for property names

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Rollup of a bunch of stuff:
    - 'list' command now takes an argument to match against
    - InterfaceConfig has been moved into the Controller base (for now)
    - DhcpClient now has some rudimentry locking
    - process 'ADDRINFO' messages from dhcpcd
    - Drop tertiary dns

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Clean up some of the supplicant variable parsing and add 'wifi.current'

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add driver-stop/start, initial suspend support

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add Controller suspend/resume callbacks, as well as locking

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Make ARP probing configurable for DhcpClient

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add linkspeed / rssi retrieval

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add WifiStatusPoller to track RSSI/linkspeed when associated

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Disable some debugging and add 'wifi.netcount' property

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Replace the hackish property system with something more flexible with namespaces

Signed-off-by: San Mehat &lt;san@google.com&gt;

libsysutils: Fix a few bugs in SocketListener

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: PropertyManager: Add array support

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Clean up properties
Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: WifiController: Change name of 'CurrentNetwork' property

Signed-off-by: San Mehat &lt;san@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nexus: Change field separator from : to ' '

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add some prototypes for stuff to come

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add some TODOs

Signed-off-by: San Mehat &lt;san@google.com&gt;

libsysutils: Put a proper token parser into the FrameworkListener which
supports minimal \ escapes and quotes

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Fix a lot of bugs

Signed-off-by: San Mehat &lt;san@google.com&gt;

libsysutils: Remove some debugging
Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Send broadcasts for supplicant state changes

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Plumb DHCP listener state changes to NetworkManager

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Make the SupplicantState strings more parsable

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Broadcast a message when dhcp state changes.

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add a few new response codes

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Rename ErrorCode -&gt; ResponseCode

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add DHCP event broadcasting. Also adds the framework for
tracking supplicant 'searching-for-AP' state

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: REmove WifiScanner

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Change the way scanning works. scanmode can now be selected
independantly of triggering a scan. Also adds rxfilter support

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add support for configuring bluetooth coexistence scanning and modes

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: use case insensitive match for property names

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Rollup of a bunch of stuff:
    - 'list' command now takes an argument to match against
    - InterfaceConfig has been moved into the Controller base (for now)
    - DhcpClient now has some rudimentry locking
    - process 'ADDRINFO' messages from dhcpcd
    - Drop tertiary dns

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Clean up some of the supplicant variable parsing and add 'wifi.current'

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add driver-stop/start, initial suspend support

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add Controller suspend/resume callbacks, as well as locking

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Make ARP probing configurable for DhcpClient

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add linkspeed / rssi retrieval

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Add WifiStatusPoller to track RSSI/linkspeed when associated

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Disable some debugging and add 'wifi.netcount' property

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Replace the hackish property system with something more flexible with namespaces

Signed-off-by: San Mehat &lt;san@google.com&gt;

libsysutils: Fix a few bugs in SocketListener

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: PropertyManager: Add array support

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: Clean up properties
Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: WifiController: Change name of 'CurrentNetwork' property

Signed-off-by: San Mehat &lt;san@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Nexus: Clean up supplicant events, protocol, and continue plumbing</title>
<updated>2009-06-15T21:20:02+00:00</updated>
<author>
<name>San Mehat</name>
<email>san@google.com</email>
</author>
<published>2009-06-15T21:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/system_core/commit/?id=3aff2d1de59972684bf2ab798351be5544158239'/>
<id>3aff2d1de59972684bf2ab798351be5544158239</id>
<content type='text'>
    - Create SupplicantEvent classes for events
    - New SupplicantEventFactory for creating events
    - Extract Controller -&gt; NetworkManager callbacks into IControllerHandler
    - Move ScanResult handling from Supplicant -&gt; WifiController
    - Plumb more 'onConnected()' code
    - Instead of re-creating NetworkList every-time, merge in
      new entries
    - Extract SupplicantListener -&gt; 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 -&gt; Supplicant
    - Change wifi enable broadcast messages
    - Add 3 new events: 'onAssociating', 'onAssociated', 'onConnectionTimeout'
    - Add support for handling KeyManagement

Signed-off-by: San Mehat &lt;san@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - Create SupplicantEvent classes for events
    - New SupplicantEventFactory for creating events
    - Extract Controller -&gt; NetworkManager callbacks into IControllerHandler
    - Move ScanResult handling from Supplicant -&gt; WifiController
    - Plumb more 'onConnected()' code
    - Instead of re-creating NetworkList every-time, merge in
      new entries
    - Extract SupplicantListener -&gt; 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 -&gt; Supplicant
    - Change wifi enable broadcast messages
    - Add 3 new events: 'onAssociating', 'onAssociated', 'onConnectionTimeout'
    - Add support for handling KeyManagement

Signed-off-by: San Mehat &lt;san@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nexus: Refactor some of the create/remove network path and add code for</title>
<updated>2009-05-29T22:26:21+00:00</updated>
<author>
<name>San Mehat</name>
<email>san@google.com</email>
</author>
<published>2009-05-22T22:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/system_core/commit/?id=3c5a6f0bc8aefc4dacab8e95ba9017a7ac7d91f5'/>
<id>3c5a6f0bc8aefc4dacab8e95ba9017a7ac7d91f5</id>
<content type='text'>
       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 &lt;san@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
       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 &lt;san@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nexus: Switch controllers to use abstracted properties and refactor command protocol</title>
<updated>2009-05-22T15:40:13+00:00</updated>
<author>
<name>San Mehat</name>
<email>san@google.com</email>
</author>
<published>2009-05-20T22:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/system_core/commit/?id=4876567cb9c6a69ce21fd2b1c5bcce5a6f274276'/>
<id>4876567cb9c6a69ce21fd2b1c5bcce5a6f274276</id>
<content type='text'>
Also fixes a select() bug and removes debugging

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: fix whitespace
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes a select() bug and removes debugging

Signed-off-by: San Mehat &lt;san@google.com&gt;

nexus: fix whitespace
</pre>
</div>
</content>
</entry>
<entry>
<title>nexus: Initial checkin of Nexus - android native network management daemon.</title>
<updated>2009-05-06T22:20:16+00:00</updated>
<author>
<name>San Mehat</name>
<email>san@google.com</email>
</author>
<published>2009-05-06T18:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/system_core/commit/?id=dc266073e7c3127caedf26671a1c125dc8aadd8d'/>
<id>dc266073e7c3127caedf26671a1c125dc8aadd8d</id>
<content type='text'>
    Initial skelaton

Signed-off-by: San Mehat &lt;san@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Initial skelaton

Signed-off-by: San Mehat &lt;san@google.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
