Searched refs:host_command_parameters (Results 1 – 2 of 2) sorted by relevance
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()[all …]
295 u32 host_command_parameters[HOST_COMMAND_PARAMS_REG_LEN]; // COMMAND PARAMETERS member