Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_eap_client.c68 #define WPA2_TASK_PRIORITY 7 macro
729 …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()