24 Commits

Author SHA1 Message Date
4816d356ad fix(wifi): fix esp32 unrecoverable m f issue (2e555c969) 2024-05-16 10:36:48 +08:00
11a226dcb4 update wifi lib (e717c44):
1. Fixed sniffer dump fcs error fail
2. Fixed the ESP-NOW priv parameter get error
2024-05-15 11:46:06 +08:00
8fd22ddcaf fix(esp_wifi): Fix issues in NAN datapath establishment(1331572c) 2024-05-14 11:24:09 +05:30
bcb739c215 fix(wifi): Fix selecting FTM compensation with external AP (b4ffa291) 2024-05-13 12:09:09 +05:30
ddb736ba7a fix the tx issue when mesh lifetime equal zero (2232aa84) 2024-05-10 16:23:38 +08:00
97373dacc2 Fix issue of wrong Rx control information of espnow packets for esp32 and esp32s2 (50adca94)
Fixes regression caused by d935da0725203542585ba981faa6d69f35480e9e
2024-05-08 17:10:07 +05:30
a9c6727926 fix(esp32c6): clear soc wakeup request signal at tbtt process (5ebcd3f6) 2024-05-08 10:39:12 +08:00
1c42c89e1a Fix authmode scanning issue when AP advertises both WPA and WPA2 with SAE PK (364b6302) 2024-05-06 11:41:57 +05:30
1221569e8f fix(wifi): Update FTM PHY compensation (feaf82d9) 2024-04-29 14:33:21 +05:30
e09543aef5 fix(wifi): fix trc_ampdu_stop_rateidx value errors when DUT under softap + sta mode (8a25ce66) 2024-04-28 15:53:18 +08:00
d8e20e3cf3 clear wifi buffer to fix ampdu compatibility issue(ef2fedcd) 2024-04-24 11:24:35 +08:00
1a7db84611 fix(wifi): fix esp32c6 wdt issues when recv/send tcp packages (f5eaa792) 2024-04-23 19:52:00 +08:00
516ae8c586 esp_wifi: Fix frame subtype in send_mgmt_frame (34d9141e) 2024-04-22 16:07:36 +05:30
0565ffa695 fix(wifi): fixed itwt crash issues (cf9b4550) 2024-04-19 20:02:37 +08:00
308c592b14 feat(esp_wifi): Adds a new API to set default scan parameters(351c534a)
- esp_wifi_set_scan_parameters() : Used to set the default scan parameters to be used
while scanning. These parameters will be used for all scans conducted by station
including connect scan. Parameters provided through esp_wifi_scan_start() override the
default parameters for that scan only
- esp_wifi_get_scan_parameters(): Used to get the current default scan parameters.
2024-04-18 16:03:45 +05:30
d935da0725 fix(wifi): Fix encryption/decryption issue for mgmt packets (e4f2ba6a)
* Fix issues related to mgmt packets encryption in GCMP
* Fix issue of wrong decryption of mgmt packets when PMF is enabled
* Fix softAP bug in handling of SAE Reauthentication
2024-04-16 19:46:09 +05:30
852cfcfa66 esp_wifi: format wifi code using tools/format.sh (a8ac1b8a) 2024-04-16 10:57:39 +05:30
49c8e2d99d fix(wifi): fixed lmacStopTransmit issue(edc80c92) 2024-04-11 11:52:23 +08:00
a5af5288b1 feat(wifi): add esp32c5 beta3 support wifi (c9dba424) 2024-04-10 14:07:01 +08:00
1c9b6ea78f fix(wifi): Fix print for 2g bitmap in scan path (dd5c08a) 2024-04-05 17:26:45 +05:30
50aec83710 Send unicast probe requests if bssid is known during scan (a2099222) 2024-04-01 23:31:17 +05:30
1b1ab64e64 feat(scan): Add channel bitmaps to the scan config(9e67852f)
- Add the ability to specify the specific channels that need to be scanned.
- Adds a warning that discourages from setting bssid and channel in
sta_config if btm is enabled and supported by the network.
- Includes wifi_types.h changes needed for adding the event when
neighbor reports are recieved from AP.
- Fixes issues with reporting authmodes of FT APs
2024-04-01 17:22:31 +05:30
5ae2e01957 bugfix: sync gpio reg base for C6 to fix multi antenna issue(1a3ec3e4) 2024-04-01 14:58:14 +08:00
1fbf7cd430 feat: Supports external WiFi connections for ESP32p4 and other espressf chips (b3548b43) 2024-04-01 11:26:30 +08:00