mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_wifi: fix some wifi bugs
1.pm: mesh sleep support phy ref 2.pm: send wake null after scan if txq isn't idle 3.fix esp32 wifi schm interrupted by ble act 4.fix the bug that ble scan start impacts wifi in some coex scenarios 5.fix softAP qos null issue 6.fix the tx data error when change phymode from LR to 11N 7.fix the heap corrupt issue in MTXON task 8.add new api for supplicant to get softAP's max connection 9.owe: reject pmf incapable ciphers for owe connections 10.fix nvs store softap pmk not match ssid&password 11.install keys after successful transmission of eapol 4/4 message 12.add apis to get assoc id and negotiated phymode 13.softAP pmf: handle SA Query bug in AP-STA concurrent mode when both connections are pmf enabled 14.softAP pmf: merge softAP and station SA Query handlers 15.add wpa_sta_connected callback 16.softAP: validate softAP interface when sending beacon 17.ftm: send ftm frames immediately 18.fix ftm procedure with peer failed status 4 issue 19.fix set inactive time crash issue
This commit is contained in:
parent
811e5e06d2
commit
25b40c9d5e
@ -1146,6 +1146,7 @@ esp_err_t esp_wifi_set_inactive_time(wifi_interface_t ifx, uint16_t sec);
|
||||
* @return
|
||||
* - ESP_OK: succeed
|
||||
* - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init
|
||||
* - ESP_ERR_WIFI_NOT_STARTED: WiFi is not started by esp_wifi_start
|
||||
* - ESP_ERR_WIFI_ARG: invalid argument
|
||||
*/
|
||||
esp_err_t esp_wifi_get_inactive_time(wifi_interface_t ifx, uint16_t *sec);
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 3f0144cd0f58073751f76c45f923b382440c58d0
|
||||
Subproject commit 7792e2ba528e1c744df5a54ecf45cbb03fc426ed
|
Loading…
Reference in New Issue
Block a user