KonstantinKondrashov
e88f235326
all: Apply new version logic (major * 100 + minor)
2023-03-02 03:21:34 +00:00
muhaidong
f28a7853d3
esp_wifi: fix sta failed but softap shows it connected issue
2023-02-28 09:12:02 +00:00
Shyamal Khachane
179fc63526
esp_wifi: Fix missing disconnected callback
2023-02-24 18:44:28 +05:30
KonstantinKondrashov
3dcdcc08eb
efuse: Adds major and minor versions and others
2023-02-11 08:06:49 +00:00
muhaidong
36caf700c7
esp_wifi: fix some wifi bugs
...
1. fix ftm timer macro issue
2. send null data when state change from association to run
3. bugfix for optimize abnormal beacon log
4. bugfix RSNXE related changes
5. send ftm frames immediately
6. fix ftm procedure with peer failed status 4 issue
2023-02-09 15:01:49 +08:00
Shreyas Sheth
b44da528db
esp_wifi:Add wifi station config for enabling transition_disbale feature
2023-01-16 00:59:04 +05:30
chenjianxing
b9f31eaa66
esp_wifi: fix multicast pkts drop issue for some AP when DTIM period > 1
2023-01-11 11:04:18 +08:00
Shyamal Khachane
ce6bcb3868
esp_wifi: Fix open auth issue after commit message exchange
2023-01-09 09:58:54 +05:30
Sarvesh Bodakhe
b85e0c0daa
esp_wifi: Update wifi libs
...
Update wifi libs with below changes -
1. reject AP when assoc comeback time given is greater than 5 seconds
2022-12-29 15:39:49 +05:30
zwj
1f05925676
update phy and bb lib for temperature performance
2022-12-27 20:57:04 +08:00
Shyamal Khachane
aa78c85a05
wpa_supplicant: Clear current pmksa before generating RSN IE
...
Also update wifi libs with below changes -
- Fix reason codes for Invalid PMKID
- Fix handling of Assoc Resp status codes for Station
2022-12-23 16:56:20 +05:30
gauri patankar
c1075e32e0
esp_wifi:Update wifi libs
...
1. Avoid ftm initiator mode on softap
2. Fix home channel issue in ftm for apsta mode
3. Fix int overflow for T1-T4 counter variable
2022-12-22 15:52:47 +05:30
Shreyas Sheth
c171f0f39b
wpa_supplicant:BDSA related patch updates
2022-12-16 16:14:06 +05:30
liuning
a02a385ee2
esp_wifi: update lib
2022-12-16 14:20:17 +08:00
liuning
ce2deab1a4
phy: only set phy_init_flag at power domain off, when all modems deinit
2022-12-16 14:20:17 +08:00
liuning
312da39eb9
esp_wifi: fix some connectionless related issue
2022-12-16 14:20:17 +08:00
zhangyanjiao
ca17dc4f2d
esp_wifi: report rssi info in wifi event
2022-12-14 19:21:13 +08:00
jack
fc1e91f53c
esp_wifi: update wifi lib
...
1.wifi: fixed sniffer mode can not capture control packet when station is enabled
2.Fixed WAPI issue on GTK compability and reference to broadcast arp pkts.
3.Fixed TX fragment issue that PN code is less than MSDU after PN code add two for TX fragment.
4.Added station connect retry count to make it easier to connect to the except AP
5.Fixed some issues on Soft-AP power save.
6.Fixed SoftAP memory leak after wifi init and deinit
7.Fixed sta get ap info does not return connected ssid issue.
8.Fixed SoftAP disconnection happened even when receive PS-Poll.
2022-12-13 16:19:41 +05:30
Kapil Gupta
10b0b768b7
esp_wifi: Add config option for AP retry count
...
Provide a config option for station to retry with the AP
if connection fails first time.
2022-12-06 17:28:09 +08:00
gauri patankar
66a8eb9ff9
Adding check for ies in match security
2022-11-30 11:57:26 +05:30
gauri patankar
4f8a869392
Add changes to prevent security params overwritten in full scan (backport v4.3)
2022-11-28 12:50:54 +05:30
muhaidong
0ed631f47a
esp_wifi: Modify wifi scan return value.
...
1. Modify wifi scan return value same to docs.
2. Change some logs' log level wo avoid misunderstanding.
3. Fix connect fail return wrong error code issue
2022-11-23 19:10:13 +08:00
zhangyanjiao
7cf171cb1f
update doc for set channel
2022-11-23 19:09:49 +08:00
zhangyanjiao
92eb91f985
update wifi reason code
2022-11-23 19:09:03 +08:00
liuning
dbe59eff86
esp_wifi: add protection for mac reset (backport 4.3)
2022-11-08 14:04:52 +08:00
Shreyas Sheth
dc23667db8
esp_wifi:Set AP rsnxe while connecting to a AP
2022-11-02 15:25:31 +05:30
Nachiket Kukade
aabfb142bc
esp_wifi: Update wifi libs
...
Fix scan causing bss overwrite in connect process
2022-11-01 09:43:43 +05:30
Jiang Jiang Jian
1d5efaddac
Merge branch 'bugfix/fix_sta_scan_when_already_connected_v4.3' into 'release/v4.3'
...
esp-wifi: Restores station status to connected when no other AP is found for roam
See merge request espressif/esp-idf!20343
2022-11-01 11:03:01 +08:00
jgujarathi
c7edfd4ef0
esp-wifi: Restores station status to connected when no other AP is found for roam
2022-10-26 19:03:27 +05:30
jingli
91b147c9da
wifi/bt: fix part of modem module not reset when power up
2022-10-26 20:47:10 +08:00
Li Shuai
54d59fae28
sleep: beacon loss and noise check timer optimize for wifi power save
...
esp_phy: optimize phy calibration for C3
2022-10-21 21:43:24 +08:00
muhaidong
bfdccbd7cb
esp_wifi: fix deinit return wrong value
...
1. Deinit does not return ESP_ERR_WIFI_NOT_INIT if the wifi driver is no longer initialized.
2. Fix get wrong channel value use esp_wifi_get_config.
3. Fix bug of missing unlock when wifi stop.
4. Fix annotation error of api esp_wifi_connect.
2022-10-20 11:41:07 +08:00
muhaidong
56933d09ea
esp_wifi: fix ignore rx sub ampdu interrupt issue
2022-10-14 16:08:24 +08:00
zhangyanjiao
14ce174215
esp_wifi: fix connect fail when enable SPIRAM and ESPNOW send
2022-10-13 17:05:17 +08:00
xueyunfei
f1b8861f2b
esp_wifi:add clear ap list interface
2022-09-19 15:52:06 +08:00
muhaidong
e8abfaa20e
esp_wifi: add small UT for country code.
2022-09-19 15:51:39 +08:00
muhaidong
5a6cbcd29b
esp_wifi: fix country policy issue.
2022-09-19 15:51:19 +08:00
muhaidong
189bdb2bf8
esp_wifi: fix not update phy according to country code.
...
1. Fixed not update phy according to country code.
2. Fixed crashed when esp_wifi_set_ant_gpio() called
3. Fixed a bug when ftm used with ps enabled
4. Fixed a potential issue to allocate PSRAM to wifi stack where internal RAM is required
5. Fixed potential fail to scan AP after receiving disassoc/deauth from AP on esp32s2
y
2022-08-21 16:01:34 +08:00
Gauri Patankar
e055f5ced7
esp_wifi: WPA3 SAE H2E support for station
...
Mandate sta threshold wpa3 for ssid after receiving transition disable bit from AP
2022-08-19 15:09:14 +05:30
Nachiket Kukade
5e3ade893a
esp_wifi: Update wifi libs
...
Update wifi libs with below fixes -
1. Improved error handling in SoftAP Rx path, fixed LoRa IE length
2. Handle low memory scenario, re-enabling PMF Capable flag in STA PMF
3. Release wifi lock in offchannel operation
2022-08-17 15:41:13 +05:30
xiongweichao
460cfbd583
1. Wi-Fi: update tsf tick interval when lpclk is modified
...
2. Move register_lpclk_callback to coexistence
2022-08-11 20:21:59 +08:00
zhangyanjiao
3c59955135
update wifi lib:
...
1. Clear old keys before going for new connection
2. Fix deep sleep can't reconnect to ap when pmf enable
3. Fix some ap will ignore auth when rx deauth for some time
4. Support force ht40 for espnow & 80211_tx
5. WAPI: Key mgmt type compability issue
6. Update wifi header file
7. Fix espnow recv unencrypted packets issue
2022-08-05 16:20:48 +08:00
zhangyanjiao
13da594657
update wifi api docs
2022-08-05 15:13:36 +08:00
aditi_lonkar
9027fef06f
esp_wifi: Fix for default ssid not set.
2022-08-04 16:27:55 +05:30
Jiang Jiang Jian
7b10f3264a
Merge branch 'bugfix/fix_esptouch_v2_found_none_issue_v4.3' into 'release/v4.3'
...
esp_wifi: fix the bug that check whether bssid is zero mac(Backport v4.3)
See merge request espressif/esp-idf!19281
2022-08-03 13:17:00 +08:00
Jiang Jiang Jian
3f88df5046
Merge branch 'bugfix/put_sempher_and_queue_used_in_isr_into_DRAM_v4.3' into 'release/v4.3'
...
Make sure semphr/queue used in interrupt is in DRAM
See merge request espressif/esp-idf!18989
2022-08-02 11:32:05 +08:00
Jiang Jiang Jian
6c38c6b176
Merge branch 'bugfix/add_multiple_scan_mode_v4.3' into 'release/v4.3'
...
Bugfix: Connect example to add scan mode config
See merge request espressif/esp-idf!19124
2022-07-29 10:58:32 +08:00
muhaidong
eed82f378e
esp_wifi: fix the bug that check whether bssid is zero mac
2022-07-28 21:53:30 +08:00
xueyunfei
e7e962b8d0
lwip:add function for deinit lwip timers
2022-07-26 09:55:39 +00:00
xueyunfei
bc61578d68
esp_wifi: backport some wifi fix
...
1 Bugfix for wrong config of static txbuf
2 fix bug that qos data will update BA SSN
3 reset beacon timeout timer
4 Bugfix for close sniffer mode when wifi stop
5 update wifi header files
2022-07-26 09:55:39 +00:00