Searched refs:host_command_parameters (Results 1 – 2 of 2) sorted by relevance
709 printk_buf(IPW_DL_HC, (u8 *) cmd->host_command_parameters, in ipw2100_hw_send_command()756 cmd->host_command_parameters, in ipw2100_hw_send_command()1621 cmd.host_command_parameters[0] = 0; in ipw2100_set_scan_options()1624 cmd.host_command_parameters[0] |= IPW_SCAN_NOASSOCIATE; in ipw2100_set_scan_options()1626 cmd.host_command_parameters[0] |= IPW_SCAN_MIXED_CELL; in ipw2100_set_scan_options()1628 cmd.host_command_parameters[0] |= IPW_SCAN_PASSIVE; in ipw2100_set_scan_options()1630 cmd.host_command_parameters[1] = priv->channel_mask; in ipw2100_set_scan_options()1635 cmd.host_command_parameters[0]); in ipw2100_set_scan_options()1651 cmd.host_command_parameters[0] = 0; in ipw2100_start_scan()2071 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