Searched refs:wifi_powersave_task (Results 1 – 1 of 1) sorted by relevance
196 static void wifi_powersave_task(osa_task_param_t arg);199 static OSA_TASK_DEFINE(wifi_powersave_task, OSA_PRIORITY_NORMAL, 1, CONFIG_WIFI_POWERSAVE_STACK_SIZ…1890 static void wifi_powersave_task(void *data) in wifi_powersave_task() function2070 …Create((osa_task_handle_t)wm_wifi.wifi_powersave_task_Handle, OSA_TASK(wifi_powersave_task), NULL); in wifi_core_init()