Home
last modified time | relevance | path

Searched refs:reply (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c297 wifi_mgmt_frm_req_t *reply = NULL; in esp_send_assoc_resp() local
308 reply = os_zalloc(sizeof(wifi_mgmt_frm_req_t) + sizeof(uint16_t)); in esp_send_assoc_resp()
309 if (!reply) { in esp_send_assoc_resp()
314 reply->ifx = WIFI_IF_AP; in esp_send_assoc_resp()
315 reply->subtype = subtype; in esp_send_assoc_resp()
316 os_memcpy(reply->da, addr, ETH_ALEN); in esp_send_assoc_resp()
317 reply->data_len = sizeof(uint16_t); in esp_send_assoc_resp()
319 ((uint16_t *)reply->data)[0] = status_code; in esp_send_assoc_resp()
320 if (esp_wifi_send_mgmt_frm_internal(reply) != 0) { in esp_send_assoc_resp()
326 os_free(reply); in esp_send_assoc_resp()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c283 struct wpa_eapol_key *reply; in wpa_sm_key_request() local
306 hdrlen = mic_len == 24 ? sizeof(*reply192) : sizeof(*reply); in wpa_sm_key_request()
308 hdrlen, &rlen, (void *) &reply); in wpa_sm_key_request()
312 reply192 = (struct wpa_eapol_key_192 *) reply; in wpa_sm_key_request()
314 reply->type = sm->proto == WPA_PROTO_RSN ? in wpa_sm_key_request()
326 WPA_PUT_BE16(reply->key_info, key_info); in wpa_sm_key_request()
327 WPA_PUT_BE16(reply->key_length, 0); in wpa_sm_key_request()
329 os_memcpy(reply->replay_counter, sm->request_counter, in wpa_sm_key_request()
335 WPA_PUT_BE16(reply->key_data_length, 0); in wpa_sm_key_request()
552 struct wpa_eapol_key *reply; in wpa_supplicant_send_2_of_4() local
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_11.c485 goto reply; in handle_auth_sae()
559 goto reply; in handle_auth_sae()
563 goto reply; in handle_auth_sae()
590 goto reply; in handle_auth_sae()
608 goto reply; in handle_auth_sae()
627 goto reply; in handle_auth_sae()
640 reply: in handle_auth_sae()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwnm_sta.c829 int reply) in ieee802_11_rx_bss_trans_mgmt_req() argument
860 wpa_s->wnm_reply = reply; in ieee802_11_rx_bss_trans_mgmt_req()
1040 } else if (reply) { in ieee802_11_rx_bss_trans_mgmt_req()
Ddpp.h575 char *reply, int reply_size);
Ddpp.c6210 char *reply, int reply_size) in dpp_get_bootstrap_info() argument
6220 return os_snprintf(reply, reply_size, "type=%s\n" in dpp_get_bootstrap_info()
/hal_espressif-latest/tools/esptool_py/docs/en/
Dtroubleshooting.rst172 …Download mode successfully detected, but getting no sync reply: The serial TX path seems to be dow…