Home
last modified time | relevance | path

Searched refs:os_task_create (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h370 #define os_task_create(a,b,c,d,e,f) wifi_funcs->_task_create((a), (b), (c), (d), (e), (f)) macro
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa3.c613 if (os_task_create(esp_wpa3_hostap_task, "esp_wpa3_hostap_task", in wpa3_hostap_auth_init()
Desp_common.c350 …ret = os_task_create(btm_rrm_task, "btm_rrm_t", SUPPLICANT_TASK_STACK_SIZE, NULL, 2, &s_supplicant… in esp_supplicant_common_init()
Desp_dpp.c737 ret = os_task_create(esp_dpp_task, "dppT", DPP_TASK_STACK_SIZE, NULL, 2, &s_dpp_task_hdl); in esp_supp_dpp_init()
Desp_eap_client.c729 …ret = os_task_create(wpa2_task, "wpa2T", WPA2_TASK_STACK_SIZE, NULL, WPA2_TASK_PRIORITY, &s_wpa2_t… in eap_peer_sm_init()
Desp_wps.c1794 ret = os_task_create(wps_task, "wpsT", WPS_TASK_STACK_SIZE, NULL, 2, &s_wps_task_hdl); in wps_task_init()