2013年12月05日

来源:互联网 发布:注册会计师 知乎 编辑:程序博客网 时间:2024/05/21 09:24
seen on Netd init (before CM banner), and also close init socket.W/InterfaceController:Error (Symbol not found) while searching for the interface command fini functionPS: This is not called on Wifi Toggle or AP mode switchChange-Id: Ia19324d3a5115df8a765c6b5ca1c167a48148f7e

   }
 }
 
+int net_iface_send_command_fini(void) {
 if (state.sock >= 0) {
   close(state.sock);
   state.sock = -1;
 }
 return 0;
+}
+
 /*
  * Arguments:
   argv[2] - wlan interface
0 0
原创粉丝点击