Skip to content

esp32s2: Set station mode early to avoid SoftAP on startup #3698

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

Merged
merged 1 commit into from
Nov 16, 2020

Conversation

BennyE
Copy link

@BennyE BennyE commented Nov 16, 2020

The behaviour that an Access Point is seen early during bring-up is also mentioned in #3321 by @anecdata
@tannewt would be happy if you could review.

The below was the output before this (with DEBUG=1)
I (3996) wifi_init: WiFi RX IRAM OP enabled
I (4116) phy: phy_version: 603, 72dfd77, Jul 7 2020, 19:57:05, 0, 2
I (4116) wifi:enable tsf
I (4116) wifi:mode : softAP (7c:df:a1:03:b7:a5)
I (4116) wifi:Total power save buffer number: 8
I (4126) wifi:Init max length of beacon: 752/752
I (4126) wifi:Init max length of beacon: 752/752
I (5266) wifi:mode : sta (7c:df:a1:03:b7:a4)

@BennyE BennyE changed the title Set station mode early to avoid SoftAP on startup esp32s2: Set station mode early to avoid SoftAP on startup Nov 16, 2020
@BennyE
Copy link
Author

BennyE commented Nov 16, 2020

For the sake of completeness, this is how it would show up in WIDS/WIPS applications:

wips

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thank you.

@tannewt
Copy link
Member

tannewt commented Nov 16, 2020

Single failure is due to network issue uploading artifacts.

@tannewt tannewt merged commit f4fd236 into adafruit:main Nov 16, 2020
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.

2 participants