| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_cmd.c | 36 struct host_cmd_ds_command *cmd, u16 cmd_action) in mwifiex_cmd_802_11_rssi_info() argument 41 cmd->params.rssi_info.action = cpu_to_le16(cmd_action); in mwifiex_cmd_802_11_rssi_info() 67 u16 cmd_action, u32 *action) in mwifiex_cmd_mac_control() argument 71 if (cmd_action != HostCmd_ACT_GEN_SET) { in mwifiex_cmd_mac_control() 102 u16 cmd_action, u32 cmd_oid, in mwifiex_cmd_802_11_snmp_mib() argument 114 if (cmd_action == HostCmd_ACT_GEN_GET) { in mwifiex_cmd_802_11_snmp_mib() 118 } else if (cmd_action == HostCmd_ACT_GEN_SET) { in mwifiex_cmd_802_11_snmp_mib() 128 cmd_action, cmd_oid, le16_to_cpu(snmp_mib->buf_size), in mwifiex_cmd_802_11_snmp_mib() 160 u16 cmd_action, const u16 *pbitmap_rates) in mwifiex_cmd_tx_rate_cfg() argument 169 rate_cfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_tx_rate_cfg() [all …]
|
| H A D | 11n.h | 20 struct host_cmd_ds_command *cmd, u16 cmd_action, 49 int cmd_action, u16 *buf_size); 51 int cmd_action,
|
| H A D | 11n.c | 203 struct host_cmd_ds_command *cmd, int cmd_action, in mwifiex_cmd_recfg_tx_buf() argument 207 u16 action = (u16) cmd_action; in mwifiex_cmd_recfg_tx_buf() 236 int cmd_action, in mwifiex_cmd_amsdu_aggr_ctrl() argument 241 u16 action = (u16) cmd_action; in mwifiex_cmd_amsdu_aggr_ctrl() 269 struct host_cmd_ds_command *cmd, u16 cmd_action, in mwifiex_cmd_11n_cfg() argument 276 htcfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_11n_cfg()
|
| H A D | uap_cmd.c | 716 mwifiex_cmd_uap_sys_config(struct host_cmd_ds_command *cmd, u16 cmd_action, in mwifiex_cmd_uap_sys_config() argument 726 sys_cfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_uap_sys_config() 792 u16 cmd_action, void *data_buf) in mwifiex_cmd_uap_add_station() argument 808 new_sta->action = cpu_to_le16(cmd_action); in mwifiex_cmd_uap_add_station() 811 if (cmd_action == HostCmd_ACT_ADD_STA) in mwifiex_cmd_uap_add_station() 821 if (cmd_action == HostCmd_ACT_REMOVE_STA) { in mwifiex_cmd_uap_add_station() 932 u16 cmd_action, u32 type, in mwifiex_uap_prepare_cmd() argument 939 if (mwifiex_cmd_uap_sys_config(cmd, cmd_action, type, data_buf)) in mwifiex_uap_prepare_cmd() 961 if (mwifiex_cmd_uap_add_station(priv, cmd, cmd_action, in mwifiex_uap_prepare_cmd()
|
| H A D | 11ac.h | 29 struct host_cmd_ds_command *cmd, u16 cmd_action,
|
| H A D | cmdevt.c | 543 u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync) in mwifiex_send_cmd() argument 636 ret = mwifiex_uap_prepare_cmd(priv, cmd_no, cmd_action, in mwifiex_send_cmd() 641 ret = mwifiex_sta_prepare_cmd(priv, cmd_no, cmd_action, in mwifiex_send_cmd() 1301 u16 cmd_action, uint16_t ps_bitmap, in mwifiex_cmd_enh_power_mode() argument 1310 if (cmd_action == DIS_AUTO_PS) { in mwifiex_cmd_enh_power_mode() 1315 } else if (cmd_action == GET_PS) { in mwifiex_cmd_enh_power_mode() 1320 } else if (cmd_action == EN_AUTO_PS) { in mwifiex_cmd_enh_power_mode()
|
| H A D | 11ac.c | 254 struct host_cmd_ds_command *cmd, u16 cmd_action, in mwifiex_cmd_11ac_cfg() argument 262 vhtcfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_11ac_cfg()
|
| H A D | debugfs.c | 605 u16 cmd_action; in mwifiex_memrw_write() local 620 cmd_action = HostCmd_ACT_GEN_GET; in mwifiex_memrw_write() 623 cmd_action = HostCmd_ACT_GEN_SET; in mwifiex_memrw_write() 630 if (mwifiex_send_cmd(priv, HostCmd_CMD_MEM_ACCESS, cmd_action, 0, in mwifiex_memrw_write()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | sta_cmd.c | 24 u16 cmd_action, u32 cmd_type) in nxpwifi_cmd_sta_get_hw_spec() argument 245 u16 cmd_action, u32 cmd_type) in nxpwifi_cmd_sta_802_11_scan() argument 269 u16 cmd_action, u32 cmd_type) in nxpwifi_cmd_sta_802_11_get_log() argument 321 u16 cmd_action, u32 cmd_type) in nxpwifi_cmd_sta_mac_multicast_adr() argument 331 mcast_addr->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_sta_mac_multicast_adr() 344 u16 cmd_action, u32 cmd_type) in nxpwifi_cmd_sta_802_11_associate() argument 362 u16 cmd_action, u32 cmd_type) in nxpwifi_cmd_sta_802_11_snmp_mib() argument 374 if (cmd_action == HOST_ACT_GEN_GET) { in nxpwifi_cmd_sta_802_11_snmp_mib() 378 } else if (cmd_action == HOST_ACT_GEN_SET) { in nxpwifi_cmd_sta_802_11_snmp_mib() 388 cmd_action, cmd_type, le16_to_cpu(snmp_mib->buf_size), in nxpwifi_cmd_sta_802_11_snmp_mib() [all …]
|
| H A D | cmdevt.h | 16 u16 cmd_action, u32 cmd_type); 32 u16 cmd_action, u32 cmd_type) in nxpwifi_cmd_fill_head_only() argument 41 u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync); 44 u16 cmd_action, u32 cmd_oid); 48 u16 cmd_action, u32 type);
|
| H A D | 11ax.h | 48 struct host_cmd_ds_command *cmd, u16 cmd_action, 56 struct host_cmd_ds_command *cmd, u16 cmd_action, 64 struct host_cmd_ds_command *cmd, u16 cmd_action,
|
| H A D | 11n.h | 20 struct host_cmd_ds_command *cmd, u16 cmd_action, 47 int cmd_action, u16 *buf_size); 49 int cmd_action,
|
| H A D | uap_cmd.c | 396 u16 cmd_action, u32 cmd_type) in nxpwifi_cmd_uap_sys_config() argument 406 sys_cfg->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_uap_sys_config() 435 u16 cmd_action, u32 cmd_type) in nxpwifi_cmd_uap_bss_start() argument 532 u16 cmd_action, u32 cmd_type) in nxpwifi_cmd_uap_sta_deauth() argument 550 u16 cmd_action, u32 cmd_type) in nxpwifi_cmd_uap_chan_report_request() argument 560 u16 cmd_action, u32 cmd_type) in nxpwifi_cmd_uap_add_new_station() argument 573 new_sta->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_uap_add_new_station() 576 if (cmd_action == HOST_ACT_ADD_STA) in nxpwifi_cmd_uap_add_new_station() 586 if (cmd_action == HOST_ACT_REMOVE_STA) { in nxpwifi_cmd_uap_add_new_station() 747 u16 cmd_action, u32 type) in nxpwifi_uap_prepare_cmd() argument [all …]
|
| H A D | 11ax.c | 172 struct host_cmd_ds_command *cmd, u16 cmd_action, in nxpwifi_cmd_11ax_cfg() argument 182 he_cfg->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_11ax_cfg() 252 struct host_cmd_ds_command *cmd, u16 cmd_action, in nxpwifi_cmd_11ax_cmd() argument 271 he_cmd->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_11ax_cmd() 470 struct host_cmd_ds_command *cmd, u16 cmd_action, in nxpwifi_cmd_twt_cfg() argument 486 twt_cfg_cmd->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_twt_cfg()
|
| H A D | 11n.c | 190 struct host_cmd_ds_command *cmd, int cmd_action, in nxpwifi_cmd_recfg_tx_buf() argument 194 u16 action = (u16)cmd_action; in nxpwifi_cmd_recfg_tx_buf() 219 int cmd_action, in nxpwifi_cmd_amsdu_aggr_ctrl() argument 224 u16 action = (u16)cmd_action; in nxpwifi_cmd_amsdu_aggr_ctrl() 248 struct host_cmd_ds_command *cmd, u16 cmd_action, in nxpwifi_cmd_11n_cfg() argument 255 htcfg->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_11n_cfg()
|
| H A D | 11ac.h | 29 struct host_cmd_ds_command *cmd, u16 cmd_action,
|
| H A D | 11ac.c | 246 struct host_cmd_ds_command *cmd, u16 cmd_action, in nxpwifi_cmd_11ac_cfg() argument 254 vhtcfg->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_11ac_cfg()
|
| H A D | debugfs.c | 500 u16 cmd_action; in nxpwifi_memrw_write() local 515 cmd_action = HOST_ACT_GEN_GET; in nxpwifi_memrw_write() 518 cmd_action = HOST_ACT_GEN_SET; in nxpwifi_memrw_write() 525 ret = nxpwifi_send_cmd(priv, HOST_CMD_MEM_ACCESS, cmd_action, 0, in nxpwifi_memrw_write()
|
| H A D | cmdevt.c | 429 u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync) in nxpwifi_send_cmd() argument 511 cmd_action, cmd_oid); in nxpwifi_send_cmd() 515 cmd_action, cmd_oid); in nxpwifi_send_cmd()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | cmd.h | 93 int lbs_cmd_802_11_sleep_params(struct lbs_private *priv, uint16_t cmd_action, 125 int lbs_set_ps_mode(struct lbs_private *priv, u16 cmd_action, bool block);
|
| H A D | cmd.c | 230 int lbs_set_ps_mode(struct lbs_private *priv, u16 cmd_action, bool block) in lbs_set_ps_mode() argument 237 cmd.action = cpu_to_le16(cmd_action); in lbs_set_ps_mode() 239 if (cmd_action == PS_MODE_ACTION_ENTER_PS) { in lbs_set_ps_mode() 242 } else if (cmd_action == PS_MODE_ACTION_EXIT_PS) { in lbs_set_ps_mode() 248 lbs_deb_cmd("PS_MODE: unknown action 0x%X\n", cmd_action); in lbs_set_ps_mode() 262 int lbs_cmd_802_11_sleep_params(struct lbs_private *priv, uint16_t cmd_action, in lbs_cmd_802_11_sleep_params() argument 268 if (cmd_action == CMD_ACT_GET) { in lbs_cmd_802_11_sleep_params() 279 cmd.action = cpu_to_le16(cmd_action); in lbs_cmd_802_11_sleep_params()
|
| H A D | mesh.c | 25 static int lbs_mesh_access(struct lbs_private *priv, uint16_t cmd_action, in lbs_mesh_access() argument 34 cmd->action = cpu_to_le16(cmd_action); in lbs_mesh_access()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | commands.h | 36 int qtnf_cmd_send_phy_params(struct qtnf_wmac *mac, u16 cmd_action,
|