mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_softap_not_send_null_data_issue' into 'master'
esp_wifi:fix some soft ap issues Closes WIFI-4447 See merge request espressif/esp-idf!19336
This commit is contained in:
commit
812b9b3221
@ -2019,7 +2019,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;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit e6aefa10e826c24a1361217b931121826ca5f829
|
||||
Subproject commit 69e8def447c7f8730dbc92d07629eae68847ea3a
|
Loading…
Reference in New Issue
Block a user