Skip to content

Commit

Permalink
fix(scan & roam): Fix collection of issues in sta roam and scan.(9aa4…
Browse files Browse the repository at this point in the history
…6045)

1) Fix issue during split scan to allow for data tx.
2) Fix issue when parsing wpa_ie to set correct authmode when AP
supports both WPA_EAP and WPA_EAP_SHA256 authmode.
Closes espressif/esp-idf#11202
3) Fix an occasional crash during sta roam.
4) Add home_channel_dwell_time to wifi_scan_config_t. This allows
configuration of the time spent between scanning consecutive
channels for tx.
5) Adds a obss scan timer disarm when a sta disconnects from an AP
  • Loading branch information
jgujarathi committed Jul 19, 2023
1 parent f19cccd commit 5827e68
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 0 deletions.
Binary file modified esp32/libcoexist.a
Binary file not shown.
Binary file modified esp32/libcore.a
Binary file not shown.
Binary file modified esp32/libespnow.a
Binary file not shown.
Binary file modified esp32/libmesh.a
Binary file not shown.
Binary file modified esp32/libnet80211.a
Binary file not shown.
Binary file modified esp32/libpp.a
Binary file not shown.
Binary file modified esp32/libsmartconfig.a
Binary file not shown.
Binary file modified esp32/libwapi.a
Binary file not shown.
Binary file modified esp32c3/libcoexist.a
Binary file not shown.
Binary file modified esp32c3/libcore.a
Binary file not shown.
Binary file modified esp32c3/libespnow.a
Binary file not shown.
Binary file modified esp32c3/libmesh.a
Binary file not shown.
Binary file modified esp32c3/libnet80211.a
Binary file not shown.
Binary file modified esp32c3/libpp.a
Binary file not shown.
Binary file modified esp32c3/libsmartconfig.a
Binary file not shown.
Binary file modified esp32c3/libwapi.a
Binary file not shown.
Binary file modified esp32s2/libcoexist.a
Binary file not shown.
Binary file modified esp32s2/libcore.a
Binary file not shown.
Binary file modified esp32s2/libespnow.a
Binary file not shown.
Binary file modified esp32s2/libmesh.a
Binary file not shown.
Binary file modified esp32s2/libnet80211.a
Binary file not shown.
Binary file modified esp32s2/libpp.a
Binary file not shown.
Binary file modified esp32s2/libsmartconfig.a
Binary file not shown.
Binary file modified esp32s2/libwapi.a
Binary file not shown.
Binary file modified esp32s3/libcoexist.a
Binary file not shown.
Binary file modified esp32s3/libcore.a
Binary file not shown.
Binary file modified esp32s3/libespnow.a
Binary file not shown.
Binary file modified esp32s3/libmesh.a
Binary file not shown.
Binary file modified esp32s3/libnet80211.a
Binary file not shown.
Binary file modified esp32s3/libpp.a
Binary file not shown.
Binary file modified esp32s3/libsmartconfig.a
Binary file not shown.
Binary file modified esp32s3/libwapi.a
Binary file not shown.

0 comments on commit 5827e68

Please sign in to comment.