mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
refactor(wifi): Cleanup in disconnecting station path for softAP
This commit is contained in:
parent
cc57e36ee4
commit
e769f8aa0c
@ -109,7 +109,7 @@ ieee80211_output_do = 0x4000210c;
|
||||
ieee80211_send_nulldata = 0x40002110;
|
||||
//ieee80211_setup_robust_mgmtframe = 0x40002114;
|
||||
//ieee80211_mgmt_output = 0x40002118;
|
||||
ieee80211_send_deauth = 0x40002120;
|
||||
ieee80211_send_deauth_no_bss = 0x40002120;
|
||||
//ieee80211_tx_mgt_cb = 0x4000212c;
|
||||
sta_rx_csa = 0x40002134;
|
||||
//sta_send_sa_query_req = 0x40002138;
|
||||
|
@ -1016,7 +1016,7 @@ ieee80211_alloc_tx_buf = 0x40002108;
|
||||
/* ieee80211_send_nulldata = 0x40002110; */
|
||||
/* ieee80211_setup_robust_mgmtframe = 0x40002114; */
|
||||
ieee80211_encap_null_data = 0x4000211c;
|
||||
ieee80211_send_deauth = 0x40002120;
|
||||
ieee80211_send_deauth_no_bss = 0x40002120;
|
||||
ieee80211_alloc_deauth = 0x40002124;
|
||||
ieee80211_send_proberesp = 0x40002128;
|
||||
ieee80211_getcapinfo = 0x40002130;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 8b765ecaf0183137061d5726507e93d69b1ba4c1
|
||||
Subproject commit d3236562ec7688927f1d3760af16141f8c174026
|
Loading…
x
Reference in New Issue
Block a user