Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soft-AP: get subnet mask #8358

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Soft-AP: get subnet mask #8358

merged 1 commit into from
Jul 17, 2023

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