mbed-os/features/net/network-socket
Christopher Haster 0f40c121d5 wifi - Moved wifi_ap_t into its own class WiFiAccessPoint
Using a class for this structure is more idiomatic C++, allows
future deprecations, and more flexibility of the internal structure.

Additionally, this matches to design of the SocketAddress class
specific to the network-socket api.
2016-09-30 15:56:05 -05:00
..
CellularInterface.cpp nsapi - Added optional API for static configuration of network interfaces 2016-09-23 04:39:13 -05:00
CellularInterface.h nsapi - Added optional API for static configuration of network interfaces 2016-09-23 04:39:13 -05:00
EthInterface.h nsapi - Added optional API for static configuration of network interfaces 2016-09-23 04:39:13 -05:00
MeshInterface.h nsapi - Added optional API for static configuration of network interfaces 2016-09-23 04:39:13 -05:00
NetworkInterface.cpp nsapi - Reversed arguments to gethostbyname 2016-09-25 22:19:18 -05:00
NetworkInterface.h NetworkInterface: remove dhcp and static ip methods 2016-09-30 18:47:18 +01:00
NetworkStack.cpp Added version to nsapi get host by name 2016-09-28 08:48:45 +03:00
NetworkStack.h nsapi - Reversed arguments to gethostbyname 2016-09-25 22:19:18 -05:00
Socket.cpp Exposed the network-socket API through mbed.h 2016-08-04 11:07:33 -05:00
Socket.h Added support for cv-qualifiers in Callback class 2016-08-26 09:40:22 -05:00
SocketAddress.cpp Added ipv6 support to lwip dns adaptation and updated dchp functionality 2016-09-28 08:48:45 +03:00
SocketAddress.h nsapi - Folded IP parsing logic into SocketAddress 2016-09-25 22:19:18 -05:00
TCPServer.cpp nsapi - Corrected handling of errors in TCPServer accept 2016-08-29 17:38:06 -05:00
TCPServer.h Fix TCPServer constructor 2016-08-31 17:35:10 +02:00
TCPSocket.cpp nsapi - Reversed arguments to gethostbyname 2016-09-25 22:19:18 -05:00
TCPSocket.h Add 'features/net/network-socket/' from commit 'e09565474188b905cada21166118a82e66359217' 2016-07-21 18:30:42 -05:00
UDPSocket.cpp nsapi - Reversed arguments to gethostbyname 2016-09-25 22:19:18 -05:00
UDPSocket.h Add 'features/net/network-socket/' from commit 'e09565474188b905cada21166118a82e66359217' 2016-07-21 18:30:42 -05:00
WiFiAccessPoint.cpp wifi - Moved wifi_ap_t into its own class WiFiAccessPoint 2016-09-30 15:56:05 -05:00
WiFiAccessPoint.h wifi - Moved wifi_ap_t into its own class WiFiAccessPoint 2016-09-30 15:56:05 -05:00
WiFiInterface.h wifi - Moved wifi_ap_t into its own class WiFiAccessPoint 2016-09-30 15:56:05 -05:00
emac_stack_mem.h EMAC: Fix "#if DEVICE_EMAC " usage 2016-09-29 11:52:43 +01:00
mbed_lib.json Exposed the network-socket API through mbed.h 2016-08-04 11:07:33 -05:00
nsapi.h wifi - Moved wifi_ap_t into its own class WiFiAccessPoint 2016-09-30 15:56:05 -05:00
nsapi_dns.cpp Added ipv6 support to lwip dns adaptation and updated dchp functionality 2016-09-28 08:48:45 +03:00
nsapi_dns.h nsapi - Reversed arguments to gethostbyname 2016-09-25 22:19:18 -05:00
nsapi_types.h wifi - Moved wifi_ap_t into its own class WiFiAccessPoint 2016-09-30 15:56:05 -05:00