Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-sdio.c3085 void wifi_print_wakeup_reason(t_u16 hs_wakeup_reason) in wifi_print_wakeup_reason() argument
3087 if (hs_wakeup_reason == 0) in wifi_print_wakeup_reason()
3091 else if (hs_wakeup_reason == 1) in wifi_print_wakeup_reason()
3095 else if (hs_wakeup_reason == 2) in wifi_print_wakeup_reason()
3099 else if (hs_wakeup_reason == 3) in wifi_print_wakeup_reason()
3103 else if (hs_wakeup_reason == 4) in wifi_print_wakeup_reason()
3107 else if (hs_wakeup_reason == 5) in wifi_print_wakeup_reason()
3111 else if (hs_wakeup_reason == 6) in wifi_print_wakeup_reason()
3115 else if (hs_wakeup_reason == 7) in wifi_print_wakeup_reason()
3119 else if (hs_wakeup_reason == 8) in wifi_print_wakeup_reason()
[all …]
Dwifi_pwrmgr.c646 int wifi_get_wakeup_reason(t_u16 *hs_wakeup_reason) in wifi_get_wakeup_reason() argument
656 NULL, hs_wakeup_reason, cmd); in wifi_get_wakeup_reason()
657 wifi_wait_for_cmdresp(hs_wakeup_reason); in wifi_get_wakeup_reason()
Dmlan_cmdevt.c2396 …HostCmd_DS_HS_WAKEUP_REASON *hs_wakeup_reason = (HostCmd_DS_HS_WAKEUP_REASON *)&resp->params.hs_wa… in wlan_ret_hs_wakeup_reason() local
2402 … pm_cfg->param.wakeup_reason.hs_wakeup_reason = wlan_le16_to_cpu(hs_wakeup_reason->wakeup_reason); in wlan_ret_hs_wakeup_reason()
Dwifi-imu.c1790 void wifi_print_wakeup_reason(t_u16 hs_wakeup_reason) in wifi_print_wakeup_reason() argument
1792 ARG_UNUSED(hs_wakeup_reason); in wifi_print_wakeup_reason()
Dmlan_glue.c3871 … const HostCmd_DS_HS_WAKEUP_REASON *hs_wakeup_reason = &resp->params.hs_wakeup_reason; in wifi_process_cmd_response() local
3877 *wakeup_reason = hs_wakeup_reason->wakeup_reason; in wifi_process_cmd_response()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi.h902 int wifi_get_wakeup_reason(t_u16 *hs_wakeup_reason);
1274 void wifi_print_wakeup_reason(t_u16 hs_wakeup_reason);
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h4117 int wlan_get_wakeup_reason(uint16_t *hs_wakeup_reason);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h2594 t_u16 hs_wakeup_reason; member
Dmlan_fw.h7976 HostCmd_DS_HS_WAKEUP_REASON hs_wakeup_reason;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c1049 uint16_t hs_wakeup_reason; in wlan_hs_post_cfg() local
1053 (void)wifi_get_wakeup_reason(&hs_wakeup_reason); in wlan_hs_post_cfg()
1055 (void)wifi_print_wakeup_reason(hs_wakeup_reason); in wlan_hs_post_cfg()
1073 int wlan_get_wakeup_reason(uint16_t *hs_wakeup_reason) in wlan_get_wakeup_reason() argument
1075 return wifi_get_wakeup_reason(hs_wakeup_reason); in wlan_get_wakeup_reason()