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