Searched refs:WPS_TASK_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wifi_driver.h | 20 #define WPS_TASK_STACK_SIZE (12288 + TASK_STACK_SIZE_ADD) macro
|
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() 1804 wpa_printf(MSG_DEBUG, "wifi wps enable: task prio:%d, stack:%d", 2, WPS_TASK_STACK_SIZE); in wps_task_init() 1899 wpa_printf(MSG_DEBUG, "wifi wps task: prio:%d, stack:%d", 2, WPS_TASK_STACK_SIZE); in esp_wifi_wps_enable()
|