Initialize Tizen 2.3 tizen_2.3 2.3a_release submit/tizen_2.3/20140531.103747
authorSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:56:46 +0000 (12:56 +0900)
committerSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:56:46 +0000 (12:56 +0900)
commit1391b563e6fa2ea1da4f9e65f027efa4e722dfc2
tree851ebc241028859aaa2143c9a171a9268ac3ea44
Initialize Tizen 2.3
315 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE.APLv2 [new file with mode: 0644]
LICENSE.Flora [new file with mode: 0644]
NOTICE [new file with mode: 0644]
inc/FNet.h [new file with mode: 0644]
inc/FNetDhcpClientInfo.h [new file with mode: 0644]
inc/FNetDns.h [new file with mode: 0644]
inc/FNetHttp.h [new file with mode: 0755]
inc/FNetHttpHttpAuthentication.h [new file with mode: 0755]
inc/FNetHttpHttpCookie.h [new file with mode: 0755]
inc/FNetHttpHttpCookieStorageManager.h [new file with mode: 0755]
inc/FNetHttpHttpCredentials.h [new file with mode: 0755]
inc/FNetHttpHttpHeader.h [new file with mode: 0755]
inc/FNetHttpHttpMessage.h [new file with mode: 0644]
inc/FNetHttpHttpMultipartEntity.h [new file with mode: 0644]
inc/FNetHttpHttpRequest.h [new file with mode: 0644]
inc/FNetHttpHttpResponse.h [new file with mode: 0644]
inc/FNetHttpHttpSession.h [new file with mode: 0644]
inc/FNetHttpHttpStringEntity.h [new file with mode: 0644]
inc/FNetHttpHttpTransaction.h [new file with mode: 0644]
inc/FNetHttpHttpTypes.h [new file with mode: 0644]
inc/FNetHttpHttpUrlEncodedEntity.h [new file with mode: 0644]
inc/FNetHttpHttpXmlDomEntity.h [new file with mode: 0644]
inc/FNetHttpIHttpEntity.h [new file with mode: 0755]
inc/FNetHttpIHttpProgressEventListener.h [new file with mode: 0644]
inc/FNetHttpIHttpTransactionEventListener.h [new file with mode: 0644]
inc/FNetIDnsEventListener.h [new file with mode: 0644]
inc/FNetILocalDhcpServerEventListener.h [new file with mode: 0644]
inc/FNetIManagedNetConnectionEventListener.h [new file with mode: 0644]
inc/FNetINetConnectionEventListener.h [new file with mode: 0644]
inc/FNetIp4Address.h [new file with mode: 0644]
inc/FNetIpAddress.h [new file with mode: 0644]
inc/FNetIpHostEntry.h [new file with mode: 0644]
inc/FNetLocalDhcpServer.h [new file with mode: 0644]
inc/FNetManagedNetConnection.h [new file with mode: 0644]
inc/FNetNetAccountInfo.h [new file with mode: 0644]
inc/FNetNetAccountManager.h [new file with mode: 0644]
inc/FNetNetConnection.h [new file with mode: 0644]
inc/FNetNetConnectionInfo.h [new file with mode: 0644]
inc/FNetNetConnectionManager.h [new file with mode: 0644]
inc/FNetNetEndPoint.h [new file with mode: 0644]
inc/FNetNetStatistics.h [new file with mode: 0644]
inc/FNetNetTypes.h [new file with mode: 0644]
inc/FNetSockISecureSocketEventListener.h [new file with mode: 0644]
inc/FNetSockISocketEventListener.h [new file with mode: 0644]
inc/FNetSockSecureSocket.h [new file with mode: 0644]
inc/FNetSockSocket.h [new file with mode: 0644]
inc/FNetSockSocketIpMulticastRequestOption.h [new file with mode: 0644]
inc/FNetSockSocketLingerOption.h [new file with mode: 0644]
inc/FNetSockSocketTypes.h [new file with mode: 0644]
inc/FNetSockSocketUtility.h [new file with mode: 0644]
inc/FNetSockets.h [new file with mode: 0644]
inc/FNetWifi.h [new file with mode: 0644]
inc/FNetWifiIWifiDirectDeviceListener.h [new file with mode: 0644]
inc/FNetWifiIWifiDirectGroupClientListener.h [new file with mode: 0644]
inc/FNetWifiIWifiDirectGroupOwnerListener.h [new file with mode: 0644]
inc/FNetWifiIWifiManagerEventListener.h [new file with mode: 0644]
inc/FNetWifiIWifiSystemMonitoringEventListener.h [new file with mode: 0644]
inc/FNetWifiWifiBssInfo.h [new file with mode: 0644]
inc/FNetWifiWifiDirectDevice.h [new file with mode: 0755]
inc/FNetWifiWifiDirectDeviceInfo.h [new file with mode: 0644]
inc/FNetWifiWifiDirectDeviceManager.h [new file with mode: 0644]
inc/FNetWifiWifiDirectGroupClient.h [new file with mode: 0755]
inc/FNetWifiWifiDirectGroupInfo.h [new file with mode: 0644]
inc/FNetWifiWifiDirectGroupMember.h [new file with mode: 0644]
inc/FNetWifiWifiDirectGroupOwner.h [new file with mode: 0755]
inc/FNetWifiWifiManager.h [new file with mode: 0755]
inc/FNetWifiWifiNetAccountInfo.h [new file with mode: 0644]
inc/FNetWifiWifiSecurityInfo.h [new file with mode: 0644]
inc/FNetWifiWifiTypes.h [new file with mode: 0644]
osp-net.manifest [new file with mode: 0644]
osp-net.pc.in [new file with mode: 0755]
osp-wifi.pc.in [new file with mode: 0755]
packaging/osp-net.spec [new file with mode: 0755]
src/CMakeLists.txt [new file with mode: 0644]
src/FNetDhcpClientInfo.cpp [new file with mode: 0644]
src/FNetDns.cpp [new file with mode: 0644]
src/FNetIp4Address.cpp [new file with mode: 0644]
src/FNetIpAddress.cpp [new file with mode: 0644]
src/FNetIpHostEntry.cpp [new file with mode: 0644]
src/FNetLocalDhcpServer.cpp [new file with mode: 0644]
src/FNetManagedNetConnection.cpp [new file with mode: 0644]
src/FNetNetAccountInfo.cpp [new file with mode: 0644]
src/FNetNetAccountManager.cpp [new file with mode: 0644]
src/FNetNetAccountManagerPartner.cpp [new file with mode: 0644]
src/FNetNetConnection.cpp [new file with mode: 0644]
src/FNetNetConnectionInfo.cpp [new file with mode: 0644]
src/FNetNetConnectionManager.cpp [new file with mode: 0644]
src/FNetNetEndPoint.cpp [new file with mode: 0644]
src/FNetNetStatistics.cpp [new file with mode: 0644]
src/FNet_DefaultSystemNetConnection.cpp [new file with mode: 0644]
src/FNet_DefaultSystemNetConnection.h [new file with mode: 0644]
src/FNet_DhcpClientInfoImpl.cpp [new file with mode: 0644]
src/FNet_DhcpClientInfoImpl.h [new file with mode: 0644]
src/FNet_DnsEvent.cpp [new file with mode: 0644]
src/FNet_DnsEvent.h [new file with mode: 0644]
src/FNet_DnsEventArg.cpp [new file with mode: 0644]
src/FNet_DnsEventArg.h [new file with mode: 0644]
src/FNet_DnsImpl.cpp [new file with mode: 0644]
src/FNet_DnsImpl.h [new file with mode: 0644]
src/FNet_DnsManagedNetConnectionEventListener.cpp [new file with mode: 0644]
src/FNet_DnsManagedNetConnectionEventListener.h [new file with mode: 0644]
src/FNet_DnsRequestHandler.cpp [new file with mode: 0644]
src/FNet_DnsRequestHandler.h [new file with mode: 0644]
src/FNet_Ip4AddressImpl.cpp [new file with mode: 0644]
src/FNet_IpHostEntryImpl.cpp [new file with mode: 0644]
src/FNet_IpHostEntryImpl.h [new file with mode: 0644]
src/FNet_LocalDhcpServerEvent.cpp [new file with mode: 0644]
src/FNet_LocalDhcpServerEvent.h [new file with mode: 0644]
src/FNet_LocalDhcpServerEventArg.cpp [new file with mode: 0644]
src/FNet_LocalDhcpServerEventArg.h [new file with mode: 0644]
src/FNet_LocalDhcpServerImpl.cpp [new file with mode: 0644]
src/FNet_LocalDhcpServerImpl.h [new file with mode: 0644]
src/FNet_ManagedNetConnectionImpl.cpp [new file with mode: 0644]
src/FNet_NetAccountInfoImpl.cpp [new file with mode: 0644]
src/FNet_NetAccountManagerImpl.cpp [new file with mode: 0644]
src/FNet_NetAccountManagerImpl.h [new file with mode: 0644]
src/FNet_NetConnectionEvent.cpp [new file with mode: 0644]
src/FNet_NetConnectionEvent.h [new file with mode: 0644]
src/FNet_NetConnectionEventArg.cpp [new file with mode: 0644]
src/FNet_NetConnectionEventArg.h [new file with mode: 0644]
src/FNet_NetConnectionImpl.cpp [new file with mode: 0644]
src/FNet_NetConnectionInfoImpl.cpp [new file with mode: 0644]
src/FNet_NetConnectionManagerImpl.cpp [new file with mode: 0644]
src/FNet_NetEndPointImpl.cpp [new file with mode: 0644]
src/FNet_NetIpcMessages.cpp [new file with mode: 0644]
src/FNet_NetIpcProxy.cpp [new file with mode: 0644]
src/FNet_NetIpcProxy.h [new file with mode: 0644]
src/FNet_NetStatisticsImpl.cpp [new file with mode: 0644]
src/FNet_NetStatisticsImpl.h [new file with mode: 0644]
src/FNet_NetUtility.cpp [new file with mode: 0644]
src/FNet_NetUtility.h [new file with mode: 0644]
src/FNet_PsSystemNetConnection.cpp [new file with mode: 0644]
src/FNet_PsSystemNetConnection.h [new file with mode: 0644]
src/FNet_SystemNetConnection.cpp [new file with mode: 0644]
src/FNet_SystemNetConnection.h [new file with mode: 0644]
src/FNet_UsbSystemNetConnection.cpp [new file with mode: 0644]
src/FNet_UsbSystemNetConnection.h [new file with mode: 0644]
src/FNet_WifiDirectSystemNetConnection.cpp [new file with mode: 0644]
src/FNet_WifiDirectSystemNetConnection.h [new file with mode: 0644]
src/FNet_WifiSystemNetConnection.cpp [new file with mode: 0644]
src/FNet_WifiSystemNetConnection.h [new file with mode: 0644]
src/http/FNetHttpHttpAuthentication.cpp [new file with mode: 0644]
src/http/FNetHttpHttpCookie.cpp [new file with mode: 0644]
src/http/FNetHttpHttpCookieStorageManager.cpp [new file with mode: 0644]
src/http/FNetHttpHttpCredentials.cpp [new file with mode: 0644]
src/http/FNetHttpHttpHeader.cpp [new file with mode: 0644]
src/http/FNetHttpHttpMessage.cpp [new file with mode: 0644]
src/http/FNetHttpHttpMultipartEntity.cpp [new file with mode: 0644]
src/http/FNetHttpHttpRequest.cpp [new file with mode: 0644]
src/http/FNetHttpHttpResponse.cpp [new file with mode: 0644]
src/http/FNetHttpHttpSession.cpp [new file with mode: 0644]
src/http/FNetHttpHttpStringEntity.cpp [new file with mode: 0644]
src/http/FNetHttpHttpTransaction.cpp [new file with mode: 0644]
src/http/FNetHttpHttpUrlEncodedEntity.cpp [new file with mode: 0644]
src/http/FNetHttpHttpXmlDomEntity.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpAuthenticationImpl.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpCommon.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpCookieImpl.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpCookieStorageManagerImpl.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpCurl.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpCurl.h [new file with mode: 0644]
src/http/FNetHttp_HttpDeleter.h [new file with mode: 0644]
src/http/FNetHttp_HttpFilePart.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpFilePart.h [new file with mode: 0644]
src/http/FNetHttp_HttpHeaderImpl.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpManagedNetConnectionEventListenerImpl.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpManagedNetConnectionEventListenerImpl.h [new file with mode: 0644]
src/http/FNetHttp_HttpMultipartConverter.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpMultipartConverter.h [new file with mode: 0644]
src/http/FNetHttp_HttpMultipartEntityImpl.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpMultipleConnectionInfo.cpp [new file with mode: 0755]
src/http/FNetHttp_HttpMultipleConnectionInfo.h [new file with mode: 0644]
src/http/FNetHttp_HttpNetConnectionEventListenerImpl.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpNetConnectionEventListenerImpl.h [new file with mode: 0644]
src/http/FNetHttp_HttpRequestImpl.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpResponseImpl.cpp [new file with mode: 0755]
src/http/FNetHttp_HttpSessionImpl.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpSocketInfo.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpSocketInfo.h [new file with mode: 0644]
src/http/FNetHttp_HttpStringEntityImpl.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpStringPart.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpStringPart.h [new file with mode: 0644]
src/http/FNetHttp_HttpTransactionEvent.cpp [new file with mode: 0755]
src/http/FNetHttp_HttpTransactionEvent.h [new file with mode: 0755]
src/http/FNetHttp_HttpTransactionEventArg.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpTransactionEventArg.h [new file with mode: 0644]
src/http/FNetHttp_HttpTransactionImpl.cpp [new file with mode: 0755]
src/http/FNetHttp_HttpTransactionUserData.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpTransactionUserData.h [new file with mode: 0644]
src/http/FNetHttp_HttpUrlEncodedEntityImpl.cpp [new file with mode: 0644]
src/http/FNetHttp_HttpXmlDomEntityImpl.cpp [new file with mode: 0644]
src/inc/FNetHttp_HttpAuthenticationImpl.h [new file with mode: 0644]
src/inc/FNetHttp_HttpCommon.h [new file with mode: 0644]
src/inc/FNetHttp_HttpCookieImpl.h [new file with mode: 0644]
src/inc/FNetHttp_HttpCookieStorageManagerImpl.h [new file with mode: 0644]
src/inc/FNetHttp_HttpHeaderImpl.h [new file with mode: 0644]
src/inc/FNetHttp_HttpMultipartEntityImpl.h [new file with mode: 0644]
src/inc/FNetHttp_HttpRequestImpl.h [new file with mode: 0644]
src/inc/FNetHttp_HttpResponseImpl.h [new file with mode: 0644]
src/inc/FNetHttp_HttpSessionImpl.h [new file with mode: 0644]
src/inc/FNetHttp_HttpStringEntityImpl.h [new file with mode: 0644]
src/inc/FNetHttp_HttpTransactionImpl.h [new file with mode: 0644]
src/inc/FNetHttp_HttpUrlEncodedEntityImpl.h [new file with mode: 0644]
src/inc/FNetHttp_HttpXmlDomEntityImpl.h [new file with mode: 0644]
src/inc/FNetSock_IpMulticastRequestOptionImpl.h [new file with mode: 0644]
src/inc/FNetSock_LingerOptionImpl.h [new file with mode: 0644]
src/inc/FNetSock_SecureSocketImpl.h [new file with mode: 0644]
src/inc/FNetSock_SocketImpl.h [new file with mode: 0644]
src/inc/FNetSock_SocketTypes.h [new file with mode: 0644]
src/inc/FNetSock_SocketUtilityImpl.h [new file with mode: 0644]
src/inc/FNetWifi_ConnectivityIpcMessages.h [new file with mode: 0644]
src/inc/FNetWifi_ConnectivityIpcParamTraits.h [new file with mode: 0644]
src/inc/FNetWifi_IWifiDirectListener.h [new file with mode: 0644]
src/inc/FNetWifi_IWifiProximityEventListener.h [new file with mode: 0644]
src/inc/FNetWifi_WifiBssInfoImpl.h [new file with mode: 0644]
src/inc/FNetWifi_WifiDirectDeviceImpl.h [new file with mode: 0644]
src/inc/FNetWifi_WifiDirectDeviceInfoImpl.h [new file with mode: 0644]
src/inc/FNetWifi_WifiDirectDeviceManagerImpl.h [new file with mode: 0644]
src/inc/FNetWifi_WifiDirectGroupClientImpl.h [new file with mode: 0644]
src/inc/FNetWifi_WifiDirectGroupInfoImpl.h [new file with mode: 0644]
src/inc/FNetWifi_WifiDirectGroupOwnerImpl.h [new file with mode: 0644]
src/inc/FNetWifi_WifiDirectUtility.h [new file with mode: 0644]
src/inc/FNetWifi_WifiManagerImpl.h [new file with mode: 0644]
src/inc/FNetWifi_WifiNetAccountInfoImpl.h [new file with mode: 0644]
src/inc/FNetWifi_WifiProximityManagerImpl.h [new file with mode: 0644]
src/inc/FNetWifi_WifiSecurityInfoImpl.h [new file with mode: 0644]
src/inc/FNetWifi_WifiUtility.h [new file with mode: 0644]
src/inc/FNet_ConnectivityIpcMessages.h [new file with mode: 0644]
src/inc/FNet_ConnectivityIpcParamTraits.h [new file with mode: 0644]
src/inc/FNet_Ip4AddressImpl.h [new file with mode: 0644]
src/inc/FNet_ManagedNetConnectionImpl.h [new file with mode: 0644]
src/inc/FNet_NetAccountInfoImpl.h [new file with mode: 0644]
src/inc/FNet_NetConnectionImpl.h [new file with mode: 0644]
src/inc/FNet_NetConnectionInfoImpl.h [new file with mode: 0644]
src/inc/FNet_NetConnectionManagerImpl.h [new file with mode: 0644]
src/inc/FNet_NetEndPointImpl.h [new file with mode: 0644]
src/inc/FNet_NetTypes.h [new file with mode: 0644]
src/sockets/FNetSockSecureSocket.cpp [new file with mode: 0644]
src/sockets/FNetSockSocket.cpp [new file with mode: 0644]
src/sockets/FNetSockSocketIpMulticastRequestOption.cpp [new file with mode: 0644]
src/sockets/FNetSockSocketLingerOption.cpp [new file with mode: 0644]
src/sockets/FNetSockSocketUtility.cpp [new file with mode: 0644]
src/sockets/FNetSock_IpMulticastRequestOptionImpl.cpp [new file with mode: 0644]
src/sockets/FNetSock_LingerOptionImpl.cpp [new file with mode: 0644]
src/sockets/FNetSock_SecureSocketCustomNetConnectionEventListenerImpl.cpp [new file with mode: 0644]
src/sockets/FNetSock_SecureSocketCustomNetConnectionEventListenerImpl.h [new file with mode: 0644]
src/sockets/FNetSock_SecureSocketEvent.cpp [new file with mode: 0644]
src/sockets/FNetSock_SecureSocketEvent.h [new file with mode: 0644]
src/sockets/FNetSock_SecureSocketEventArg.cpp [new file with mode: 0644]
src/sockets/FNetSock_SecureSocketEventArg.h [new file with mode: 0644]
src/sockets/FNetSock_SecureSocketImpl.cpp [new file with mode: 0644]
src/sockets/FNetSock_SecureSocketManagedNetConnectionEventListenerImpl.cpp [new file with mode: 0644]
src/sockets/FNetSock_SecureSocketManagedNetConnectionEventListenerImpl.h [new file with mode: 0644]
src/sockets/FNetSock_SocketCustomNetConnectionEventListenerImpl.cpp [new file with mode: 0644]
src/sockets/FNetSock_SocketCustomNetConnectionEventListenerImpl.h [new file with mode: 0644]
src/sockets/FNetSock_SocketDeleter.h [new file with mode: 0644]
src/sockets/FNetSock_SocketEvent.cpp [new file with mode: 0644]
src/sockets/FNetSock_SocketEvent.h [new file with mode: 0644]
src/sockets/FNetSock_SocketEventArg.cpp [new file with mode: 0644]
src/sockets/FNetSock_SocketEventArg.h [new file with mode: 0644]
src/sockets/FNetSock_SocketImpl.cpp [new file with mode: 0644]
src/sockets/FNetSock_SocketInternalHelp.cpp [new file with mode: 0644]
src/sockets/FNetSock_SocketInternalHelp.h [new file with mode: 0644]
src/sockets/FNetSock_SocketManagedNetConnectionEventListenerImpl.cpp [new file with mode: 0644]
src/sockets/FNetSock_SocketManagedNetConnectionEventListenerImpl.h [new file with mode: 0644]
src/sockets/FNetSock_SocketUtilityImpl.cpp [new file with mode: 0644]
src/wifi/CMakeLists.txt [new file with mode: 0755]
src/wifi/FNetWifiWifiBssInfo.cpp [new file with mode: 0644]
src/wifi/FNetWifiWifiDirectDevice.cpp [new file with mode: 0644]
src/wifi/FNetWifiWifiDirectDeviceInfo.cpp [new file with mode: 0644]
src/wifi/FNetWifiWifiDirectDeviceManager.cpp [new file with mode: 0644]
src/wifi/FNetWifiWifiDirectGroupClient.cpp [new file with mode: 0644]
src/wifi/FNetWifiWifiDirectGroupInfo.cpp [new file with mode: 0644]
src/wifi/FNetWifiWifiDirectGroupMember.cpp [new file with mode: 0644]
src/wifi/FNetWifiWifiDirectGroupOwner.cpp [new file with mode: 0644]
src/wifi/FNetWifiWifiManager.cpp [new file with mode: 0644]
src/wifi/FNetWifiWifiNetAccountInfo.cpp [new file with mode: 0644]
src/wifi/FNetWifiWifiSecurityInfo.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiBssInfoImpl.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectDeviceEvent.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectDeviceEvent.h [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectDeviceImpl.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectDeviceInfoImpl.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectDeviceManagerImpl.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectEvent.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectEvent.h [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectEventArg.cpp [new file with mode: 0755]
src/wifi/FNetWifi_WifiDirectEventArg.h [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectGroupClientEvent.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectGroupClientEvent.h [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectGroupClientImpl.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectGroupInfoImpl.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectGroupOwnerEvent.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectGroupOwnerEvent.h [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectGroupOwnerImpl.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectSystemAdapter.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectSystemAdapter.h [new file with mode: 0644]
src/wifi/FNetWifi_WifiDirectUtility.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiIpcMessages.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiIpcProxy.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiIpcProxy.h [new file with mode: 0644]
src/wifi/FNetWifi_WifiManagerEvent.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiManagerEvent.h [new file with mode: 0644]
src/wifi/FNetWifi_WifiManagerEventArg.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiManagerEventArg.h [new file with mode: 0644]
src/wifi/FNetWifi_WifiManagerImpl.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiNetAccountInfoImpl.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiProximityManagerImpl.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiSecurityInfoImpl.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiSystemMonitoringEvent.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiSystemMonitoringEvent.h [new file with mode: 0644]
src/wifi/FNetWifi_WifiSystemMonitoringEventArg.cpp [new file with mode: 0644]
src/wifi/FNetWifi_WifiSystemMonitoringEventArg.h [new file with mode: 0644]
src/wifi/FNetWifi_WifiUtility.cpp [new file with mode: 0644]