Lines Matching refs:host_command_parameters

736 	printk_buf(IPW_DL_HC, (u8 *) cmd->host_command_parameters,  in ipw2100_hw_send_command()
783 cmd->host_command_parameters, in ipw2100_hw_send_command()
1648 cmd.host_command_parameters[0] = 0; in ipw2100_set_scan_options()
1651 cmd.host_command_parameters[0] |= IPW_SCAN_NOASSOCIATE; in ipw2100_set_scan_options()
1653 cmd.host_command_parameters[0] |= IPW_SCAN_MIXED_CELL; in ipw2100_set_scan_options()
1655 cmd.host_command_parameters[0] |= IPW_SCAN_PASSIVE; in ipw2100_set_scan_options()
1657 cmd.host_command_parameters[1] = priv->channel_mask; in ipw2100_set_scan_options()
1662 cmd.host_command_parameters[0]); in ipw2100_set_scan_options()
1678 cmd.host_command_parameters[0] = 0; in ipw2100_start_scan()
2108 memcpy(cmd.host_command_parameters, essid, ssid_len); in ipw2100_set_essid()
2120 u8 *bogus = (u8 *) cmd.host_command_parameters; in ipw2100_set_essid()
4781 memcpy(cmd.host_command_parameters, priv->mac_addr, ETH_ALEN); in ipw2100_set_mac_address()
4784 memcpy(cmd.host_command_parameters, priv->net_dev->dev_addr, in ipw2100_set_mac_address()
4805 cmd.host_command_parameters[0] = IPW_BSS; in ipw2100_set_port_type()
4808 cmd.host_command_parameters[0] = IPW_IBSS; in ipw2100_set_port_type()
4844 cmd.host_command_parameters[0] = channel; in ipw2100_set_channel()
4903 cmd.host_command_parameters[0] |= IPW_CFG_IBSS_AUTO_START; in ipw2100_system_config()
4905 cmd.host_command_parameters[0] |= IPW_CFG_IBSS_MASK | in ipw2100_system_config()
4909 cmd.host_command_parameters[0] |= IPW_CFG_PREAMBLE_AUTO; in ipw2100_system_config()
4917 cmd.host_command_parameters[1] = REG_CHANNEL_MASK; in ipw2100_system_config()
4918 cmd.host_command_parameters[2] = REG_CHANNEL_MASK & ibss_mask; in ipw2100_system_config()
4955 cmd.host_command_parameters[0] = rate & TX_RATE_MASK; in ipw2100_set_tx_rates()
4994 cmd.host_command_parameters[0] = power_level; in ipw2100_set_power_mode()
5009 cmd.host_command_parameters[0] = (u32) priv->adhoc_power; in ipw2100_set_power_mode()
5030 cmd.host_command_parameters[0] = MAX_RTS_THRESHOLD; in ipw2100_set_rts_threshold()
5032 cmd.host_command_parameters[0] = threshold & ~RTS_DISABLED; in ipw2100_set_rts_threshold()
5051 .host_command_parameters[0] = 0,
5068 cmd.host_command_parameters[0] = threshold;
5093 cmd.host_command_parameters[0] = retry; in ipw2100_set_short_retry()
5113 cmd.host_command_parameters[0] = retry; in ipw2100_set_long_retry()
5142 memcpy(cmd.host_command_parameters, bssid, ETH_ALEN); in ipw2100_set_mandatory_bssid()
5175 memcpy(cmd.host_command_parameters, priv->bssid, ETH_ALEN); in ipw2100_disassociate_bssid()
5205 memcpy(cmd.host_command_parameters, wpa_frame, in ipw2100_set_wpa_ie()
5238 (struct security_info_params *)&cmd.host_command_parameters; in ipw2100_set_security_information()
5306 cmd.host_command_parameters[0] = tmp; in ipw2100_set_tx_power()
5326 cmd.host_command_parameters[0] = interval; in ipw2100_set_ibss_beacon_interval()
5392 cmd.host_command_parameters[0] = flags; in ipw2100_set_wep_flags()
5451 struct ipw2100_wep_key *wep_key = (void *)cmd.host_command_parameters; in ipw2100_set_key()
5512 .host_command_parameters = {idx}, in ipw2100_set_key_index()