Advertisement
Guest User

Untitled

a guest
May 12th, 2014
1,346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. int nm_device_wifi_get_active_access_point(){
  2. return 0;
  3. }
  4. int nm_device_get_iface(){
  5. return 0;
  6. }
  7. int nm_access_point_get_flags(){
  8. return 0;
  9. }
  10. int nm_setting_wireless_security_new(){
  11. return 0;
  12. }
  13. int nm_connection_compare(){
  14. return 0;
  15. }
  16. int nm_remote_connection_get_type(){
  17. return 0;
  18. }
  19. int nm_access_point_get_hw_address(){
  20. return 0;
  21. }
  22. int nm_access_point_get_rsn_flags(){
  23. return 0;
  24. }
  25. int nm_connection_new(){
  26. return 0;
  27. }
  28. int nm_connection_diff(){
  29. return 0;
  30. }
  31. int nm_connection_replace_settings(){
  32. return 0;
  33. }
  34. int nm_device_disconnect(){
  35. return 0;
  36. }
  37. int nm_setting_connection_new(){
  38. return 0;
  39. }
  40. int nm_connection_need_secrets(){
  41. return 0;
  42. }
  43. int nm_connection_is_type(){
  44. return 0;
  45. }
  46. int nm_setting_ip6_config_new(){
  47. return 0;
  48. }
  49. int nm_connection_add_setting(){
  50. return 0;
  51. }
  52. int nm_client_add_and_activate_connection(){
  53. return 0;
  54. }
  55. int nm_remote_settings_new(){
  56. return 0;
  57. }
  58. int nm_device_ethernet_get_type(){
  59. return 0;
  60. }
  61. int nm_access_point_get_ssid(){
  62. return 0;
  63. }
  64. int nm_access_point_get_mode(){
  65. return 0;
  66. }
  67. int nm_device_get_state(){
  68. return 0;
  69. }
  70. int nm_device_ethernet_get_hw_address(){
  71. return 0;
  72. }
  73. int nm_access_point_get_strength(){
  74. return 0;
  75. }
  76. int nm_client_new(){
  77. return 0;
  78. }
  79. int nm_setting_wired_new(){
  80. return 0;
  81. }
  82. int nm_device_wifi_get_access_points(){
  83. return 0;
  84. }
  85. int nm_device_wifi_get_capabilities(){
  86. return 0;
  87. }
  88. int nm_device_ethernet_get_carrier(){
  89. return 0;
  90. }
  91. int nm_utils_uuid_generate(){
  92. return 0;
  93. }
  94. int nm_setting_wireless_get_ssid(){
  95. return 0;
  96. }
  97. int nm_setting_ip4_config_new(){
  98. return 0;
  99. }
  100. int nm_client_get_devices(){
  101. return 0;
  102. }
  103. int nm_setting_wireless_new(){
  104. return 0;
  105. }
  106. int nm_utils_security_valid(){
  107. return 0;
  108. }
  109. int nm_connection_get_type(){
  110. return 0;
  111. }
  112. int nm_remote_settings_list_connections(){
  113. return 0;
  114. }
  115. int nm_ip4_config_get_addresses(){
  116. return 0;
  117. }
  118. int nm_device_get_ip4_config(){
  119. return 0;
  120. }
  121. int nm_connection_dump(){
  122. return 0;
  123. }
  124. int nm_device_get_type(){
  125. return 0;
  126. }
  127. int nm_remote_connection_commit_changes(){
  128. return 0;
  129. }
  130. int nm_connection_verify(){
  131. return 0;
  132. }
  133. int nm_device_wifi_get_hw_address(){
  134. return 0;
  135. }
  136. int nm_ip4_address_get_prefix(){
  137. return 0;
  138. }
  139. int nm_active_connection_get_specific_object(){
  140. return 0;
  141. }
  142. int nm_client_activate_connection(){
  143. return 0;
  144. }
  145. int nm_device_wifi_get_type(){
  146. return 0;
  147. }
  148. int nm_access_point_get_wpa_flags(){
  149. return 0;
  150. }
  151. int nm_remote_connection_get_secrets(){
  152. return 0;
  153. }
  154. int nm_connection_to_hash(){
  155. return 0;
  156. }
  157. int nm_utils_ssid_to_utf8(){
  158. return 0;
  159. }
  160. int nm_ip4_address_get_address(){
  161. return 0;
  162. }
  163. int nm_connection_get_setting_wireless(){
  164. return 0;
  165. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement