mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 05:04:33 +02:00
esp_wifi: fix some softap issues
1. add lldesc_config and clr PWR MGT flag 2. send null data instead of qos null data when receive ps-poll while power save queue is empty 3. update power save queue hw len 4. set more data bit 5. only send null data when psq hw len is 0 after recv ps-poll
This commit is contained in:
@@ -1983,7 +1983,7 @@ ieee80211_raw_frame_sanity_check = 0x400020fc;
|
|||||||
ieee80211_crypto_aes_128_cmac_encrypt = 0x40002100;
|
ieee80211_crypto_aes_128_cmac_encrypt = 0x40002100;
|
||||||
ieee80211_alloc_tx_buf = 0x40002108;
|
ieee80211_alloc_tx_buf = 0x40002108;
|
||||||
ieee80211_output_do = 0x4000210c;
|
ieee80211_output_do = 0x4000210c;
|
||||||
ieee80211_send_nulldata = 0x40002110;
|
/* ieee80211_send_nulldata = 0x40002110; */
|
||||||
ieee80211_setup_robust_mgmtframe = 0x40002114;
|
ieee80211_setup_robust_mgmtframe = 0x40002114;
|
||||||
ieee80211_encap_null_data = 0x4000211c;
|
ieee80211_encap_null_data = 0x4000211c;
|
||||||
ieee80211_send_deauth = 0x40002120;
|
ieee80211_send_deauth = 0x40002120;
|
||||||
|
Submodule components/esp_wifi/lib updated: e6aefa10e8...69e8def447
Reference in New Issue
Block a user