Lines Matching refs:host_command_parameters
725 printk_buf(IPW_DL_HC, (u8 *) cmd->host_command_parameters, in ipw2100_hw_send_command()
772 cmd->host_command_parameters, in ipw2100_hw_send_command()
1637 cmd.host_command_parameters[0] = 0; in ipw2100_set_scan_options()
1640 cmd.host_command_parameters[0] |= IPW_SCAN_NOASSOCIATE; in ipw2100_set_scan_options()
1642 cmd.host_command_parameters[0] |= IPW_SCAN_MIXED_CELL; in ipw2100_set_scan_options()
1644 cmd.host_command_parameters[0] |= IPW_SCAN_PASSIVE; in ipw2100_set_scan_options()
1646 cmd.host_command_parameters[1] = priv->channel_mask; in ipw2100_set_scan_options()
1651 cmd.host_command_parameters[0]); in ipw2100_set_scan_options()
1667 cmd.host_command_parameters[0] = 0; in ipw2100_start_scan()
2087 memcpy(cmd.host_command_parameters, essid, ssid_len); in ipw2100_set_essid()
2099 u8 *bogus = (u8 *) cmd.host_command_parameters; in ipw2100_set_essid()
4714 memcpy(cmd.host_command_parameters, priv->mac_addr, ETH_ALEN); in ipw2100_set_mac_address()
4717 memcpy(cmd.host_command_parameters, priv->net_dev->dev_addr, in ipw2100_set_mac_address()
4738 cmd.host_command_parameters[0] = IPW_BSS; in ipw2100_set_port_type()
4741 cmd.host_command_parameters[0] = IPW_IBSS; in ipw2100_set_port_type()
4777 cmd.host_command_parameters[0] = channel; in ipw2100_set_channel()
4836 cmd.host_command_parameters[0] |= IPW_CFG_IBSS_AUTO_START; in ipw2100_system_config()
4838 cmd.host_command_parameters[0] |= IPW_CFG_IBSS_MASK | in ipw2100_system_config()
4842 cmd.host_command_parameters[0] |= IPW_CFG_PREAMBLE_AUTO; in ipw2100_system_config()
4850 cmd.host_command_parameters[1] = REG_CHANNEL_MASK; in ipw2100_system_config()
4851 cmd.host_command_parameters[2] = REG_CHANNEL_MASK & ibss_mask; in ipw2100_system_config()
4888 cmd.host_command_parameters[0] = rate & TX_RATE_MASK; in ipw2100_set_tx_rates()
4927 cmd.host_command_parameters[0] = power_level; in ipw2100_set_power_mode()
4942 cmd.host_command_parameters[0] = (u32) priv->adhoc_power; in ipw2100_set_power_mode()
4963 cmd.host_command_parameters[0] = MAX_RTS_THRESHOLD; in ipw2100_set_rts_threshold()
4965 cmd.host_command_parameters[0] = threshold & ~RTS_DISABLED; in ipw2100_set_rts_threshold()
4984 .host_command_parameters[0] = 0,
5001 cmd.host_command_parameters[0] = threshold;
5026 cmd.host_command_parameters[0] = retry; in ipw2100_set_short_retry()
5046 cmd.host_command_parameters[0] = retry; in ipw2100_set_long_retry()
5075 memcpy(cmd.host_command_parameters, bssid, ETH_ALEN); in ipw2100_set_mandatory_bssid()
5106 memcpy(cmd.host_command_parameters, priv->bssid, ETH_ALEN); in ipw2100_disassociate_bssid()
5136 memcpy(cmd.host_command_parameters, wpa_frame, in ipw2100_set_wpa_ie()
5169 (struct security_info_params *)&cmd.host_command_parameters; in ipw2100_set_security_information()
5237 cmd.host_command_parameters[0] = tmp; in ipw2100_set_tx_power()
5257 cmd.host_command_parameters[0] = interval; in ipw2100_set_ibss_beacon_interval()
5323 cmd.host_command_parameters[0] = flags; in ipw2100_set_wep_flags()
5382 struct ipw2100_wep_key *wep_key = (void *)cmd.host_command_parameters; in ipw2100_set_key()
5443 .host_command_parameters = {idx}, in ipw2100_set_key_index()