Home
last modified time | relevance | path

Searched refs:ps_mode (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c1007 adapter->ps_mode, adapter->ps_state); in mwifiex_cmd_timeout_func()
1330 struct mwifiex_ps_param *ps_mode = &ps_tlv->param; in mwifiex_cmd_enh_power_mode() local
1338 ps_mode->null_pkt_interval = in mwifiex_cmd_enh_power_mode()
1340 ps_mode->multiple_dtims = in mwifiex_cmd_enh_power_mode()
1342 ps_mode->bcn_miss_timeout = in mwifiex_cmd_enh_power_mode()
1344 ps_mode->local_listen_interval = in mwifiex_cmd_enh_power_mode()
1346 ps_mode->adhoc_wake_period = in mwifiex_cmd_enh_power_mode()
1348 ps_mode->delay_to_ps = in mwifiex_cmd_enh_power_mode()
1350 ps_mode->mode = cpu_to_le16(adapter->enhanced_ps_mode); in mwifiex_cmd_enh_power_mode()
1388 struct host_cmd_ds_802_11_ps_mode_enh *ps_mode = in mwifiex_ret_enh_power_mode() local
[all …]
H A Dioctl.h206 u16 ps_mode; member
296 u32 ps_mode; member
H A Dutil.c33 {"ps_mode", item_size(ps_mode),
34 item_addr(ps_mode), 1},
165 info->ps_mode = adapter->ps_mode; in mwifiex_get_debug_info()
H A Dsta_ioctl.c814 int mwifiex_drv_set_power(struct mwifiex_private *priv, u32 *ps_mode) in mwifiex_drv_set_power() argument
820 if (*ps_mode) in mwifiex_drv_set_power()
821 adapter->ps_mode = MWIFIEX_802_11_POWER_MODE_PSP; in mwifiex_drv_set_power()
823 adapter->ps_mode = MWIFIEX_802_11_POWER_MODE_CAM; in mwifiex_drv_set_power()
824 sub_cmd = (*ps_mode) ? EN_AUTO_PS : DIS_AUTO_PS; in mwifiex_drv_set_power()
H A DREADME127 ps_mode = <0/1, CAM mode/PS mode>
H A Dsta_cmdresp.c55 adapter->ps_mode = MWIFIEX_802_11_POWER_MODE_CAM; in mwifiex_process_cmdresp_error()
H A Dcfg80211.c442 u32 ps_mode; in mwifiex_cfg80211_set_power_mgmt() local
448 ps_mode = enabled; in mwifiex_cfg80211_set_power_mgmt()
450 return mwifiex_drv_set_power(priv, &ps_mode); in mwifiex_cfg80211_set_power_mgmt()
H A Dsta_cmd.c2437 priv->adapter->ps_mode = MWIFIEX_802_11_POWER_MODE_PSP; in mwifiex_sta_init_cmd()
/linux/drivers/net/wireless/ti/wl1251/
H A Dcmd.c272 int wl1251_cmd_ps_mode(struct wl1251 *wl, u8 ps_mode) in wl1251_cmd_ps_mode() argument
283 ps_params->ps_mode = ps_mode; in wl1251_cmd_ps_mode()
H A Dcmd.h27 int wl1251_cmd_ps_mode(struct wl1251 *wl, u8 ps_mode);
310 u8 ps_mode; /* STATION_* */ member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dps.h9 bool ps_mode);
H A Dcore.h7681 enum rtw89_ps_mode ps_mode; member
H A Dmac.c1348 switch (rtwdev->ps_mode) { in rtw89_mac_get_req_pwr_state()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsta_cmd.c2187 struct nxpwifi_ps_param *ps_mode = &ps_tlv->param; in nxpwifi_cmd_sta_enh_power_mode() local
2196 ps_mode->null_pkt_interval = in nxpwifi_cmd_sta_enh_power_mode()
2198 ps_mode->multiple_dtims = in nxpwifi_cmd_sta_enh_power_mode()
2200 ps_mode->bcn_miss_timeout = in nxpwifi_cmd_sta_enh_power_mode()
2202 ps_mode->local_listen_interval = in nxpwifi_cmd_sta_enh_power_mode()
2204 ps_mode->delay_to_ps = in nxpwifi_cmd_sta_enh_power_mode()
2206 ps_mode->mode = cpu_to_le16(adapter->enhanced_ps_mode); in nxpwifi_cmd_sta_enh_power_mode()
2238 struct host_cmd_ds_802_11_ps_mode_enh *ps_mode = in nxpwifi_ret_sta_enh_power_mode() local
2242 u16 action = le16_to_cpu(ps_mode->action); in nxpwifi_ret_sta_enh_power_mode()
2243 u16 ps_bitmap = le16_to_cpu(ps_mode->params.ps_bitmap); in nxpwifi_ret_sta_enh_power_mode()
[all …]
H A Dsta_cfg.c625 int nxpwifi_drv_set_power(struct nxpwifi_private *priv, u32 *ps_mode) in nxpwifi_drv_set_power() argument
631 if (*ps_mode) in nxpwifi_drv_set_power()
632 adapter->ps_mode = NXPWIFI_802_11_POWER_MODE_PSP; in nxpwifi_drv_set_power()
634 adapter->ps_mode = NXPWIFI_802_11_POWER_MODE_CAM; in nxpwifi_drv_set_power()
635 sub_cmd = (*ps_mode) ? EN_AUTO_PS : DIS_AUTO_PS; in nxpwifi_drv_set_power()
H A Dcfg.h495 u16 ps_mode; member
586 u32 ps_mode; member
H A Dutil.c44 {"ps_mode", item_size(ps_mode),
45 item_addr(ps_mode), 1},
166 info->ps_mode = adapter->ps_mode; in nxpwifi_get_debug_info()
H A Dinit.c192 adapter->ps_mode = NXPWIFI_802_11_POWER_MODE_CAM; in nxpwifi_init_adapter()
H A Dmain.h873 u16 ps_mode; member
1319 int nxpwifi_drv_set_power(struct nxpwifi_private *priv, u32 *ps_mode);
H A Dcfg80211.c385 u32 ps_mode; in nxpwifi_cfg80211_set_power_mgmt() local
391 ps_mode = enabled; in nxpwifi_cfg80211_set_power_mgmt()
393 return nxpwifi_drv_set_power(priv, &ps_mode); in nxpwifi_cfg80211_set_power_mgmt()
H A Dcmdevt.c913 adapter->ps_mode, adapter->ps_state); in nxpwifi_cmd_timeout_func()
/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.c989 u8 ps_mode, u16 auto_ps_timeout) in wl1271_cmd_ps_mode() argument
1003 ps_params->ps_mode = ps_mode; in wl1271_cmd_ps_mode()
H A Dmain.c4571 int ps_mode; in wl1271_bss_info_changed_sta() local
4575 ps_mode = STATION_POWER_SAVE_MODE; in wl1271_bss_info_changed_sta()
4578 ps_mode = STATION_AUTO_PS_MODE; in wl1271_bss_info_changed_sta()
4584 ret = wl1271_ps_set_mode(wl, wlvif, ps_mode); in wl1271_bss_info_changed_sta()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dmain.h1977 u8 ps_mode; member
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c1073 enum ps_mode old_ps; in hwsim_fops_ps_write()

12