807 Commits

Author SHA1 Message Date
cfa077793e station: Fix issue of PMF not getting reset when disconnecting from PMF connection (ff661c3c) 2024-06-18 12:13:35 +05:30
a4068355ff feat(esp_wifi): Refactor and improve FTM code (d7664092)
1. Break FTM State Machine code into separate functions
2. Use dynamic allocation for FTM session to save memory
3. Add API to get FTM report instead of event based mechanism
4. Add FTM Request re-try and comeback support
5. Fix issues with duplicate FTM response, stale sessions and
   frequent failures to respond from SoftAP side
6. Update PHY FTM Compensation for all 40MHz cases
2024-06-13 21:01:51 +05:30
569c42ab49 fix(wifi): fix sta scan when connected cause bcn timeout loop issue (0f3a4fdb) 2024-06-12 17:21:09 +08:00
bf71ef7b29 fix(wifi): fix esp32 unrecoverable m f issue, fix rxAppendBlock issue (af6c066a) 2024-05-28 17:47:02 +08:00
d6cb1da6ba fix(wifi): Fix selecting FTM compensation with external AP (79f44f91)
Also update FTM Compensation values with calibration
2024-05-28 12:13:31 +05:30
a58c6341a9 fix(wifi): fixed some wifi bugs 240516(c7f97ba3)
1. fix esp_wifi_set_mode() return error issue
2. fix qos encapsulated eapol issue
3. eapol arp and dhcp add flag PP_F_PER_PKT_RATE
4. fix lmac_stop_hw_txq issue
5. fix typo
6. limite number of amsdu  block in eb
7. fix recycle cache sub amsdu eb issue
8. update ba session store and restore rx ba num
9. fix multicast address qos frame by reset rx ba
10. fix lmacStopTransmit issue
11. sync multi antenna gpio register from IDF
12. clear eb to fix tx single AMPDU to some AP not reply BA when ampdu_entry single bit was set
2024-05-17 11:42:47 +08:00
946d1e0a8b fix the tx issue when mesh lifetime equal zero (3d0816f) 2024-05-14 10:05:11 +08:00
6f067d3721 fix(rsnxe): Expands maximum size of RSNXE IE to 255(74798a23)
- Allows for RSNXE IE to be processed as a variable length upto
255 bytes, changing the earlier max of 20.
2024-04-05 10:38:35 +05:30
faf5a16d72 feat(wifi): improve coex connect compatibility and fix coexist issue (c7ee3fbe) 2024-04-02 11:57:38 +08:00
499341f539 update wifi lib (ab7d9b8c):
1. fix(wifi/mesh): wait for child disconnect event when mesh deinit
2. fix(wifi): update scan ap number when clear scan ap records
2024-02-23 10:51:54 +08:00
f2aae4d44e fix(wifi): fix wifi stop cost too much time (1fd20f48) 2024-02-06 16:09:41 +08:00
be950d75c0 fix(wifi): fix pmk invalid lead same ssid wpa and wpa2 connect fail issue(8504c298) 2024-01-24 19:04:28 +08:00
4156704272 fix(coex): fix potential ble scan request ifs timer error bug (e9388657) 2024-01-20 10:35:41 +08:00
9745334141 update wifi lib (fb18fab4):
1. fix(wifi/mesh): fixed the crash issue when mesh deinit
2. fix(wifi):fixed when ap recv auth in sa query porcess will memset psq issue
2024-01-17 19:54:46 +08:00
ef921a2f37 fix(coex): fix esp32 ble scan interrupted by Wi-Fi, reset Wi-Fi connectionless pm status (7767c634) 2023-12-22 13:29:17 +08:00
3f1849d4d4 fix(esp_wifi):Fix WDT when esp_supp_dpp_start_listen called multiple times(272c3741) 2023-12-15 15:12:58 +05:30
56a5b224bb update wifi lib (4647edf9)
1. fix(wifi): Fix the crash issue when clear scan ap list
2. fix(wifi/mesh): fix wifi mode error when mesh start after station has connected to router
2023-12-12 17:18:53 +08:00
a4e2e94c94 fix(wifi): Fix key install issue in PTK renew (8896e723) 2023-12-08 15:21:41 +05:30
b5790c87d9 fix(esp_wifi): Fix timer index out of bound issue causing execution of timer function to fail(51bc9869) 2023-12-05 17:32:17 +05:30
284b3feb2f support esp32c3 v1.1 wifi(215be3ca) 2023-12-05 11:40:12 +08:00
c5a5c931ca backport some bugfix(d1df5951)
1. fix ccmp pn became large issue
2. sta not pmf capable when requires should reject profile
3. fix softap set config issue
4. allow some special igtk keyindex to workaround faulty APs
5. remove target_power_backoff
6. remove FreqCalCntforScan
7. fix enable psram wapi dhcp fail issue
8. Fix multi antenna issue
9. Static buffer for management, ctrl, qos null, null data
10. Fix typo in wifi api docs
11. Optimize BB filter timer to pass some corner case
12. Change fragment threshold to 256
13. Support fragment for LR mode
14. Fix rx fragment fail in Open mode.
15. Drop fragmented AMPDUs
16. Fix ampdu duration issue
2023-11-30 11:48:24 +08:00
80782b7152 fix(esp_wifi): Fix authmode in log and connected event for WPA3 enterprise 192 bit (305f90ed) 2023-11-28 12:17:07 +05:30
f2f6694b49 fix(connect): Fix issue of esp32 station disconnecting immediately after scanning when RSSI is zero (5d67a443) 2023-11-21 10:29:34 +05:30
2b4ec04f76 fix(esp_wifi): Ensure beacon timeout triggers when AP changes config during sleep(c7dbced3)
- Ensures that a beacont timeout event is trigerred when the AP changes config during Sta sleep.
2023-11-17 17:40:08 +05:30
a91050f77b fix(pm): fix wifi station no response after m f null (9674e401) 2023-10-27 16:00:42 +08:00
c9d122fc5e ci: fix push to github (f898a7f7) 2023-10-26 12:14:49 +08:00
769d2384e4 fix(esp_wifi): Fixes issues in PMKSA and AID assignment (f898a7f7)
- Fix missing PMKSA flush scenarios.

