Searched refs:os_task_create (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/port/include/ |
D | os.h | 370 #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/ |
D | esp_wpa3.c | 613 if (os_task_create(esp_wpa3_hostap_task, "esp_wpa3_hostap_task", in wpa3_hostap_auth_init()
|
D | esp_common.c | 350 …ret = os_task_create(btm_rrm_task, "btm_rrm_t", SUPPLICANT_TASK_STACK_SIZE, NULL, 2, &s_supplicant… in esp_supplicant_common_init()
|
D | esp_dpp.c | 737 ret = os_task_create(esp_dpp_task, "dppT", DPP_TASK_STACK_SIZE, NULL, 2, &s_dpp_task_hdl); in esp_supp_dpp_init()
|
D | esp_eap_client.c | 729 …ret = os_task_create(wpa2_task, "wpa2T", WPA2_TASK_STACK_SIZE, NULL, WPA2_TASK_PRIORITY, &s_wpa2_t… in eap_peer_sm_init()
|
D | esp_wps.c | 1794 ret = os_task_create(wps_task, "wpsT", WPS_TASK_STACK_SIZE, NULL, 2, &s_wps_task_hdl); in wps_task_init()
|