Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi_pwrmgr.c115 if (action == (t_u16)HS_CONFIGURE) in wifi_send_hs_cfg_cmd()
146 if ((ipv4_addr != 0U) && (action == (t_u16)HS_CONFIGURE) && in wifi_send_hs_cfg_cmd()
195 if (action == (t_u16)HS_CONFIGURE) in wifi_send_hs_cfg_cmd()
Dmlan_sta_cmd.c670 phs_cfg->action = wlan_cpu_to_le16(HS_CONFIGURE); in wlan_cmd_802_11_hs_cfg()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h499 HS_CONFIGURE = 0x0001, enumerator
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_fw.h4009 HS_CONFIGURE = 0x0001,
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c1024 …ret = wifi_send_hs_cfg_cmd((mlan_bss_type)type, ipv4_addr, HS_CONFIGURE, wlan.hs_wakeup_condition); in wlan_send_host_sleep_int()