- Fix wrong AID assigned to station when multiple stations try to connect
  simultaneously with mixed order of auth-request and assoc-request frames.
2023-10-20 14:05:09 +05:30
ffefe60c4e fix(wifi): Update wifi documentation for wifi and bug fixes (d9959e6) 2023-10-16 14:38:07 +05:30
56d9088481 fix espnow send error when station connected (7d823d0) 2023-09-06 11:09:06 +08:00
a9f72f895d fix(esp_wifi): Skip PMK cache usage if configured password is incorrect (1ba8b6a3) 2023-09-04 10:42:52 +05:30
f880660f51 fix(wifi): Prevent PMF config overwritten by tx_cb (7510043) 2023-08-31 10:32:13 +05:30
494b0db24f fix(pm): wifi no mac retention at wifi start (b65dce10) 2023-08-24 10:16:15 +08:00
dd70ee5d91 fix(esp_wifi) : Fix issues with action_frame tx and scan(782daa90)
1. Moves the location of null data frame TX to before channel switch during
   offchannel action frame TX req.
2. Reverts Send wake up and sleep null between scanning.
2023-08-21 16:41:41 +05:30
5f525915a2 fix(wifi): fix some bugs in LR and ESP-NOW(b146640)
1. Fix the RX error when softAP and ESP-NOW both encrypted
2. Fix the LR rate set fail for espnow and 80211 tx
2023-08-18 15:03:04 +08:00
065acec800 fix(wifi): Fix EAPOL Key TxDone callback implementation (d4eac1fa) 2023-08-16 21:08:56 +05:30
cceae7e1f1 fix(wifi): Fix error propagation while initiating FTM (b39eb6a3) 2023-08-04 15:33:17 +05:30
d739d660a4 esp_wifi: fix ret when setting channel at wifi not started (cf0db64d) 2023-07-27 10:42:10 +08:00
6c3fda2460 fix(wifi): fix some wifi bugs 230725(f3618b95)
1. update pairwise cipher in softAP
2. overwrite pairwise cipher when softap auth mode is wpa2 wpa2_wpa3 wpa3
3. fix single tail queue conjunct issue
4. fix some txop issues
5. process association request verify ssid
6. fix sta rx csa issue
7. fix ftm timer macro issue
2023-07-25 12:57:10 +08:00
c6a1eca8ec fix(wifi): Fix SAE and SAE related NVS issues (9efa463)
1. Discard commit frame received at confirmed state in SAE STA
2. Bugfix NVS get values for sae pwe
3. Bugfix memory leak caused by assoc retry timer and assoc IE
2023-07-24 15:33:34 +05:30
1e65557980 fix(esp-wifi): Add bugfixes and improvements in FTM (eabbf82b)
1. Bugfixes in Initiator and Responder mode.
2. Update PHY compensation values for ESP32S2, S3 and C3.
3. Fix wrong first value of PHY compensation.
4. Fix bug when number of FTM measurement frames received is more
   than (number_of_brusts * FTMs per brust).
