arduino-esp32/libraries/WiFi/src
Ahmed Al-Qaidom 91b9fae111 Add generic IP utilities (#3038)
* Add generic IP calculations

Add:
calculateNetworkID(IPAddress ip, IPAddress subnet) => Calculate the network id using the ip and subnet (e.g. 192.168.0.0)
calculateBroadcast(IPAddress ip, IPAddress subnet) => Calculate the broadcast ip using the ip and subnet (e.g. 192.168.0.255)
calculateSubnetCIDR(IPAddress subnetMask) => Calculate the subnet CIDR using the subnet (e.g. 24)

Add:
broadcastIP() => Retrieve the network id (e.g. 192.168.0.0)
networkID() => Retrieve the broadcast IP (e.g. 192.168.0.255)
subnetCIDR() => Retrieve the subnet CIDR (e.g. 24)

Add:
broadcastIP() => Retrieve the network id (e.g. 192.168.0.0)
networkID() => Retrieve the broadcast IP (e.g. 192.168.0.255)
subnetCIDR() => Retrieve the subnet CIDR (e.g. 24)

Add:
softAPBroadcastIP() => Retrieve the network id (e.g. 192.168.0.0)
softAPNetwrokID() => Retrieve the broadcast IP (e.g. 192.168.0.255)
softAPSubnetCIDR() => Retrieve the subnet CIDR (e.g. 24)
2019-08-20 16:42:55 +03:00
..
ETH.cpp Add generic IP utilities (#3038) 2019-08-20 16:42:55 +03:00
ETH.h Add generic IP utilities (#3038) 2019-08-20 16:42:55 +03:00
WiFi.cpp Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFi.h Changed the description of file (#2476) 2019-02-20 00:50:20 +02:00
WiFiAP.cpp Add generic IP utilities (#3038) 2019-08-20 16:42:55 +03:00
WiFiAP.h Add generic IP utilities (#3038) 2019-08-20 16:42:55 +03:00
WiFiClient.cpp WiFiClient.cpp - Fix connect() behavior (#2784) 2019-07-09 19:48:05 +03:00
WiFiClient.h Add connect timeout to WiFiClient (#2383) 2019-02-14 12:55:50 +01:00
WiFiGeneric.cpp Add generic IP utilities (#3038) 2019-08-20 16:42:55 +03:00
WiFiGeneric.h Add generic IP utilities (#3038) 2019-08-20 16:42:55 +03:00
WiFiMulti.cpp Cleanup WiFiMulti (#2955) 2019-07-09 19:21:01 +03:00
WiFiMulti.h Cleanup WiFiMulti (#2955) 2019-07-09 19:21:01 +03:00
WiFiScan.cpp Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiScan.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiServer.cpp Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiServer.h Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
WiFiSTA.cpp Add generic IP utilities (#3038) 2019-08-20 16:42:55 +03:00
WiFiSTA.h Add generic IP utilities (#3038) 2019-08-20 16:42:55 +03:00
WiFiType.h std::functioanl for WFIF event + Minor fix (#1366) 2018-05-14 13:05:49 +02:00
WiFiUdp.cpp Memory leak (#1672) 2018-07-25 12:56:41 +02:00
WiFiUdp.h Add Server and UDP and fix WiFi.hostByName 2016-12-30 02:44:45 +02:00