kopia lustrzana https://github.com/espressif/esp-idf
esp_wifi: Add softap pmf support for 8684.
rodzic
c3a661c0fd
commit
a8de305620
|
@ -2000,7 +2000,6 @@ ieee80211_set_tx_pti = 0x40001e58;
|
|||
wifi_is_started = 0x40001e5c;
|
||||
ieee80211_gettid = 0x40001e60;
|
||||
ieee80211_ccmp_decrypt = 0x40001e64;
|
||||
ieee80211_ccmp_encrypt = 0x40001e68;
|
||||
ccmp_encap = 0x40001e6c;
|
||||
ccmp_decap = 0x40001e70;
|
||||
tkip_encap = 0x40001e74;
|
||||
|
@ -2012,8 +2011,6 @@ dbg_hmac_statis_dump = 0x40001e88;
|
|||
ieee80211_send_action_vendor_spec = 0x40001e8c;
|
||||
ieee80211_send_mgmt = 0x40001e90;
|
||||
ieee80211_auth_construct = 0x40001e94;
|
||||
ieee80211_deauth_construct = 0x40001e98;
|
||||
ieee80211_disassoc_construct = 0x40001e9c;
|
||||
ieee80211_vnd_lora_ie_size = 0x40001ea0;
|
||||
ieee80211_vnd_ie_size = 0x40001ea4;
|
||||
ieee80211_add_ssid = 0x40001ea8;
|
||||
|
@ -2021,7 +2018,6 @@ ieee80211_add_rates = 0x40001eac;
|
|||
ieee80211_add_xrates = 0x40001eb0;
|
||||
ieee80211_is_ht_cipher = 0x40001eb4;
|
||||
ieee80211_assoc_req_construct = 0x40001eb8;
|
||||
ieee80211_assoc_resp_construct = 0x40001ebc;
|
||||
ieee80211_setup_lr_rates = 0x40001ec0;
|
||||
ieee80211_ht_node_init = 0x40001ec4;
|
||||
ieee80211_is_support_rate = 0x40001ec8;
|
||||
|
@ -2066,7 +2062,6 @@ ieee80211_alloc_tx_buf = 0x40001f60;
|
|||
ieee80211_output_do = 0x40001f64;
|
||||
ieee80211_send_nulldata = 0x40001f68;
|
||||
ieee80211_setup_robust_mgmtframe = 0x40001f6c;
|
||||
ieee80211_mgmt_output = 0x40001f70;
|
||||
ieee80211_encap_null_data = 0x40001f74;
|
||||
ieee80211_send_deauth = 0x40001f78;
|
||||
ieee80211_alloc_deauth = 0x40001f7c;
|
||||
|
|
Ładowanie…
Reference in New Issue