...
- New API to open Client Datagram and stream socket using a string:
- New Socket API to retrieve the IP address used and selected by a connection (TCP or UDP)
- New Function to create WiFi Access Point and retrieve peer
- New Configuration to enable hostname resolution feature using µC/DNSc; Automatic resolution and address selection:
- Sub-Modules Configuration (NET_EXT_MODULE_CFG_DNS_EN)
...
- The function NetIF_WiFi_CreateAdhoc() has been replaced by NetIF_WiFi_CreateAP().
- The structure NET_IF_WIFI_AP_JOIN has been replaced by NET_IF_WIFI_AP_CFG.
- The field IBSS_Mode has been removed
- The field IBSS_Ch has been renamed Ch.
...