Home
last modified time | relevance | path

Searched refs:WPA2_TASK_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wifi_driver.h19 #define WPA2_TASK_STACK_SIZE (6144 + TASK_STACK_SIZE_ADD) macro
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()
742 wpa_printf(MSG_INFO, "wifi_task prio:%d, stack:%d", WPA2_TASK_PRIORITY, WPA2_TASK_STACK_SIZE); in eap_peer_sm_init()