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:
muhaidong
2022-10-19 11:51:51 +08:00
committed by jack
parent a5d2158cd0
commit 675f9555df
2 changed files with 2 additions and 2 deletions

View File

@@ -1983,7 +1983,7 @@ ieee80211_raw_frame_sanity_check = 0x400020fc;
ieee80211_crypto_aes_128_cmac_encrypt = 0x40002100;
ieee80211_alloc_tx_buf = 0x40002108;
ieee80211_output_do = 0x4000210c;
ieee80211_send_nulldata = 0x40002110;
/* ieee80211_send_nulldata = 0x40002110; */
ieee80211_setup_robust_mgmtframe = 0x40002114;
ieee80211_encap_null_data = 0x4000211c;
ieee80211_send_deauth = 0x40002120;