Skip to content

Commit

Permalink
esp_wifi: fix some wifi bugs 230420
Browse files Browse the repository at this point in the history
1. fix softap qos null issue
2. fix set inactive time crash issue
  • Loading branch information
muhaidong committed Apr 20, 2023
1 parent 2dc6c95 commit bd9c48a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/esp_wifi/include/esp_wifi.h
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,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);
Expand Down

0 comments on commit bd9c48a

Please sign in to comment.