Lines Matching refs:host_command_parameters

709 	printk_buf(IPW_DL_HC, (u8 *) cmd->host_command_parameters,  in ipw2100_hw_send_command()
756 cmd->host_command_parameters, in ipw2100_hw_send_command()
1621 cmd.host_command_parameters[0] = 0; in ipw2100_set_scan_options()
1624 cmd.host_command_parameters[0] |= IPW_SCAN_NOASSOCIATE; in ipw2100_set_scan_options()
1626 cmd.host_command_parameters[0] |= IPW_SCAN_MIXED_CELL; in ipw2100_set_scan_options()
1628 cmd.host_command_parameters[0] |= IPW_SCAN_PASSIVE; in ipw2100_set_scan_options()
1630 cmd.host_command_parameters[1] = priv->channel_mask; in ipw2100_set_scan_options()
1635 cmd.host_command_parameters[0]); in ipw2100_set_scan_options()
1651 cmd.host_command_parameters[0] = 0; in ipw2100_start_scan()
2071 memcpy(cmd.host_command_parameters, essid, ssid_len); in ipw2100_set_essid()
2083 u8 *bogus = (u8 *) cmd.host_command_parameters; in ipw2100_set_essid()
4698 memcpy(cmd.host_command_parameters, priv->mac_addr, ETH_ALEN); in ipw2100_set_mac_address()
4701 memcpy(cmd.host_command_parameters, priv->net_dev->dev_addr, in ipw2100_set_mac_address()
4722 cmd.host_command_parameters[0] = IPW_BSS; in ipw2100_set_port_type()
4725 cmd.host_command_parameters[0] = IPW_IBSS; in ipw2100_set_port_type()
4761 cmd.host_command_parameters[0] = channel; in ipw2100_set_channel()
4820 cmd.host_command_parameters[0] |= IPW_CFG_IBSS_AUTO_START; in ipw2100_system_config()
4822 cmd.host_command_parameters[0] |= IPW_CFG_IBSS_MASK | in ipw2100_system_config()
4826 cmd.host_command_parameters[0] |= IPW_CFG_PREAMBLE_AUTO; in ipw2100_system_config()
4834 cmd.host_command_parameters[1] = REG_CHANNEL_MASK; in ipw2100_system_config()
4835 cmd.host_command_parameters[2] = REG_CHANNEL_MASK & ibss_mask; in ipw2100_system_config()
4872 cmd.host_command_parameters[0] = rate & TX_RATE_MASK; in ipw2100_set_tx_rates()
4911 cmd.host_command_parameters[0] = power_level; in ipw2100_set_power_mode()
4926 cmd.host_command_parameters[0] = (u32) priv->adhoc_power; in ipw2100_set_power_mode()
4947 cmd.host_command_parameters[0] = MAX_RTS_THRESHOLD; in ipw2100_set_rts_threshold()
4949 cmd.host_command_parameters[0] = threshold & ~RTS_DISABLED; in ipw2100_set_rts_threshold()
4968 .host_command_parameters[0] = 0,
4985 cmd.host_command_parameters[0] = threshold;
5010 cmd.host_command_parameters[0] = retry; in ipw2100_set_short_retry()
5030 cmd.host_command_parameters[0] = retry; in ipw2100_set_long_retry()
5059 memcpy(cmd.host_command_parameters, bssid, ETH_ALEN); in ipw2100_set_mandatory_bssid()
5090 memcpy(cmd.host_command_parameters, priv->bssid, ETH_ALEN); in ipw2100_disassociate_bssid()
5120 memcpy(cmd.host_command_parameters, wpa_frame, in ipw2100_set_wpa_ie()
5153 (struct security_info_params *)&cmd.host_command_parameters; in ipw2100_set_security_information()
5221 cmd.host_command_parameters[0] = tmp; in ipw2100_set_tx_power()
5241 cmd.host_command_parameters[0] = interval; in ipw2100_set_ibss_beacon_interval()
5307 cmd.host_command_parameters[0] = flags; in ipw2100_set_wep_flags()
5366 struct ipw2100_wep_key *wep_key = (void *)cmd.host_command_parameters; in ipw2100_set_key()
5427 .host_command_parameters = {idx}, in ipw2100_set_key_index()