Home
last modified time | relevance | path

Searched refs:wifi_mgmt_frm_req_t (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wifi_driver.h205 } wifi_mgmt_frm_req_t; typedef
282 esp_err_t esp_wifi_send_mgmt_frm_internal(const wifi_mgmt_frm_req_t *req);
Desp_hostap.c297 wifi_mgmt_frm_req_t *reply = NULL; in esp_send_assoc_resp()
308 reply = os_zalloc(sizeof(wifi_mgmt_frm_req_t) + sizeof(uint16_t)); in esp_send_assoc_resp()
Desp_wpa3.c681 wifi_mgmt_frm_req_t *req = os_zalloc(sizeof(*req) + ies_len); in esp_send_sae_auth_reply()
Desp_common.c789 wifi_mgmt_frm_req_t *req = os_zalloc(sizeof(*req) + data_len);; in wpa_drv_send_action()
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_stubs.c382 esp_err_t esp_wifi_send_mgmt_frm_internal(const wifi_mgmt_frm_req_t *req) in esp_wifi_send_mgmt_frm_internal()