Lines Matching refs:host_command_parameters

714 	printk_buf(IPW_DL_HC, (u8 *) cmd->host_command_parameters,  in ipw2100_hw_send_command()
761 cmd->host_command_parameters, in ipw2100_hw_send_command()
1626 cmd.host_command_parameters[0] = 0; in ipw2100_set_scan_options()
1629 cmd.host_command_parameters[0] |= IPW_SCAN_NOASSOCIATE; in ipw2100_set_scan_options()
1631 cmd.host_command_parameters[0] |= IPW_SCAN_MIXED_CELL; in ipw2100_set_scan_options()
1633 cmd.host_command_parameters[0] |= IPW_SCAN_PASSIVE; in ipw2100_set_scan_options()
1635 cmd.host_command_parameters[1] = priv->channel_mask; in ipw2100_set_scan_options()
1640 cmd.host_command_parameters[0]); in ipw2100_set_scan_options()
1656 cmd.host_command_parameters[0] = 0; in ipw2100_start_scan()
2076 memcpy(cmd.host_command_parameters, essid, ssid_len); in ipw2100_set_essid()
2088 u8 *bogus = (u8 *) cmd.host_command_parameters; in ipw2100_set_essid()
4703 memcpy(cmd.host_command_parameters, priv->mac_addr, ETH_ALEN); in ipw2100_set_mac_address()
4706 memcpy(cmd.host_command_parameters, priv->net_dev->dev_addr, in ipw2100_set_mac_address()
4727 cmd.host_command_parameters[0] = IPW_BSS; in ipw2100_set_port_type()
4730 cmd.host_command_parameters[0] = IPW_IBSS; in ipw2100_set_port_type()
4766 cmd.host_command_parameters[0] = channel; in ipw2100_set_channel()
4825 cmd.host_command_parameters[0] |= IPW_CFG_IBSS_AUTO_START; in ipw2100_system_config()
4827 cmd.host_command_parameters[0] |= IPW_CFG_IBSS_MASK | in ipw2100_system_config()
4831 cmd.host_command_parameters[0] |= IPW_CFG_PREAMBLE_AUTO; in ipw2100_system_config()
4839 cmd.host_command_parameters[1] = REG_CHANNEL_MASK; in ipw2100_system_config()
4840 cmd.host_command_parameters[2] = REG_CHANNEL_MASK & ibss_mask; in ipw2100_system_config()
4877 cmd.host_command_parameters[0] = rate & TX_RATE_MASK; in ipw2100_set_tx_rates()
4916 cmd.host_command_parameters[0] = power_level; in ipw2100_set_power_mode()
4931 cmd.host_command_parameters[0] = (u32) priv->adhoc_power; in ipw2100_set_power_mode()
4952 cmd.host_command_parameters[0] = MAX_RTS_THRESHOLD; in ipw2100_set_rts_threshold()
4954 cmd.host_command_parameters[0] = threshold & ~RTS_DISABLED; in ipw2100_set_rts_threshold()
4973 .host_command_parameters[0] = 0,
4990 cmd.host_command_parameters[0] = threshold;
5015 cmd.host_command_parameters[0] = retry; in ipw2100_set_short_retry()
5035 cmd.host_command_parameters[0] = retry; in ipw2100_set_long_retry()
5064 memcpy(cmd.host_command_parameters, bssid, ETH_ALEN); in ipw2100_set_mandatory_bssid()
5095 memcpy(cmd.host_command_parameters, priv->bssid, ETH_ALEN); in ipw2100_disassociate_bssid()
5125 memcpy(cmd.host_command_parameters, wpa_frame, in ipw2100_set_wpa_ie()
5158 (struct security_info_params *)&cmd.host_command_parameters; in ipw2100_set_security_information()
5226 cmd.host_command_parameters[0] = tmp; in ipw2100_set_tx_power()
5246 cmd.host_command_parameters[0] = interval; in ipw2100_set_ibss_beacon_interval()
5312 cmd.host_command_parameters[0] = flags; in ipw2100_set_wep_flags()
5371 struct ipw2100_wep_key *wep_key = (void *)cmd.host_command_parameters; in ipw2100_set_key()
5432 .host_command_parameters = {idx}, in ipw2100_set_key_index()