shill: Support Cellular CDMA activation.

Still TODO is communicating the activation error codes to the Cellular service.
... And, of course, asynchronous calls throughout.

BUG=chromium-os:19305
TEST=unit tests

Change-Id: I3e0b4a5a8d3c4c74db35ce7f74b5d958677d8b66
Reviewed-on: http://gerrit.chromium.org/gerrit/6192
Tested-by: Darin Petkov <petkov@chromium.org>
Reviewed-by: Chris Masone <cmasone@chromium.org>
13 files changed
tree: bb0fefa1b692a90d28051da618ca7c07d2de0c4c
  1. dbus_bindings/
  2. accessor_interface.h
  3. adaptor_interfaces.h
  4. byte_string.cc
  5. byte_string.h
  6. byte_string_unittest.cc
  7. cellular.cc
  8. cellular.h
  9. cellular_service.cc
  10. cellular_service.h
  11. cellular_unittest.cc
  12. connection.cc
  13. connection.h
  14. connection_unittest.cc
  15. control_interface.h
  16. crypto_des_cbc.cc
  17. crypto_des_cbc.h
  18. crypto_des_cbc_unittest.cc
  19. crypto_interface.h
  20. crypto_provider.cc
  21. crypto_provider.h
  22. crypto_provider_unittest.cc
  23. crypto_rot47.cc
  24. crypto_rot47.h
  25. crypto_rot47_unittest.cc
  26. dbus_adaptor.cc
  27. dbus_adaptor.h
  28. dbus_adaptor_unittest.cc
  29. dbus_control.cc
  30. dbus_control.h
  31. dbus_properties.cc
  32. dbus_properties.h
  33. dbus_properties_proxy.cc
  34. dbus_properties_proxy.h
  35. dbus_properties_proxy_interface.h
  36. dbus_properties_unittest.cc
  37. default_profile.cc
  38. default_profile.h
  39. default_profile_unittest.cc
  40. device.cc
  41. device.h
  42. device_dbus_adaptor.cc
  43. device_dbus_adaptor.h
  44. device_info.cc
  45. device_info.h
  46. device_info_unittest.cc
  47. device_stub.h
  48. device_unittest.cc
  49. dhcp_config.cc
  50. dhcp_config.h
  51. dhcp_config_unittest.cc
  52. dhcp_provider.cc
  53. dhcp_provider.h
  54. dhcp_provider_unittest.cc
  55. dhcp_proxy_interface.h
  56. dhcpcd_proxy.cc
  57. dhcpcd_proxy.h
  58. endpoint.cc
  59. endpoint.h
  60. ephemeral_profile.cc
  61. ephemeral_profile.h
  62. error.cc
  63. error.h
  64. ethernet.cc
  65. ethernet.h
  66. ethernet_service.cc
  67. ethernet_service.h
  68. glib.cc
  69. glib.h
  70. glib_io_handler.cc
  71. glib_io_handler.h
  72. HACKING
  73. io_handler.h
  74. ip_address.cc
  75. ip_address.h
  76. ip_address_unittest.cc
  77. ipconfig.cc
  78. ipconfig.h
  79. ipconfig_dbus_adaptor.cc
  80. ipconfig_dbus_adaptor.h
  81. ipconfig_unittest.cc
  82. key_file_store.cc
  83. key_file_store.h
  84. key_file_store_unittest.cc
  85. LICENSE
  86. Makefile
  87. manager.cc
  88. manager.h
  89. manager_dbus_adaptor.cc
  90. manager_dbus_adaptor.h
  91. manager_unittest.cc
  92. mock_adaptors.cc
  93. mock_adaptors.h
  94. mock_control.cc
  95. mock_control.h
  96. mock_dbus_properties_proxy.h
  97. mock_device.cc
  98. mock_device.h
  99. mock_dhcp_config.h
  100. mock_dhcp_provider.h
  101. mock_dhcp_proxy.h
  102. mock_glib.h
  103. mock_modem_cdma_proxy.h
  104. mock_modem_manager_proxy.h
  105. mock_modem_proxy.h
  106. mock_modem_simple_proxy.h
  107. mock_profile.cc
  108. mock_profile.h
  109. mock_property_store.h
  110. mock_resolver.h
  111. mock_routing_table.h
  112. mock_rtnl_handler.h
  113. mock_service.cc
  114. mock_service.h
  115. mock_sockets.h
  116. mock_store.h
  117. mock_supplicant_interface_proxy.h
  118. mock_supplicant_process_proxy.h
  119. modem.cc
  120. modem.h
  121. modem_cdma_proxy.cc
  122. modem_cdma_proxy.h
  123. modem_cdma_proxy_interface.h
  124. modem_info.cc
  125. modem_info.h
  126. modem_info_unittest.cc
  127. modem_manager.cc
  128. modem_manager.h
  129. modem_manager_proxy.cc
  130. modem_manager_proxy.h
  131. modem_manager_proxy_interface.h
  132. modem_manager_unittest.cc
  133. modem_proxy.cc
  134. modem_proxy.h
  135. modem_proxy_interface.h
  136. modem_simple_proxy.cc
  137. modem_simple_proxy.h
  138. modem_simple_proxy_interface.h
  139. modem_unittest.cc
  140. nice_mock_control.cc
  141. nice_mock_control.h
  142. profile.cc
  143. profile.h
  144. profile_dbus_adaptor.cc
  145. profile_dbus_adaptor.h
  146. profile_unittest.cc
  147. property_accessor.h
  148. property_accessor_unittest.cc
  149. property_iterator.h
  150. property_store.cc
  151. property_store.h
  152. property_store_unittest.cc
  153. property_store_unittest.h
  154. proxy_factory.cc
  155. proxy_factory.h
  156. refptr_types.h
  157. resolver.cc
  158. resolver.h
  159. resolver_unittest.cc
  160. routing_table.cc
  161. routing_table.h
  162. routing_table_entry.h
  163. routing_table_unittest.cc
  164. rtnl_handler.cc
  165. rtnl_handler.h
  166. rtnl_handler_unittest.cc
  167. rtnl_listener.cc
  168. rtnl_listener.h
  169. rtnl_listener_unittest.cc
  170. rtnl_message.cc
  171. rtnl_message.h
  172. rtnl_message_unittest.cc
  173. service.cc
  174. service.h
  175. service_dbus_adaptor.cc
  176. service_dbus_adaptor.h
  177. service_unittest.cc
  178. shill.conf
  179. shill_config.cc
  180. shill_config.h
  181. shill_daemon.cc
  182. shill_daemon.h
  183. shill_event.cc
  184. shill_event.h
  185. shill_main.cc
  186. shill_unittest.cc
  187. sockets.cc
  188. sockets.h
  189. store_interface.h
  190. supplicant_interface_proxy.cc
  191. supplicant_interface_proxy.h
  192. supplicant_interface_proxy_interface.h
  193. supplicant_process_proxy.cc
  194. supplicant_process_proxy.h
  195. supplicant_process_proxy_interface.h
  196. testrunner.cc
  197. wifi.cc
  198. wifi.h
  199. wifi_endpoint.cc
  200. wifi_endpoint.h
  201. wifi_service.cc
  202. wifi_service.h
  203. wifi_unittest.cc