Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_sta_cmdresp.c680 pm_cfg->param.sleep_period = (t_u32)sleep_pd; in wlan_ret_802_11_sleep_period()
681 pioctl_buf->data_read_written = sizeof(pm_cfg->param.sleep_period) + MLAN_SUB_COMMAND_SIZE; in wlan_ret_802_11_sleep_period()
683 pmpriv->adapter->sleep_period.period = sleep_pd; in wlan_ret_802_11_sleep_period()
687 if ((pmpriv->adapter->sleep_period.period != 0) && in wlan_ret_802_11_sleep_period()
688 (pmpriv->adapter->sleep_period.period != SLEEP_PERIOD_RESERVED_FF)) in wlan_ret_802_11_sleep_period()
Dmlan_init.c379 (void)__memset(pmadapter, &pmadapter->sleep_period, 0, sizeof(pmadapter->sleep_period)); in wlan_init_adapter()
Dmlan_glue.c5625 …pmpriv->adapter->pps_uapsd_mode && pmpriv->media_connected && pmpriv->adapter->sleep_period.period) in wifi_handle_fw_event()
7324 int wifi_sleep_period(unsigned int *sleep_period, int action) in wifi_sleep_period() argument
7333 sleep_period, cmd); in wifi_sleep_period()
7345 *sleep_period = pm_cfg.param.sleep_period; in wifi_sleep_period()
Dmlan_api.c5885 void wifi_set_sleep_period(uint16_t sleep_period) in wifi_set_sleep_period() argument
5893 0, NULL, &sleep_period, cmd); in wifi_set_sleep_period()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi.h666 int wifi_sleep_period(unsigned int *sleep_period, int action);
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h3300 int wlan_sleep_period(unsigned int *sleep_period, t_u8 action);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h2616 t_u32 sleep_period; member
Dmlan_main.h2340 sleep_period_t sleep_period;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c14392 int wlan_sleep_period(unsigned int *sleep_period, t_u8 action) in wlan_sleep_period() argument
14396 ret = wifi_sleep_period(sleep_period, action); in wlan_sleep_period()
14398 uapsd_sleep_period = *sleep_period; in wlan_sleep_period()