2023-07-21 10:07:49 +05:30
adcb3b0a7a fix(wifi): fix some wifi bugs(50abab4)
1. Remove waiting RX/TXING during hw mac deinit
2. Fix the mac bug that hardware parse beacon of ie length equal to zero
3. Correct wifi spelling error
4. Add check for memory allocation in tx buffers
5. Fix association refused temporarily comeback time set to zero issue
6. Add new API to get rssi info after station connected to AP
7. vnd ie callback can be set to null
2023-07-19 17:41:05 +08:00
70366b600a fix(scan & roam): Fix collection of issues in sta roam and scan.(7c977176)
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 https://github.com/espressif/esp-idf/issues/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
2023-07-19 10:28:33 +05:30
aeca85765f esp_wifi (aa5aeba):
1. mesh: layer2 node will scan all channels when fixed root leave
2. show warning info when setting max connection num for softAP
2023-07-06 19:01:50 +08:00
acbfd4bc9a esp_wifi: Install keys after eapol and NVS store security values (3a139208)
1. Bugfix store authmode security in NVS
2. Install keys after successful transmission of EAPOL 4/4 Message
2023-06-18 02:47:13 +05:30
8ac58d5636 fix softap nvs <ssid,password,pmk> not matching issue(82d3b115) 2023-05-18 15:49:25 +08:00
f123088541 esp_wifi: fix some wifi bugs 230420(0f80fa07)
1. fix softap qos null issue
2. fix set inactive time crash issue
2023-04-20 11:20:22 +08:00
241e9358c2 update wifi lib (eb1f0057)
1. Add wpa_sta_connected callback
2. Validate softAP interface when sending beacon frame
2023-04-18 15:35:23 +05:30
f3f7d4ffdc power save: allow connectionless ps with mesh, fix failed to sleep after scan; coex: fix esp32 wifi interrupted by ble act (d51ef5c0) 2023-04-14 11:58:39 +08:00
98098934ba update wifi lib (ad43220d):
1. mesh: fix the heap corrupt issue in MTXON task
2. fix the tx data error when change phymode form LR to 11N
2023-04-11 14:19:54 +08:00
9023681b3b esp_wifi: fix some wifi bugs 230403(1d946af3)
1. fix sta auth failed but softap shows it connected issue
2. fix ftm procedure with peer failed status 4 issue
3. send ftm frames immediately
4. send null data when state change from association to run
2023-04-10 15:05:10 +08:00