Searched refs:host_command_parameters (Results 1 – 2 of 2) sorted by relevance
726 printk_buf(IPW_DL_HC, (u8 *) cmd->host_command_parameters, in ipw2100_hw_send_command()773 cmd->host_command_parameters, in ipw2100_hw_send_command()1638 cmd.host_command_parameters[0] = 0; in ipw2100_set_scan_options()1641 cmd.host_command_parameters[0] |= IPW_SCAN_NOASSOCIATE; in ipw2100_set_scan_options()1643 cmd.host_command_parameters[0] |= IPW_SCAN_MIXED_CELL; in ipw2100_set_scan_options()1645 cmd.host_command_parameters[0] |= IPW_SCAN_PASSIVE; in ipw2100_set_scan_options()1647 cmd.host_command_parameters[1] = priv->channel_mask; in ipw2100_set_scan_options()1652 cmd.host_command_parameters[0]); in ipw2100_set_scan_options()1668 cmd.host_command_parameters[0] = 0; in ipw2100_start_scan()2087 memcpy(cmd.host_command_parameters, essid, ssid_len); in ipw2100_set_essid()[all …]
295 u32 host_command_parameters[HOST_COMMAND_PARAMS_REG_LEN]; // COMMAND PARAMETERS member