H A D | sta_cmd.c | 44 struct host_cmd_ds_command *cmd, u16 cmd_action) mwifiex_cmd_802_11_rssi_info() 49 cmd->params.rssi_info.action = cpu_to_le16(cmd_action); mwifiex_cmd_802_11_rssi_info() 75 u16 cmd_action, u16 *action) mwifiex_cmd_mac_control() 79 if (cmd_action != HostCmd_ACT_GEN_SET) { mwifiex_cmd_mac_control() 110 u16 cmd_action, u32 cmd_oid, mwifiex_cmd_802_11_snmp_mib() 121 if (cmd_action == HostCmd_ACT_GEN_GET) { mwifiex_cmd_802_11_snmp_mib() 125 } else if (cmd_action == HostCmd_ACT_GEN_SET) { mwifiex_cmd_802_11_snmp_mib() 135 cmd_action, cmd_oid, le16_to_cpu(snmp_mib->buf_size), mwifiex_cmd_802_11_snmp_mib() 167 u16 cmd_action, u16 *pbitmap_rates) mwifiex_cmd_tx_rate_cfg() 176 rate_cfg->action = cpu_to_le16(cmd_action); mwifiex_cmd_tx_rate_cfg() 242 u16 cmd_action, mwifiex_cmd_tx_power_cfg() 251 switch (cmd_action) { mwifiex_cmd_tx_power_cfg() 271 cmd_txp_cfg->action = cpu_to_le16(cmd_action); mwifiex_cmd_tx_power_cfg() 274 cmd_txp_cfg->action = cpu_to_le16(cmd_action); mwifiex_cmd_tx_power_cfg() 286 u16 cmd_action, void *data_buf) mwifiex_cmd_rf_tx_power() 293 txp->action = cpu_to_le16(cmd_action); mwifiex_cmd_rf_tx_power() 303 u16 cmd_action, mwifiex_cmd_rf_antenna() 311 if (cmd_action != HostCmd_ACT_GEN_SET) mwifiex_cmd_rf_antenna() 343 u16 cmd_action, mwifiex_cmd_802_11_hs_cfg() 401 u16 cmd_action) mwifiex_cmd_802_11_mac_address() 408 cmd->params.mac_addr.action = cpu_to_le16(cmd_action); mwifiex_cmd_802_11_mac_address() 410 if (cmd_action == HostCmd_ACT_GEN_SET) mwifiex_cmd_802_11_mac_address() 426 u16 cmd_action, mwifiex_cmd_mac_multicast_adr() 435 mcast_addr->action = cpu_to_le16(cmd_action); mwifiex_cmd_mac_multicast_adr() 609 u16 cmd_action, u32 cmd_oid, mwifiex_cmd_802_11_key_material_v2() 619 km->action = cpu_to_le16(cmd_action); mwifiex_cmd_802_11_key_material_v2() 621 if (cmd_action == HostCmd_ACT_GEN_GET) { mwifiex_cmd_802_11_key_material_v2() 785 u16 cmd_action, u32 cmd_oid, mwifiex_cmd_802_11_key_material_v1() 795 key_material->action = cpu_to_le16(cmd_action); mwifiex_cmd_802_11_key_material_v1() 797 if (cmd_action == HostCmd_ACT_GEN_GET) { mwifiex_cmd_802_11_key_material_v1() 969 u16 cmd_action, u32 cmd_oid, mwifiex_cmd_802_11_key_material() 974 cmd_action, cmd_oid, mwifiex_cmd_802_11_key_material() 979 cmd_action, cmd_oid, mwifiex_cmd_802_11_key_material() 993 u16 cmd_action) mwifiex_cmd_802_11d_domain_info() 1005 domain_info->action = cpu_to_le16(cmd_action); mwifiex_cmd_802_11d_domain_info() 1006 if (cmd_action == HostCmd_ACT_GEN_GET) { mwifiex_cmd_802_11d_domain_info() 1046 u16 cmd_action, u16 *enable) mwifiex_cmd_ibss_coalescing_status() 1055 ibss_coal->action = cpu_to_le16(cmd_action); mwifiex_cmd_ibss_coalescing_status() 1057 switch (cmd_action) { mwifiex_cmd_ibss_coalescing_status() 1092 u16 cmd_action, void *data_buf) mwifiex_cmd_reg_access() 1103 mac_reg->action = cpu_to_le16(cmd_action); mwifiex_cmd_reg_access() 1115 bbp_reg->action = cpu_to_le16(cmd_action); mwifiex_cmd_reg_access() 1127 rf_reg->action = cpu_to_le16(cmd_action); mwifiex_cmd_reg_access() 1138 pmic_reg->action = cpu_to_le16(cmd_action); mwifiex_cmd_reg_access() 1150 cau_reg->action = cpu_to_le16(cmd_action); mwifiex_cmd_reg_access() 1163 cmd_eeprom->action = cpu_to_le16(cmd_action); mwifiex_cmd_reg_access() 1485 u16 cmd_action, void *data_buf) mwifiex_cmd_coalesce_cfg() 1497 coalesce_cfg->action = cpu_to_le16(cmd_action); mwifiex_cmd_coalesce_cfg() 1677 u16 cmd_action, void *data_buf) mwifiex_cmd_sdio_rx_aggr_cfg() 1686 cfg->action = cmd_action; mwifiex_cmd_sdio_rx_aggr_cfg() 1687 if (cmd_action == HostCmd_ACT_GEN_SET) mwifiex_cmd_sdio_rx_aggr_cfg() 1700 u16 cmd_action, u32 cmd_oid, mwifiex_sta_prepare_cmd() 1715 ret = mwifiex_cmd_mac_control(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd() 1720 cmd_action); mwifiex_sta_prepare_cmd() 1723 ret = mwifiex_cmd_mac_multicast_adr(cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd() 1727 ret = mwifiex_cmd_tx_rate_cfg(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd() 1731 ret = mwifiex_cmd_tx_power_cfg(cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd() 1735 ret = mwifiex_cmd_rf_tx_power(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd() 1739 ret = mwifiex_cmd_rf_antenna(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd() 1743 ret = mwifiex_cmd_enh_power_mode(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd() 1747 ret = mwifiex_cmd_802_11_hs_cfg(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd() 1778 ret = mwifiex_cmd_802_11_rssi_info(priv, cmd_ptr, cmd_action); mwifiex_sta_prepare_cmd() 1781 ret = mwifiex_cmd_802_11_snmp_mib(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd() 1806 cmd_ptr->params.reg_mask.action = cpu_to_le16(cmd_action); mwifiex_sta_prepare_cmd() 1822 ret = mwifiex_cmd_11ac_cfg(priv, cmd_ptr, cmd_action, data_buf); mwifiex_sta_prepare_cmd() 1826 cmd_ptr->params.mode_cfg.action = cpu_to_le16(cmd_action); mwifiex_sta_prepare_cmd() 1854 cmd_action, cmd_oid, mwifiex_sta_prepare_cmd() 1859 cmd_action); mwifiex_sta_prepare_cmd() 1862 ret = mwifiex_cmd_recfg_tx_buf(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd() 1866 ret = mwifiex_cmd_amsdu_aggr_ctrl(cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd() 1870 ret = mwifiex_cmd_11n_cfg(priv, cmd_ptr, cmd_action, data_buf); mwifiex_sta_prepare_cmd() 1882 ret = mwifiex_cmd_ibss_coalescing_status(cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd() 1894 ret = mwifiex_cmd_reg_access(cmd_ptr, cmd_action, data_buf); mwifiex_sta_prepare_cmd() 1911 ret = mwifiex_cmd_pcie_host_spec(priv, cmd_ptr, cmd_action); mwifiex_sta_prepare_cmd() 1920 ret = mwifiex_cmd_coalesce_cfg(priv, cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd() 1931 ret = mwifiex_cmd_sdio_rx_aggr_cfg(cmd_ptr, cmd_action, mwifiex_sta_prepare_cmd() 43 mwifiex_cmd_802_11_rssi_info(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action) mwifiex_cmd_802_11_rssi_info() argument 73 mwifiex_cmd_mac_control(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, u16 *action) mwifiex_cmd_mac_control() argument 108 mwifiex_cmd_802_11_snmp_mib(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, u32 cmd_oid, u16 *ul_temp) mwifiex_cmd_802_11_snmp_mib() argument 165 mwifiex_cmd_tx_rate_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, u16 *pbitmap_rates) mwifiex_cmd_tx_rate_cfg() argument 241 mwifiex_cmd_tx_power_cfg(struct host_cmd_ds_command *cmd, u16 cmd_action, struct host_cmd_ds_txpwr_cfg *txp) mwifiex_cmd_tx_power_cfg() argument 284 mwifiex_cmd_rf_tx_power(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, void *data_buf) mwifiex_cmd_rf_tx_power() argument 301 mwifiex_cmd_rf_antenna(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, struct mwifiex_ds_ant_cfg *ant_cfg) mwifiex_cmd_rf_antenna() argument 341 mwifiex_cmd_802_11_hs_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, struct mwifiex_hs_config_param *hscfg_param) mwifiex_cmd_802_11_hs_cfg() argument 399 mwifiex_cmd_802_11_mac_address(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action) mwifiex_cmd_802_11_mac_address() argument 425 mwifiex_cmd_mac_multicast_adr(struct host_cmd_ds_command *cmd, u16 cmd_action, struct mwifiex_multicast_list *mcast_list) mwifiex_cmd_mac_multicast_adr() argument 607 mwifiex_cmd_802_11_key_material_v2(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, u32 cmd_oid, struct mwifiex_ds_encrypt_key *enc_key) mwifiex_cmd_802_11_key_material_v2() argument 783 mwifiex_cmd_802_11_key_material_v1(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, u32 cmd_oid, struct mwifiex_ds_encrypt_key *enc_key) mwifiex_cmd_802_11_key_material_v1() argument 967 mwifiex_cmd_802_11_key_material(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, u32 cmd_oid, struct mwifiex_ds_encrypt_key *enc_key) mwifiex_cmd_802_11_key_material() argument 991 mwifiex_cmd_802_11d_domain_info(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action) mwifiex_cmd_802_11d_domain_info() argument 1045 mwifiex_cmd_ibss_coalescing_status(struct host_cmd_ds_command *cmd, u16 cmd_action, u16 *enable) mwifiex_cmd_ibss_coalescing_status() argument 1091 mwifiex_cmd_reg_access(struct host_cmd_ds_command *cmd, u16 cmd_action, void *data_buf) mwifiex_cmd_reg_access() argument 1483 mwifiex_cmd_coalesce_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, void *data_buf) mwifiex_cmd_coalesce_cfg() argument 1676 mwifiex_cmd_sdio_rx_aggr_cfg(struct host_cmd_ds_command *cmd, u16 cmd_action, void *data_buf) mwifiex_cmd_sdio_rx_aggr_cfg() argument 1699 mwifiex_sta_prepare_cmd(struct mwifiex_private *priv, uint16_t cmd_no, u16 cmd_action, u32 cmd_oid, void *data_buf, void *cmd_buf) mwifiex_sta_prepare_cmd() argument
|