Skip to content

Conversation

rstephan
Copy link
Contributor

In WiFiSTA you can ask for the subnet mask, but not in WiFiAP. Only the subnet CIDR is reported.
Therefor the missing method is added to have the same features in softAP as well.


Description of Change

Have an equal API for WiFi STA and WiFi AP. In WiFiAP only the subnet CIDR is reported. To have the subnet mask one has to inverse the CIDR function.

Tests scenarios

I have tested my Pull Request on Arduino-esp32 core v2.0.9 with ESP32 Board with this scenario.

Related links

rstephan/ArtnetnodeWifi#23

In WiFiSTA you can ask for the subnet mask, but not in WiFiAP.
Only the CIDR is reported.
Therefor the missing method is added to have the same features in softAP as well.
@CLAassistant
Copy link

CLAassistant commented Jun 27, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants