Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/osa/
Dosa.h37 osa_status_t OSA_TimerCreate(osa_timer_handle_t timerHandle,
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dosa_zephyr.c35 osa_status_t OSA_TimerCreate(osa_timer_handle_t timerHandle, in OSA_TimerCreate() function
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c1521 …status = OSA_TimerCreate((osa_timer_handle_t)dhcp_timer, MSEC_TO_TICK(DHCP_TIMEOUT), &dhcp_timer_c… in net_wlan_init()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c8075 status = OSA_TimerCreate((osa_timer_handle_t)temperature_mon_timer, TEMPERATURE_MON_TIMEOUT, in wlan_start()
8109 …status = OSA_TimerCreate((osa_timer_handle_t)wlan.assoc_timer, MSEC_TO_TICK(BAD_MIC_TIMEOUT), &ass… in wlan_start()
8119 …status = OSA_TimerCreate((osa_timer_handle_t)wlan.supp_status_timer, MSEC_TO_TICK(SUPP_STATUS_TIME… in wlan_start()
8135 …status = OSA_TimerCreate((osa_timer_handle_t)wlan.neighbor_req_timer, MSEC_TO_TICK(NEIGHBOR_REQ_TI… in wlan_start()
8146 status = OSA_TimerCreate((osa_timer_handle_t)wlan.ft_roam_timer, MSEC_TO_TICK(FT_ROAM_TIMEOUT), in wlan_start()
10690 status = OSA_TimerCreate((osa_timer_handle_t)wake_timer, MSEC_TO_TICK(WAKE_TIMEOUT), in wlcmgr_mon_task()
15992 …status = OSA_TimerCreate((osa_timer_handle_t)cpu_loading.cpu_loading_timer, MSEC_TO_TICK(cpu_loadi… in wlan_cpu_loading_start()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c395 …osa_status_t status = OSA_TimerCreate((osa_timer_handle_t)ptimer, MSEC_TO_TICK(DUMMY_TIME_PARAM), … in wrapper_moal_init_timer()