xiehang
f36d745a9f
esp_wifi: drop receiving packets from myself
2020-09-23 11:32:25 +08:00
ronghulin
c94fbd29d1
bugfix: fix softap mode wpa memory leak
2020-09-11 11:00:11 +08:00
He Yin Ling
a5be5acf2f
Merge branch 'bugfix/remove_auto_conn_case_v3.1' into 'release/v3.1'
...
test: remove auto conn case because we do not support this anymore (v3.1)
See merge request espressif/esp-idf!9945
2020-09-07 20:46:54 +08:00
Jiang Jiang Jian
62c061848f
Merge branch 'cherry-pick-19736dbe' into 'release/v3.1'
...
wpa_supplicant: Fix some memleaks and invalid memory access(backport V3.1)
See merge request espressif/esp-idf!10032
2020-08-26 17:22:57 +08:00
Hou Chen Yao
4ebd498dff
remove auto conn case because we do not support this anymore
2020-08-24 06:24:11 +00:00
Michael (XIAO Xufeng)
913bf687f2
Merge branch 'bugfix/put_periph_module_enable/diable_into_iram_v3.1' into 'release/v3.1'
...
wifi, bt: move esp_phy_common_clock_disable into periph_ctrl and put it into IRAM(v3.1)
See merge request espressif/esp-idf!9964
2020-08-17 14:48:54 +08:00
Jiang Jiang Jian
97faf68d55
Merge branch 'bugfix/supplicant_general_fixes_33' into 'release/v3.3'
...
wpa_supplicant: Fix some memleaks and invalid memory access(backport V3.3)
See merge request espressif/esp-idf!8741
(cherry picked from commit 19736dbedc
)
b91bba1a
wpa_supplicant: Fix some memleaks and invalid memory access
2020-08-13 11:26:57 +08:00
Jiang Jiang Jian
d772da5ca2
Merge branch 'bugfix/bt_linkup_fallback_event_v3.1' into 'release/v3.1'
...
Bluedroid: Fixes cases having fallback to link up event. (v3.1)
See merge request espressif/esp-idf!9807
2020-08-07 14:09:11 +08:00
dongyou
15250a747a
Replace periph_module_enable/disable by periph_wifi_bt_common_module_enable which are in IRAM.
...
AddIRAM_ATTR periph_ll_wifi_bt_module_enable_clk_clear_rstandIRAM_ATTR periph_ll_wifi_bt_module_disable_clk_set_rstto fit O0 optimization level.
Delete duplicated spinlock and counter.
2020-08-06 17:30:01 +08:00
xiehang
869b2ff014
eps_wifi: Fix WiFi fragment issue
2020-07-31 20:39:01 +08:00
Michael (XIAO Xufeng)
95978a0d37
Merge branch 'bugfix/mcpwm_period_error_v3.1' into 'release/v3.1'
...
bugfix(mcpwm_period_error): fix the issue of wrong period (backport v3.1)
See merge request espressif/esp-idf!7189
2020-07-28 15:15:14 +08:00
Chinmay Chhajed
7f0462dae1
Bluedroid: Fixes cases having fallback to link up event.
...
Signed-off-by: Chinmay Chhajed <chinmay.chhajed@espressif.com>
2020-07-27 14:09:30 +05:30
He Yin Ling
e2a7cc38b6
CI: do not run cases likely to fail
2020-07-19 15:46:59 +08:00
He Yin Ling
008b5c53ac
CI: disable cases with test env SSC_T5_1
2020-07-19 15:46:50 +08:00
He Yin Ling
32e01f4c5a
CI: remove incorrect MTU related cases
2020-07-19 15:43:42 +08:00
Li Shuai
bb7752fc10
add soft solution for esp32 eco3 live lock issue
2020-07-15 01:50:31 +00:00
Jiang Jiang Jian
dbbffc816a
Merge branch 'bugfix/config_btu_stack_size_by_menuconfig_v3.1' into 'release/v3.1'
...
components/bt: Config BTU stack size by menuconifg
See merge request espressif/esp-idf!9386
2020-07-12 21:35:40 +08:00
zhangyanjiao
995c264209
esp_wifi bugfix:
...
1. Fix TX DMA buffer issue
2. API esp_wifi_get_config add acquisition sta.listen_interval
3. Configure bandwidth and phy mode to store NVS
4. Do not reset softAP's tsf except it restart
5. fix the wifi regdomain update bug
6. fix the bug for airkiss find hidden AP fail
7. fix addba and first ampdu send bar
2020-07-08 21:30:49 +08:00
Jiang Jiang Jian
a280fb325d
Merge branch 'bugfix/beacon_security_downgrade_v3.1' into 'release/v3.1'
...
Avoid parsing RSN/WPA IE's after connection (Backport v3.1)
See merge request espressif/esp-idf!9348
2020-07-02 21:29:11 +08:00
baohongde
273902dd83
components/bt: Config BTU stack size by menuconifg
2020-06-29 21:25:45 +08:00
Nachiket Kukade
805b9c5859
esp_wifi: Update wifi lib
...
1. Avoid parsing RSN/WPA IE's after connection
2. Remove AUTH_CHANGED reason code logic
2020-06-26 16:29:03 +05:30
Chinmay Chhajed
34ad62021a
Bluedroid: Authentication fixes in Legacy and Secure Connection.
...
Prevent a remote device from doing a Bluetooth Impersonation Attack
(BIAS) by:
- Preventing remote device to downgrade secure connection
feature mask. Secure connection feature mask should remain same or
increase to enabled in link key generation and authentication.
- Doing a mutual authentication during Legacy Authentication.
2020-06-25 16:18:29 +05:30
Island
12b497b328
Merge branch 'bugfix/att_buffer_count_fixed_v3.1' into 'release/v3.1'
...
Bugfix/att buffer count fixed v3.1
See merge request espressif/esp-idf!9162
2020-06-22 11:46:25 +08:00
wangcheng
12766b5cc7
blufi: When the format of the received data packet is wrong, reply with an error response
2020-06-17 12:28:20 +08:00
Jiang Jiang Jian
9f60e61c79
Merge branch 'bugfix/btdm_ble_assert_64_0_v3.1' into 'release/v3.1'
...
components/bt: Fix ble assert(64, 0)
See merge request espressif/esp-idf!8927
2020-06-17 11:33:26 +08:00
wangcheng
ec55ac92eb
components/bt: Consider link_xmit_data_q in congest events to prevent excessive memory usage
2020-06-13 15:30:20 +08:00
wangcheng
d8c48ecb99
components/bt:Fixed the problem of incomplete data packets caused by disordered acl data packets
2020-06-13 15:29:34 +08:00
kapil.gupta
0245bda198
esp_wifi: Remove auth_changed event and fix wpa2_ent authmode threshold
2020-06-07 12:21:10 +05:30
Jiang Jiang Jian
2abf3229dd
Merge branch 'bugfix/modify_TCP_MSS_range_v3.1' into 'release/v3.1'
...
Change the default value of TCP_MSS (backport v3.1)
See merge request espressif/esp-idf!9048
2020-06-04 15:59:27 +08:00
xiehang
bd03abae8b
Change the default value of TCP_MSS to 1440 and TCP_MSS Range : [536 1460]
2020-06-04 12:01:15 +08:00
Jiang Jiang Jian
e90b1792e5
Merge branch 'bugfix/fix_some_wifi_bugs_0525_v3.1' into 'release/v3.1'
...
feature: optimize some wifi API (backport v3.1)
See merge request espressif/esp-idf!8890
2020-06-02 17:39:04 +08:00
Jiang Jiang Jian
e71b299f32
Merge branch 'bugfix/btdm_fix_read_multi_char_failed_v3.1' into 'release/v3.1'
...
component/bt: fix read multi-char failed when char set auto_rsp_by_app and rsp_by_stack (backport v3.1)
See merge request espressif/esp-idf!8775
2020-05-29 14:00:01 +08:00
ronghulin
b0f5823b18
feature: optimize some wifi API
...
1. optimization esp_wifi_set_max_tx_power description
2. add API esp_wifi_ap_get_sta_aid
2020-05-29 11:27:59 +08:00
baohongde
d91ad4d93e
components/bt: Fix ble assert(64, 0)
2020-05-26 21:41:19 +08:00
Jiang Jiang Jian
d8e84cd5ed
Merge branch 'bugfix/fix_some_wifi_bugs_0427_v3.1' into 'release/v3.1'
...
Bugfix/fix some wifi bugs 0427 (v3.1)
See merge request espressif/esp-idf!8576
2020-05-22 22:55:54 +08:00
Jiang Jiang Jian
497b143495
Merge branch 'bugfix/fix_spi_flash_clock_config_error_v3.1' into 'release/v3.1'
...
flash: fix spi flash clock config error (backport v3.1)
See merge request espressif/esp-idf!8517
2020-05-22 21:11:01 +08:00
Jiang Jiang Jian
8b9e471689
Merge branch 'bugfix/psram_single_bit_error_v3.1' into 'release/v3.1'
...
psram: support psram 2T mode to fix single bit error (backport v3.1)
See merge request espressif/esp-idf!8330
2020-05-22 21:10:44 +08:00
Michael (XIAO Xufeng)
553f0323b0
Merge branch 'bugfix/timer_group_intr_enable_v3.1' into 'release/v3.1'
...
Fix timer group intr enable (backport v3.1)
See merge request espressif/esp-idf!8533
2020-05-22 00:08:25 +08:00
zhangyanjiao
36ad37a1a4
wifi changes:
...
1. fix the bug for softAP update second channel wrong
2. change wifi_scan_time_t from union to struct
3. query country code wrong when policy change from manual to auto
4. fix the crash issue when fetch peer after delete the cur_peer
5. fix the timeout issue of EAPOL four-way handshake
2020-05-20 16:19:39 +08:00
Jiang Jiang Jian
d8e057b02c
Merge branch 'bugfix/btdm_fix_RPA_Public_RPA_random_err' into 'release/v3.1'
...
component/bt: Fix adv/scan not support RPA_public and RPA_random (backport v3.1)
See merge request espressif/esp-idf!8776
2020-05-18 15:04:36 +08:00
xiehang
18f2a0d3bc
esp_wifi: Fix AP switch to adjacent channel without disconnect
2020-05-17 17:15:54 +08:00
Jiang Jiang Jian
0e043ae99f
Merge branch 'bugfix/can_not_get_IP_address_from_China_mobile_v3.1' into 'release/v3.1'
...
wifi: fix the bug that ESP32 can't get IP address from China Mobile router (v3.1)
See merge request espressif/esp-idf!8410
2020-05-17 17:09:03 +08:00
zwj
9bdf545599
component/bt: Fix adv/scan not support RPA_public and RPA_random
2020-05-15 18:32:46 +08:00
zwj
b08aee46de
:add congest direct callback and modify congest evt triger threshold
2020-05-15 17:57:47 +08:00
wangcheng
1ef2b2d32a
fix bta_dm_deinit_cb
2020-05-15 17:57:47 +08:00
wangcheng
1e72a8c850
master missing BLE_AUTH_CMPL_EVT after restart
2020-05-15 17:57:46 +08:00
zwj
d337fb64bb
fix read multi-char failed when char set auto_rsp_by_app and rsp_by_stack
2020-05-14 19:36:45 +08:00
chenjianqiang
447032c8ff
psram: fix psram size get error
2020-04-30 15:50:12 +08:00
espressif
817fd7916f
mcpwm: fix the issue of wrong period (backport v3.1)
2020-04-28 21:37:29 +08:00
morris
af42ec93e8
timer_group: fix intr_enable
...
timer group interrupt enable is controled by level_int_ena instead of int_ena
Closes https://github.com/espressif/esp-idf/issues/5103
2020-04-28 12:45:24 +08:00