Lines Matching refs:host_command_parameters
740 printk_buf(IPW_DL_HC, (u8 *) cmd->host_command_parameters, in ipw2100_hw_send_command()
787 cmd->host_command_parameters, in ipw2100_hw_send_command()
1652 cmd.host_command_parameters[0] = 0; in ipw2100_set_scan_options()
1655 cmd.host_command_parameters[0] |= IPW_SCAN_NOASSOCIATE; in ipw2100_set_scan_options()
1657 cmd.host_command_parameters[0] |= IPW_SCAN_MIXED_CELL; in ipw2100_set_scan_options()
1659 cmd.host_command_parameters[0] |= IPW_SCAN_PASSIVE; in ipw2100_set_scan_options()
1661 cmd.host_command_parameters[1] = priv->channel_mask; in ipw2100_set_scan_options()
1666 cmd.host_command_parameters[0]); in ipw2100_set_scan_options()
1682 cmd.host_command_parameters[0] = 0; in ipw2100_start_scan()
2101 memcpy(cmd.host_command_parameters, essid, ssid_len); in ipw2100_set_essid()
2113 u8 *bogus = (u8 *) cmd.host_command_parameters; in ipw2100_set_essid()
4730 memcpy(cmd.host_command_parameters, priv->mac_addr, ETH_ALEN); in ipw2100_set_mac_address()
4733 memcpy(cmd.host_command_parameters, priv->net_dev->dev_addr, in ipw2100_set_mac_address()
4754 cmd.host_command_parameters[0] = IPW_BSS; in ipw2100_set_port_type()
4757 cmd.host_command_parameters[0] = IPW_IBSS; in ipw2100_set_port_type()
4793 cmd.host_command_parameters[0] = channel; in ipw2100_set_channel()
4852 cmd.host_command_parameters[0] |= IPW_CFG_IBSS_AUTO_START; in ipw2100_system_config()
4854 cmd.host_command_parameters[0] |= IPW_CFG_IBSS_MASK | in ipw2100_system_config()
4858 cmd.host_command_parameters[0] |= IPW_CFG_PREAMBLE_AUTO; in ipw2100_system_config()
4866 cmd.host_command_parameters[1] = REG_CHANNEL_MASK; in ipw2100_system_config()
4867 cmd.host_command_parameters[2] = REG_CHANNEL_MASK & ibss_mask; in ipw2100_system_config()
4904 cmd.host_command_parameters[0] = rate & TX_RATE_MASK; in ipw2100_set_tx_rates()
4943 cmd.host_command_parameters[0] = power_level; in ipw2100_set_power_mode()
4958 cmd.host_command_parameters[0] = (u32) priv->adhoc_power; in ipw2100_set_power_mode()
4979 cmd.host_command_parameters[0] = MAX_RTS_THRESHOLD; in ipw2100_set_rts_threshold()
4981 cmd.host_command_parameters[0] = threshold & ~RTS_DISABLED; in ipw2100_set_rts_threshold()
5000 .host_command_parameters[0] = 0,
5017 cmd.host_command_parameters[0] = threshold;
5042 cmd.host_command_parameters[0] = retry; in ipw2100_set_short_retry()
5062 cmd.host_command_parameters[0] = retry; in ipw2100_set_long_retry()
5091 memcpy(cmd.host_command_parameters, bssid, ETH_ALEN); in ipw2100_set_mandatory_bssid()
5122 memcpy(cmd.host_command_parameters, priv->bssid, ETH_ALEN); in ipw2100_disassociate_bssid()
5152 memcpy(cmd.host_command_parameters, wpa_frame, in ipw2100_set_wpa_ie()
5185 (struct security_info_params *)&cmd.host_command_parameters; in ipw2100_set_security_information()
5253 cmd.host_command_parameters[0] = tmp; in ipw2100_set_tx_power()
5273 cmd.host_command_parameters[0] = interval; in ipw2100_set_ibss_beacon_interval()
5339 cmd.host_command_parameters[0] = flags; in ipw2100_set_wep_flags()
5398 struct ipw2100_wep_key *wep_key = (void *)cmd.host_command_parameters; in ipw2100_set_key()
5459 .host_command_parameters = {idx}, in ipw2100_set_key_index()