forked from espressif/esp-idf
feat(wifi): add protect for softap send no bss deauth
This commit is contained in:
@@ -1840,7 +1840,7 @@ ieee80211_alloc_tx_buf = 0x40002108;
|
||||
/* ieee80211_send_nulldata = 0x40002110; */
|
||||
/* ieee80211_setup_robust_mgmtframe = 0x40002114; */
|
||||
ieee80211_encap_null_data = 0x4000211c;
|
||||
ieee80211_send_deauth_no_bss = 0x40002120;
|
||||
/* ieee80211_send_deauth_no_bss = 0x40002120; */
|
||||
ieee80211_alloc_deauth = 0x40002124;
|
||||
ieee80211_send_proberesp = 0x40002128;
|
||||
ieee80211_getcapinfo = 0x40002130;
|
||||
|
Submodule components/esp_wifi/lib updated: 3b8ae052ea...e809681ae3
Reference in New Issue
Block a user